summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-11-27Change interface to this method a bitChris Lattner
2004-11-26Add a new interfaceChris Lattner
2004-11-25Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer
2004-11-25Restrict the interface to not allow algorithm selectionReid Spencer
2004-11-22Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner
2004-11-22These methods are now obsoleteChris Lattner
2004-11-22Add a new debug intrinsic parent class. Patch contributed by MichaelChris Lattner
2004-11-22This is the proper code for this method, thanks to Reid for getting CVS workingChris Lattner
2004-11-22Moved into the poolalloc tree.John Criswell
2004-11-22Implement a missing function called by JIT/Emitter.cpp but never defined.Reid Spencer
2004-11-21Fix a warningChris Lattner
2004-11-21Add another bit, to make the JIT a bit more efficient.Chris Lattner
2004-11-21ignore generated filesChris Lattner
2004-11-21Ignore generated filesChris Lattner
2004-11-20Ignore filesChris Lattner
2004-11-20Change this interface a bitChris Lattner
2004-11-20Add new methods that a target should implementChris Lattner
2004-11-20Add missing #includeChris Lattner
2004-11-20Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer
2004-11-20Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner
2004-11-20Add the getRelocationType method that I forgotChris Lattner
2004-11-20Allow targets to implement relocation support.Chris Lattner
2004-11-20New fileChris Lattner
2004-11-20Remove dead #includeChris Lattner
2004-11-19External symbols are const char*'s now, change this to match.Chris Lattner
2004-11-19Instead of storing std::string's for ExternalSymbol references, rely on theChris Lattner
2004-11-19Add static functions to clear singleton maps. Patch contributed byChris Lattner
2004-11-19These methods are long gone, ConstantPointerRef is dead.Chris Lattner
2004-11-19Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer
2004-11-18Add support for llvm.dbg.stoppointChris Lattner
2004-11-18Update comments, now that CPR's are gone, inline the methodsChris Lattner
2004-11-18Include ltdl.h if we have it.Reid Spencer
2004-11-18Add checks for HAVE_LTDL_H and HAVE_LT_DLOPENReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer
2004-11-18Fix typeoChris Lattner
2004-11-18Add ability to give hints to the overlaps routines.Chris Lattner
2004-11-18Add new advanceTo methodChris Lattner
2004-11-18Fix a minor bug in expiredAt. endNumber() is the first number that is not va...Chris Lattner
2004-11-18Rename some methods, use 'begin' instead of 'start', add new LiveIntervalChris Lattner
2004-11-17Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos
2004-11-17New prototype for lowerpacked pass.Chris Lattner
2004-11-16Make the comment for LinkFiles a bit more precise and easily understood.Reid Spencer
2004-11-16Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer
2004-11-16Per code review:\Reid Spencer
2004-11-16Document this as clobbering the second arg, make the second arg be non-constChris Lattner
2004-11-16Per code review:Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-15Add an accessorChris Lattner
2004-11-15Remove useless/confusing namespace qualifier.Reid Spencer