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