aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-4/+4
* Rename getEntryNode -> getEntryBlock()Chris Lattner2003-09-201-2/+2
* Cleanup header fileChris Lattner2003-09-201-2/+4
* Expose the TCE passChris Lattner2003-09-201-0/+7
* Fix header, fix broken friend declChris Lattner2003-09-201-3/+4
* UnsquishifyChris Lattner2003-09-202-2/+2
* Abstract interface for module providers, e.g. streaming bytecode reader.Misha Brukman2003-09-181-0/+40
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-172-2/+2
* Added the ExecWait() function.John Criswell2003-09-172-0/+16
* Add new deleteBody methodChris Lattner2003-09-171-2/+13
* Do not segfault when the post-dominator tree is empty (ie, there are no returnChris Lattner2003-09-151-1/+2
* Add prototype for the lowersetjmp passChris Lattner2003-09-151-0/+7
* Get rid of the whole "Node2" business, rename getNode() ->getBlock() toChris Lattner2003-09-111-20/+15
* Rework dominator and post dominator information so that we do not have toChris Lattner2003-09-102-20/+61
* Expand the pass to unify all of the unwind blocks as wellChris Lattner2003-09-101-12/+13
* Make createVerifierPass return a FunctionPass *.Brian Gaeke2003-09-101-2/+2
* Fix spelloChris Lattner2003-09-102-2/+2
* Fix spell-o'sChris Lattner2003-09-101-1/+1