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
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-2
/
+3
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-3
/
+2
*
NewGVN: Rename some functions for consistency
Daniel Berlin
2017-04-06
1
-34
/
+35
*
NewGVN: Fixup some small issues
Daniel Berlin
2017-04-06
1
-21
/
+11
*
NewGVN: Fix a small formatting issue in performSymbolicLoadEvaluation.
Daniel Berlin
2017-04-06
1
-3
/
+3
*
NewGVN: This patch makes memory congruence work for all types of
Daniel Berlin
2017-04-06
1
-202
/
+501
*
MemorySSA: Fix and use optimized_def_chain
Daniel Berlin
2017-04-05
1
-1
/
+1
*
NewGVN: Handle coercion of constant stores, loads, memory insts.
Daniel Berlin
2017-04-02
1
-1
/
+93
*
NewGVN: Don't try to kill off the stored value of stores when
Daniel Berlin
2017-04-01
1
-9
/
+22
*
NewGVN: Clean up GVNExpression memory hierarchy, restructure hash computation...
Daniel Berlin
2017-04-01
1
-16
/
+8
*
NewGVN: Use def_chain iterator in singleReachablePhiPath instead of recursion
Daniel Berlin
2017-04-01
1
-20
/
+24
*
[Scalarizer] Handle scalar arguments in vector GEP
Mikael Holmen
2017-03-31
1
-3
/
+16
*
AMDGPU: Add all atomicrmw fields to atomic.inc/dec
Matt Arsenault
2017-03-30
1
-2
/
+8
*
Cleanup in preparation for D30703. NFCI
Filipe Cabecinhas
2017-03-29
1
-27
/
+22
*
Split the SimplifyCFG pass into two variants.
Joerg Sonnenberger
2017-03-26
2
-17
/
+64
*
[IR] Make SwitchInst::CaseIt almost a normal iterator.
Chandler Carruth
2017-03-26
1
-4
/
+9
*
[NewGVN] Adjust NDEBUG markers.
Davide Italiano
2017-03-25
1
-2
/
+2
*
TTI: Split IsSimple in MemIntrinsicInfo
Matt Arsenault
2017-03-24
1
-13
/
+9
*
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
[next]