aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-29Thumb2 parsing and encoding for IT blocks.Jim Grosbach
2011-08-29Explicitly zero out parts of a vector which are required to be zero by the al...Eli Friedman
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-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-29Dump with dbgs() instead of printf.Benjamin Kramer
2011-08-29Make GCC happy by adding parens.Benjamin Kramer
2011-08-29Update the load-store optimizer for changes to the operands on LDR_PRE_IMM an...Owen Anderson
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
2011-08-28Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem
2011-08-28Fix integer overflow bug in raw_ostream::write. This showed up as aNick Lewycky
2011-08-27Silence GCC warnings and make an array const.Benjamin Kramer
2011-08-27Report failure if there are less bytes than requested in a MemoryObject.Benjamin Kramer
2011-08-27Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling
2011-08-27Reverting r138695 to see if it fixes clang self host.Andrew Trick
2011-08-27Only delete instructions once.Bill Wendling
2011-08-27These splits should be done whether they are critical edges or not.Bill Wendling
2011-08-27Fix PassManager stack depths.Andrew Trick
2011-08-26Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson
2011-08-26Correct encoding of BL with immediate offset.Owen Anderson
2011-08-26ARM assembly parsing tweak for pldw.Jim Grosbach
2011-08-26Spelling fail.Owen Anderson
2011-08-26Thumb2 assembler parsing and encoding of IT instruction.Jim Grosbach
2011-08-26Update the dominator tree with the correct dominator for the new 'unwind' block.Bill Wendling
2011-08-26Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.Eli Friedman
2011-08-26Split the landing pad block only if it's a critical edge. Also intelligentlyBill Wendling
2011-08-26Fix ARM codegen breakage caused by r138653.Owen Anderson
2011-08-26Whitespace and 80-col.Eric Christopher
2011-08-26invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson