summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ
Commit message (Expand)AuthorAge
* [SystemZ] Make use of SUBTRACT HALFWORDRichard Sandiford2013-05-15
* [SystemZ] Add CodeGen test casesUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-24
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen2011-06-15
* Fix SystemZ testsJakob Stoklund Olesen2011-03-31
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-06
* Correct bogus module triple specifications.Duncan Sands2010-08-30
* SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling2010-05-14
* add newlines at the end of files.Chris Lattner2010-04-07
* Split big test into multiple directories to cater toDale Johannesen2010-04-07
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-06
* Fix invalid chain folding for memory variant of sdiv / udivAnton Korobeynikov2010-01-04
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Add missing RUN lineAnton Korobeynikov2009-08-22
* Reduce the testAnton Korobeynikov2009-08-22
* Add fcopysign instructionsAnton Korobeynikov2009-08-21
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-21
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* Add testcases for reg-mem arithemtics added recentlyAnton Korobeynikov2009-08-05
* Convert bswap test to filecheck, add more test entries & convert stuff to fil...Anton Korobeynikov2009-08-05
* convert this test to filecheck format, which is faster and avoids false match...Chris Lattner2009-07-21
* Enable cross register class coalescing.Evan Cheng2009-07-18
* Make xfail properAnton Korobeynikov2009-07-16
* Temporary disable 16 bit bswapAnton Korobeynikov2009-07-16
* Add bswap patternsAnton Korobeynikov2009-07-16
* Fix logic inversion for RI-mode address selectionAnton Korobeynikov2009-07-16
* Unbreak the testAnton Korobeynikov2009-07-16
* Expand 32-bit bitconverts via memoryAnton Korobeynikov2009-07-16
* Fix incomin arg stack frame offset in case we need to generate stack frameAnton Korobeynikov2009-07-16
* Revert the commit, it just hides the real bugAnton Korobeynikov2009-07-16
* Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension ...Anton Korobeynikov2009-07-16
* Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide...Anton Korobeynikov2009-07-16
* Implement 'large' PIC modelAnton Korobeynikov2009-07-16
* Implement shifts properly (hopefilly - finally!)Anton Korobeynikov2009-07-16
* Properly handle divides. As a bonus - implement memory versions of them.Anton Korobeynikov2009-07-16
* 32 bit shifts have only 12 bit displacementsAnton Korobeynikov2009-07-16
* Consolidate reg-imm / reg-reg-imm address mode selection logic in one place.Anton Korobeynikov2009-07-16
* Add support for 12 bit displacementsAnton Korobeynikov2009-07-16
* Emit proper lowering of load from arg stack slotAnton Korobeynikov2009-07-16
* Implement dynamic allocasAnton Korobeynikov2009-07-16
* Add jump tablesAnton Korobeynikov2009-07-16
* Add rotatesAnton Korobeynikov2009-07-16
* Add patterns for integer negateAnton Korobeynikov2009-07-16
* Provide proper patterns for and with imm instructions. Tune the tests accordi...Anton Korobeynikov2009-07-16
* Add 32 bit and reg-imm and disable invalid patterns for nowAnton Korobeynikov2009-07-16
* Add z9 and z10 target processors. Mark z10-only instructions as such.Anton Korobeynikov2009-07-16
* Proper lower 'small' resultsAnton Korobeynikov2009-07-16
* Completel forgot about unconditional branchesAnton Korobeynikov2009-07-16
* Lower addresses of globalsAnton Korobeynikov2009-07-16