| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Warning fixes for VC++, contributed by Morten Ofstad! | Chris Lattner | 2004-11-15 | 7 | -14/+14 |
* | Changes necessary to enable linking of archives without LLVM symbol tables. | Reid Spencer | 2004-11-15 | 1 | -4/+7 |
* | Changes per code review: | Reid Spencer | 2004-11-14 | 1 | -14/+21 |
* | *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A... | Reid Spencer | 2004-11-14 | 1 | -4/+16 |
* | Make the remove*OnSignal functions deal with Paths not strings | Reid Spencer | 2004-11-14 | 1 | -2/+2 |
* | *Put the StatusInfo type in the right section. *Provide the ability to rename... | Reid Spencer | 2004-11-14 | 1 | -19/+72 |
* | Allow explicit closing of the MappedFile, before destruction | Reid Spencer | 2004-11-14 | 1 | -0/+2 |
* | Linker is its own module now. Moved to include/llvm/Linker.h | Reid Spencer | 2004-11-14 | 1 | -33/+0 |
* | Add higher level interface to simplify use of Compressor | Reid Spencer | 2004-11-14 | 1 | -13/+88 |
* | Add the MoreHelp function pointer. If non-null, this specifies a function to ... | Reid Spencer | 2004-11-14 | 1 | -0/+8 |
* | Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f... | Reid Spencer | 2004-11-14 | 1 | -9/+10 |
* | Complete rewrite to get first working version. | Reid Spencer | 2004-11-14 | 1 | -192/+410 |
* | Interface to Linker (revised/expanded from Support/Linker.h) | Reid Spencer | 2004-11-14 | 1 | -10/+70 |
* | Add GhostLinkage for marking functions before they're fully materialized | Misha Brukman | 2004-11-14 | 1 | -1/+2 |
* | Moved from include/llvm/Support/Linker.h | Reid Spencer | 2004-11-14 | 1 | -3/+3 |
* | Add useful method, minor cleanups | Chris Lattner | 2004-11-13 | 1 | -3/+7 |
* | Add support for shifts | Chris Lattner | 2004-11-13 | 1 | -0/+12 |
* | Provide conversion from posix time. | Reid Spencer | 2004-11-09 | 1 | -0/+9 |
* | * Implement getStatusInfo for getting stat(2) like information | Reid Spencer | 2004-11-09 | 1 | -0/+30 |
* | Remove extra spaces | Misha Brukman | 2004-11-08 | 1 | -2/+2 |
* | Make writing compressed bytecode the default. | Reid Spencer | 2004-11-08 | 1 | -1/+1 |
* | Add method to delete machine code generated for a Function | Misha Brukman | 2004-11-07 | 1 | -0/+6 |
* | Make compression the default on writing. | Reid Spencer | 2004-11-07 | 1 | -1/+1 |
* | * Provide option for specifying bytecode compression | Reid Spencer | 2004-11-07 | 1 | -5/+6 |