summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Explicitly zero out parts of a vector which are required to be zero by the al...Eli Friedman2011-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
* 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
* Dump with dbgs() instead of printf.Benjamin Kramer2011-08-29
* Make GCC happy by adding parens.Benjamin Kramer2011-08-29
* Update the load-store optimizer for changes to the operands on LDR_PRE_IMM an...Owen Anderson2011-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
* 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
* Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling2011-08-27
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Only delete instructions once.Bill Wendling2011-08-27
* These splits should be done whether they are critical edges or not.Bill Wendling2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson2011-08-26
* Correct encoding of BL with immediate offset.Owen Anderson2011-08-26
* ARM assembly parsing tweak for pldw.Jim Grosbach2011-08-26
* Spelling fail.Owen Anderson2011-08-26
* Thumb2 assembler parsing and encoding of IT instruction.Jim Grosbach2011-08-26
* Update the dominator tree with the correct dominator for the new 'unwind' block.Bill Wendling2011-08-26
* Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.Eli Friedman2011-08-26
* Split the landing pad block only if it's a critical edge. Also intelligentlyBill Wendling2011-08-26
* Fix ARM codegen breakage caused by r138653.Owen Anderson2011-08-26
* Whitespace and 80-col.Eric Christopher2011-08-26
* invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson2011-08-26
* Don't sink landingpad instructions during ind-var simplification.Bill Wendling2011-08-26
* Update for feedback from Jim.Owen Anderson2011-08-26
* ARMDisassembler: Always return a size, even when disassembling fails.Benjamin Kramer2011-08-26
* Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson2011-08-26
* Don't insert branch hint lables that are never used. Kalle Raiskila2011-08-26
* Fix PR10755 by checking for invalid predicate codes from UNPREDICTABLE t2IT i...Owen Anderson2011-08-26
* Fix disassembling of VCVTSD2SICraig Topper2011-08-26
* LoopInfo::updateUnloop fix, and verify Block->Loop maps.Andrew Trick2011-08-26
* Atomic load/store on ARM/Thumb.Eli Friedman2011-08-26
* Address review comments.Benjamin Kramer2011-08-26
* SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...Benjamin Kramer2011-08-26