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
path:
root
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyCFG] Remove cleanuppads which are empty except for calls to lifetime...
David Majnemer
2016-05-21
1
-5
/
+17
*
[IRCE] Don't use an allocator for range checks; NFC
Sanjoy Das
2016-05-21
1
-37
/
+28
*
[IRCE] Don't pass IRBuilder<> where unnecessary; NFC
Sanjoy Das
2016-05-21
1
-8
/
+6
*
[GuardWidening] Fix incorrect use of remove_if
Sanjoy Das
2016-05-21
1
-25
/
+29
*
[esan] Use ModulePass for EfficiencySanitizerPass.
Derek Bruening
2016-05-20
1
-9
/
+17
*
Functions with differing phis should not be merged.
Mark Lacey
2016-05-20
1
-0
/
+11
*
[PM/PartiallyInlineLibCalls] Fix pass dependencies.
Davide Italiano
2016-05-20
1
-10
/
+13
*
[PartiallyInlineLibCalls] Remove dead includes. NFC.
Davide Italiano
2016-05-20
1
-2
/
+0
*
[PM/PartiallyInlineLibCalls] Convert to static function in preparation for po...
Davide Italiano
2016-05-20
1
-55
/
+49
*
[SimplifyCFG] eliminate switch cases based on known range of switch condition
Sanjay Patel
2016-05-20
1
-4
/
+10
*
Add const qualifiers to appease bots; NFC
Sanjoy Das
2016-05-19
1
-3
/
+3
*
[GuardWidening] Introduce range check merging
Sanjoy Das
2016-05-19
1
-0
/
+244
*
[InstCombine] Avoid combining the bitcast of a var that is used as both addre...
Guozhi Wei
2016-05-19
1
-0
/
+7
*
Recommit r255691 since PR26509 has been fixed.
Wei Mi
2016-05-19
1
-31
/
+106
*
[SCCP] Prefer class to struct.
Davide Italiano
2016-05-19
1
-2
/
+4
*
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-19
2
-20
/
+27
*
[GuardWidening] Use getEquivalentICmp to fold constant compares
Sanjoy Das
2016-05-19
1
-13
/
+23
*
[LowerGuards] Rename variable; NFC
Sanjoy Das
2016-05-18
1
-3
/
+3
*
New pass: guard widening
Sanjoy Das
2016-05-18
3
-0
/
+430
*
Follow-up patch of http://reviews.llvm.org/D19948 to handle missing profiles ...
Dehao Chen
2016-05-18
1
-18
/
+32
*
[LoopUnrollAnalyzer] Take into account cost of instructions controlling branc...
Michael Zolotukhin
2016-05-18
1
-0
/
+1
*
clang-format SimplifyCFG.cpp.
Dehao Chen
2016-05-18
1
-581
/
+625
*
[PM] Port per-function SCCP to the new pass manager.
Davide Italiano
2016-05-18
2
-45
/
+53
*
[VectorUtils] Fix nasty use-after-free
James Molloy
2016-05-18
1
-1
/
+3
*
[PM] Port DSE to the new pass manager
Justin Bogner
2016-05-17
2
-322
/
+340
*
minor cleanup /NFC
Xinliang David Li
2016-05-17
1
-4
/
+2
*
[InstCombine] add another test for wrong icmp constant (PR27792)
Sanjay Patel
2016-05-17
1
-1
/
+1
*
Simple refactoring /NFC
Xinliang David Li
2016-05-17
1
-8
/
+15
*
[LCSSA] Use llvm::any_of instead of std::size_of.
Davide Italiano
2016-05-17
1
-3
/
+2
*
[InstCombine] fix constant to be signed for signed comparisons
Sanjay Patel
2016-05-17
1
-1
/
+1
*
[Guards] Add branch metadata when lowering
Sanjoy Das
2016-05-17
1
-0
/
+10
*
[PM/LCSSA] Fix dependency list. Some passes are preserved, not required.
Davide Italiano
2016-05-17
1
-2
/
+0
*
[LCSSA] Use any_of() to simplify the code. NFCI.
Davide Italiano
2016-05-17
1
-9
/
+5
*
[RewriteStatepointsForGC] Remove obsolete assertion
Igor Laevsky
2016-05-17
1
-8
/
+0
*
[InstCombine] Don't crash when trying to take an element of a ConstantExpr.
Benjamin Kramer
2016-05-17
1
-0
/
+3
*
try to avoid unused variable warning in release build; NFCI
Sanjay Patel
2016-05-17
1
-1
/
+2
*
[InstCombine] check vector elements before trying to transform LE/GE vector i...
Sanjay Patel
2016-05-17
1
-78
/
+42
*
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2016-05-16
2
-27
/
+20
*
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
2
-20
/
+27
*
[PM] Port indirect call promotion pass to new pass manager
Xinliang David Li
2016-05-16
1
-0
/
+9
*
[LV] Ensure safe VF for loops with interleaved accesses
Matthew Simpson
2016-05-16
1
-1
/
+23
*
[PM] RewriterStatepointForGC: add missing dependency.
Davide Italiano
2016-05-16
1
-0
/
+1
*
Move helper classes into anonymous namespaces. NFC.
Benjamin Kramer
2016-05-15
2
-1
/
+3
*
[PM/SCCP] Fix pass dependencies.
Davide Italiano
2016-05-15
1
-1
/
+4
*
Rename pass name to prepare to new PM porting /NFC
Xinliang David Li
2016-05-15
3
-11
/
+13
*
[SCCP] Use range-based for loops. NFC.
Davide Italiano
2016-05-14
1
-10
/
+10
*
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2016-05-14
2
-27
/
+20
*
[MSan] [PowerPC] Implement PowerPC64 vararg helper.
Marcin Koscielnicki
2016-05-13
1
-0
/
+161
*
[PM] Port LowerAtomic to the new pass manager.
Davide Italiano
2016-05-13
2
-42
/
+56
*
use 'match' for less indenting; NFCI
Sanjay Patel
2016-05-13
1
-21
/
+20
[next]