aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary Elts arrayVictor Hernandez2010-01-201-4/+2
* Add a comment and tidy up some whitespace.Dan Gohman2010-01-191-2/+2
* Fix a typo and an 80-column violation in comments.Dan Gohman2010-01-191-3/+3
* Give ScalarEvolution access to the DominatorTree. It'll need thisDan Gohman2010-01-191-0/+2
* Add a new helper function to IVUsers for returning the "canonical"Dan Gohman2010-01-191-0/+13
* Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...Victor Hernandez2010-01-181-6/+7
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-161-56/+18
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-161-12/+4
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-29/+22
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-151-22/+29
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-29/+22
* Pad my commit stats by reducing indentation in this now separateEric Christopher2010-01-141-19/+20
* Few minor changes that were requested. No functional change.Eric Christopher2010-01-141-2/+6
* Small tweak to inline cost computation. Ext of i/fcmp results are mostly opti...Evan Cheng2010-01-141-1/+6
* Reduce the inlining cost of functions that contain calls to easily,Eric Christopher2010-01-141-1/+27
* Respond to Chris' review:Victor Hernandez2010-01-111-8/+8
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-091-4/+4
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-092-8/+19
* fix PR5978 by peeling the loop so that we avoid shifting theChris Lattner2010-01-081-2/+2
* teach ComputeNumSignBits to look through PHI nodes.Chris Lattner2010-01-071-4/+19
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-061-4/+7
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-051-0/+5
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-051-3/+2
* Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer2010-01-051-4/+2
* Remove dead debug info intrinsics.Devang Patel2010-01-052-154/+0
* constant fold nasty constant expressions formed by llvm-gcc,Chris Lattner2010-01-021-3/+16
* fix Analysis/DebugInfo.h to not include Metadata.h. Do thisChris Lattner2009-12-312-0/+6
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-311-25/+25
* Optimize MDNode to coallocate the operand list immediatelyChris Lattner2009-12-311-1/+1
* remove a bunch of unneeded functions.Chris Lattner2009-12-291-30/+0
* major cleanups, much of this file was incorrectly indented.Chris Lattner2009-12-291-303/+273
* one pass of cleanup over DebugInfo.h. Much more is still needed.Chris Lattner2009-12-291-12/+8
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-2/+1
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-281-4/+2
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-281-4/+3
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-231-1/+1
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-231-4/+4
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-231-3/+3
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-231-1/+1
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-231-4/+4
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-231-3/+3
* Remove dump routine and the associated Debug.h from a header. Patch upDavid Greene2009-12-231-0/+1
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-233-39/+39
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-1/+2
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-4/+4
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-7/+7
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-8/+8
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-9/+9
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-20/+20
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-10/+10