| Commit message (Expand) | Author | Age | Files | Lines |
* | Bad bad bug. x86 force indirect tail call address into eax when it's meant to... | Evan Cheng | 2010-03-11 | 1 | -1/+1 |
* | Add dag combine to simplify lmul(x, 0, a, b) | Richard Osborne | 2010-03-11 | 1 | -0/+13 |
* | The check for coalescing a virtual register to a physical register, e.g. | Evan Cheng | 2010-03-11 | 1 | -0/+35 |
* | Have fast-isel understand llvm.objectsize. Update testcase for slightly | Eric Christopher | 2010-03-11 | 1 | -1/+1 |
* | MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse... | Daniel Dunbar | 2010-03-11 | 1 | -0/+71 |
* | add support, testcases, and dox for the new GHC calling | Chris Lattner | 2010-03-11 | 2 | -0/+131 |
* | fix PR6533 by updating the br(xor) code to remember the case | Chris Lattner | 2010-03-10 | 1 | -0/+15 |
* | Constant-fold GEP-of-GEP into a single GEP. | Dan Gohman | 2010-03-10 | 1 | -0/+31 |
* | Fix whitespace. | Dan Gohman | 2010-03-10 | 1 | -6/+6 |
* | Fix make check with cmake/lit | Tobias Grosser | 2010-03-10 | 1 | -0/+17 |
* | Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bit | Richard Osborne | 2010-03-10 | 1 | -0/+15 |
* | Testcase for pr6552. I changed the code to use "ip" instead of "fp" because | Bob Wilson | 2010-03-10 | 1 | -0/+15 |
* | Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediate | Richard Osborne | 2010-03-10 | 1 | -0/+12 |
* | Prefer LMUL to MACCU as LMUL has no tied operands. | Richard Osborne | 2010-03-10 | 1 | -4/+1 |
* | Custom lower (S|U)MUL_LOHI -> MACC(S|U) | Richard Osborne | 2010-03-10 | 1 | -0/+30 |
* | Lower add (mul a, b), c into MACCU / MACCS nodes which translate | Richard Osborne | 2010-03-10 | 1 | -0/+24 |
* | Convert test to FileCheck. | Richard Osborne | 2010-03-10 | 1 | -3/+11 |
* | Fix typo. | Evan Cheng | 2010-03-10 | 1 | -1/+1 |
* | Unbreak test on Linux. | Evan Cheng | 2010-03-10 | 1 | -1/+1 |
* | Enable machine cse pass. | Evan Cheng | 2010-03-10 | 9 | -291/+59 |
* | MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is... | Daniel Dunbar | 2010-03-10 | 1 | -0/+55 |
* | Avoid analyzing instructions in blocks not reachable from the entry block. | Dan Gohman | 2010-03-09 | 1 | -0/+13 |
* | MC/X86: Rename alternate spellings of ADD{8,16,32} and mark as "code gen only... | Daniel Dunbar | 2010-03-09 | 1 | -0/+3 |
* | MC/X86: Rename alternate spellings of CMP{8,16,32} and mark as "code gen only... | Daniel Dunbar | 2010-03-09 | 1 | -0/+3 |
* | MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm... | Daniel Dunbar | 2010-03-09 | 1 | -0/+62 |
* | The address of an indirect call must be in R12 on Darwin. | Dale Johannesen | 2010-03-09 | 1 | -0/+19 |
* | In cases where the carry / borrow unused converted ladd / lsub | Richard Osborne | 2010-03-09 | 1 | -0/+39 |
* | Add DAG combine for ladd / lsub. | Richard Osborne | 2010-03-09 | 1 | -0/+28 |
* | Make isLCSSA ignore uses in blocks not reachable from the entry block, | Dan Gohman | 2010-03-09 | 1 | -0/+27 |
* | Start using DIFile. See updated SourceLevelDebugging.html for more information. | Devang Patel | 2010-03-09 | 1 | -1/+1 |
* | move .set generation out of DwarfPrinter into AsmPrinter and | Chris Lattner | 2010-03-08 | 1 | -1/+1 |
* | simplify EmitSectionOffset to always use .set if it is | Chris Lattner | 2010-03-08 | 1 | -1/+1 |
* | Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit | Bob Wilson | 2010-03-08 | 1 | -0/+266 |
* | Re-commit 97860 with fix. getMallocAllocatedType may return null. | Evan Cheng | 2010-03-08 | 1 | -0/+16 |
* | Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes | Kevin Enderby | 2010-03-08 | 1 | -1/+10 |
* | MC/Macho-O: Align the zerofill section itself to the maximum alignment. | Daniel Dunbar | 2010-03-08 | 2 | -1/+16 |
* | MC/Mach-O: Fix address compution for zero fill sections. | Daniel Dunbar | 2010-03-08 | 1 | -0/+35 |
* | X86: Fix encoding for TEST{8,16,32}rr. | Daniel Dunbar | 2010-03-08 | 1 | -1/+3 |
* | Add documentation on sibling call optimization. Rename tailcall2.ll test to s... | Evan Cheng | 2010-03-08 | 1 | -0/+0 |
* | Revert r97726 and r97728 at ddunbar's request; we want to solve this | John McCall | 2010-03-08 | 1 | -3/+0 |
* | Re-committing the failed r97807 commit with changes to eliminate warnings. | Wesley Peck | 2010-03-06 | 1 | -14/+14 |
* | Initial bits of ARMv4-only support. | Anton Korobeynikov | 2010-03-06 | 1 | -0/+13 |
* | Do not use '&' prefix for globals when register base field is non-zero, other... | Anton Korobeynikov | 2010-03-06 | 4 | -8/+8 |
* | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher | 2010-03-06 | 3 | -4/+4 |
* | revert r97807, it introduced build warnings. | Chris Lattner | 2010-03-06 | 1 | -14/+14 |
* | Temporarily revert: | Eric Christopher | 2010-03-06 | 1 | -16/+0 |
* | Transform @llvm.objectsize to integer if the argument is a result of malloc o... | Evan Cheng | 2010-03-06 | 1 | -0/+16 |
* | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. | Erick Tryzelaar | 2010-03-06 | 1 | -3/+31 |
* | Test case for r97851. | Devang Patel | 2010-03-05 | 1 | -0/+10 |
* | Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This | Charles Davis | 2010-03-05 | 1 | -2/+1 |