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