summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* filecheckize a test and mark these wiht a cpu so it passesChris Lattner2010-03-14
* Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodesDuncan Sands2010-03-14
* fix ShrinkDemandedOps to not leave dead nodes around,Chris Lattner2010-03-14
* don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner2010-03-14
* fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), notChris Lattner2010-03-14
* Fix typoAnton Korobeynikov2010-03-14
* Feature test for half precision FP.Anton Korobeynikov2010-03-14
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-14
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-14
* xfail properlyChris Lattner2010-03-14
* xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner2010-03-14
* Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng2010-03-14
* X86: Fix ADD64i32 encoding.Daniel Dunbar2010-03-13
* MC/X86_64: Symbol support.Daniel Dunbar2010-03-13
* MC/Mach-O: Initial x86_64 support.Daniel Dunbar2010-03-13
* macho-dump: Basic Mach 64 support.Daniel Dunbar2010-03-13
* MC/X86_64: Fix matching of leaq.Daniel Dunbar2010-03-13
* MC/X86_64: Fix matching of callq.Daniel Dunbar2010-03-13
* MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-13
* Fix a typo in ValueTracking that's causing instcombine to delete needed shift...Evan Cheng2010-03-13
* MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testingDaniel Dunbar2010-03-13
* MC/X86: Add an XFAIL test where we aren't matching the correct instructionDaniel Dunbar2010-03-13
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-12
* Fix llc crash on invalid input.Devang Patel2010-03-12
* simplify code to use OutContext.GetOrCreateTemporarySymbol withChris Lattner2010-03-12
* When constant folding GEP of GEP, do not crash if an index ofDuncan Sands2010-03-12
* fix PR6577, a bug in sdbuilder lowering select instructionsChris Lattner2010-03-12
* revert r98270.Bill Wendling2010-03-11
* Bad bad bug. x86 force indirect tail call address into eax when it's meant to...Evan Cheng2010-03-11
* Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne2010-03-11
* The check for coalescing a virtual register to a physical register, e.g.Evan Cheng2010-03-11
* Have fast-isel understand llvm.objectsize. Update testcase for slightlyEric Christopher2010-03-11
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-11
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-11
* fix PR6533 by updating the br(xor) code to remember the caseChris Lattner2010-03-10
* Constant-fold GEP-of-GEP into a single GEP.Dan Gohman2010-03-10
* Fix whitespace.Dan Gohman2010-03-10
* Fix make check with cmake/litTobias Grosser2010-03-10
* Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bitRichard Osborne2010-03-10
* Testcase for pr6552. I changed the code to use "ip" instead of "fp" becauseBob Wilson2010-03-10
* Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediateRichard Osborne2010-03-10
* Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne2010-03-10
* Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne2010-03-10
* Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne2010-03-10
* Convert test to FileCheck.Richard Osborne2010-03-10
* Fix typo.Evan Cheng2010-03-10
* Unbreak test on Linux.Evan Cheng2010-03-10
* Enable machine cse pass.Evan Cheng2010-03-10
* MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar2010-03-10
* Avoid analyzing instructions in blocks not reachable from the entry block.Dan Gohman2010-03-09