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
/
EarlyCSE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
TTI: Split IsSimple in MemIntrinsicInfo
Matt Arsenault
2017-03-24
1
-13
/
+9
*
[EarlyCSE] reduce indent; NFCI
Sanjay Patel
2017-03-15
1
-21
/
+22
*
Move updating functions to MemorySSAUpdater.
Daniel Berlin
2017-02-22
1
-2
/
+6
*
[EarlyCSE] Don't DSE across readnone functions that may throw
Sanjoy Das
2017-01-17
1
-6
/
+7
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-3
/
+1
*
[EarlyCSE] less else, more auto; NFC
Sanjay Patel
2017-01-03
1
-2
/
+2
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-5
/
+12
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-12
/
+5
*
[EarlyCSE] Make MemorySSA memory dependency check more aggressive.
Geoff Berry
2016-10-25
1
-16
/
+6
*
[EarlyCSE] Optimize MemoryPhis and reduce memory clobber queries w/ MemorySSA
Geoff Berry
2016-10-24
1
-10
/
+44
*
Fix typo in comment, NFC
Nick Lewycky
2016-09-07
1
-1
/
+1
*
[EarlyCSE] Optionally use MemorySSA. NFC.
Geoff Berry
2016-08-31
1
-17
/
+125
*
[EarlyCSE] Allow forwarding a non-invariant load into an invariant load.
Geoff Berry
2016-08-31
1
-5
/
+5
*
[EarlyCSE] Teach about CSE'ing over invariant.start intrinsics
Anna Thomas
2016-08-09
1
-0
/
+13
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[EarlyCSE] Correctly handle simplified, but live, instructions
David Majnemer
2016-07-29
1
-2
/
+4
*
Reinstate r273711
David Majnemer
2016-06-25
1
-5
/
+12
*
Revert r273711, it caused PR28298.
Nico Weber
2016-06-24
1
-12
/
+5
*
SimplifyInstruction does not imply DCE
David Majnemer
2016-06-24
1
-5
/
+12
*
[EarlyCSE] Minor cosmetic NFC changes
Sanjoy Das
2016-06-16
1
-2
/
+2
*
[EarlyCSE] Fold invariant loads
Sanjoy Das
2016-06-16
1
-8
/
+22
*
[PM] Add missing caching of GlobalsAA to EarlyCSE.
Davide Italiano
2016-06-08
1
-0
/
+1
*
[EarlyCSE] Change key type of AvailableCalls to Instruction*. NFCI.
Geoff Berry
2016-05-13
1
-3
/
+4
*
[EarlyCSE] Rename a variable for clarity [NFC]
Philip Reames
2016-05-06
1
-8
/
+8
*
Mark guards on true as "trivially dead"
Sanjoy Das
2016-04-29
1
-9
/
+2
*
[EarlyCSE] Simplify guard intrinsics
Sanjoy Das
2016-04-29
1
-0
/
+23
*
[EarlyCSE] Change LoadValue field Value *Data to Instruction *Inst. NFC.
Geoff Berry
2016-04-28
1
-9
/
+9
*
[EarlyCSE] Sort includes. NFC.
Geoff Berry
2016-04-28
1
-1
/
+1
*
Fix typo in comment; NFC
Sanjoy Das
2016-04-27
1
-1
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
[EarlyCSE/CVP] Add stats for CVPs and make sure to account for any Changes.
Chad Rosier
2016-04-22
1
-4
/
+9
*
[EarlyCSE] Don't add the overflow flags to the hash
David Majnemer
2016-04-22
1
-9
/
+0
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-5
/
+1
*
[EarlyCSE] Take the intersection of flags on instructions
David Majnemer
2016-04-22
1
-10
/
+3
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+5
*
Typo.
Chad Rosier
2016-04-20
1
-1
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-1
/
+1
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-5
/
+5
*
Minor code cleanup. NFC.
Junmo Park
2016-02-18
1
-1
/
+1
*
[EarlyCSE] DSE of atomic unordered stores
Philip Reames
2015-12-17
1
-18
/
+17
*
[EarlyCSE] DSE of stores which write back loaded values
Philip Reames
2015-12-16
1
-0
/
+27
*
EarlyCSE: fix typo from rL255054.
JF Bastien
2015-12-09
1
-1
/
+1
*
[EarlyCSE] Value forwarding for unordered atomics
Philip Reames
2015-12-08
1
-19
/
+77
*
Reapply 254950 w/fix
Philip Reames
2015-12-07
1
-44
/
+51
*
Revert 254950
Philip Reames
2015-12-07
1
-45
/
+44
*
[EarlyCSE] Simplify and invert ParseMemoryInst [NFCI]
Philip Reames
2015-12-07
1
-44
/
+45
*
[EarlyCSE] IsSimple vs IsVolatile naming clarification (NFC)
Philip Reames
2015-12-05
1
-11
/
+11
*
[ScalarOpts] Remove dead code.
Benjamin Kramer
2015-10-15
1
-7
/
+5
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
[EarlyCSE] Address post commit review for r249523.
Arnaud A. de Grandmaison
2015-10-09
1
-10
/
+10
[prev]
[next]