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
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopUnroll] Move a simple check earlier. NFC.
Haicheng Wu
2016-08-17
1
-5
/
+5
*
Revert "Reassociate: Reprocess RedoInsts after each inst".
Chad Rosier
2016-08-17
1
-37
/
+27
*
Revert "[Reassociate] Avoid iterator invalidation when negating value."
Chad Rosier
2016-08-17
1
-9
/
+0
*
[Reassociate] Avoid iterator invalidation when negating value.
Chad Rosier
2016-08-17
1
-0
/
+9
*
[LoopStrenghtReduce] Refactoring and addition of a new target cost function.
Jonas Paulsson
2016-08-17
1
-225
/
+209
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
3
-5
/
+6
*
Scalar: Avoid dereferencing end() in IndVarSimplify
Duncan P. N. Exon Smith
2016-08-17
1
-3
/
+3
*
Scalar: Avoid dereferencing end() in InductiveRangeCheckElimination
Duncan P. N. Exon Smith
2016-08-17
1
-3
/
+3
*
Preserve the assumption cache more often
David Majnemer
2016-08-16
1
-6
/
+7
*
[ADCE] Modify data structures to support removing control flow
David Callahan
2016-08-16
1
-36
/
+205
*
[LSR] Don't try and create post-inc expressions on non-rotated loops
James Molloy
2016-08-15
1
-0
/
+20
*
[IRCE] Change variable grouping; NFC
Sanjoy Das
2016-08-14
1
-2
/
+2
*
[IRCE] Create llvm::Loop instances for cloned out loops
Sanjoy Das
2016-08-14
1
-10
/
+45
*
[IRCE] Don't iterate on loops that were cloned out
Sanjoy Das
2016-08-14
1
-0
/
+12
*
[IRCE] Add better DEBUG diagnostic; NFC
Sanjoy Das
2016-08-14
1
-1
/
+3
*
[IRCE] Be resilient in the face of non-simplified loops
Sanjoy Das
2016-08-13
1
-1
/
+4
*
[IRCE] Use dyn_cast instead of explicit isa/cast; NFC
Sanjoy Das
2016-08-13
1
-10
/
+8
*
[IRCE] Use range-for; NFC
Sanjoy Das
2016-08-13
1
-5
/
+3
*
Test commit
Aditya Kumar
2016-08-13
1
-2
/
+4
*
[PM] Port LoopDataPrefetch to new pass manager
Teresa Johnson
2016-08-13
2
-61
/
+101
*
[IndVars] Ignore (s|z)exts that don't extend the induction variable
Sanjoy Das
2016-08-13
1
-0
/
+8
*
Use the range variant of transform instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
2
-66
/
+55
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
2
-5
/
+4
*
[DSE] Don't remove stores made live by a call which unwinds.
Eli Friedman
2016-08-12
1
-16
/
+58
*
Fix typos /NFC
Xinliang David Li
2016-08-11
1
-2
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
5
-12
/
+8
*
Extend trip count instead of truncating IV in LFTR, when legal
Ehsan Amiri
2016-08-11
1
-0
/
+27
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
7
-31
/
+24
*
[SCEV] Update interface to handle SCEVExpander insert point motion.
Geoff Berry
2016-08-11
1
-8
/
+9
*
Fix PR 28933
Daniel Berlin
2016-08-11
1
-5
/
+11
*
Target independent codesize heuristics for Loop Idiom Recognition
Andrew Kaylor
2016-08-11
1
-3
/
+45
*
revert 278334
Ehsan Amiri
2016-08-11
1
-27
/
+0
*
Extend trip count instead of truncating IV in LFTR, when legal
Ehsan Amiri
2016-08-11
1
-2
/
+30
*
[IndVarSimplify] Eliminate zext of a signed IV when the IV is known to be non...
Andrew Kaylor
2016-08-10
1
-2
/
+7
*
Teach CorrelatedValuePropagation to mark adds as no wrap
Artur Pilipenko
2016-08-10
1
-0
/
+57
*
Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse d...
Wei Mi
2016-08-09
1
-1
/
+1
*
[EarlyCSE] Teach about CSE'ing over invariant.start intrinsics
Anna Thomas
2016-08-09
1
-0
/
+13
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
9
-9
/
+9
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
12
-12
/
+12
*
Add some comments linking back to PR28400.
Sean Silva
2016-08-08
2
-0
/
+8
*
[PM] More workaround for PR28400
Sean Silva
2016-08-08
2
-0
/
+2
*
[JumpThreading] Fix handling of aliasing metadata.
Eli Friedman
2016-08-08
1
-6
/
+16
*
[SROA] Fix crash with lifetime intrinsic partially covering alloca.
Eli Friedman
2016-08-08
1
-1
/
+7
*
[LoadCombine] Simplify code with a brace init. NFC.
Benjamin Kramer
2016-08-06
1
-4
/
+1
*
[IRCE] Remove unused headers; NFC
Sanjoy Das
2016-08-06
1
-7
/
+0
*
[IRCE] Preserve loop-simplify form
Sanjoy Das
2016-08-06
1
-0
/
+2
*
[ADCE] Refactoring for new functionality (NFC)
David Callahan
2016-08-05
1
-46
/
+84
*
GVN-hoist: fix early exit logic
Sebastian Pop
2016-08-04
1
-4
/
+11
[next]