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
*
[LoopUnroll] Move a simple check earlier. NFC.
Haicheng Wu
2016-08-17
1
-5
/
+5
*
[LV] Move LoopBodyTraits to a better place, and add comment for simplifying L...
Tim Shen
2016-08-17
1
-57
/
+0
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
7
-12
/
+17
*
[InstCombine] more clean up of foldICmpXorConstant(); NFCI
Sanjay Patel
2016-08-17
1
-27
/
+21
*
[InstCombine] clean up foldICmpXorConstant(); NFCI
Sanjay Patel
2016-08-17
1
-55
/
+60
*
[InstCombine] use m_APInt to allow icmp (or X, Y), C folds for splat constant...
Sanjay Patel
2016-08-17
1
-5
/
+0
*
[InstCombine] clean up foldICmpOrConstant(); NFCI
Sanjay Patel
2016-08-17
1
-18
/
+16
*
Revert "Reassociate: Reprocess RedoInsts after each inst".
Chad Rosier
2016-08-17
1
-37
/
+27
*
[InstCombine] use m_APInt to allow icmp (add X, Y), C folds for splat constan...
Sanjay Patel
2016-08-17
1
-34
/
+29
*
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
6
-9
/
+10
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
4
-20
/
+46
*
[Inliner] Add a flag to disable manual alloca merging in the Inliner.
Chandler Carruth
2016-08-17
1
-49
/
+66
*
Scalar: Avoid dereferencing end() in IndVarSimplify
Duncan P. N. Exon Smith
2016-08-17
1
-3
/
+3
*
IPO: Swap || operands to avoid dereferencing end()
Duncan P. N. Exon Smith
2016-08-17
1
-2
/
+2
*
Scalar: Avoid dereferencing end() in InductiveRangeCheckElimination
Duncan P. N. Exon Smith
2016-08-17
1
-3
/
+3
*
SimplifyCFG: Avoid dereferencing end()
Duncan P. N. Exon Smith
2016-08-16
1
-1
/
+4
*
[InstCombine] clean up foldICmpAddConstant(); NFCI
Sanjay Patel
2016-08-16
1
-44
/
+41
*
Preserve the assumption cache more often
David Majnemer
2016-08-16
2
-18
/
+29
*
[InstCombine] use m_APInt to allow icmp (sub X, Y), C folds for splat constan...
Sanjay Patel
2016-08-16
1
-15
/
+10
*
[InstCombine] fix variable names to match formula comments; NFC
Sanjay Patel
2016-08-16
1
-17
/
+17
*
[LoopUnroll] Don't clear out the AssumptionCache on each loop
David Majnemer
2016-08-16
1
-6
/
+8
*
[Coroutines] Part 7: Split coroutine into subfunctions
Gor Nishanov
2016-08-16
8
-21
/
+783
*
[InstCombine] add helper functions for foldICmpWithConstant; NFCI
Sanjay Patel
2016-08-16
2
-589
/
+726
*
[Asan] Unpoison red zones even if use-after-scope was disabled with runtime flag
Vitaly Buka
2016-08-16
1
-2
/
+3
*
[InstCombine] use m_APInt in foldICmpWithConstant; NFCI
Sanjay Patel
2016-08-16
2
-49
/
+46
*
[ADCE] Modify data structures to support removing control flow
David Callahan
2016-08-16
1
-36
/
+205
*
[MemorySanitizer] [MIPS] Changed memory mapping to support pie executable.
Sagar Thakur
2016-08-16
1
-2
/
+2
*
FunctionImport: missed one occurence of ImportListForModule to rename (NFC)
Mehdi Amini
2016-08-16
1
-1
/
+1
*
FunctionImport: rename ImportsForModule to ImportList for consistency (NFC)
Mehdi Amini
2016-08-16
1
-7
/
+7
*
[LTO] Simplify APIs and constify (NFC)
Mehdi Amini
2016-08-16
1
-21
/
+16
*
[ThinLTO] Remove functions resolved to available_externally from comdats
Teresa Johnson
2016-08-15
1
-0
/
+9
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
Reid Kleckner
2016-08-15
1
-207
/
+150
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-15
1
-150
/
+207
*
[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
*
[LSV] Use a set rather than an ArraySlice at the end of getVectorizablePrefix...
Justin Lebar
2016-08-13
1
-6
/
+5
*
[LSV] Use OrderedBasicBlock instead of rolling it ourselves. NFC
Justin Lebar
2016-08-13
1
-23
/
+21
*
[LoopVectorize] Detect loops in the innermost loop before creating InnerLoopV...
Tim Shen
2016-08-12
1
-6
/
+87
[next]