aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* macho-dump: Basic Mach 64 support.Daniel Dunbar2010-03-131-19/+45
* MC/X86_64: Fix matching of leaq.Daniel Dunbar2010-03-131-1/+2
* MC/X86_64: Fix matching of callq.Daniel Dunbar2010-03-131-0/+8
* MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-131-0/+14
* Fix a typo in ValueTracking that's causing instcombine to delete needed shift...Evan Cheng2010-03-131-0/+20
* MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testingDaniel Dunbar2010-03-131-0/+3
* MC/X86: Add an XFAIL test where we aren't matching the correct instructionDaniel Dunbar2010-03-131-0/+8
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-122-0/+68
* Fix llc crash on invalid input.Devang Patel2010-03-121-0/+20
* simplify code to use OutContext.GetOrCreateTemporarySymbol withChris Lattner2010-03-121-8/+8
* When constant folding GEP of GEP, do not crash if an index ofDuncan Sands2010-03-121-0/+13
* fix PR6577, a bug in sdbuilder lowering select instructionsChris Lattner2010-03-121-0/+14
* revert r98270.Bill Wendling2010-03-111-1/+1
* Bad bad bug. x86 force indirect tail call address into eax when it's meant to...Evan Cheng2010-03-111-1/+1
* Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne2010-03-111-0/+13
* The check for coalescing a virtual register to a physical register, e.g.Evan Cheng2010-03-111-0/+35
* Have fast-isel understand llvm.objectsize. Update testcase for slightlyEric Christopher2010-03-111-1/+1
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-111-0/+71
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-112-0/+131
* fix PR6533 by updating the br(xor) code to remember the caseChris Lattner2010-03-101-0/+15
* Constant-fold GEP-of-GEP into a single GEP.Dan Gohman2010-03-101-0/+31
* Fix whitespace.Dan Gohman2010-03-101-6/+6
* Fix make check with cmake/litTobias Grosser2010-03-101-0/+17
* Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bitRichard Osborne2010-03-101-0/+15
* Testcase for pr6552. I changed the code to use "ip" instead of "fp" becauseBob Wilson2010-03-101-0/+15
* Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediateRichard Osborne2010-03-101-0/+12
* Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne2010-03-101-4/+1
* Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne2010-03-101-0/+30
* Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne2010-03-101-0/+24
* Convert test to FileCheck.Richard Osborne2010-03-101-3/+11
* Fix typo.Evan Cheng2010-03-101-1/+1
* Unbreak test on Linux.Evan Cheng2010-03-101-1/+1
* Enable machine cse pass.Evan Cheng2010-03-109-291/+59
* MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar2010-03-101-0/+55
* Avoid analyzing instructions in blocks not reachable from the entry block.Dan Gohman2010-03-091-0/+13
* MC/X86: Rename alternate spellings of ADD{8,16,32} and mark as "code gen only...Daniel Dunbar2010-03-091-0/+3
* MC/X86: Rename alternate spellings of CMP{8,16,32} and mark as "code gen only...Daniel Dunbar2010-03-091-0/+3
* MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm...Daniel Dunbar2010-03-091-0/+62
* The address of an indirect call must be in R12 on Darwin.Dale Johannesen2010-03-091-0/+19
* In cases where the carry / borrow unused converted ladd / lsubRichard Osborne2010-03-091-0/+39
* Add DAG combine for ladd / lsub.Richard Osborne2010-03-091-0/+28
* Make isLCSSA ignore uses in blocks not reachable from the entry block,Dan Gohman2010-03-091-0/+27
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-091-1/+1
* move .set generation out of DwarfPrinter into AsmPrinter and Chris Lattner2010-03-081-1/+1
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-081-1/+1
* Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bitBob Wilson2010-03-081-0/+266
* Re-commit 97860 with fix. getMallocAllocatedType may return null.Evan Cheng2010-03-081-0/+16
* Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytesKevin Enderby2010-03-081-1/+10
* MC/Macho-O: Align the zerofill section itself to the maximum alignment.Daniel Dunbar2010-03-082-1/+16
* MC/Mach-O: Fix address compution for zero fill sections.Daniel Dunbar2010-03-081-0/+35