aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for llvm.dbg.stoppointChris Lattner2004-11-181-0/+27
* Update comments, now that CPR's are gone, inline the methodsChris Lattner2004-11-182-11/+13
* Include ltdl.h if we have it.Reid Spencer2004-11-181-0/+4
* Add checks for HAVE_LTDL_H and HAVE_LT_DLOPENReid Spencer2004-11-181-0/+6
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+80
* Fix typeoChris Lattner2004-11-181-1/+1
* Add ability to give hints to the overlaps routines.Chris Lattner2004-11-181-2/+14
* Add new advanceTo methodChris Lattner2004-11-181-0/+13
* Fix a minor bug in expiredAt. endNumber() is the first number that is not va...Chris Lattner2004-11-181-1/+1
* Rename some methods, use 'begin' instead of 'start', add new LiveIntervalChris Lattner2004-11-181-6/+11
* Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos2004-11-171-8/+5
* New prototype for lowerpacked pass.Chris Lattner2004-11-171-0/+5
* Make the comment for LinkFiles a bit more precise and easily understood.Reid Spencer2004-11-161-3/+4
* Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer2004-11-161-1/+2
* Per code review:\Reid Spencer2004-11-161-18/+23
* Document this as clobbering the second arg, make the second arg be non-constChris Lattner2004-11-161-5/+7
* Per code review:Reid Spencer2004-11-161-11/+11
* Per code review:Reid Spencer2004-11-161-9/+7
* Per code review:Reid Spencer2004-11-161-7/+13
* Add an accessorChris Lattner2004-11-151-2/+9
* Remove useless/confusing namespace qualifier.Reid Spencer2004-11-151-1/+1