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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyCFG] Cleanup redundant conditions [NFC].
Alina Sbirlea
2019-08-02
1
-10
/
+8
*
[Loop Peeling] Do not close further unroll/peel if profile based peeling was ...
Serguei Katkov
2019-08-02
1
-6
/
+29
*
[SimplifyCFG] Mark missed Changed to true.
Alina Sbirlea
2019-08-01
1
-0
/
+1
*
[MemorySSA] Set LoopSimplify to preserve MemorySSA in the NPM, if analysis ex...
Alina Sbirlea
2019-08-01
1
-2
/
+11
*
[Loop Utils] Extend the scope of addStringMetadataToLoop.
Serguei Katkov
2019-07-26
1
-2
/
+18
*
[Loop Utils] Move utilty addStringMetadataToLoop to LoopUtils.cpp. NFC.
Serguei Katkov
2019-07-26
1
-0
/
+31
*
[PredicateInfo] Replace pointer comparisons with deterministic compares.
Florian Hahn
2019-07-25
1
-9
/
+40
*
[Loop Peeling] Fix idom detection algorithm.
Serguei Katkov
2019-07-25
1
-1
/
+20
*
[SimplifyCFG] avoid crashing after simplifying a switch (PR42737)
Sanjay Patel
2019-07-25
1
-8
/
+17
*
[PredicateInfo] Use SmallVector instead of SmallPtrSet.
Florian Hahn
2019-07-25
1
-13
/
+8
*
[Utils] remove duplicated documentation comments; NFC
Sanjay Patel
2019-07-25
1
-29
/
+4
*
[InstCombine] Swap order of checks to improve compile time (NFC)
Evandro Menezes
2019-07-24
1
-3
/
+3
*
[Transforms] move copying of load metadata to helper function; NFC
Sanjay Patel
2019-07-24
1
-0
/
+51
*
[SafeStack] Insert the deref before remaining elements
Petr Hosek
2019-07-24
1
-7
/
+2
*
Fixing build error from commit 95cbc3d
Stefan Stipanovic
2019-07-22
1
-1
/
+1
*
Revert "Fixing build error from commit 9285295."
Stefan Stipanovic
2019-07-22
1
-1
/
+1
*
Fixing build error from commit 9285295.
Stefan Stipanovic
2019-07-22
1
-1
/
+1
*
Temporarily Revert "[Attributor] Liveness analysis." as it's breaking the build.
Eric Christopher
2019-07-22
1
-1
/
+1
*
[Attributor] Liveness analysis.
Stefan Stipanovic
2019-07-22
1
-1
/
+1
*
[SafeStack] Insert the deref after the offset
Petr Hosek
2019-07-22
1
-2
/
+2
*
[Loop Peeling] Fix the handling of branch weights of peeled off branches.
Serguei Katkov
2019-07-22
1
-62
/
+41
*
[Local] Zap blockaddress without users in ConstantFoldTerminator.
Florian Hahn
2019-07-20
1
-0
/
+6
*
[Loop Peeling] Enable peeling of multiple exits by default.
Serguei Katkov
2019-07-19
1
-1
/
+1
*
[LoopInfo] Use early return in branch weight update functions. NFC.
Serguei Katkov
2019-07-18
1
-29
/
+30
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
2
-2
/
+2
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-0
/
+1
*
[Loop Peeling] Fix the bug with IDom setting for exit loops
Serguei Katkov
2019-07-15
1
-3
/
+18
*
[Loop Peeling] Enable peeling for loops with multiple exits
Serguei Katkov
2019-07-15
2
-1
/
+22
*
[LoopUtils] Extend the scope of getLoopEstimatedTripCount
Serguei Katkov
2019-07-15
1
-6
/
+14
*
[LoopInfo] Introduce getUniqueNonLatchExitBlocks utility function
Serguei Katkov
2019-07-15
1
-13
/
+7
*
[MemorySSA] Use SetVector to avoid nondeterminism.
Alina Sbirlea
2019-07-12
2
-2
/
+3
*
Delete dead stores
Fangrui Song
2019-07-12
1
-1
/
+1
*
[InstCombine] Reorder pow() transformations (NFC)
Evandro Menezes
2019-07-12
1
-23
/
+19
*
[Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic
2019-07-11
1
-0
/
+1
*
[InstCombine] Reorder recently added/improved pow transformations
David Bolvansky
2019-07-11
1
-3
/
+3
*
[LoopRotate + MemorySSA] Keep an <instruction-cloned instruction> map.
Alina Sbirlea
2019-07-10
1
-4
/
+8
*
[CodeExtractor] Fix sinking of allocas with multiple bitcast uses (PR42451)
Vedant Kumar
2019-07-10
1
-13
/
+29
*
[CodeExtractor] Simplify findAllocas, NFC
Vedant Kumar
2019-07-10
1
-73
/
+91
*
[InstCombine] pow(C,x) -> exp2(log2(C)*x)
David Bolvansky
2019-07-10
1
-1
/
+24
*
[Loop Peeling] Add support for peeling of loops with multiple exits
Serguei Katkov
2019-07-09
2
-23
/
+31
*
Keep the order of the basic blocks in the cloned loop as the original
Whitney Tsang
2019-07-08
1
-24
/
+25
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
2
-0
/
+12
*
[ThinLTO] Attempt to recommit r365188 after alignment fix
Eugene Leviant
2019-07-05
1
-6
/
+7
*
Reverted r365188 due to alignment problems on i686-android
Eugene Leviant
2019-07-05
1
-7
/
+6
*
[ThinLTO] Attempt to recommit r365040 after caching fix
Eugene Leviant
2019-07-05
1
-6
/
+7
*
[LoopPeel] Some small comment update. NFC.
Serguei Katkov
2019-07-04
1
-3
/
+3
*
Revert [ThinLTO] Optimize writeonly globals out
Reid Kleckner
2019-07-04
1
-7
/
+6
*
[ThinLTO] Optimize writeonly globals out
Eugene Leviant
2019-07-03
1
-6
/
+7
*
[LoopPeel] Re-factor llvm::peelLoop method. NFC.
Serguei Katkov
2019-07-03
1
-25
/
+49
*
[NFC] Strenghten isInteger condition for rL364940
David Bolvansky
2019-07-02
1
-2
/
+3
[next]