aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-16Remove the writeback flag from ARM's address mode 4. Now that we have separateBob Wilson
2010-03-16Fix unused variable warnings.Bob Wilson
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen
2010-03-16Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson
2010-03-16more BranchInst testsGabor Greif
2010-03-16NNT: Add -nouname option, so machine uniquing can occur across physical machi...Daniel Dunbar
2010-03-16add BranchInst testsGabor Greif
2010-03-16appease valgrind testersGabor Greif
2010-03-16Check that P is not zero initialized.Duncan Sands
2010-03-16add single return testsGabor Greif
2010-03-16fix PR6589Gabor Greif
2010-03-16begin humbly with a repro of PR6589Gabor Greif
2010-03-16add support for bugpointing the integrated assembler. Something like thisChris Lattner
2010-03-16fix the same bug on the x86-64 side of the fence.Chris Lattner
2010-03-16fix the encoding of TAILJMPd. This fixes Benchmarks/Olden/bisortChris Lattner
2010-03-16Avoid a memory leak in JITDebugRegisterer.Jeffrey Yasskin
2010-03-16Add a testcase for the change in r98586.Bob Wilson
2010-03-16Use getFirstTerminator().Bill Wendling
2010-03-16Forgot testcase for r98599.Bill Wendling
2010-03-16When checking if something's killed, don't rely simply on whether it's marked asBill Wendling
2010-03-16don't form a RecordChild or CheckChildType for child #'s over 7, we don'tChris Lattner
2010-03-16Wrap a long line and add some parens to be consistent.Bob Wilson
2010-03-16Fix the third (and last known) case of code update problems due Chris Lattner
2010-03-15MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar
2010-03-15Recognize code for doing vector gather/scatter index calculations withDan Gohman
2010-03-15Translate "cc" clobber in ARM inline assembly to ARM::CCRRegisterClass.Bob Wilson
2010-03-15Skip debug info intrinsics.Devang Patel
2010-03-15MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar
2010-03-15MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar
2010-03-15Skip debug info intrinsics.Devang Patel
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling
2010-03-15Implement support for the case when a reference to a addr-of-bb Chris Lattner
2010-03-15use Mang->getSymbol() Chris Lattner
2010-03-15use Mang->getSymbol() more.Chris Lattner
2010-03-15Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor
2010-03-15Create SDDbgValue for dbg_value intrinsics and remember its connections with ...Devang Patel
2010-03-15Fix the case when a reference to an address taken BB is emitted in oneChris Lattner
2010-03-15In "empty" bb, the return instruction may not be first instruction, if dbg va...Devang Patel
2010-03-15Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointingBill Wendling
2010-03-15Avoid sibcall optimization if either caller or callee is using sret semantics.Evan Cheng
2010-03-15revert r98550, it isn't necessary or sufficient.Chris Lattner
2010-03-15Emit dwarf variable info communicated by code generator through DBG_VALUE mac...Devang Patel
2010-03-15don't eliminate address-taken blocks here.Chris Lattner
2010-03-15SIGN_EXTEND from the same type as the dest is valid.Chris Lattner
2010-03-15sink the call to VT.getSizeInBits() down into its uses,Chris Lattner
2010-03-15Treat copysignl like the other copysign functions.Duncan Sands
2010-03-15Don't save a temporary string into a StringRef field.Jeffrey Yasskin
2010-03-15fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner
2010-03-15fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner