aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove an unnecessary #include.Dan Gohman2009-11-161-1/+1
* Sink a #include <map> to where it's actually needed.Dan Gohman2009-11-162-1/+1
* Make PseudoSourceValue's classof recognizeDan Gohman2009-11-161-2/+3
* Fix a typo in a comment.Dan Gohman2009-11-162-2/+2
* Convert to FileCheckJim Grosbach2009-11-161-5/+17
* Added a testcase for PR5495.Lang Hames2009-11-161-0/+75
* Add configure options for specifying where to look for libstdc++.Rafael Espindola2009-11-165-24/+142
* Convert to FileCheckJim Grosbach2009-11-161-3/+7
* Fix a comment.Bob Wilson2009-11-161-1/+1
* Add VISIBILITY_HIDDEN marker.Devang Patel2009-11-161-2/+2
* Simplify thumb2 jump table adjustments. Remove unnecessary calculation andJim Grosbach2009-11-161-58/+14
* clarify commentJim Grosbach2009-11-161-2/+2
* Fix some comments.Bob Wilson2009-11-161-5/+4
* Whitespace: be consistent with pointer syntax.Bob Wilson2009-11-161-6/+6
* Clean up whitespace.Bob Wilson2009-11-161-6/+6
* tbb opt off by defaultJim Grosbach2009-11-161-0/+1
* back off for a bit. tracking down weirdnessJim Grosbach2009-11-161-1/+1
* Analyze has to be before checking the condition, obviously. Properly construc...Jim Grosbach2009-11-161-6/+8
* Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCsDouglas Gregor2009-11-161-1/+3
* Make sure that if anyone passes a name by accident for the isSignedDuncan Sands2009-11-162-0/+9
* Support spill comments.David Greene2009-11-162-0/+157
* BuildIntCast takes an additional parameter, isSigned.Duncan Sands2009-11-161-2/+3
* CreateIntCast takes an "isSigned" parameter. Pass "true" for it, rather thanDuncan Sands2009-11-161-1/+3
* Special case FixedStackPseudoSourceValueVal as well. Do we really need to dif...Evan Cheng2009-11-161-1/+2
* Check if subreg index is zero.Evan Cheng2009-11-162-1/+158