summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* If the register allocator cannot find a register to spill, try the aliases. IfEvan Cheng2006-05-12
* Remove dead codeEvan Cheng2006-05-12
* Fix accidentally committed patch.Chris Lattner2006-05-12
* Actually override the right method. :)Chris Lattner2006-05-12
* remove dead variable.Chris Lattner2006-05-12
* Fix iterator invalidation bug, identified by Coverity.Chris Lattner2006-05-12
* Fix a hypothetical memory leak, identified by Coverity. In practice, thisChris Lattner2006-05-12
* Remove dead varsChris Lattner2006-05-12
* remove dead varsChris Lattner2006-05-12
* Remove dead variableChris Lattner2006-05-12
* Comment out dead variablesChris Lattner2006-05-12
* When reading the symbol table, make sure to delete the ArchiveMemberReid Spencer2006-05-12
* Remove dead varChris Lattner2006-05-12
* Remove dead variableChris Lattner2006-05-12
* remove dead variable.Chris Lattner2006-05-12
* Remove dead variable.Chris Lattner2006-05-12
* Compile:Chris Lattner2006-05-12
* Fix PowerPC/2006-05-12-rlwimi-crash.llChris Lattner2006-05-12
* Add a method to generate a string representation from a TargetData.Owen Anderson2006-05-12
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Fix some tabbing issues.Owen Anderson2006-05-12
* Backing out fix for PR770. Need to re-apply it after live range splitting is ...Evan Cheng2006-05-12
* Duh. That could take a long time.Evan Cheng2006-05-12
* Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson2006-05-12
* Two simplifications for token factor nodes: simplify tf(x,x) -> x.Chris Lattner2006-05-12
* Add capability to scheduler to commute nodes for profit.Evan Cheng2006-05-12
* Typo! How did we commute nodes before?!Evan Cheng2006-05-12
* For extra sanity checking, fill free'd memory with garbage so we know thatChris Lattner2006-05-12
* Fix some bugs in the freelist manipulation code.Chris Lattner2006-05-11
* Refactor scheduler code. Move register-reduction list scheduler to aEvan Cheng2006-05-11
* Significantly revamp allocation of machine code to use free lists, realChris Lattner2006-05-11
* Refactor some code, making it simpler.Chris Lattner2006-05-11
* Add MOV16_rm / MOV32_rm and MOV16_mr / MOV32_mr to isLoadFromStackSlot and is...Evan Cheng2006-05-11
* Set weight of zero length intervals to infinite to prevent them from beingEvan Cheng2006-05-11
* Backing out previous check-in.Evan Cheng2006-05-11
* If the live interval legnth is essentially zero, i.e. in every live rangeEvan Cheng2006-05-10
* Two changes:Chris Lattner2006-05-10
* Fix the PowerPC JIT-only failure on UnitTests/Vector/sumarray-dbl, which isChris Lattner2006-05-10
* Templatify RegReductionPriorityQueueEvan Cheng2006-05-10
* Add an assertion for a common errorChris Lattner2006-05-10
* Fix PR773Nate Begeman2006-05-09
* Fix a regression in my patch from last night that broke the llvmgcc4 build onChris Lattner2006-05-09
* Indent .data/.text in the .s fileChris Lattner2006-05-09
* Add pseudo dependency to force a def&use operand to be scheduled last (unlessEvan Cheng2006-05-09
* Debugging infoEvan Cheng2006-05-09
* Remove a completed entry.Evan Cheng2006-05-09
* PR 770 - permit coallescing of registers in subset register classes.Evan Cheng2006-05-09
* Implement MASM sections correctly, without a "has masm sections flag" and a b...Chris Lattner2006-05-09
* Oh yeah, there are two of these now, unify both.Chris Lattner2006-05-09
* Setting SwitchToSectionDirective properly in the MASM backend permits a bunchChris Lattner2006-05-09