summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2004-12-11Path::get -> Path::toStringReid Spencer1-3/+3
2004-12-10Add missing accessor.Chris Lattner1-0/+2
2004-12-10New prototypeChris Lattner1-0/+6
2004-12-09Fix residual Visual Studio build problemsJeff Cohen1-0/+1
2004-12-08Move method out of lineChris Lattner1-4/+1
2004-12-08Define the pointer hash struct before the string one, to improve compatibilityChris Lattner1-6/+6
2004-12-08Use getOperand() and remove getElementAt() function.Alkis Evlogimenos1-8/+0
2004-12-07For PR387:\Reid Spencer1-3/+6
2004-12-07For PR387:\Reid Spencer6-10/+9
2004-12-05Add accessors for Constants in a ConstantStruct.Alkis Evlogimenos1-0/+8
2004-12-05Fix PR139: \Reid Spencer1-0/+37
2004-12-05Add a new methodChris Lattner1-0/+7
2004-12-05Fix typeoChris Lattner1-1/+1
2004-12-05Make a const method constReid Spencer1-1/+1
2004-12-02Move the strip pass from Scalar to IPO libChris Lattner2-8/+7
2004-12-02Remove dead fieldChris Lattner1-1/+0
2004-11-30Add methodChris Lattner1-0/+6
2004-11-29Add in some methods for use by the JIT. LoadLibraryPermanently brings theReid Spencer1-0/+25
2004-11-29Changes resulting from AC_LIB_LTDL usage.Reid Spencer1-11/+136
2004-11-29Don't include ltdl.h any more. Its nested in lib/System now.Reid Spencer1-4/+0
2004-11-29Make the default constructor cause the program's symbols to be loaded asReid Spencer1-2/+10
2004-11-27Change interface to this method a bitChris Lattner1-1/+1
2004-11-26Add a new interfaceChris Lattner1-0/+5
2004-11-25Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer1-6/+0
2004-11-25Restrict the interface to not allow algorithm selectionReid Spencer1-35/+18
2004-11-22Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner1-7/+0
2004-11-22These methods are now obsoleteChris Lattner1-10/+0
2004-11-22Add a new debug intrinsic parent class. Patch contributed by MichaelChris Lattner1-4/+28
2004-11-22This is the proper code for this method, thanks to Reid for getting CVS workingChris Lattner1-5/+14
2004-11-22Moved into the poolalloc tree.John Criswell1-93/+0
2004-11-22Implement a missing function called by JIT/Emitter.cpp but never defined.Reid Spencer1-0/+7
2004-11-21Fix a warningChris Lattner1-0/+1
2004-11-21Add another bit, to make the JIT a bit more efficient.Chris Lattner1-10/+23
2004-11-21ignore generated filesChris Lattner1-0/+4
2004-11-21Ignore generated filesChris Lattner1-0/+3
2004-11-20Ignore filesChris Lattner1-0/+2
2004-11-20Change this interface a bitChris Lattner1-2/+2
2004-11-20Add new methods that a target should implementChris Lattner1-8/+27
2004-11-20Add missing #includeChris Lattner1-0/+1
2004-11-20Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer1-9/+14
2004-11-20Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner1-5/+14
2004-11-20Add the getRelocationType method that I forgotChris Lattner1-0/+6
2004-11-20Allow targets to implement relocation support.Chris Lattner1-0/+11
2004-11-20New fileChris Lattner1-0/+117
2004-11-20Remove dead #includeChris Lattner1-2/+2
2004-11-19External symbols are const char*'s now, change this to match.Chris Lattner1-1/+1
2004-11-19Instead of storing std::string's for ExternalSymbol references, rely on theChris Lattner2-19/+9
2004-11-19Add static functions to clear singleton maps. Patch contributed byChris Lattner2-1/+12
2004-11-19These methods are long gone, ConstantPointerRef is dead.Chris Lattner1-5/+0
2004-11-19Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer1-3/+6