2011-08-29 |
Jim Grosbach | Tidy up. Whitespace. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Owen Anderson | Apply the same fix for the change in LDR_PRE_IMM/LDRB_P... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Bill Wendling | Fix grammar, noticed by Duncan. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Owen Anderson | Specify an additional fixed bit in the PLD/PLDW/PLI... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Bill Wendling | Update tests to new EH model. Add landingpad instructio... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Owen Anderson | addrmode_imm12 and addrmode2_offset encode their immedi... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Nadav Rotem | Fixes following the CR by Chris and Duncan: |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Owen Anderson | Improve handling of #-0 offsets for many more pre-index... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Bill Wendling | Initialize CompactUnwindSection so that other targets... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Eli Friedman | Expand ATOMIC_LOAD and ATOMIC_STORE for architectures... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Jim Grosbach | Tidy up. 80 columns. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Benjamin Kramer | Dump with dbgs() instead of printf. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Benjamin Kramer | Make GCC happy by adding parens. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Owen Anderson | Add testcase for r138746. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Owen Anderson | Update the load-store optimizer for changes to the... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Matt Beaumont-Gay | Fix a test that wasn't testing the right thing. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Bruno Cardoso... | Move non-intruction patterns to a more appropriate... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Owen Anderson | Add support for parsing #-0 on non-memory-operand immed... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Andrew Trick | Reapply r138695. Fix PassManager stack depths. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Tobias Grosser | Add AMDIL as valid target triple to LLVM. |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Nicolas Geoffray | Remove premature previous commit. |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Duncan Sands | Fix PR5329: pay attention to constructor/destructor... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Nicolas Geoffray | Encoding of instructions referencing segments has chang... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Nadav Rotem | Bitcasts are transitive. Bitcast-Bitcast-X becomes... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Nick Lewycky | Fix integer overflow bug in raw_ostream::write. This... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
John McCall | The 'expected' argument to EXPECT_EQ is actually the... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Benjamin Kramer | Silence GCC warnings and make an array const. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Benjamin Kramer | Report failure if there are less bytes than requested... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Andrew Trick | Reverted r138652, valgrind doesn't understand obj:... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bill Wendling | Auto upgrade the old EH scheme to use the new one.... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Andrew Trick | Reverting r138695 to see if it fixes clang self host. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bill Wendling | Only delete instructions once. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bill Wendling | Update to new EH scheme. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bill Wendling | Cannot have an llvm.eh.exception call in a non-landing... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bill Wendling | These splits should be done whether they are critical... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Andrew Trick | Fix PassManager stack depths. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Andrew Trick | Excluding ARM JIT tests until someone can fix this... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Owen Anderson | Improve encoding support for BLX with immediat eoperand... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Owen Anderson | Correct encoding of BL with immediate offset. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jim Grosbach | ARM assembly parsing tweak for pldw. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Owen Anderson | Spelling fail. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jim Grosbach | Thumb2 assembler parsing and encoding of IT instruction. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bill Wendling | Update the dominator tree with the correct dominator... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Eli Friedman | Add support for generating CMPXCHG16B on x86-64 for... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bill Wendling | Split the landing pad block only if it's a critical... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Owen Anderson | Fix ARM codegen breakage caused by r138653. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bill Wendling | Revert r138606 until LowerInvoke has been converted... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Eric Christopher | Whitespace and 80-col. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Owen Anderson | invalid-LDR_PRE-arm.txt was already passing, but for... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Andrew Trick | valgrind: Always suppress tblgen leaks. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bill Wendling | Don't sink landingpad instructions during ind-var simpl... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Andrew Trick | Use %% for literals in RUN lines. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Owen Anderson | Update for feedback from Jim. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Douglas Gregor | lit: Add %T as a replacement for the output directory |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Benjamin Kramer | ARMDisassembler: Always return a size, even when disass... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Owen Anderson | Support an extension of ARM asm syntax to allow immedia... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Benjamin Kramer | We don't care if TableGen leaks memory. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Kalle Raiskila | Don't insert branch hint lables that are never used. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Owen Anderson | Add a testcase for r138625. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Owen Anderson | Fix PR10755 by checking for invalid predicate codes... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Craig Topper | Fix disassembling of VCVTSD2SI |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Andrew Trick | LoopInfo::updateUnloop fix, and verify Block->Loop... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Eli Friedman | Atomic load/store on ARM/Thumb. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Benjamin Kramer | Address review comments. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Benjamin Kramer | SimplifyCFG: If we have a PHI node that can evaluate... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bill Wendling | Update to the new EH scheme. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bill Wendling | Look at only the terminators of the basic block. Also... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bill Wendling | Initial check in that will auto-upgrade the old EH... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bruno Cardoso... | Do the same as r138461. Mark VZEROALL as clobbering... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Nick Lewycky | Remove stray fullstop. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bruno Cardoso... | Add support for AVX 256-bit version of MOVDDUP! |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bruno Cardoso... | Make isMOVDDUP mask check more strict and update comments! |
commit | commitdiff | tree | snapshot |
2011-08-25 |
David Greene | Constify Comparison |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Owen Anderson | Port over additional encoding tests to decoding tests... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Benjamin Kramer | Intel family 6 model 44 is Gulftown/Westmere-EP and... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Andrew Trick | ARM fix for missing implicit operands on ldmia_ret. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Grosbach | Explicitly disallow predication in Thumb1 assembly. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Craig Topper | Add more missing TB encodings to VEX instructions to... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Craig Topper | Give ATTR_VEX higher priority when generating the disas... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Craig Topper | Add TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bill Wendling | LSR wants to split the landing pad's critical edge... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Benjamin Kramer | Initialize member variable. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bruno Cardoso... | Add support for 256-bit versions of VSHUFPD and VSHUFPS. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bruno Cardoso... | Add memory version of SHUFPD to mask decoding! |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Eli Friedman | Remove empty directories. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bill Wendling | Update tests to the newest EH syntax. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Evan Cheng | Hide -global-merge option. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bill Wendling | Add feature test for the new exception handling stuff. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Bill Wendling | When inserting new instructions, use getFirstInsertionP... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Evan Cheng | Add a command line option to disable global merge pass. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Evan Cheng | Remove a out-of-place comment. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Bruno Cardoso... | Create a section for non-instructions patterns in the... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Bruno Cardoso... | Move code around! |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Bruno Cardoso... | Organize UNPCK* patterns, also add remaining for AVX. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Bruno Cardoso... | Move remaining MOVDDUP patterns close to MOVDDUP defint... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Bruno Cardoso... | Organize and tidy up MOVDDUP section. Also update comments! |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Bruno Cardoso... | Move MOVHLPS patterns close to MOVHLPS definition,... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Bruno Cardoso... | Move all PSHUF* patterns close to the PSHUF* definition... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Bruno Cardoso... | Move all SHUFP* patterns close to the SHUFP* definition... |
commit | commitdiff | tree | snapshot |
next |