aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2003-10-08Forward declare class Type since it is used in this class and Type.h is not i...Alkis Evlogimenos
2003-10-07Regenerated with (at top-level llvm directory):Brian Gaeke
2003-10-06Moved to llvm/include/llvm/Support because it is LLVM-specific.Misha Brukman
2003-10-06Remove unneeded dtorsChris Lattner
2003-10-06Doxygenize class comments. Add new NamedRegionTimer classChris Lattner
2003-10-05Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner
2003-10-05Add new prototype for createLowerInvokePass(). Make simplifycfg be aChris Lattner
2003-10-05Output a very high-precision numberChris Lattner
2003-10-05Add some new methods to forward toChris Lattner
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner
2003-10-03Minor cleanupsChris Lattner
2003-10-03This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner
2003-10-03These methods are dead, remove themChris Lattner
2003-10-02Make the PATypeHolder use a simple union-find implementation to handleChris Lattner
2003-10-02There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner
2003-10-02There is no reason for the PATypeHolder class to derive from theChris Lattner
2003-10-02Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos
2003-10-02Change llc command line for register allocatorsAlkis Evlogimenos
2003-10-01Remove obsolete scoped pred and succ iterator typedefsChris Lattner
2003-10-01Use graph traits to perform generic interval constructionChris Lattner
2003-10-01Add graph traits specializations for intervalsChris Lattner
2003-09-30Forward declare a classChris Lattner
2003-09-30This got merged into Passes.hChris Lattner
2003-09-30Include the sparc register in this fileChris Lattner
2003-09-30Update commentChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-09-30Add a file headerChris Lattner
2003-09-30Remove unused headerChris Lattner
2003-09-30Fix header commentChris Lattner
2003-09-30Fix header, remove dead declChris Lattner
2003-09-30Fix header file commentChris Lattner
2003-09-30make the header comment more usefulChris Lattner
2003-09-29Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman
2003-09-29Tersified and fixed whitespace (tabs -> spaces).Misha Brukman
2003-09-24Fix a typo I happened to notice.Brian Gaeke
2003-09-22Added doxygen comments for the streaming module provider.Misha Brukman
2003-09-22Added functions to perform streaming function loading, doxygenified comments.Misha Brukman
2003-09-22Converted tabs to spaces.Misha Brukman
2003-09-22Materialize the module before releasing it.Misha Brukman
2003-09-21Add prototypeChris Lattner
2003-09-20Switch from using CallInst's to represent call sites to using the LLVMChris Lattner
2003-09-20Rename Function::getEntryNode -> getEntryBlockChris Lattner
2003-09-20Rename getEntryNode -> getEntryBlock()Chris Lattner
2003-09-20Cleanup header fileChris Lattner
2003-09-20Expose the TCE passChris Lattner
2003-09-20Fix header, fix broken friend declChris Lattner
2003-09-20UnsquishifyChris Lattner
2003-09-18Abstract interface for module providers, e.g. streaming bytecode reader.Misha Brukman
2003-09-17In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell
2003-09-17Added the ExecWait() function.John Criswell