summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* We don't care if TableGen leaks memory.Benjamin Kramer2011-08-26
* Don't insert branch hint lables that are never used. Kalle Raiskila2011-08-26
* Add a testcase for r138625.Owen Anderson2011-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
* Update to the new EH scheme.Bill Wendling2011-08-25
* Look at only the terminators of the basic block. Also, if we're using the new EHBill Wendling2011-08-25
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-25
* Do the same as r138461. Mark VZEROALL as clobbering all YMM registersBruno Cardoso Lopes2011-08-25
* Remove stray fullstop.Nick Lewycky2011-08-25
* Add support for AVX 256-bit version of MOVDDUP!Bruno Cardoso Lopes2011-08-25
* Make isMOVDDUP mask check more strict and update comments!Bruno Cardoso Lopes2011-08-25
* Constify ComparisonDavid Greene2011-08-25
* Port over additional encoding tests to decoding tests, and fix an operand ord...Owen Anderson2011-08-25
* Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.Benjamin Kramer2011-08-25
* ARM fix for missing implicit operands on ldmia_ret.Andrew Trick2011-08-25
* whitespaceAndrew Trick2011-08-25
* Explicitly disallow predication in Thumb1 assembly.Jim Grosbach2011-08-25
* Add more missing TB encodings to VEX instructions to allow them to be disasse...Craig Topper2011-08-25
* Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper2011-08-25
* Add TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD to allow them to be dis...Craig Topper2011-08-25
* LSR wants to split the landing pad's critical edge. Let it do it, but use theBill Wendling2011-08-25
* Initialize member variable.Benjamin Kramer2011-08-25
* Add support for 256-bit versions of VSHUFPD and VSHUFPS.Bruno Cardoso Lopes2011-08-25
* Add memory version of SHUFPD to mask decoding!Bruno Cardoso Lopes2011-08-25
* Remove empty directories.Eli Friedman2011-08-25
* Update tests to the newest EH syntax.Bill Wendling2011-08-25
* Hide -global-merge option.Evan Cheng2011-08-25
* Add feature test for the new exception handling stuff.Bill Wendling2011-08-25
* When inserting new instructions, use getFirstInsertionPt instead ofBill Wendling2011-08-25
* Add a command line option to disable global merge pass.Evan Cheng2011-08-25
* Remove a out-of-place comment.Evan Cheng2011-08-25
* Create a section for non-instructions patterns in the beginning of theBruno Cardoso Lopes2011-08-24
* Move code around!Bruno Cardoso Lopes2011-08-24
* Organize UNPCK* patterns, also add remaining for AVX.Bruno Cardoso Lopes2011-08-24
* Move remaining MOVDDUP patterns close to MOVDDUP defintion and duplicateBruno Cardoso Lopes2011-08-24
* Organize and tidy up MOVDDUP section. Also update comments!Bruno Cardoso Lopes2011-08-24
* Move MOVHLPS patterns close to MOVHLPS definition, and duplicate theBruno Cardoso Lopes2011-08-24
* Move all PSHUF* patterns close to the PSHUF* definitions. Also beBruno Cardoso Lopes2011-08-24
* Move all SHUFP* patterns close to the SHUFP* definitions. Also beBruno Cardoso Lopes2011-08-24
* Perform more thorough checking of t2IT mask parameters, which fixes all remai...Owen Anderson2011-08-24
* Hook up 64-bit atomic load/store on x86-32. I plan to write more efficient i...Eli Friedman2011-08-24
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-24
* Update tests for 138501.Jim Grosbach2011-08-24
* ARM asm backend initialize isThumbMode based on target triple.Jim Grosbach2011-08-24
* Thumb .n mnemonic qualifiers can be ignored for now.Jim Grosbach2011-08-24