| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug in casting to long/ulong. | Brian Gaeke | 2004-11-19 | 2 | -22/+54 |
* | Make sure we can read an archive after it has been ranlib'd | Reid Spencer | 2004-11-19 | 2 | -1/+7 |
* | Fix memory leaks, patch contributed by Morten Ofstad! | Chris Lattner | 2004-11-19 | 1 | -15/+21 |
* | Patches to avoid "leaking" memory on process exit. Patch contributed by | Chris Lattner | 2004-11-19 | 1 | -39/+25 |
* | Correct the computation of when to add the padding. It is not based on the | Reid Spencer | 2004-11-19 | 4 | -18/+18 |
* | Fix the exposed prototype for the lower packed pass, thanks to | Chris Lattner | 2004-11-19 | 1 | -1/+2 |
* | Add hooks to free all memory allocated by the singleton factories in these | Chris Lattner | 2004-11-19 | 2 | -0/+68 |
* | 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 |
* | CPR is dead. | Chris Lattner | 2004-11-19 | 1 | -1/+0 |
* | Add note that this is for old bytecode files. | Chris Lattner | 2004-11-19 | 1 | -1/+1 |
* | Mission accomplished! | Chris Lattner | 2004-11-19 | 1 | -1/+0 |
* | Allow this to compile even on machines that HAVE the bzlib library but do | Reid Spencer | 2004-11-19 | 1 | -5/+11 |
* | This is a horrible hack to work around libstdc++ bugs :( | Chris Lattner | 2004-11-19 | 1 | -2/+6 |
* | Eliminate another 6k register copies that the register allocator would just | Nate Begeman | 2004-11-19 | 1 | -8/+14 |
* | Fix a bug in the checkin where I adjusted this code to work when | Chris Lattner | 2004-11-19 | 1 | -7/+8 |
* | Undo last change as its unnecessary. | Reid Spencer | 2004-11-19 | 1 | -1/+1 |
* | Test case for xpg4 style archive files. | Reid Spencer | 2004-11-19 | 1 | -0/+7 |
* | Test reading of SVR4 style archives with llvm-ar | Reid Spencer | 2004-11-19 | 1 | -3/+3 |
* | Test case for reading SVR4 style archives. | Reid Spencer | 2004-11-19 | 1 | -0/+7 |
* | Don't save an iterator, just use post-increment. | Reid Spencer | 2004-11-19 | 2 | -8/+4 |
* | Solaris built archives in SVR4 and XPG4 styles. | Reid Spencer | 2004-11-19 | 2 | -0/+0 |
* | Eliminate unsightly ;; | Reid Spencer | 2004-11-19 | 1 | -1/+1 |
* | A test file that goes into the test archive. | Reid Spencer | 2004-11-19 | 4 | -0/+2 |
* | Make a cast explicit. | Reid Spencer | 2004-11-19 | 1 | -1/+1 |
* | Make findModulesDefiningSymbols modify its symbols argument so we can \ | Reid Spencer | 2004-11-19 | 3 | -9/+34 |
* | Reduce the amount of work in LinkInArchive by not searching the archive for | Reid Spencer | 2004-11-19 | 1 | -10/+36 |
* | Obligatory DejaGnu/expect file. | Reid Spencer | 2004-11-19 | 1 | -0/+3 |
* | Generate fewer reg-reg copies for the register allocator to deal with. | Nate Begeman | 2004-11-19 | 1 | -64/+39 |
* | Fixed a typo. | Tanya Lattner | 2004-11-19 | 1 | -2/+2 |
* | Added link to information on Statistic which is in the Programmers Manual. | Tanya Lattner | 2004-11-19 | 1 | -0/+18 |
* | Delete stoppoints that occur for the same source line. | Chris Lattner | 2004-11-18 | 1 | -1/+11 |
* | Add support for llvm.dbg.stoppoint | Chris Lattner | 2004-11-18 | 1 | -0/+27 |
* | Line numbers are go for 1.4! :) | Chris Lattner | 2004-11-18 | 1 | -0/+3 |
* | libpng is not even used by povray3.1 in the current configuration, just | Chris Lattner | 2004-11-18 | 179 | -65573/+0 |
* | Add MMC | Chris Lattner | 2004-11-18 | 1 | -0/+4 |
* | Duh, put tools in *bin* directory, not *tools* directory as per | Reid Spencer | 2004-11-18 | 1 | -2/+2 |
* | Remove debugging code, unneuter this functionality | Chris Lattner | 2004-11-18 | 1 | -1/+4 |
* | remove debugging code | Chris Lattner | 2004-11-18 | 1 | -5/+3 |
* | Fixed to fit in 80 columns. | Tanya Lattner | 2004-11-18 | 1 | -1/+2 |
* | Add notes about makefile changes and llvm-ar. | Reid Spencer | 2004-11-18 | 1 | -5/+19 |
* | Adding option to llc for ModuloScheduling. By default it is turned off. | Tanya Lattner | 2004-11-18 | 3 | -3/+15 |
* | These methods are inlined | Chris Lattner | 2004-11-18 | 1 | -30/+0 |
* | Update comments, now that CPR's are gone, inline the methods | Chris Lattner | 2004-11-18 | 2 | -11/+13 |
* | Check in hook that I forgot | Chris Lattner | 2004-11-18 | 1 | -0/+3 |
* | Fix PR456:\ | Reid Spencer | 2004-11-18 | 5 | -8/+28 |
* | 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 |
* | Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions | Reid Spencer | 2004-11-18 | 2 | -318/+167 |
* | Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how | Brian Gaeke | 2004-11-18 | 2 | -140/+180 |