| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 80 column violations. | Duncan Sands | 2008-10-29 | 1 | -5/+10 |
* | - Rewrite code that update register live interval that's split. | Evan Cheng | 2008-10-29 | 3 | -85/+177 |
* | Factor shouldInline method out of Inliner. | Daniel Dunbar | 2008-10-29 | 1 | -18/+26 |
* | Assorted comment/naming fixes, 80-col violations, and reindentation. | Daniel Dunbar | 2008-10-28 | 2 | -12/+11 |
* | (A & sext(C)) | (B & ~sext(C) -> C ? A : B | Dan Gohman | 2008-10-28 | 1 | -0/+19 |
* | Take Chris' suggestion and define EnableFastISelVerbose and | Dan Gohman | 2008-10-28 | 1 | -8/+3 |
* | Reuse PrintEscapedString for printing names in .ll | Daniel Dunbar | 2008-10-28 | 1 | -28/+21 |
* | Protect the code for fast-isel debugging with #ifndef NDEBUG. | Dan Gohman | 2008-10-28 | 1 | -0/+10 |
* | Support for constant islands in the ARM JIT. | Jim Grosbach | 2008-10-28 | 3 | -2/+58 |
* | Fix darwin ppc llvm-gcc build breakage: intercept | Duncan Sands | 2008-10-28 | 2 | -5/+42 |
* | Fix a testcase provided by Bill in which the node | Duncan Sands | 2008-10-28 | 2 | -30/+37 |
* | Don't produce invalid comparisons after legalize. | Chris Lattner | 2008-10-28 | 1 | -2/+4 |
* | fix some whitespace stuff | Chris Lattner | 2008-10-28 | 1 | -3/+3 |
* | Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesized | Chris Lattner | 2008-10-28 | 1 | -4/+9 |
* | If def is in the same mbb as the barrier, spilt the value after the last use ... | Evan Cheng | 2008-10-28 | 1 | -8/+18 |
* | Add command line option to limit the number splits to help debugging. | Evan Cheng | 2008-10-28 | 1 | -3/+7 |
* | Avoid putting a split past the end of the live range; always shrink wrap live... | Evan Cheng | 2008-10-28 | 1 | -11/+20 |
* | Silence a bogus compile time warning. | Evan Cheng | 2008-10-27 | 1 | -1/+1 |
* | Re-apply 55137 with fixes. | David Greene | 2008-10-27 | 1 | -4/+7 |
* | Remove val# defined by a remat'ed def that is now dead. | Evan Cheng | 2008-10-27 | 3 | -2/+33 |
* | Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins... | Ted Kremenek | 2008-10-27 | 1 | -2/+2 |
* | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene | 2008-10-27 | 9 | -9/+9 |
* | Add setSubgraphColor to color an entire portion of a SelectionDAG. This | David Greene | 2008-10-27 | 1 | -0/+57 |
* | Fix PR2634. Create new virtual registers from spills early so that we | David Greene | 2008-10-27 | 1 | -8/+19 |
* | Fix UpdateNodeOperands so that it does CSE of calls | Duncan Sands | 2008-10-27 | 1 | -86/+52 |
* | Fix a bug in which a node could be added to the | Duncan Sands | 2008-10-27 | 1 | -3/+8 |
* | Avoid crashing if instruction is not part of a loop. | Torok Edwin | 2008-10-27 | 1 | -2/+3 |
* | export an ID for the instructionNamer, allowing analysis/transformation passes | Torok Edwin | 2008-10-27 | 1 | -0/+1 |
* | Turn on LegalizeTypes, the new type legalization | Duncan Sands | 2008-10-27 | 1 | -2/+2 |
* | Fix an obvious copy/pasto. | Nick Lewycky | 2008-10-27 | 1 | -4/+4 |
* | For now, don't split live intervals around x87 stack register barriers. FpGET... | Evan Cheng | 2008-10-27 | 4 | -0/+19 |
* | Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power of | Chris Lattner | 2008-10-27 | 1 | -175/+97 |
* | Add a new LargeBlockInfo helper, which is just a wrapper around | Chris Lattner | 2008-10-27 | 1 | -57/+123 |
* | Increase default setting of tail-merge-threshold to | Dale Johannesen | 2008-10-27 | 1 | -1/+1 |
* | fix PR2953, an off-by-one error handling formatted i/o. | Chris Lattner | 2008-10-26 | 1 | -1/+1 |
* | Do not shrink wrap live interval in a mbb if it's livein any of its successor... | Evan Cheng | 2008-10-26 | 1 | -6/+21 |
* | Fix type-o in ExprMapKeyType::operator ==(). The "&&" was missing. | Bill Wendling | 2008-10-26 | 1 | -1/+1 |
* | Handle cases where there aren't uses in the barrier mbb. | Evan Cheng | 2008-10-25 | 1 | -1/+5 |
* | Make comments and code for QuietWarnings and QuietErrors | Dan Gohman | 2008-10-25 | 1 | -1/+1 |
* | SDNodes may have at most one Flag result. Update this comment | Dan Gohman | 2008-10-25 | 1 | -2/+2 |
* | Move the code that adds the DeadMachineInstructionElimPass from | Dan Gohman | 2008-10-25 | 2 | -4/+5 |
* | Related to PR2911, reject as invalid non-pointer GC roots. | Gordon Henriksen | 2008-10-25 | 1 | -2/+4 |
* | Support for allocation of TLS variables in the JIT. Allocation of a global | Nicolas Geoffray | 2008-10-25 | 5 | -14/+61 |
* | Generate code for TLS instructions. | Nicolas Geoffray | 2008-10-25 | 3 | -4/+27 |
* | CMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added. | Oscar Fuentes | 2008-10-25 | 1 | -0/+9 |
* | CMake: Cross-platform support for using pre-generated llvmAsmParser.cpp and l... | Oscar Fuentes | 2008-10-25 | 1 | -25/+18 |
* | If val# def is ~0U, meaning it's defined by a PHI, and it's previously split,... | Evan Cheng | 2008-10-25 | 1 | -9/+11 |
* | Mark MFCR as reading all condition code registers. | Dale Johannesen | 2008-10-24 | 1 | -0/+2 |
* | Rewrite logic to figure out whether LR needs to | Dale Johannesen | 2008-10-24 | 2 | -32/+34 |
* | move the note to the correct README | Torok Edwin | 2008-10-24 | 2 | -95/+97 |