aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-30Adds support for variable sized allocas. For a variable sized alloca,Rafael Espindola
2011-08-30Adds a SelectionDAG node X86SegAlloca which will be custom loweredRafael Espindola
2011-08-30Emit segmented-stack specific code into function prologues forRafael Espindola
2011-08-30Command line option to enable support for segmented stacks:Rafael Espindola
2011-08-30Follow up to r138791.Evan Cheng
2011-08-30When walking backwards to eliminate final stores to allocas at the end of a f...Owen Anderson
2011-08-30Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer
2011-08-30Add load commands from Lion to Macho.h.Benjamin Kramer
2011-08-30Update docs: Bugpoint understands -O[123]Tobias Grosser
2011-08-30Lit option for ignoring stderr output.Andrew Trick
2011-08-30Set CR1EQ only when lowering vararg floating arguments (not any varargRoman Divacky
2011-08-30Fix typos in SPUMCTargetDesc.hJames Molloy
2011-08-30Fix typo in BlackfinFrameLowering.hJames Molloy
2011-08-30Fix typo in MSP430MCTargetDesc.h.James Molloy
2011-08-30Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)James Molloy
2011-08-30Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...Craig Topper
2011-08-30Do not try to rematerialize a value from a partial definition.Bob Wilson
2011-08-30Change ARM / Thumb2 addc / adde and subc / sube modeling to use physicalEvan Cheng
2011-08-29Revert 138781. It's not playing nicely with the immediate forms for ADC.Jim Grosbach
2011-08-29Thumb2 assembler aliases for ADC/SBC w/o the .w suffix.Jim Grosbach
2011-08-29Add missing encoding information for some of the GPR<->FP register moves.Owen Anderson
2011-08-29Remove redundant tests from XFAIL'ed test file.Jim Grosbach
2011-08-29Thumb2 assembly parsing and encoding support for ADC(immediate).Jim Grosbach
2011-08-29Remove test file. Superceded by other more exhaustive tests.Jim Grosbach
2011-08-29Thumb2 parsing and encoding for IT blocks.Jim Grosbach
2011-08-29Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby
2011-08-29Explicitly zero out parts of a vector which are required to be zero by the al...Eli Friedman
2011-08-29Tidy up. Whitespace.Jim Grosbach
2011-08-29Apply the same fix for the change in LDR_PRE_IMM/LDRB_PRE_IMM operand encodin...Owen Anderson
2011-08-29Fix grammar, noticed by Duncan.Bill Wendling
2011-08-29Specify an additional fixed bit in the PLD/PLDW/PLI register-register encoding.Owen Anderson
2011-08-29Update tests to new EH model. Add landingpad instructions to landing pads.Bill Wendling
2011-08-29addrmode_imm12 and addrmode2_offset encode their immediate values differently...Owen Anderson
2011-08-29Fixes following the CR by Chris and Duncan:Nadav Rotem
2011-08-29Improve handling of #-0 offsets for many more pre-indexed addressing modes.Owen Anderson
2011-08-29Initialize CompactUnwindSection so that other targets won't use an uninitiali...Bill Wendling
2011-08-29Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...Eli Friedman
2011-08-29Tidy up. 80 columns.Jim Grosbach
2011-08-29Dump with dbgs() instead of printf.Benjamin Kramer
2011-08-29Make GCC happy by adding parens.Benjamin Kramer
2011-08-29Add testcase for r138746.Owen Anderson
2011-08-29Update the load-store optimizer for changes to the operands on LDR_PRE_IMM an...Owen Anderson
2011-08-29Fix a test that wasn't testing the right thing.Matt Beaumont-Gay
2011-08-29Move non-intruction patterns to a more appropriate place!Bruno Cardoso Lopes
2011-08-29Add support for parsing #-0 on non-memory-operand immediate values, and add a...Owen Anderson
2011-08-29Reapply r138695. Fix PassManager stack depths.Andrew Trick
2011-08-29Add AMDIL as valid target triple to LLVM.Tobias Grosser
2011-08-28Remove premature previous commit.Nicolas Geoffray
2011-08-28Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands
2011-08-28Encoding of instructions referencing segments has changed. Do what X86MCCodeE...Nicolas Geoffray