summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-14
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-14
* Thumb disassembler did not handle tBRIND (indirect branch) properly.Johnny Chen2011-04-13
* Vectors with different number of elements of the same element type can haveMon P Wang2011-04-13
* Check for unallocated instruction encodings when disassembling Thumb Branch i...Johnny Chen2011-04-13
* The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt.Johnny Chen2011-04-13
* Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>.Cameron Zwarich2011-04-13
* Fix a regression caused by r102515 where explicit alignment on globals isCameron Zwarich2011-04-13
* Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as...Johnny Chen2011-04-13
* Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no...Johnny Chen2011-04-13
* Fix an obvious problem with an alignment computation. AsmPrinter actually doesCameron Zwarich2011-04-13
* If a global variable has a specified alignment that is less than the preferredCameron Zwarich2011-04-13
* Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick2011-04-13
* Reapply r129401 with patch for clang.Bill Wendling2011-04-13
* Temporarily revert r129408 to see if it brings the bots back.Eric Christopher2011-04-13
* Add sanity check for Ld/St Dual forms of Thumb2 instructions.Johnny Chen2011-04-12
* Fix a bug where we were counting the alias sets as completely usedEric Christopher2011-04-12
* Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling2011-04-12
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-12
* Fix compiler command line used by lit.py when working with NMakeOscar Fuentes2011-04-12
* The Thumb2 RFE instructions need to have their second halfword fully specified.Johnny Chen2011-04-12
* Add bad register checks for Thumb2 Ld/St instructions.Johnny Chen2011-04-12
* Revert 129383. It causes some targets to hit a scheduler assert.Andrew Trick2011-04-12
* PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.Andrew Trick2011-04-12
* The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...Johnny Chen2011-04-12
* Print out a debug message when the reglist fails the sanity check for Thumb L...Johnny Chen2011-04-12
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-12
* Implement .cfi_same_value.Rafael Espindola2011-04-12
* Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARMCameron Zwarich2011-04-12
* Add one test case (svc).Johnny Chen2011-04-12
* Match case for invalid constant error messages and add a newEric Christopher2011-04-12
* A8.6.16 BJohnny Chen2011-04-12
* Fix reassociate to use a worklist instead of recursing when newDan Gohman2011-04-12
* Test for invalid constant expr addition - bad octal constant.Eric Christopher2011-04-12
* Thumb disassembler was erroneously rejecting "blx sp" instruction.Johnny Chen2011-04-11
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-11
* Add scheduling information for the MBlaze backend.Wesley Peck2011-04-11
* Implement cfi_rel_offsetRafael Espindola2011-04-11
* Add test for previous commit.Rafael Espindola2011-04-11
* Fix the bug where the immediate shift amount for Thumb logical shift instruct...Johnny Chen2011-04-11
* Look pass copies when determining whether hoisting would end up inserting mor...Evan Cheng2011-04-11
* Check invalid register encodings for LdFrm/StFrm ARM instructions and flag th...Johnny Chen2011-04-11
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10
* fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,Chris Lattner2011-04-09
* look for the verboten argument slot access in any order, thanks to FritsChris Lattner2011-04-09
* Don't store Twine temporaries, it's not safe.Benjamin Kramer2011-04-09
* Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman2011-04-09
* fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...Chris Lattner2011-04-09
* Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner2011-04-09