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
*
[EarlyCSE] avoid crashing when detecting min/max/abs patterns (PR41083)
Sanjay Patel
2020-03-19
1
-7
/
+44
*
[DebugInfo][EarlyCSE] Use the salvageDebugInfoOrMarkUndef(); NFC
Djordje Todorovic
2019-12-09
1
-2
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[EarlyCSE] Pass preserves AA.
Alina Sbirlea
2019-09-30
1
-0
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[NFC] Switch last couple of invariant_load checks to use hasMetadata
Philip Reames
2019-09-04
1
-1
/
+1
*
[Instruction] Add hasMetadata(Kind) helper [NFC]
Philip Reames
2019-09-04
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[EarlyCSE] Add support for unary FNeg to EarlyCSE
Cameron McInally
2019-08-07
1
-6
/
+7
*
[EarlyCSE] Fix hashing of self-compares
Joseph Tremoulet
2019-06-17
1
-2
/
+7
*
[EarlyCSE] Ensure equal keys have the same hash value
Joseph Tremoulet
2019-06-13
1
-64
/
+110
*
[EarlyCSE] detect equivalence of selects with inverse conditions and commuted...
Sanjay Patel
2019-04-16
1
-2
/
+59
*
Very minor typo. NFC
Kristina Brooks
2019-03-12
1
-1
/
+1
*
[EarlyCSE] Cleanup deadcode. [NFCI]
Alina Sbirlea
2019-02-21
1
-5
/
+1
*
[EarlyCSE & MSSA] Cap the clobbering calls in EarlyCSE.
Alina Sbirlea
2019-02-15
1
-2
/
+13
*
[EarlyCSE & MSSA] Cleanup special handling for removing MemoryAccesses.
Alina Sbirlea
2019-01-31
1
-30
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[EarlyCSE] If DI can't be salvaged, mark it as unavailable.
Davide Italiano
2018-12-17
1
-1
/
+2
*
[EarlyCSEwMemorySSA] Add MSSA verification and tests to make EarlyCSE failure...
Alina Sbirlea
2018-09-17
1
-0
/
+2
*
Re-enable "[NFC] Unify guards detection"
Max Kazantsev
2018-08-30
1
-1
/
+3
*
Revert r340921 "[NFC] Unify guards detection"
Hans Wennborg
2018-08-29
1
-2
/
+1
*
[NFC] Unify guards detection
Max Kazantsev
2018-08-29
1
-1
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
[EarlyCSE] Fix MSVC build. NFCI.
Simon Pilgrim
2018-06-14
1
-9
/
+5
*
[EarlyCSE] Propagate conditions of AND and OR instructions
Max Kazantsev
2018-06-14
1
-14
/
+43
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-2
/
+2
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[NFC] Factor out a method for further extension
Max Kazantsev
2018-05-31
1
-20
/
+32
*
[EarlyCSE] Improve EarlyCSE of some absolute value cases.
Craig Topper
2018-05-21
1
-4
/
+12
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-25
/
+29
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-9
/
+9
*
[EarlyCSE] Add debug counter for debugging mis-optimizations. NFC.
Geoff Berry
2018-04-06
1
-24
/
+60
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[EarlyCSE] Don't hide earler invariant.scopes
Philip Reames
2018-03-15
1
-3
/
+8
*
[EarlyCSE] Reuse invariant scopes for invariant load
Philip Reames
2018-03-15
1
-10
/
+13
*
[EarlyCSE] Exploit open ended invariant.start scopes
Philip Reames
2018-03-14
1
-19
/
+75
*
[NFC] Consolidate six getPointerOperand() utility functions into one place
Renato Golin
2018-03-09
1
-6
/
+1
*
[EarlyCSE] Salvage debug info during DCE
Petar Jovanovic
2018-01-09
1
-0
/
+1
*
[EarlyCSE] recognize swapped variants of abs/nabs as equivalent
Sanjay Patel
2017-12-13
1
-9
/
+12
*
[EarlyCSE] recognize commuted and swapped variants of min/max as equivalent (...
Sanjay Patel
2017-12-13
1
-0
/
+27
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-0
/
+6
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-13
1
-42
/
+90
*
[EarlyCSE] Handle calls with no MemorySSA info.
Geoff Berry
2017-07-14
1
-1
/
+15
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
[EarlyCSE] Make PhiToCheck in removeMSSA() a set.
Davide Italiano
2017-06-14
1
-2
/
+3
*
[Statistics] Use Statistic::operator+= instead of adding and assigning separa...
Craig Topper
2017-05-17
1
-1
/
+1
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-8
/
+8
*
[EarlyCSE] Mark the condition of assume intrinsic as true
Max Kazantsev
2017-04-28
1
-3
/
+9
*
[EarlyCSE] Remove guards with conditions known to be true
Max Kazantsev
2017-04-28
1
-3
/
+18
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
1
-2
/
+2
[next]