aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-153-4/+15
* Fix another fcopysign lowering bug. If src is f64 and destination is f32, don'tEvan Cheng2011-04-151-4/+21
* Add 3DNow! intrinsics.Michael J. Spencer2011-04-151-0/+297
* The ARM disassembler did not handle the alignment correctly for VLD*DUP* inst...Johnny Chen2011-04-152-0/+16
* Follow up on r127913. Fix Thumb revsh isel. rdar://9286766Evan Cheng2011-04-141-0/+56
* Add an instcombine for constructs like a | -(b != c); a select is moreEli Friedman2011-04-141-0/+19
* Fix an infinite alternation in JumpThreading where two transforms would repea...Owen Anderson2011-04-141-0/+31
* Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera...Johnny Chen2011-04-144-0/+33
* tests: Remove a FrontendC test which is no longer valid.Daniel Dunbar2011-04-141-11/+0
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-143-15/+4
* In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick2011-04-145-9/+74
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-1428-108/+99
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-1431-152/+161
* Thumb disassembler did not handle tBRIND (indirect branch) properly.Johnny Chen2011-04-131-0/+3
* Vectors with different number of elements of the same element type can haveMon P Wang2011-04-131-0/+46
* Check for unallocated instruction encodings when disassembling Thumb Branch i...Johnny Chen2011-04-132-2/+13
* The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt.Johnny Chen2011-04-131-0/+10
* Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>.Cameron Zwarich2011-04-131-0/+18
* Fix a regression caused by r102515 where explicit alignment on globals isCameron Zwarich2011-04-132-5/+5
* Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as...Johnny Chen2011-04-132-0/+20
* Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no...Johnny Chen2011-04-131-0/+3
* Fix an obvious problem with an alignment computation. AsmPrinter actually doesCameron Zwarich2011-04-131-0/+2
* If a global variable has a specified alignment that is less than the preferredCameron Zwarich2011-04-131-0/+9
* Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick2011-04-136-27/+25
* Reapply r129401 with patch for clang.Bill Wendling2011-04-132-2/+14
* Temporarily revert r129408 to see if it brings the bots back.Eric Christopher2011-04-131-15/+0
* Add sanity check for Ld/St Dual forms of Thumb2 instructions.Johnny Chen2011-04-122-0/+23
* Fix a bug where we were counting the alias sets as completely usedEric Christopher2011-04-121-0/+15
* Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling2011-04-122-14/+2
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-122-2/+14
* Fix compiler command line used by lit.py when working with NMakeOscar Fuentes2011-04-121-2/+20
* The Thumb2 RFE instructions need to have their second halfword fully specified.Johnny Chen2011-04-121-0/+3
* Add bad register checks for Thumb2 Ld/St instructions.Johnny Chen2011-04-121-0/+10
* Revert 129383. It causes some targets to hit a scheduler assert.Andrew Trick2011-04-122-4/+6
* PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.Andrew Trick2011-04-122-6/+4
* The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...Johnny Chen2011-04-121-1/+13
* Print out a debug message when the reglist fails the sanity check for Thumb L...Johnny Chen2011-04-121-0/+10
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-121-0/+41
* Implement .cfi_same_value.Rafael Espindola2011-04-121-0/+42
* Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARMCameron Zwarich2011-04-121-1/+1
* Add one test case (svc).Johnny Chen2011-04-121-0/+3
* Match case for invalid constant error messages and add a newEric Christopher2011-04-121-1/+4
* A8.6.16 BJohnny Chen2011-04-121-0/+10
* Fix reassociate to use a worklist instead of recursing when newDan Gohman2011-04-121-0/+24
* Test for invalid constant expr addition - bad octal constant.Eric Christopher2011-04-121-13/+5
* Thumb disassembler was erroneously rejecting "blx sp" instruction.Johnny Chen2011-04-111-0/+9
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-115-87/+0
* Add scheduling information for the MBlaze backend.Wesley Peck2011-04-112-15/+9
* Implement cfi_rel_offsetRafael Espindola2011-04-111-0/+49
* Add test for previous commit.Rafael Espindola2011-04-111-0/+46