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
*
NewGVN: Small cleanup of two dominance related functions to make
Daniel Berlin
2017-03-24
1
-13
/
+39
*
NewGVN: Small cleanup of useless expression deletion, and don't uselessly cre...
Daniel Berlin
2017-03-24
1
-14
/
+19
*
NewGVN: Fix PR32403 - Handling of undef in phis was not quite correct
Daniel Berlin
2017-03-24
1
-1
/
+14
*
Preserve nonnull metadata on Loads through SROA & mem2reg.
Luqman Aden
2017-03-22
1
-0
/
+4
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
3
-19
/
+18
*
Templatize parts of VNCoercion, and add constant-only versions of the functio...
Daniel Berlin
2017-03-20
1
-1
/
+1
*
Use MutableArrayRef for APFloat::convertToInteger
Simon Pilgrim
2017-03-20
1
-2
/
+3
*
Strip trailing whitespace
Simon Pilgrim
2017-03-20
1
-3
/
+3
*
Remove unnecessary IDom check
Xin Tong
2017-03-20
1
-3
/
+4
*
Correct a rebase mistake.
Xin Tong
2017-03-19
1
-2
/
+2
*
[JumpThreading] Perform phi-translation in SimplifyPartiallyRedundantLoad.
Xin Tong
2017-03-19
1
-18
/
+33
*
NewGVN: Now that we have a better verifier, we can prove that we can erase th...
Daniel Berlin
2017-03-19
1
-1
/
+3
*
NewGVN: Remove dead code (for now)
Daniel Berlin
2017-03-19
1
-4
/
+0
*
[GVN] Fix accidental double storage of the function BasicBlock list in iterat...
Craig Topper
2017-03-18
1
-13
/
+4
*
NewGVN: Greatly enhance the ability of the NewGVN verifier to detect
Daniel Berlin
2017-03-18
1
-86
/
+150
*
NewGVN: Fix PHI evaluation bug exposed by new verifier. We were checking whet...
Daniel Berlin
2017-03-18
1
-4
/
+6
*
Only unswitch loops with uniform conditions
Stanislav Mekhanoshin
2017-03-17
1
-4
/
+19
*
[RSForGC] Handle vector GEPs
Sanjoy Das
2017-03-17
1
-0
/
+5
*
[ADCE] Remove redundent code [NFC]
Tobias Grosser
2017-03-16
1
-19
/
+0
*
[EarlyCSE] reduce indent; NFCI
Sanjay Patel
2017-03-15
1
-21
/
+22
*
MemCpyOptimizer: don't create new addrspace casts
Fiona Glaser
2017-03-14
1
-0
/
+11
*
Fix typos in ADCE comments
Tobias Grosser
2017-03-14
1
-7
/
+7
*
Split NewGVN class into a legacy pass and an impl, instead of a merged class.
Daniel Berlin
2017-03-12
2
-83
/
+87
*
VNCoercion: Make the function signatures all consistent
Daniel Berlin
2017-03-11
1
-1
/
+1
*
NewGVN: Rename InitialClass to TOP, which is what most people would expect it...
Daniel Berlin
2017-03-10
1
-25
/
+25
*
Move memory coercion functions from GVN.cpp to VNCoercion.cpp so they can be ...
Daniel Berlin
2017-03-10
1
-447
/
+19
*
NewGVN: Rewrite DCE during elimination so we do it as well as old GVN did.
Daniel Berlin
2017-03-10
1
-50
/
+96
*
NewGVN: Rename a few things for clarity
Daniel Berlin
2017-03-10
1
-40
/
+45
*
[MemCpyOpt] clang-format + trim the legacy pass. NFC.
George Burgess IV
2017-03-08
1
-39
/
+23
*
[JumpThread] Use AA in SimplifyPartiallyRedundantLoad()
Jun Bum Lim
2017-03-08
1
-11
/
+20
*
[LoopRotate] Propagate dbg.value intrinsics
Sam Parker
2017-03-08
1
-3
/
+45
*
[SCCP] Merge markOverdefined and markAnythingOverdefined.
Davide Italiano
2017-03-08
1
-23
/
+17
*
[JumpThread] Simplify CmpInst-as-Condition branch-folding a bit.
Xin Tong
2017-03-07
1
-4
/
+11
*
Revert r297132, it caused PR32171
Nico Weber
2017-03-07
1
-45
/
+3
*
[LoopRotate] Update dbg.value intrinsics
Sam Parker
2017-03-07
1
-3
/
+45
*
NewGVN: Remove DebugUnknownExprs, just mark the instructions as unused
Daniel Berlin
2017-03-06
1
-7
/
+3
*
NewGVN: Only call isInstructionTrivially dead once per instruction.
Daniel Berlin
2017-03-06
1
-9
/
+10
*
Set option enabling LSR alternative way to resolve complex solution to false.
Evgeny Stupachenko
2017-03-04
1
-1
/
+1
*
NewGVN: Be consistent in what order we compare operands for swapping.
Daniel Berlin
2017-03-04
1
-2
/
+2
*
[LoopUnrolling] Re-prioritize Peeling and Partial unrolling
Sanjoy Das
2017-03-03
1
-9
/
+9
*
Move defClobbersUseOrDef to being a protected member of a class since we don'...
Daniel Berlin
2017-03-02
1
-2
/
+2
*
Revert "Fix PR 24415 (at least), by making our post-dominator tree behavior s...
Tobias Grosser
2017-03-02
1
-14
/
+37
*
Fix typo. NFCI
Xin Tong
2017-03-02
1
-1
/
+1
*
[Constant Hoisting] Avoid inserting instructions before EH pads
Reid Kleckner
2017-03-01
1
-2
/
+10
*
NewGVN: Add debug counter for value numbering
Daniel Berlin
2017-03-01
1
-5
/
+15
*
[GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)
Hans Wennborg
2017-03-01
1
-22
/
+8
*
[DeadStoreElimination] Check function modref behavior before considering memo...
Igor Laevsky
2017-03-01
1
-1
/
+1
*
Fix PR 24415 (at least), by making our post-dominator tree behavior sane.
Daniel Berlin
2017-02-28
1
-37
/
+14
*
Empty line. NFCI
Xin Tong
2017-02-28
1
-1
/
+0
*
[LoopUnswitch] Common pushing LIC's user to worklist.
Xin Tong
2017-02-28
1
-4
/
+2
[next]