aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rename loop preheaders pass to loop simplifyChris Lattner2003-10-121-6/+6
* Rename method to indicate what it doesChris Lattner2003-10-121-7/+10
* No longer used anywhere.Brian Gaeke2003-10-101-22/+0
* Fix spelling.Misha Brukman2003-10-103-3/+3
* Use 'F' for Function instead of 'M'.Misha Brukman2003-10-101-1/+1
* Add my abstracted dynamic linker support files.Brian Gaeke2003-10-102-0/+58
* Add a method to reserve space for operandsChris Lattner2003-10-091-0/+2
* Kill warning when compiling in optimized modeChris Lattner2003-10-091-0/+1
* Make getContainedType more efficient by not returning null if out of range!Chris Lattner2003-10-092-8/+7
* Forward declare class Type since it is used in this class and Type.h is not i...Alkis Evlogimenos2003-10-081-0/+1
* Regenerated with (at top-level llvm directory):Brian Gaeke2003-10-072-132/+164
* Moved to llvm/include/llvm/Support because it is LLVM-specific.Misha Brukman2003-10-061-121/+0
* Remove unneeded dtorsChris Lattner2003-10-062-4/+0
* Doxygenize class comments. Add new NamedRegionTimer classChris Lattner2003-10-062-40/+64
* Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner2003-10-051-1/+3
* Add new prototype for createLowerInvokePass(). Make simplifycfg be aChris Lattner2003-10-051-1/+10
* Output a very high-precision numberChris Lattner2003-10-052-2/+2
* Add some new methods to forward toChris Lattner2003-10-051-2/+23
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-042-9/+7
* Minor cleanupsChris Lattner2003-10-031-22/+14
* This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner2003-10-033-62/+50
* These methods are dead, remove themChris Lattner2003-10-031-4/+0
* Make the PATypeHolder use a simple union-find implementation to handleChris Lattner2003-10-023-40/+94
* There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner2003-10-022-13/+16
* There is no reason for the PATypeHolder class to derive from theChris Lattner2003-10-021-12/+19
* Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos2003-10-021-1/+3
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-021-0/+2
* Remove obsolete scoped pred and succ iterator typedefsChris Lattner2003-10-011-10/+0
* Use graph traits to perform generic interval constructionChris Lattner2003-10-011-7/+8
* Add graph traits specializations for intervalsChris Lattner2003-10-011-0/+28
* Forward declare a classChris Lattner2003-09-301-0/+1
* This got merged into Passes.hChris Lattner2003-09-301-19/+0
* Include the sparc register in this fileChris Lattner2003-09-301-0/+5
* Update commentChris Lattner2003-09-301-4/+2
* Standardize header file commentsChris Lattner2003-09-30106-152/+134
* Add a file headerChris Lattner2003-09-302-0/+12
* Remove unused headerChris Lattner2003-09-301-14/+0
* Fix header commentChris Lattner2003-09-301-2/+4
* Fix header, remove dead declChris Lattner2003-09-301-3/+1
* Fix header file commentChris Lattner2003-09-301-59/+26
* make the header comment more usefulChris Lattner2003-09-301-2/+5
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-292-0/+230
* Tersified and fixed whitespace (tabs -> spaces).Misha Brukman2003-09-292-20/+12
* Fix a typo I happened to notice.Brian Gaeke2003-09-241-3/+3
* Added doxygen comments for the streaming module provider.Misha Brukman2003-09-221-6/+7
* Added functions to perform streaming function loading, doxygenified comments.Misha Brukman2003-09-221-9/+25
* Converted tabs to spaces.Misha Brukman2003-09-221-14/+14
* Materialize the module before releasing it.Misha Brukman2003-09-221-5/+10
* Add prototypeChris Lattner2003-09-212-0/+6
* Switch from using CallInst's to represent call sites to using the LLVMChris Lattner2003-09-205-40/+42