summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-30
* Add load commands from Lion to Macho.h.Benjamin Kramer2011-08-30
* Update docs: Bugpoint understands -O[123]Tobias Grosser2011-08-30
* Lit option for ignoring stderr output.Andrew Trick2011-08-30
* Set CR1EQ only when lowering vararg floating arguments (not any varargRoman Divacky2011-08-30
* Fix typos in SPUMCTargetDesc.hJames Molloy2011-08-30
* Fix typo in BlackfinFrameLowering.hJames Molloy2011-08-30
* Fix typo in MSP430MCTargetDesc.h.James Molloy2011-08-30
* Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)James Molloy2011-08-30
* Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...Craig Topper2011-08-30
* Do not try to rematerialize a value from a partial definition.Bob Wilson2011-08-30
* Change ARM / Thumb2 addc / adde and subc / sube modeling to use physicalEvan Cheng2011-08-30
* Revert 138781. It's not playing nicely with the immediate forms for ADC.Jim Grosbach2011-08-29
* Thumb2 assembler aliases for ADC/SBC w/o the .w suffix.Jim Grosbach2011-08-29
* Add missing encoding information for some of the GPR<->FP register moves.Owen Anderson2011-08-29
* Remove redundant tests from XFAIL'ed test file.Jim Grosbach2011-08-29
* Thumb2 assembly parsing and encoding support for ADC(immediate).Jim Grosbach2011-08-29
* Remove test file. Superceded by other more exhaustive tests.Jim Grosbach2011-08-29
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-29
* Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby2011-08-29
* Explicitly zero out parts of a vector which are required to be zero by the al...Eli Friedman2011-08-29
* Tidy up. Whitespace.Jim Grosbach2011-08-29
* Apply the same fix for the change in LDR_PRE_IMM/LDRB_PRE_IMM operand encodin...Owen Anderson2011-08-29
* Fix grammar, noticed by Duncan.Bill Wendling2011-08-29
* Specify an additional fixed bit in the PLD/PLDW/PLI register-register encoding.Owen Anderson2011-08-29
* Update tests to new EH model. Add landingpad instructions to landing pads.Bill Wendling2011-08-29
* addrmode_imm12 and addrmode2_offset encode their immediate values differently...Owen Anderson2011-08-29
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-29
* Improve handling of #-0 offsets for many more pre-indexed addressing modes.Owen Anderson2011-08-29
* Initialize CompactUnwindSection so that other targets won't use an uninitiali...Bill Wendling2011-08-29
* Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...Eli Friedman2011-08-29
* Tidy up. 80 columns.Jim Grosbach2011-08-29
* Dump with dbgs() instead of printf.Benjamin Kramer2011-08-29
* Make GCC happy by adding parens.Benjamin Kramer2011-08-29
* Add testcase for r138746.Owen Anderson2011-08-29
* Update the load-store optimizer for changes to the operands on LDR_PRE_IMM an...Owen Anderson2011-08-29
* Fix a test that wasn't testing the right thing.Matt Beaumont-Gay2011-08-29
* Move non-intruction patterns to a more appropriate place!Bruno Cardoso Lopes2011-08-29
* Add support for parsing #-0 on non-memory-operand immediate values, and add a...Owen Anderson2011-08-29
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-29
* Remove premature previous commit.Nicolas Geoffray2011-08-28
* Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands2011-08-28
* Encoding of instructions referencing segments has changed. Do what X86MCCodeE...Nicolas Geoffray2011-08-28
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-28
* Fix integer overflow bug in raw_ostream::write. This showed up as aNick Lewycky2011-08-28
* The 'expected' argument to EXPECT_EQ is actually the first one;John McCall2011-08-27
* Silence GCC warnings and make an array const.Benjamin Kramer2011-08-27
* Report failure if there are less bytes than requested in a MemoryObject.Benjamin Kramer2011-08-27
* Reverted r138652, valgrind doesn't understand obj:*/tblgen.Andrew Trick2011-08-27