index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ORE] Move loop invariant ORE checks outside the PM loop.
Xin Tong
2018-07-22
4
-20
/
+41
*
PR38257: don't perform ADL when instantiating a unary & operator that turns out
Richard Smith
2018-07-22
4
-4
/
+52
*
[SelectionDAGBuilder] Use APInt::isZero instead of comparing APInt::getZExtVa...
Craig Topper
2018-07-22
1
-1
/
+1
*
[SelectionDAGBuilder] Restrict vector reduction check to types with a power o...
Craig Topper
2018-07-22
1
-0
/
+4
*
[X86] Add more MADD recurrence test cases with larger and narrower vector wid...
Craig Topper
2018-07-22
1
-259
/
+1173
*
Implement a better copy_file.
Eric Fiselier
2018-07-22
6
-324
/
+666
*
[llvm-mca][docs] Add documentation for the statistic outputs from mca. NFC
Matt Davis
2018-07-21
1
-3
/
+125
*
[mips] Factor out register class selection for global base register. NFC
Simon Atanasyan
2018-07-21
1
-18
/
+20
*
[mips] Move out the WrapperPat declaration from the NotInMicroMips predicate
Simon Atanasyan
2018-07-21
3
-5
/
+92
*
[llvm-undname] Flush output before demangling.
Zachary Turner
2018-07-21
1
-1
/
+4
*
Fix the MSVC Visualizers for SmallVector classes.
Zachary Turner
2018-07-21
1
-21
/
+21
*
Early exit with cheaper checks
Aditya Kumar
2018-07-21
1
-13
/
+12
*
[InstrSimplify] fold sdiv if two operands are negated and non-overflow
Chen Zheng
2018-07-21
4
-34
/
+28
*
[DebugInfo] Add a new DI flag to record if a C++ record is a trivial type
Aaron Smith
2018-07-21
2
-1
/
+5
*
ELF: Read address significance tables with --icf=all.
Peter Collingbourne
2018-07-21
3
-45
/
+92
*
[HIP] Support -fcuda-flush-denormals-to-zero for amdgcn
Yaxun Liu
2018-07-21
5
-7
/
+20
*
ELF: Make sections with KeepUnique bit eligible for ICF.
Peter Collingbourne
2018-07-21
2
-5
/
+27
*
[ORC] Re-apply r336760 with fixes.
Lang Hames
2018-07-21
5
-12
/
+91
*
[NFC] CodeGen: rename memset to bzero
JF Bastien
2018-07-20
1
-30
/
+27
*
[Driver] Sanitizer support based on runtime library presence
George Karpenkov
2018-07-20
22
-42
/
+106
*
Omit path to lld binary from lld's error, warning, and log output.
Nico Weber
2018-07-20
4
-4
/
+4
*
Simplify; no behavior change.
Nico Weber
2018-07-20
1
-4
/
+2
*
[clang-doc] Create a script to generate tests
Julie Hockett
2018-07-20
24
-1389
/
+1834
*
[HIP] Register/unregister device fat binary only once
Yaxun Liu
2018-07-20
2
-21
/
+124
*
[CMake] Install C++ ABI headers into the right location
Petr Hosek
2018-07-20
1
-10
/
+2
*
Disable clang crash-report-modules.m test on Windows again
Reid Kleckner
2018-07-20
1
-0
/
+4
*
[PDB] Write the command line after response file expansion
Reid Kleckner
2018-07-20
3
-11
/
+16
*
Fold dangling-field warning into general initialization lifetime checks.
Richard Smith
2018-07-20
5
-152
/
+191
*
Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
Lang Hames
2018-07-20
9
-512
/
+749
*
[ADT] Only run death tests in !NDEBUG
Benjamin Kramer
2018-07-20
1
-5
/
+7
*
[Hexagon] Disable packets in test to avoid ordering issues in checks
Krzysztof Parzyszek
2018-07-20
1
-2
/
+2
*
Change the cap on the amount of padding for each vtable to 32-byte (previousl...
Peter Collingbourne
2018-07-20
2
-7
/
+9
*
AMDGPU: Use existing function to check for VGPRs
Matt Arsenault
2018-07-20
1
-16
/
+7
*
fix typo
Nico Weber
2018-07-20
1
-1
/
+1
*
[ms] Add __shiftleft128 / __shiftright128 intrinsics
Nico Weber
2018-07-20
2
-0
/
+16
*
Revert "[X86][AVX] Convert X86ISD::VBROADCAST demanded elts combine to use Si...
Benjamin Kramer
2018-07-20
2
-48
/
+17
*
[codeview] Don't emit variable templates as class members
Reid Kleckner
2018-07-20
2
-5
/
+45
*
[llvm-undname] Remove a superfluous semicolon. NFC.
Martin Storsjo
2018-07-20
1
-2
/
+2
*
[COFF] Use symbolic constants instead of hardcoded numbers. NFCI.
Martin Storsjo
2018-07-20
1
-1
/
+6
*
[COFF] Adjust how we flag weak externals
Martin Storsjo
2018-07-20
6
-11
/
+71
*
AMDGPU: Switch default dwarf version to 2
Konstantin Zhuravlyov
2018-07-20
2
-2
/
+2
*
[CStringSyntaxChecker] Fix build bot builds != x86 archs
David Carlier
2018-07-20
2
-8
/
+13
*
[ELF] Check eh_frame_hdr overflow with PC offsets instead of PC absolute addr...
Fangrui Song
2018-07-20
5
-49
/
+81
*
[FileCheck] Provide an option for FileCheck to dump original input to stderr ...
George Karpenkov
2018-07-20
4
-2
/
+35
*
Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...
Reid Kleckner
2018-07-20
9
-749
/
+512
*
[AST] Various micro-optimizations in CXXInheritance
Benjamin Kramer
2018-07-20
2
-28
/
+33
*
Reapply "[LSV] Refactoring + supporting bitcasts to a type of different size"
Roman Tereshin
2018-07-20
3
-50
/
+132
*
[FileCheck] Fix search ranges for DAG-NOT-DAG
Joel E. Denny
2018-07-20
3
-47
/
+124
*
[llvm-objcopy] Add basic support for --rename-section
Jordan Rupprecht
2018-07-20
4
-0
/
+91
*
Mark REAL(swapcontext) with indirect_return attribute on x86
H.J. Lu
2018-07-20
2
-0
/
+13
[prev]
[next]