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
*
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
*
stength reduce my previous patch a bit. The only instructions
Chris Lattner
2011-01-03
1
-6
/
+9
*
fix PR8895: metadata operands don't have a strong use of their
Chris Lattner
2011-01-03
1
-4
/
+10
*
earlycse can do trivial with-a-block dead store
Chris Lattner
2011-01-03
1
-6
/
+38
*
switch the load table to use a recycling bump pointer allocator,
Chris Lattner
2011-01-03
1
-1
/
+4
*
now that loads are in their own table, we can implement
Chris Lattner
2011-01-03
1
-1
/
+12
*
split loads and calls into separate tables. Loads are now just indexed
Chris Lattner
2011-01-03
1
-42
/
+74
*
various cleanups, no functionality change.
Chris Lattner
2011-01-03
1
-24
/
+19
*
Teach EarlyCSE to do trivial CSE of loads and read-only calls.
Chris Lattner
2011-01-03
1
-22
/
+152
*
rename InstValue to SimpleValue, add some comments.
Chris Lattner
2011-01-03
1
-26
/
+41
*
Allocate nodes for the scoped hash table from a recyling bump pointer
Chris Lattner
2011-01-03
1
-5
/
+9
*
reduce redundancy in the hashing code and other misc cleanups.
Chris Lattner
2011-01-03
1
-19
/
+23
*
fix some pastos
Chris Lattner
2011-01-02
1
-4
/
+4
*
add DEBUG and -stats output to earlycse.
Chris Lattner
2011-01-02
1
-3
/
+35
*
Enhance earlycse to do CSE of casts, instsimplify and die.
Chris Lattner
2011-01-02
1
-4
/
+141
*
sketch out a new early cse pass. No functionality yet.
Chris Lattner
2011-01-02
1
-0
/
+62