summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Make a const method constReid Spencer2004-12-05
* Move the strip pass from Scalar to IPO libChris Lattner2004-12-02
* Remove dead fieldChris Lattner2004-12-02
* Add methodChris Lattner2004-11-30
* Add in some methods for use by the JIT. LoadLibraryPermanently brings theReid Spencer2004-11-29
* Changes resulting from AC_LIB_LTDL usage.Reid Spencer2004-11-29
* Don't include ltdl.h any more. Its nested in lib/System now.Reid Spencer2004-11-29
* Make the default constructor cause the program's symbols to be loaded asReid Spencer2004-11-29
* Change interface to this method a bitChris Lattner2004-11-27
* Add a new interfaceChris Lattner2004-11-26
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-25
* Restrict the interface to not allow algorithm selectionReid Spencer2004-11-25
* Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner2004-11-22
* These methods are now obsoleteChris Lattner2004-11-22
* Add a new debug intrinsic parent class. Patch contributed by MichaelChris Lattner2004-11-22
* This is the proper code for this method, thanks to Reid for getting CVS workingChris Lattner2004-11-22
* Moved into the poolalloc tree.John Criswell2004-11-22
* Implement a missing function called by JIT/Emitter.cpp but never defined.Reid Spencer2004-11-22
* Fix a warningChris Lattner2004-11-21
* Add another bit, to make the JIT a bit more efficient.Chris Lattner2004-11-21
* ignore generated filesChris Lattner2004-11-21
* Ignore generated filesChris Lattner2004-11-21
* Ignore filesChris Lattner2004-11-20
* Change this interface a bitChris Lattner2004-11-20
* Add new methods that a target should implementChris Lattner2004-11-20
* Add missing #includeChris Lattner2004-11-20
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner2004-11-20
* Add the getRelocationType method that I forgotChris Lattner2004-11-20
* Allow targets to implement relocation support.Chris Lattner2004-11-20
* New fileChris Lattner2004-11-20
* Remove dead #includeChris Lattner2004-11-20
* External symbols are const char*'s now, change this to match.Chris Lattner2004-11-19
* Instead of storing std::string's for ExternalSymbol references, rely on theChris Lattner2004-11-19
* Add static functions to clear singleton maps. Patch contributed byChris Lattner2004-11-19
* These methods are long gone, ConstantPointerRef is dead.Chris Lattner2004-11-19
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-19
* Add support for llvm.dbg.stoppointChris Lattner2004-11-18
* Update comments, now that CPR's are gone, inline the methodsChris Lattner2004-11-18
* Include ltdl.h if we have it.Reid Spencer2004-11-18
* Add checks for HAVE_LTDL_H and HAVE_LT_DLOPENReid Spencer2004-11-18
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-18
* Fix typeoChris Lattner2004-11-18
* Add ability to give hints to the overlaps routines.Chris Lattner2004-11-18
* Add new advanceTo methodChris Lattner2004-11-18
* Fix a minor bug in expiredAt. endNumber() is the first number that is not va...Chris Lattner2004-11-18
* Rename some methods, use 'begin' instead of 'start', add new LiveIntervalChris Lattner2004-11-18
* Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos2004-11-17
* New prototype for lowerpacked pass.Chris Lattner2004-11-17
* Make the comment for LinkFiles a bit more precise and easily understood.Reid Spencer2004-11-16