aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't delete things before their last use (avoids bad reads).Reid Spencer2007-03-201-2/+0
* CopyToReg source operand can be a physical register.Lauro Ramos Venancio2007-03-201-3/+19
* Test handling of structs with multiple variable-sized fields.Duncan Sands2007-03-202-0/+16
* Simplify isHighOnes().Zhou Sheng2007-03-201-9/+1
* Ada testcase for structs with multiple variable sized fields.Duncan Sands2007-03-202-0/+14
* Test that ARRAY_RANGE_REF returns an array not an element.Duncan Sands2007-03-201-0/+7
* First cut trivial re-materialization support.Evan Cheng2007-03-205-27/+155
* Make two piece constant generation as a single instruction. It's re-materiali...Evan Cheng2007-03-202-30/+55
* New entry.Evan Cheng2007-03-201-0/+13
* Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng2007-03-2013-16/+106
* Two changes:Chris Lattner2007-03-202-13/+39
* These functions should use shll, not lea.Chris Lattner2007-03-201-0/+27
* fix indentationChris Lattner2007-03-201-1/+1
* Correct the name: isStrictPositive --> isStrictlyPositive.Zhou Sheng2007-03-201-1/+1
* Add a dtor to fix leaks from all clients of BitVector.Chris Lattner2007-03-201-0/+4
* Regenerate.Reid Spencer2007-03-203-282/+320
* Plug some PATypeHolder memory leaks.Reid Spencer2007-03-201-6/+25
* use types of loads and stores, not address, in CheckForIVReuseDale Johannesen2007-03-201-7/+28
* fix obvious comment bugDale Johannesen2007-03-201-1/+1
* Fix a nasty memory leak, caused by my revamp of the value symbol table.Chris Lattner2007-03-201-0/+5
* Make isOneBitSet faster by using APInt::isPowerOf2. Thanks Chris.Reid Spencer2007-03-201-1/+1
* Make this test a little simpler/faster.Reid Spencer2007-03-191-2/+1
* Add test case for PR1261, currently XFAILed.Reid Spencer2007-03-191-0/+14
* Document LoopPass.Devang Patel2007-03-191-0/+88
* APIntify the isHighOnes utility function.Reid Spencer2007-03-191-5/+6
* Fix coding standards violation.Reid Spencer2007-03-191-1/+1
* Implement isMaxValueMinusOne in terms of APInt instead of uint64_t.Reid Spencer2007-03-191-5/+4
* Implement isMinValuePlusOne using facilities of APInt instead of uint64_tReid Spencer2007-03-191-5/+4
* Implement isOneBitSet in terms of APInt::countPopulation.Reid Spencer2007-03-191-2/+1
* 1. Use APInt::getSignBit to reduce clutter (patch by Sheng Zhou)Reid Spencer2007-03-191-8/+4
* Remove a redundant clause in an if statement.Reid Spencer2007-03-191-1/+0
* Regenerate.Reid Spencer2007-03-192-156/+146
* Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned"Reid Spencer2007-03-191-9/+4
* Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as aReid Spencer2007-03-192-3/+3
* Implement extension of sign bits for negative values in the uint64_tReid Spencer2007-03-191-1/+5
* Add an indication of signedness to the uint64_t constructor so sign bitsReid Spencer2007-03-191-1/+1
* Test case noticed by Sheng that fails because negative values that areReid Spencer2007-03-191-0/+7
* Fix mingw32 buildAnton Korobeynikov2007-03-191-0/+1
* Test handling of ARRAY_REF when the component type is of unknown size.Duncan Sands2007-03-191-0/+11
* For PR1258:Reid Spencer2007-03-191-0/+9
* Regenerate.Reid Spencer2007-03-193-579/+607
* For PR1248:Reid Spencer2007-03-191-155/+169
* Add and Operator== method to ValID so equality can be done properly forReid Spencer2007-03-191-0/+20
* For PR1258:Reid Spencer2007-03-191-39/+20
* For PR1258:Reid Spencer2007-03-198-101/+99
* fix ScalarRepl/2007-03-19-CanonicalizeMemcpy.llChris Lattner2007-03-191-1/+2
* Use opt instead of gccas.Reid Spencer2007-03-191-1/+2
* add a testcase the resent patches fail on.Chris Lattner2007-03-191-0/+45
* Don't upgrade these.Reid Spencer2007-03-193-20/+18
* Remove -reduce-joining-phys-regs options. Make it on by default.Evan Cheng2007-03-191-3/+1