aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update list of expected test failures.Brian Gaeke2004-11-192-2/+0
* Fix bug in casting to long/ulong.Brian Gaeke2004-11-192-22/+54
* 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
* 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
* Undo last change as its unnecessary.Reid Spencer2004-11-191-1/+1
* Don't save an iterator, just use post-increment.Reid Spencer2004-11-192-8/+4
* Eliminate unsightly ;;Reid Spencer2004-11-191-1/+1
* Make a cast explicit.Reid Spencer2004-11-191-1/+1
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-192-6/+28
* Reduce the amount of work in LinkInArchive by not searching the archive forReid Spencer2004-11-191-10/+36
* Generate fewer reg-reg copies for the register allocator to deal with.Nate Begeman2004-11-191-64/+39
* Delete stoppoints that occur for the same source line.Chris Lattner2004-11-181-1/+11
* Fixed to fit in 80 columns.Tanya Lattner2004-11-181-1/+2
* Adding option to llc for ModuloScheduling. By default it is turned off.Tanya Lattner2004-11-181-2/+13
* These methods are inlinedChris Lattner2004-11-181-30/+0
* Check in hook that I forgotChris Lattner2004-11-181-0/+3
* Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly howBrian Gaeke2004-11-182-140/+180
* Update current expected failures list - expand it to include all ofBrian Gaeke2004-11-182-20/+44
* Eliminate another common source of moves that the register allocatorNate Begeman2004-11-181-5/+4
* When accessing the base register for global variables, use the registerNate Begeman2004-11-181-19/+13
* * There is no reason for SpillWeights to be an instance varChris Lattner2004-11-181-69/+71
* There is no need to check to see if j overflowed in this loop as we're onlyChris Lattner2004-11-181-1/+3
* Moderate head scratching reveals that this conditional is not needed. IfChris Lattner2004-11-181-4/+0
* Clean up and fix cast codegen by removing cases that are handled elsewhere,Nate Begeman2004-11-181-19/+8
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-1811-0/+408
* Fix a couple of bugs where we considered physregs past their range as possiblyChris Lattner2004-11-181-6/+11
* Fix typeoChris Lattner2004-11-181-1/+1
* Start using the iterators in the fixed_ intervals to avoid having to binaryChris Lattner2004-11-181-5/+12
* Take another .7 seconds off of linear scan time.Chris Lattner2004-11-181-3/+5
* Add a counter for the number of times linscan has to backtrack. Start usingChris Lattner2004-11-181-22/+36
* Add ability to give hints to the overlaps routines.Chris Lattner2004-11-182-7/+27
* * Improve comments/documentation substantiallyChris Lattner2004-11-181-128/+172
* 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-183-22/+29
* Allocate fewer registers and tighten up alignment restrictions.Brian Gaeke2004-11-184-10/+24
* Update to-do list.Brian Gaeke2004-11-172-2/+0
* Update list of failing SingleSource BenchmarksBrian Gaeke2004-11-172-2/+2
* We were (somehow) getting the wrong branch opcode for setcc float instrs.Brian Gaeke2004-11-172-4/+4
* Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos2004-11-171-0/+9
* Fix some things for Mac OSX archives:Reid Spencer2004-11-172-10/+28