summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Fix thinkos that Chris caught for me.Brian Gaeke2004-04-281-2/+4
* Add machine-code CFG support: MachineBasicBlocks may now have their ownBrian Gaeke2004-04-281-0/+67
* Fix warningChris Lattner2004-04-271-0/+1
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-271-15/+18
* Because I like being able to instantiate the cfgprinter from external projects,Brian Gaeke2004-04-261-0/+24
* Fix a typo in a comment.Brian Gaeke2004-04-261-1/+1
* Aggregating function arguments is now an option. Default is `no', as before.Misha Brukman2004-04-231-3/+5
* Remove the SCEV::expandCodeFor method, add a new SCEVVisitor class.Chris Lattner2004-04-232-86/+40
* Merged this file into the SparcV9 target.Brian Gaeke2004-04-231-296/+0
* Add emitWordAt() - a quick and dirty interface that the machine-dependentBrian Gaeke2004-04-231-0/+6
* Clarify the logic: the flag is renamed to `deleteFn' to signify it will deleteMisha Brukman2004-04-221-4/+4
* Add a boolean flag to delete this function from module, leaving the rest behind.Misha Brukman2004-04-221-3/+4
* Add an ugly castChris Lattner2004-04-221-1/+1
* Add a methodChris Lattner2004-04-221-0/+8
* Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos2004-04-212-2/+2
* Allow getting the module from a call graphChris Lattner2004-04-201-0/+4
* Change it to take a callgraph, from which we can get a moduleChris Lattner2004-04-201-3/+3
* Add the ability for SCC passes to initialize and finalize themselvesChris Lattner2004-04-201-0/+13
* 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