aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of unused variable.Bill Wendling2008-11-251-1/+0
* Hacker's Delight says, "Signed integer overflow of addition occurs if and onlyBill Wendling2008-11-251-4/+48
* Teach MatchScaledValue to handle Scales by 1 with MatchAddr (whichChris Lattner2008-11-251-5/+15
* significantly refactor all the addressing mode matching logicChris Lattner2008-11-251-139/+138
* refactor all the constantexpr/instruction handling code out into a Chris Lattner2008-11-251-65/+68
* another minor tweakChris Lattner2008-11-251-3/+2
* minor cleanups no functionality change.Chris Lattner2008-11-251-32/+31
* CMake: Documented two cmake variables.Oscar Fuentes2008-11-251-0/+6
* CellSPU: Relax constraints on when to generate a X-form address, evidentlyScott Michel2008-11-251-0/+7
* CellSPU: test should use shlqby, not shlqbyiScott Michel2008-11-251-2/+1
* XFAIL this test. A recent CellSPU check-in broke it.Bill Wendling2008-11-251-0/+1
* Initial support for anti-dependence breaking. Currently this code does notDan Gohman2008-11-255-263/+751
* CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby".Scott Michel2008-11-252-1/+3
* Testcase for constant CFStrings.Bill Wendling2008-11-241-0/+11
* rearrange and tidy some code, no functionality change.Chris Lattner2008-11-241-53/+52
* minor cleanups to debug code, no functionality change.Chris Lattner2008-11-241-24/+33
* reenable testChris Lattner2008-11-241-1/+0
* reenable the right part of the code.Chris Lattner2008-11-241-1/+1
* Temporarily XFAIL this test. r59976 and r59972 broke it.Bill Wendling2008-11-241-0/+1
* Move the scheduler constructor functions to SchedulerRegistry.h, toDan Gohman2008-11-243-44/+41
* Fix an unused-parameter warning.Dan Gohman2008-11-241-1/+1
* revert an accidental commit, this fixes the regression on test/CodeGen/X86/is...Chris Lattner2008-11-241-4/+1
* Fix 3113: If we have a dead cyclic PHI, replace the whole thingChris Lattner2008-11-243-1/+521
* - Make lowering of "add with overflow" customizable by back-ends.Bill Wendling2008-11-244-18/+44
* CellSPU:Scott Michel2008-11-242-4/+42
* Check in the rest of this change. The isAntiDep flag needs to be passedDan Gohman2008-11-243-4/+5
* Pass the isAntiDep argument.Dan Gohman2008-11-241-1/+1
* Run post-RA scheduling after branch folding, as it tends toDan Gohman2008-11-241-4/+7
* Fix a few HTML tidiness issues.Dan Gohman2008-11-245-7/+10
* CellSPU:Scott Michel2008-11-247-114/+86
* Delete some spurious characters.Dan Gohman2008-11-241-1/+1
* Fix some "</p>"s.Dan Gohman2008-11-241-2/+2
* Some documentation for LegalizeTypes.Dan Gohman2008-11-241-54/+78
* Minor fix debug for register allocation debug output.Matthijs Kooijman2008-11-242-4/+4
* If the type legalizer actually legalized anythingDuncan Sands2008-11-247-209/+253
* Fix comments.Matthijs Kooijman2008-11-241-2/+2
* NULL, unique pointers from malloc(0), and freed pointers are legal values forTorok Edwin2008-11-241-1/+3
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-2415-16/+17
* Eliminate some unused variable compile time warnings.Evan Cheng2008-11-243-0/+9
* Test add-with-overflow with fast ISel.Bill Wendling2008-11-241-0/+1
* Seriously strengthen the guarantee offered by noalias on a function's returnNick Lewycky2008-11-242-6/+6
* Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky2008-11-246-1356/+1393
* Added missing description for -disable-mmx option.Mon P Wang2008-11-241-1/+1
* Add support for llvm.uadd.with.overflow.Bill Wendling2008-11-242-6/+23
* Roll back rev 59890, since Chris says this can never happen.Scott Michel2008-11-231-1/+1
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-2313-47/+49
* Make JIT::runFunction handle functions with non-C calling conventions.Chris Lattner2008-11-231-0/+1
* Added -disable-mmx using a patch from Preston Gurd.Mon P Wang2008-11-231-1/+5
* Added check to avoid generating extract subvector beyond the end of the vecto...Mon P Wang2008-11-231-1/+2
* Fixed named anchor for llvm.stackprotector intrinsic.Misha Brukman2008-11-221-1/+1