summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* drop the pass name from the output.Chris Lattner2010-01-22
* eliminate dynamic_cast from this file.Chris Lattner2010-01-22
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* When re-using an existing cast for a user, it's still necessary to callDan Gohman2010-01-21
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner2010-01-20
* adopt getAdjustedAnalysisPointer in two more passes.Chris Lattner2010-01-20
* adopt getAdjustedAnalysisPointer in BasicCallGraph.Chris Lattner2010-01-20
* add some new methods to adjust this pointers. Not used yet.Chris Lattner2010-01-20
* Avoid unnecessary Elts arrayVictor Hernandez2010-01-20
* Add a comment and tidy up some whitespace.Dan Gohman2010-01-19
* Fix a typo and an 80-column violation in comments.Dan Gohman2010-01-19
* Give ScalarEvolution access to the DominatorTree. It'll need thisDan Gohman2010-01-19
* Add a new helper function to IVUsers for returning the "canonical"Dan Gohman2010-01-19
* Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...Victor Hernandez2010-01-18
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-16
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-16
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Pad my commit stats by reducing indentation in this now separateEric Christopher2010-01-14
* Few minor changes that were requested. No functional change.Eric Christopher2010-01-14
* Small tweak to inline cost computation. Ext of i/fcmp results are mostly opti...Evan Cheng2010-01-14
* Reduce the inlining cost of functions that contain calls to easily,Eric Christopher2010-01-14
* Respond to Chris' review:Victor Hernandez2010-01-11
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-09
* fix PR5978 by peeling the loop so that we avoid shifting theChris Lattner2010-01-08
* teach ComputeNumSignBits to look through PHI nodes.Chris Lattner2010-01-07
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-06
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-05
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-05
* Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer2010-01-05
* Remove dead debug info intrinsics.Devang Patel2010-01-05
* constant fold nasty constant expressions formed by llvm-gcc,Chris Lattner2010-01-02
* fix Analysis/DebugInfo.h to not include Metadata.h. Do thisChris Lattner2009-12-31
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-31
* Optimize MDNode to coallocate the operand list immediatelyChris Lattner2009-12-31
* remove a bunch of unneeded functions.Chris Lattner2009-12-29
* major cleanups, much of this file was incorrectly indented.Chris Lattner2009-12-29
* one pass of cleanup over DebugInfo.h. Much more is still needed.Chris Lattner2009-12-29
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-28
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-28
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-23
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-23
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23