Age | Commit message (Expand) | Author |
2009-11-17 | Enable arm jumpt table adjustment. | Jim Grosbach |
2009-11-17 | Disable -split-phi-edges to unbreak the buildbots | Jakob Stoklund Olesen |
2009-11-17 | Never call UpdateTerminator() when AnalyzeBranch would fail. | Jakob Stoklund Olesen |
2009-11-17 | Forgot to commit test fixes | Anton Korobeynikov |
2009-11-17 | Both Darwin as and GNU as violate ARM docs wrt printing of addrmode6 | Anton Korobeynikov |
2009-11-17 | Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. | Evan Cheng |
2009-11-17 | Fix comment. | Evan Cheng |
2009-11-17 | Enable -split-phi-edges by default, except when -regalloc=local. | Jakob Stoklund Olesen |
2009-11-17 | 80-column violations | Jim Grosbach |
2009-11-17 | Added getArchNameForAssembler method to the Triple class for which returns OS... | Viktor Kutuzov |
2009-11-17 | Remove a special case for tail merging that seems to be both broken and | Bob Wilson |
2009-11-17 | Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use... | Evan Cheng |
2009-11-17 | Set MadeChange instead of MadeChangeThisIteration. | Dan Gohman |
2009-11-17 | Revert CPU detection code to return "generic" instead of an empty string in case | Benjamin Kramer |
2009-11-17 | Remove trailing whitespace | Jim Grosbach |
2009-11-17 | Update a comment, now that tail duplication happens after other branch | Bob Wilson |
2009-11-17 | Set Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd, BR_JTr, and BR_JTm to | Johnny Chen |
2009-11-17 | Perform tail duplication only once, after tail merging is complete. | Bob Wilson |
2009-11-17 | add Case() with 5 args | Nuno Lopes |
2009-11-17 | Fix HTML formatting. | Jay Foad |
2009-11-17 | 1. Allow SCCIterator to work with GraphT types that are constant. | Duncan Sands |
2009-11-17 | Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with | Duncan Sands |
2009-11-17 | Revert 89021. It's miscompiling llvm-gcc driver driver at -O0. | Evan Cheng |
2009-11-17 | Re-apply 89011. It's not to be blamed. | Evan Cheng |
2009-11-17 | "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. | Daniel Dunbar |
2009-11-17 | Revert 89011. Buildbot thinks it might be breaking stuff. | Evan Cheng |
2009-11-17 | Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507. | Nick Lewycky |
2009-11-17 | Following a suggestion of Daniel Dunbar, stop people passing the name | Duncan Sands |
2009-11-17 | Revert r88939. | Nick Lewycky |
2009-11-17 | Fail less mysteriously; inform the user that their LLVM was not built with | Nick Lewycky |
2009-11-17 | Fixed call to wrong constructor. | Lang Hames |
2009-11-17 | Fix a race condition in the Timer class. | Owen Anderson |
2009-11-17 | Refactor the code that creates the "dot-label" difference. This may be used in | Bill Wendling |
2009-11-17 | When moving a block for table jumps, make sure the prior block terminator | Jim Grosbach |
2009-11-17 | Enable -split-phi-edges by default | Jakob Stoklund Olesen |
2009-11-17 | MOV64rm should be marked isReMaterializable. | Evan Cheng |
2009-11-17 | Remove the optimizations that convert BRCOND and BR_CC into | Dan Gohman |
2009-11-17 | Remove debug info attached with an instruction. | Devang Patel |
2009-11-17 | In GlobalVariable::setInitializer, assert that the initializer has the | Jeffrey Yasskin |
2009-11-17 | A few more instructions that should be marked re-materializable. | Evan Cheng |
2009-11-17 | Convert to FileCheck | Jim Grosbach |
2009-11-17 | Convert to FileCheck | Jim Grosbach |
2009-11-17 | Cleanup. Missed removing these when converting. Oops. | Jim Grosbach |
2009-11-16 | Set Rm bits of BX_RET to 0b1110 (R14); and set condition code bits of BRIND to | Johnny Chen |
2009-11-16 | Fix this test - there don't appear to be any actual Reload Reuses | Dan Gohman |
2009-11-16 | Revert r87049, which was the workaround for the regression triggered | Dan Gohman |
2009-11-16 | Revert the test from r88984. It relies on being able to mmap 16GB of | Jeffrey Yasskin |
2009-11-16 | Convert to FileCheck | Jim Grosbach |
2009-11-16 | Initialize the new AsmPrinterFlags field to 0, fixing uses of | Dan Gohman |
2009-11-16 | Make X86-64 in the Large model always emit 64-bit calls. | Jeffrey Yasskin |