| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable -split-phi-edges by default | Jakob Stoklund Olesen | 2009-11-17 | 3 | -3/+9 |
* | MOV64rm should be marked isReMaterializable. | Evan Cheng | 2009-11-17 | 2 | -1/+43 |
* | Remove the optimizations that convert BRCOND and BR_CC into | Dan Gohman | 2009-11-17 | 1 | -17/+12 |
* | Remove debug info attached with an instruction. | Devang Patel | 2009-11-17 | 1 | -36/+18 |
* | In GlobalVariable::setInitializer, assert that the initializer has the | Jeffrey Yasskin | 2009-11-17 | 2 | -12/+19 |
* | A few more instructions that should be marked re-materializable. | Evan Cheng | 2009-11-17 | 2 | -4/+7 |
* | Convert to FileCheck | Jim Grosbach | 2009-11-17 | 5 | -13/+57 |
* | Convert to FileCheck | Jim Grosbach | 2009-11-17 | 1 | -6/+8 |
* | Cleanup. Missed removing these when converting. Oops. | Jim Grosbach | 2009-11-17 | 1 | -5/+0 |
* | Set Rm bits of BX_RET to 0b1110 (R14); and set condition code bits of BRIND to | Johnny Chen | 2009-11-16 | 1 | -0/+2 |
* | Fix this test - there don't appear to be any actual Reload Reuses | Dan Gohman | 2009-11-16 | 1 | -1/+0 |
* | Revert r87049, which was the workaround for the regression triggered | Dan Gohman | 2009-11-16 | 1 | -2/+2 |
* | Revert the test from r88984. It relies on being able to mmap 16GB of | Jeffrey Yasskin | 2009-11-16 | 2 | -154/+11 |
* | Convert to FileCheck | Jim Grosbach | 2009-11-16 | 1 | -5/+18 |
* | Initialize the new AsmPrinterFlags field to 0, fixing uses of | Dan Gohman | 2009-11-16 | 1 | -6/+8 |
* | Make X86-64 in the Large model always emit 64-bit calls. | Jeffrey Yasskin | 2009-11-16 | 8 | -67/+187 |
* | Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only... | Daniel Dunbar | 2009-11-16 | 1 | -1/+5 |
* | Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing | Daniel Dunbar | 2009-11-16 | 1 | -5/+13 |
* | Fix unused variables warnings. | Eric Christopher | 2009-11-16 | 2 | -3/+3 |
* | - Check memoperand alignment instead of checking stack alignment. Most load /... | Evan Cheng | 2009-11-16 | 3 | -17/+42 |
* | Revert r88939. | Devang Patel | 2009-11-16 | 1 | -2/+2 |
* | Fix an expensive-checks error. | David Greene | 2009-11-16 | 1 | -20/+24 |
* | Make the pass class name more explicit. | Jim Grosbach | 2009-11-16 | 1 | -4/+6 |
* | make pass name a bit more clear | Jim Grosbach | 2009-11-16 | 1 | -1/+1 |
* | Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h. | Dan Gohman | 2009-11-16 | 1 | -1/+1 |
* | Remove an unnecessary #include. | Dan Gohman | 2009-11-16 | 1 | -1/+1 |
* | Sink a #include <map> to where it's actually needed. | Dan Gohman | 2009-11-16 | 2 | -1/+1 |
* | Make PseudoSourceValue's classof recognize | Dan Gohman | 2009-11-16 | 1 | -2/+3 |
* | Fix a typo in a comment. | Dan Gohman | 2009-11-16 | 2 | -2/+2 |
* | Convert to FileCheck | Jim Grosbach | 2009-11-16 | 1 | -5/+17 |
* | Added a testcase for PR5495. | Lang Hames | 2009-11-16 | 1 | -0/+75 |
* | Add configure options for specifying where to look for libstdc++. | Rafael Espindola | 2009-11-16 | 5 | -24/+142 |
* | Convert to FileCheck | Jim Grosbach | 2009-11-16 | 1 | -3/+7 |
* | Fix a comment. | Bob Wilson | 2009-11-16 | 1 | -1/+1 |
* | Add VISIBILITY_HIDDEN marker. | Devang Patel | 2009-11-16 | 1 | -2/+2 |
* | Simplify thumb2 jump table adjustments. Remove unnecessary calculation and | Jim Grosbach | 2009-11-16 | 1 | -58/+14 |
* | clarify comment | Jim Grosbach | 2009-11-16 | 1 | -2/+2 |
* | Fix some comments. | Bob Wilson | 2009-11-16 | 1 | -5/+4 |
* | Whitespace: be consistent with pointer syntax. | Bob Wilson | 2009-11-16 | 1 | -6/+6 |
* | Clean up whitespace. | Bob Wilson | 2009-11-16 | 1 | -6/+6 |
* | tbb opt off by default | Jim Grosbach | 2009-11-16 | 1 | -0/+1 |
* | back off for a bit. tracking down weirdness | Jim Grosbach | 2009-11-16 | 1 | -1/+1 |
* | Analyze has to be before checking the condition, obviously. Properly construc... | Jim Grosbach | 2009-11-16 | 1 | -6/+8 |
* | Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCs | Douglas Gregor | 2009-11-16 | 1 | -1/+3 |
* | Make sure that if anyone passes a name by accident for the isSigned | Duncan Sands | 2009-11-16 | 2 | -0/+9 |
* | Support spill comments. | David Greene | 2009-11-16 | 2 | -0/+157 |
* | BuildIntCast takes an additional parameter, isSigned. | Duncan Sands | 2009-11-16 | 1 | -2/+3 |
* | CreateIntCast takes an "isSigned" parameter. Pass "true" for it, rather than | Duncan Sands | 2009-11-16 | 1 | -1/+3 |
* | Special case FixedStackPseudoSourceValueVal as well. Do we really need to dif... | Evan Cheng | 2009-11-16 | 1 | -1/+2 |
* | Check if subreg index is zero. | Evan Cheng | 2009-11-16 | 2 | -1/+158 |