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