summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* split loads and calls into separate tables. Loads are now just indexedChris Lattner2011-01-031-42/+74
* various cleanups, no functionality change.Chris Lattner2011-01-031-24/+19
* Teach EarlyCSE to do trivial CSE of loads and read-only calls.Chris Lattner2011-01-031-22/+152
* rename InstValue to SimpleValue, add some comments.Chris Lattner2011-01-031-26/+41
* Allocate nodes for the scoped hash table from a recyling bump pointerChris Lattner2011-01-031-5/+9
* reduce redundancy in the hashing code and other misc cleanups.Chris Lattner2011-01-031-19/+23
* fix some pastosChris Lattner2011-01-021-4/+4
* add DEBUG and -stats output to earlycse.Chris Lattner2011-01-021-3/+35
* Enhance earlycse to do CSE of casts, instsimplify and die.Chris Lattner2011-01-021-4/+141
* sketch out a new early cse pass. No functionality yet.Chris Lattner2011-01-021-0/+62
OpenPOWER on IntegriCloud