summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-14
* Initial instruction tree support for the analysis libraryChris Lattner2001-09-14
* Generic k-way tree supportChris Lattner2001-09-14
* More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner2001-09-12
* * Clean up InstrForestChris Lattner2001-09-12
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-11
* Eliminate MainTreeNode functionChris Lattner2001-09-11
* Handle subtract in expression classifierChris Lattner2001-09-11
* Disable destructors on constantsChris Lattner2001-09-11
* * Add capability of printing out a global variableChris Lattner2001-09-10
* * Method::getType should return type cast as MethodType, eliminate getMethodTypeChris Lattner2001-09-10
* Update assertion to allow extra caseChris Lattner2001-09-10
* Implement global variable supportChris Lattner2001-09-10
* Remove 3 gross global functions that don't belong hereChris Lattner2001-09-09
* Rename contype to subtypeChris Lattner2001-09-09
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-09
* Fix build breakage. :(Chris Lattner2001-09-09
* Remove extra #includeChris Lattner2001-09-09
* *** empty log message ***Ruchira Sasanka2001-09-08
* *** empty log message ***Ruchira Sasanka2001-09-08
* Committed for compliation. Not yet final.Ruchira Sasanka2001-09-08
* New file for supporting abstract typesChris Lattner2001-09-07
* Provide a way to change the incoming value for a phi nodeChris Lattner2001-09-07
* * Remove lots of unnecesary #includesChris Lattner2001-09-07
* * Remove lots of annoying extra #includesChris Lattner2001-09-07
* * Add tag so emacs knows it's a c++ fileChris Lattner2001-09-07
* Add tags so emacs knows these are C++ filesChris Lattner2001-09-07
* Remove extra spaceChris Lattner2001-09-07
* Remove ReversePostOrderTraversal declarationChris Lattner2001-09-07
* * Don't predefine ReversePostOrderTraversal because it adds a dependence on v...Chris Lattner2001-09-07
* NEw fileChris Lattner2001-09-07
* Follow the golden rule of the coding standards guide: Make the code lookChris Lattner2001-09-07
* Constant pool is eliminatedChris Lattner2001-09-07
* Add support for iteration through type graphsChris Lattner2001-09-07
* * Fixed mapped_iterator to actually work with functorsChris Lattner2001-09-07
* Constant pools no longer existChris Lattner2001-09-07
* Eliminate DoConstantPoolMerging. ConstantPools no longer existChris Lattner2001-09-07
* You no longer have to delete constants! They are located in a globalChris Lattner2001-09-07
* Annotations are now passed around as const objectsChris Lattner2001-09-07
* Use a deque instead of a vector for greater efficiency writing bytecodeChris Lattner2001-09-07
* Clean stuff up.Chris Lattner2001-09-07
* Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzerChris Lattner2001-09-07
* Simplify analyzerChris Lattner2001-09-07
* * Fix long standing problems that would affect inlining. How could this have...Chris Lattner2001-09-07
* Add assertion to check forChris Lattner2001-09-07
* * Values are AbstactTypeUsers to support abstract typesChris Lattner2001-09-07
* Remove extra whitespace at EOLChris Lattner2001-09-07
* * Add support for Opaque & Abstract types.Chris Lattner2001-09-07
* Support abstract types by keeping on the use list of the abstract type.Chris Lattner2001-09-07
* SymTabValues no longer hold constant poolsChris Lattner2001-09-07