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
*
SDAG: Implement Select instead of SelectImpl in MSP430DAGToDAGISel
Justin Bogner
2016-05-13
1
-76
/
+57
*
[LoopDist] Only run LAA for loops with the pragma
Adam Nemet
2016-05-13
1
-17
/
+17
*
AMDGPU: Remove verifier check for scc live ins
Matt Arsenault
2016-05-13
2
-16
/
+44
*
[ADT] Add an 'llvm::seq' function which produces an iterator range over
Chandler Carruth
2016-05-13
4
-2
/
+134
*
[clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec...
Felix Berger
2016-05-13
3
-20
/
+35
*
[Unroll] Implement a conservative and monotonically increasing cost tracking ...
Michael Zolotukhin
2016-05-13
7
-18
/
+236
*
[LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as s...
Michael Zolotukhin
2016-05-13
3
-2
/
+30
*
[ThinLTO] Use correct pipeline for ThinLTO in gold-plugin.
Teresa Johnson
2016-05-13
1
-1
/
+4
*
[ObjC][CodeGen] Remove an assert that is no longer correct.
Akira Hatanaka
2016-05-13
2
-4
/
+27
*
Remove runtime specific code from common header
Xinliang David Li
2016-05-13
2
-161
/
+33
*
dsymutil: Fix the DWOId mismatch check for cached modules.
Adrian Prantl
2016-05-13
2
-6
/
+21
*
Preserve the FoundDecl properly in constructor overload resolution. No
Richard Smith
2016-05-12
2
-11
/
+7
*
[codeview] Try to handle errors better in record iterator
Reid Kleckner
2016-05-12
7
-15
/
+29
*
[MachO] Extract MachO load command enums into a def file
Chris Bieneman
2016-05-12
2
-50
/
+72
*
SDAG: Implement Select instead of SelectImpl in AArch64DAGToDAGISel
Justin Bogner
2016-05-12
1
-802
/
+1161
*
Add a check for version 15 of the shared cache format
Enrico Granata
2016-05-12
1
-1
/
+1
*
Fix some long standing issues that caused tests to be flaky.
Greg Clayton
2016-05-12
10
-216
/
+323
*
llvm-readobj: Fix GNU style entry point print width
Hemant Kulkarni
2016-05-12
1
-1
/
+1
*
Slit the relocation scan in two parts.
Rafael Espindola
2016-05-12
1
-53
/
+43
*
[codeview] Fix dumping VFTables, stop when we see LF_PAD*
Reid Kleckner
2016-05-12
4
-2
/
+58
*
Don't crash when a process' task port goes bad.
Greg Clayton
2016-05-12
1
-1
/
+0
*
Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...
Greg Clayton
2016-05-12
3
-6
/
+10
*
Fix Clang-tidy modernize-use-bool-literals in generated code.
Eugene Zelenko
2016-05-12
1
-16
/
+118
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
11
-254
/
+224
*
Move addend computation to a helper function.
Rafael Espindola
2016-05-12
1
-25
/
+39
*
llvm-readobj: Change Hex output for GNU style dynamic table print
Hemant Kulkarni
2016-05-12
1
-3
/
+4
*
Refactor constant expression evaluation of CXXConstructExpr to reduce duplica...
Richard Smith
2016-05-12
1
-35
/
+18
*
Added missing makefile from patch D19124 (should fix the corresponding commit...
Cameron Desrochers
2016-05-12
1
-0
/
+5
*
Adding new kmp_aligned_malloc() entry point
Jonathan Peyton
2016-05-12
19
-6
/
+227
*
SDAG: Implement Select instead of SelectImpl in LanaiDAGToDAGISel
Justin Bogner
2016-05-12
1
-21
/
+13
*
Fix team reuse with foreign threads
Jonathan Peyton
2016-05-12
2
-0
/
+84
*
Handle thunks in adjustExpr.
Rafael Espindola
2016-05-12
1
-5
/
+9
*
This reverts commit r269359 and r269360.
Rafael Espindola
2016-05-12
1
-9
/
+5
*
Handle thunks in adjustExpr.
Rafael Espindola
2016-05-12
1
-2
/
+2
*
bra
Rafael Espindola
2016-05-12
1
-3
/
+7
*
SDAG: Implement Select instead of SelectImpl in HexagonDAGToDAGISel
Justin Bogner
2016-05-12
1
-139
/
+189
*
[profile] Code refactoring
Xinliang David Li
2016-05-12
2
-119
/
+112
*
[LAA] Use std::min. NFC
Adam Nemet
2016-05-12
1
-4
/
+2
*
SDAG: Clean up a dangling node in HexagonISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-12
1
-1
/
+1
*
[ARM] Support and tests for transform of LDR rt, = to MOV
Renato Golin
2016-05-12
6
-13
/
+391
*
[ARM] Fixup tests to take into account mov translation. NFC.
Renato Golin
2016-05-12
6
-56
/
+56
*
[ARM] Delay ARM constant pool creation. NFC.
Renato Golin
2016-05-12
5
-6
/
+92
*
Minor code refactoring /NFC
Xinliang David Li
2016-05-12
1
-6
/
+15
*
SDAG: Implement Select instead of SelectImpl in BPFDAGToDAGISel
Justin Bogner
2016-05-12
1
-15
/
+10
*
SDAG: Implement Select instead of SelectImpl in AMDGPUDAGToDAGISel
Justin Bogner
2016-05-12
1
-49
/
+67
*
Tidied up switch cases. NFCI.
Simon Pilgrim
2016-05-12
1
-52
/
+48
*
[AST] Move operations enum to a definition file.
Etienne Bergeron
2016-05-12
4
-474
/
+420
*
[Docs] clarify semantics of x.with.overflow intrinsics
John Regehr
2016-05-12
1
-1
/
+20
*
SDAG: Clean up dangling nodes in AArch64ISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-12
1
-5
/
+8
*
Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()"
Tom Stellard
2016-05-12
7
-85
/
+250
[next]