aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Don't use LOAD and STORE REVERSED for volatile accessesRichard Sandiford2013-05-314-24/+72
* [SystemZ] Enable unaligned accessesRichard Sandiford2013-05-3012-5/+386
* [SystemZ] Two tests missing from previous commitRichard Sandiford2013-05-292-0/+218
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-294-100/+274
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-2816-49/+426
* [SystemZ] Tighten branch testsRichard Sandiford2013-05-2185-442/+442
* [SystemZ] Add long branch passRichard Sandiford2013-05-206-3/+200
* [SystemZ] Make use of SUBTRACT HALFWORDRichard Sandiford2013-05-151-0/+131
* [SystemZ] Add CodeGen test casesUlrich Weigand2013-05-06296-0/+31125
* Remove the SystemZ backend.Dan Gohman2011-10-2468-2502/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-1714-55/+55
* Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen2011-06-151-2/+2
* Fix SystemZ testsJakob Stoklund Olesen2011-03-311-1/+2
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-061-24/+19
* Correct bogus module triple specifications.Duncan Sands2010-08-3014-14/+14
* SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling2010-05-141-1/+3
* add newlines at the end of files.Chris Lattner2010-04-0712-12/+12
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-0/+33
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-061-2/+2
* Fix invalid chain folding for memory variant of sdiv / udivAnton Korobeynikov2010-01-041-0/+50
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-0965-155/+155
* Add missing RUN lineAnton Korobeynikov2009-08-221-0/+1
* Reduce the testAnton Korobeynikov2009-08-221-88/+5
* Add fcopysign instructionsAnton Korobeynikov2009-08-211-0/+22
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-211-0/+103
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-2/+2
* Add testcases for reg-mem arithemtics added recentlyAnton Korobeynikov2009-08-051-0/+133
* Convert bswap test to filecheck, add more test entries & convert stuff to fil...Anton Korobeynikov2009-08-051-6/+31
* convert this test to filecheck format, which is faster and avoids false match...Chris Lattner2009-07-211-4/+16
* Enable cross register class coalescing.Evan Cheng2009-07-181-1/+1
* Make xfail properAnton Korobeynikov2009-07-161-1/+1
* Temporary disable 16 bit bswapAnton Korobeynikov2009-07-161-0/+1
* Add bswap patternsAnton Korobeynikov2009-07-161-0/+48
* Fix logic inversion for RI-mode address selectionAnton Korobeynikov2009-07-161-0/+32
* Unbreak the testAnton Korobeynikov2009-07-161-1/+2
* Expand 32-bit bitconverts via memoryAnton Korobeynikov2009-07-161-0/+15
* Fix incomin arg stack frame offset in case we need to generate stack frameAnton Korobeynikov2009-07-161-0/+22
* Revert the commit, it just hides the real bugAnton Korobeynikov2009-07-167-182/+14
* Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension ...Anton Korobeynikov2009-07-167-14/+182
* Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide...Anton Korobeynikov2009-07-162-5/+5
* Implement 'large' PIC modelAnton Korobeynikov2009-07-162-0/+56
* Implement shifts properly (hopefilly - finally!)Anton Korobeynikov2009-07-161-0/+25
* Properly handle divides. As a bonus - implement memory versions of them.Anton Korobeynikov2009-07-162-4/+68
* 32 bit shifts have only 12 bit displacementsAnton Korobeynikov2009-07-161-0/+27
* Consolidate reg-imm / reg-reg-imm address mode selection logic in one place.Anton Korobeynikov2009-07-161-1/+16
* Add support for 12 bit displacementsAnton Korobeynikov2009-07-163-3/+132
* Emit proper lowering of load from arg stack slotAnton Korobeynikov2009-07-161-0/+19
* Implement dynamic allocasAnton Korobeynikov2009-07-161-0/+14
* Add jump tablesAnton Korobeynikov2009-07-161-0/+39
* Add rotatesAnton Korobeynikov2009-07-161-0/+13