aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add accessor for a Loop Unswitching passChris Lattner2004-04-191-0/+7
* Eliminate a poorly conceived methodChris Lattner2004-04-191-8/+0
* * Improve file header commentChris Lattner2004-04-191-18/+35
* Provide an interface that is more convenient for iterating over the blocksChris Lattner2004-04-181-0/+3
* Add new method.Chris Lattner2004-04-181-1/+5
* Change the ExitBlocks list from being explicitly contained in the LoopChris Lattner2004-04-181-31/+8
* Add a new methodChris Lattner2004-04-181-0/+5
* Allow clients to delete loops, add a new methodChris Lattner2004-04-181-5/+9
* Add prototypeChris Lattner2004-04-181-2/+8
* Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke2004-04-162-2/+2
* Include <string> for compatibility with gcc 3.0.x (the system compiler onBrian Gaeke2004-04-161-0/+1
* Assert if Instruction is being deleted before being removed from BasicBlock.Misha Brukman2004-04-161-0/+4
* Don't use invalid HTML in doxygen comments.Misha Brukman2004-04-151-1/+1
* Add some helpful methodsChris Lattner2004-04-151-5/+36
* Publically export all of these classes from the ScalarEvolutions.cpp fileChris Lattner2004-04-151-0/+461
* Add a copy constructor for TargetData.Brian Gaeke2004-04-141-0/+16
* Temporarily hack in the intrinsics that John added. I expect him to finish u...Chris Lattner2004-04-141-0/+2
* Add new interfacesChris Lattner2004-04-131-0/+9
* Add some methods that are useful for updating loop information.Chris Lattner2004-04-121-2/+48
* Change the call graph class to have TWO external nodes, making call graphChris Lattner2004-04-121-24/+35
* Make comments above APIs reflect what they should do.Chris Lattner2004-04-111-7/+7
* New method to allow more efficient clientsChris Lattner2004-04-111-0/+9
* Note to self: SAVE FILES!Chris Lattner2004-04-101-0/+1
* Add an interface to update value numberingChris Lattner2004-04-101-1/+10
* Clarify interfaceChris Lattner2004-04-101-2/+4
* Add definition list to each live interval.Alkis Evlogimenos2004-04-091-3/+7
* Added the llvm.readport and llvm.writeport intrinsics.John Criswell2004-04-081-0/+4
* This file does not appear to be included anywhere.Brian Gaeke2004-04-081-240/+0
* This file is no longer used.Brian Gaeke2004-04-071-52/+0
* Be more restrictive with the index types we allow for sequential typesChris Lattner2004-04-051-1/+10
* Add ConstantExpr::get(Sign|Zero)Extend methodsChris Lattner2004-04-041-0/+2
* Support iteration over constant instructionsChris Lattner2004-04-041-5/+5
* Allow for use of arbitrary iterator types...Chris Lattner2004-04-031-19/+26
* Regenerated using autoheader-2.57.Brian Gaeke2004-04-022-0/+6
* Remove obsolete filesChris Lattner2004-04-021-68/+0
* cleanup some long-dead codeChris Lattner2004-04-021-7/+1
* Ignore configure produced filesChris Lattner2004-04-021-0/+5
* Add a new analysisChris Lattner2004-04-021-0/+270
* Make the verifier API more complete and usefulChris Lattner2004-04-021-10/+36
* Add new functionChris Lattner2004-04-022-0/+8
* Fix grammar.Misha Brukman2004-04-011-1/+1
* Allow converting a builder to an iteratorChris Lattner2004-04-011-0/+1
* Add clear() forwarding method.Brian Gaeke2004-03-311-0/+1
* Improve description, add warningChris Lattner2004-03-311-2/+6
* MachineBasicBlock::remove should not change the iterator passed into itChris Lattner2004-03-311-1/+1
* Add a simple select instruction lowering passChris Lattner2004-03-301-0/+6
* Add some new methodsChris Lattner2004-03-301-0/+25
* Relax the interface a bitChris Lattner2004-03-291-5/+5
* Add a bunch of methods that should have been added a long time ago.Chris Lattner2004-03-291-0/+22
* Add two methods which have been needed for a long time: Type::get(Un)signedVe...Chris Lattner2004-03-261-1/+10