summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Test (incomplete) for easy mulsAnton Korobeynikov2009-07-16
* Provide "wide" muls and divs/remsAnton Korobeynikov2009-07-16
* Tests for cmp / br_cc / select_ccAnton Korobeynikov2009-07-16
* Emit callee-saved regs spills / restoresAnton Korobeynikov2009-07-16
* Some preliminary call loweringAnton Korobeynikov2009-07-16
* Prologue / epilogue emissionAnton Korobeynikov2009-07-16
* Add simple frame index eliminationAnton Korobeynikov2009-07-16
* Provide proper test :)Anton Korobeynikov2009-07-16
* Add address computation stuffAnton Korobeynikov2009-07-16
* Add mem-imm storesAnton Korobeynikov2009-07-16
* Add stores and truncstoresAnton Korobeynikov2009-07-16
* Add patterns for various extloadsAnton Korobeynikov2009-07-16
* Add shifts and reg-imm address matchingAnton Korobeynikov2009-07-16
* Add bunch of 32-bit patterns... Uffff :)Anton Korobeynikov2009-07-16
* Add tests for fixes I committed earlier to the C++ FE.Rafael Espindola2009-07-16
* Add bunch of reg-imm movsAnton Korobeynikov2009-07-16
* Provide masked reg-imm 'or' and 'and'Anton Korobeynikov2009-07-16
* Fix test running linesAnton Korobeynikov2009-07-16
* Add reg-reg and patternAnton Korobeynikov2009-07-16
* Add sub reg-reg patternAnton Korobeynikov2009-07-16
* Add xor reg-reg patternAnton Korobeynikov2009-07-16
* Add or reg-reg pattern.Anton Korobeynikov2009-07-16
* Add add reg-reg and reg-imm patternsAnton Korobeynikov2009-07-16
* Add simple reg-reg and reg-imm movesAnton Korobeynikov2009-07-16
* Minimal lowering for formal_arguments / retAnton Korobeynikov2009-07-16
* Add testsuite dir for systemz stuffAnton Korobeynikov2009-07-16
* Combine an unaligned store of unaligned load into a memmove.Richard Osborne2009-07-16
* Expand unaligned 32 bit loads from an address which is a constantRichard Osborne2009-07-16
* Custom lower unaligned 32 bit stores and loads into libcalls. This is Richard Osborne2009-07-16
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-16
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-16
* Switch invars away from using isTrapping when it really shouldn't be Eli Friedman2009-07-15
* Don't restrict the set of instructions where we try to constant-fold the Eli Friedman2009-07-15