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