aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-173-42/+39
* Remove a special case for tail merging that seems to be both broken andBob Wilson2009-11-171-33/+0
* Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use...Evan Cheng2009-11-172-87/+126
* Set MadeChange instead of MadeChangeThisIteration.Dan Gohman2009-11-171-1/+1
* Revert CPU detection code to return "generic" instead of an empty string in caseBenjamin Kramer2009-11-172-4/+4
* Remove trailing whitespaceJim Grosbach2009-11-171-74/+74
* Update a comment, now that tail duplication happens after other branchBob Wilson2009-11-171-2/+2
* Set Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd, BR_JTr, and BR_JTm toJohnny Chen2009-11-171-0/+3
* Perform tail duplication only once, after tail merging is complete.Bob Wilson2009-11-172-33/+68
* add Case() with 5 argsNuno Lopes2009-11-171-0/+8
* Fix HTML formatting.Jay Foad2009-11-171-1/+1
* 1. Allow SCCIterator to work with GraphT types that are constant.Duncan Sands2009-11-172-5/+15
* Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands2009-11-171-4/+5
* Revert 89021. It's miscompiling llvm-gcc driver driver at -O0.Evan Cheng2009-11-173-9/+3
* Re-apply 89011. It's not to be blamed.Evan Cheng2009-11-172-4/+7
* "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it.Daniel Dunbar2009-11-171-0/+6
* Revert 89011. Buildbot thinks it might be breaking stuff.Evan Cheng2009-11-172-7/+4
* Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky2009-11-175-19/+18
* Following a suggestion of Daniel Dunbar, stop people passing the nameDuncan Sands2009-11-172-11/+5
* Revert r88939.Nick Lewycky2009-11-171-2/+2
* Fail less mysteriously; inform the user that their LLVM was not built withNick Lewycky2009-11-171-0/+3
* Fixed call to wrong constructor.Lang Hames2009-11-171-1/+1
* Fix a race condition in the Timer class.Owen Anderson2009-11-171-38/+5
* Refactor the code that creates the "dot-label" difference. This may be used inBill Wendling2009-11-172-18/+29
* When moving a block for table jumps, make sure the prior block terminatorJim Grosbach2009-11-171-7/+9
* Enable -split-phi-edges by defaultJakob Stoklund Olesen2009-11-173-3/+9
* MOV64rm should be marked isReMaterializable.Evan Cheng2009-11-172-1/+43
* Remove the optimizations that convert BRCOND and BR_CC intoDan Gohman2009-11-171-17/+12
* Remove debug info attached with an instruction.Devang Patel2009-11-171-36/+18
* In GlobalVariable::setInitializer, assert that the initializer has theJeffrey Yasskin2009-11-172-12/+19
* A few more instructions that should be marked re-materializable.Evan Cheng2009-11-172-4/+7
* Convert to FileCheckJim Grosbach2009-11-175-13/+57
* Convert to FileCheckJim Grosbach2009-11-171-6/+8
* Cleanup. Missed removing these when converting. Oops.Jim Grosbach2009-11-171-5/+0
* Set Rm bits of BX_RET to 0b1110 (R14); and set condition code bits of BRIND toJohnny Chen2009-11-161-0/+2
* Fix this test - there don't appear to be any actual Reload ReusesDan Gohman2009-11-161-1/+0
* Revert r87049, which was the workaround for the regression triggeredDan Gohman2009-11-161-2/+2
* Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin2009-11-162-154/+11
* Convert to FileCheckJim Grosbach2009-11-161-5/+18
* Initialize the new AsmPrinterFlags field to 0, fixing uses ofDan Gohman2009-11-161-6/+8
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-168-67/+187
* Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only...Daniel Dunbar2009-11-161-1/+5
* Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducingDaniel Dunbar2009-11-161-5/+13
* Fix unused variables warnings.Eric Christopher2009-11-162-3/+3
* - Check memoperand alignment instead of checking stack alignment. Most load /...Evan Cheng2009-11-163-17/+42
* Revert r88939.Devang Patel2009-11-161-2/+2
* Fix an expensive-checks error.David Greene2009-11-161-20/+24
* Make the pass class name more explicit.Jim Grosbach2009-11-161-4/+6
* make pass name a bit more clearJim Grosbach2009-11-161-1/+1
* Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.Dan Gohman2009-11-161-1/+1