summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Add new prototype for createLowerInvokePass(). Make simplifycfg be aChris Lattner2003-10-05
* Output a very high-precision numberChris Lattner2003-10-05
* Add some new methods to forward toChris Lattner2003-10-05
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-04
* Minor cleanupsChris Lattner2003-10-03
* This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner2003-10-03
* These methods are dead, remove themChris Lattner2003-10-03
* Make the PATypeHolder use a simple union-find implementation to handleChris Lattner2003-10-02
* There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner2003-10-02
* There is no reason for the PATypeHolder class to derive from theChris Lattner2003-10-02
* Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos2003-10-02
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-02
* Remove obsolete scoped pred and succ iterator typedefsChris Lattner2003-10-01
* Use graph traits to perform generic interval constructionChris Lattner2003-10-01
* Add graph traits specializations for intervalsChris Lattner2003-10-01
* Forward declare a classChris Lattner2003-09-30
* This got merged into Passes.hChris Lattner2003-09-30
* Include the sparc register in this fileChris Lattner2003-09-30
* Update commentChris Lattner2003-09-30
* Standardize header file commentsChris Lattner2003-09-30
* Add a file headerChris Lattner2003-09-30
* Remove unused headerChris Lattner2003-09-30
* Fix header commentChris Lattner2003-09-30
* Fix header, remove dead declChris Lattner2003-09-30
* Fix header file commentChris Lattner2003-09-30
* make the header comment more usefulChris Lattner2003-09-30
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-29
* Tersified and fixed whitespace (tabs -> spaces).Misha Brukman2003-09-29
* Fix a typo I happened to notice.Brian Gaeke2003-09-24
* Added doxygen comments for the streaming module provider.Misha Brukman2003-09-22
* Added functions to perform streaming function loading, doxygenified comments.Misha Brukman2003-09-22
* Converted tabs to spaces.Misha Brukman2003-09-22
* Materialize the module before releasing it.Misha Brukman2003-09-22
* Add prototypeChris Lattner2003-09-21
* Switch from using CallInst's to represent call sites to using the LLVMChris Lattner2003-09-20
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Rename getEntryNode -> getEntryBlock()Chris Lattner2003-09-20
* Cleanup header fileChris Lattner2003-09-20
* Expose the TCE passChris Lattner2003-09-20
* Fix header, fix broken friend declChris Lattner2003-09-20
* UnsquishifyChris Lattner2003-09-20
* Abstract interface for module providers, e.g. streaming bytecode reader.Misha Brukman2003-09-18
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-17
* Added the ExecWait() function.John Criswell2003-09-17
* Add new deleteBody methodChris Lattner2003-09-17
* Do not segfault when the post-dominator tree is empty (ie, there are no returnChris Lattner2003-09-15
* Add prototype for the lowersetjmp passChris Lattner2003-09-15
* Get rid of the whole "Node2" business, rename getNode() ->getBlock() toChris Lattner2003-09-11
* Rework dominator and post dominator information so that we do not have toChris Lattner2003-09-10
* Expand the pass to unify all of the unwind blocks as wellChris Lattner2003-09-10