Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
[oota-llvm.git] / lib / Transforms / Scalar / EarlyCSE.cpp
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2014-02-06 Paul RobinsonDisable most IR-level transform passes on functions...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-05 Michael GottesmanChange std::deque => std::vector. No functionality...
2013-09-11 Eli FriedmanGet rid of unused isPodLike definitions.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-09 Michael IlsemanUpdate EarlyCSE's SimpleValues to use Hashing.h for...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-07-24 Nadav RotemClean whitespaces.
2012-01-31 Lenny Maioranibz11794 : EarlyCSE stack overflow on long functions.
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2011-10-12 Eli FriedmanFix a couple hash functions so that they do not depend...
2011-09-12 Eli FriedmanChange a bunch of isVolatile() checks to check for...
2011-01-03 Chris LattnerDuncan deftly points out that readnone functions aren't
2011-01-03 Chris Lattnerstength reduce my previous patch a bit. The only instr...
2011-01-03 Chris Lattnerfix PR8895: metadata operands don't have a strong use...
2011-01-03 Chris Lattnerearlycse can do trivial with-a-block dead store
2011-01-03 Chris Lattnerswitch the load table to use a recycling bump pointer...
2011-01-03 Chris Lattnernow that loads are in their own table, we can implement
2011-01-03 Chris Lattnersplit loads and calls into separate tables. Loads...
2011-01-03 Chris Lattnervarious cleanups, no functionality change.
2011-01-03 Chris LattnerTeach EarlyCSE to do trivial CSE of loads and read...
2011-01-03 Chris Lattnerrename InstValue to SimpleValue, add some comments.
2011-01-03 Chris LattnerAllocate nodes for the scoped hash table from a recylin...
2011-01-03 Chris Lattnerreduce redundancy in the hashing code and other misc...
2011-01-02 Chris Lattnerfix some pastos
2011-01-02 Chris Lattneradd DEBUG and -stats output to earlycse.
2011-01-02 Chris LattnerEnhance earlycse to do CSE of casts, instsimplify and...
2011-01-02 Chris Lattnersketch out a new early cse pass. No functionality...