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] Fix handling of target memory intrinsics for CSE'ing loads.
Arnaud A. de Grandmaison
2015-10-07
1
-14
/
+23
*
[EarlyCSE] Constify ParseMemoryInst methods (NFC).
Arnaud A. de Grandmaison
2015-10-06
1
-9
/
+9
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
Allow value forwarding past release fences in EarlyCSE
Philip Reames
2015-08-27
1
-0
/
+11
*
Rename all references to old mailing lists to new lists.llvm.org address.
Tanya Lattner
2015-08-05
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-6
/
+6
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-6
/
+6
*
Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Philip Reames
2015-05-22
1
-0
/
+24
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-9
/
+5
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-5
/
+4
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-4
/
+4
*
EarlyCSE: It isn't safe to CSE across synchronization boundaries
David Majnemer
2015-02-10
1
-0
/
+3
*
EarlyCSE: Replace custom hash mixing with Hashing.h
Benjamin Kramer
2015-02-01
1
-14
/
+4
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Port EarlyCSE to the new pass manager.
Chandler Carruth
2015-02-01
1
-1
/
+23
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+3
*
[PM] Refactor the core logic to run EarlyCSE over a function into an
Chandler Carruth
2015-01-27
1
-75
/
+94
*
Commoning of target specific load/store intrinsics in Early CSE.
Chad Rosier
2015-01-26
1
-29
/
+111
*
[PM] General doxygen and comment cleanup for this pass.
Chandler Carruth
2015-01-24
1
-34
/
+36
*
[PM] Reformat this code with clang-format so that I can use clang-format
Chandler Carruth
2015-01-24
1
-142
/
+139
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-6
/
+6
*
Tweak EarlyCSE to recognize series of dead stores
Philip Reames
2014-11-18
1
-1
/
+1
*
EarlyCSE should ignore calls to @llvm.assume
Hal Finkel
2014-11-03
1
-0
/
+12
*
Using a deque to manage the stack of nodes is faster here.
Lenny Maiorani
2014-09-20
1
-2
/
+6
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+6
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-10
/
+10
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-3
/
+3
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Change std::deque => std::vector. No functionality change.
Michael Gottesman
2013-12-05
1
-6
/
+6
*
Get rid of unused isPodLike definitions.
Eli Friedman
2013-09-11
1
-10
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...
Michael Ilseman
2012-10-09
1
-25
/
+81
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+4
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-1
/
+1
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-40
/
+40
*
bz11794 : EarlyCSE stack overflow on long functions.
Lenny Maiorani
2012-01-31
1
-22
/
+117
*
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-12-01
1
-1
/
+6
*
Fix a couple hash functions so that they do not depend on undefined shifts. ...
Eli Friedman
2011-10-12
1
-2
/
+2
*
Change a bunch of isVolatile() checks to check for atomic load/store as well.
Eli Friedman
2011-09-12
1
-2
/
+2
*
Duncan deftly points out that readnone functions aren't
Chris Lattner
2011-01-03
1
-1
/
+5
[prev]
[next]