| Commit message (Expand) | Author | Age | Files | Lines |
* | Change interface to this method a bit | Chris Lattner | 2004-11-27 | 1 | -1/+1 |
* | Add a new interface | Chris Lattner | 2004-11-26 | 1 | -0/+5 |
* | Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. | Reid Spencer | 2004-11-25 | 1 | -6/+0 |
* | Restrict the interface to not allow algorithm selection | Reid Spencer | 2004-11-25 | 1 | -35/+18 |
* | Fix the FIXME, nuke the JIT specific forceCompilationOf method. | Chris Lattner | 2004-11-22 | 1 | -7/+0 |
* | These methods are now obsolete | Chris Lattner | 2004-11-22 | 1 | -10/+0 |
* | Add a new debug intrinsic parent class. Patch contributed by Michael | Chris Lattner | 2004-11-22 | 1 | -4/+28 |
* | This is the proper code for this method, thanks to Reid for getting CVS working | Chris Lattner | 2004-11-22 | 1 | -5/+14 |
* | Moved into the poolalloc tree. | John Criswell | 2004-11-22 | 1 | -93/+0 |
* | Implement a missing function called by JIT/Emitter.cpp but never defined. | Reid Spencer | 2004-11-22 | 1 | -0/+7 |
* | Fix a warning | Chris Lattner | 2004-11-21 | 1 | -0/+1 |
* | Add another bit, to make the JIT a bit more efficient. | Chris Lattner | 2004-11-21 | 1 | -10/+23 |
* | ignore generated files | Chris Lattner | 2004-11-21 | 1 | -0/+4 |
* | Ignore generated files | Chris Lattner | 2004-11-21 | 1 | -0/+3 |
* | Ignore files | Chris Lattner | 2004-11-20 | 1 | -0/+2 |
* | Change this interface a bit | Chris Lattner | 2004-11-20 | 1 | -2/+2 |
* | Add new methods that a target should implement | Chris Lattner | 2004-11-20 | 1 | -8/+27 |
* | Add missing #include | Chris Lattner | 2004-11-20 | 1 | -0/+1 |
* | Distinguish between BSD4.4 and SVR4 symbol tables | Reid Spencer | 2004-11-20 | 1 | -9/+14 |
* | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner | 2004-11-20 | 1 | -5/+14 |
* | Add the getRelocationType method that I forgot | Chris Lattner | 2004-11-20 | 1 | -0/+6 |
* | Allow targets to implement relocation support. | Chris Lattner | 2004-11-20 | 1 | -0/+11 |
* | New file | Chris Lattner | 2004-11-20 | 1 | -0/+117 |
* | Remove dead #include | Chris Lattner | 2004-11-20 | 1 | -2/+2 |
* | External symbols are const char*'s now, change this to match. | Chris Lattner | 2004-11-19 | 1 | -1/+1 |
* | Instead of storing std::string's for ExternalSymbol references, rely on the | Chris Lattner | 2004-11-19 | 2 | -19/+9 |
* | Add static functions to clear singleton maps. Patch contributed by | Chris Lattner | 2004-11-19 | 2 | -1/+12 |
* | These methods are long gone, ConstantPointerRef is dead. | Chris Lattner | 2004-11-19 | 1 | -5/+0 |
* | Make findModulesDefiningSymbols modify its symbols argument so we can \ | Reid Spencer | 2004-11-19 | 1 | -3/+6 |
* | Add support for llvm.dbg.stoppoint | Chris Lattner | 2004-11-18 | 1 | -0/+27 |
* | Update comments, now that CPR's are gone, inline the methods | Chris Lattner | 2004-11-18 | 2 | -11/+13 |
* | Include ltdl.h if we have it. | Reid Spencer | 2004-11-18 | 1 | -0/+4 |
* | Add checks for HAVE_LTDL_H and HAVE_LT_DLOPEN | Reid Spencer | 2004-11-18 | 1 | -0/+6 |
* | Dynamic Library abstraction. This makes the abstraction of a single dynamic | Reid Spencer | 2004-11-18 | 1 | -0/+80 |
* | Fix typeo | Chris Lattner | 2004-11-18 | 1 | -1/+1 |
* | Add ability to give hints to the overlaps routines. | Chris Lattner | 2004-11-18 | 1 | -2/+14 |
* | Add new advanceTo method | Chris Lattner | 2004-11-18 | 1 | -0/+13 |
* | Fix a minor bug in expiredAt. endNumber() is the first number that is not va... | Chris Lattner | 2004-11-18 | 1 | -1/+1 |
* | Rename some methods, use 'begin' instead of 'start', add new LiveInterval | Chris Lattner | 2004-11-18 | 1 | -6/+11 |
* | Make ReturnInst accept a value of type void as the return value. The | Alkis Evlogimenos | 2004-11-17 | 1 | -8/+5 |
* | New prototype for lowerpacked pass. | Chris Lattner | 2004-11-17 | 1 | -0/+5 |
* | Make the comment for LinkFiles a bit more precise and easily understood. | Reid Spencer | 2004-11-16 | 1 | -3/+4 |
* | Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ | Reid Spencer | 2004-11-16 | 1 | -1/+2 |
* | Per code review:\ | Reid Spencer | 2004-11-16 | 1 | -18/+23 |
* | Document this as clobbering the second arg, make the second arg be non-const | Chris Lattner | 2004-11-16 | 1 | -5/+7 |
* | Per code review: | Reid Spencer | 2004-11-16 | 1 | -11/+11 |
* | Per code review: | Reid Spencer | 2004-11-16 | 1 | -9/+7 |
* | Per code review: | Reid Spencer | 2004-11-16 | 1 | -7/+13 |
* | Add an accessor | Chris Lattner | 2004-11-15 | 1 | -2/+9 |
* | Remove useless/confusing namespace qualifier. | Reid Spencer | 2004-11-15 | 1 | -1/+1 |