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