aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Tests for cmp / br_cc / select_ccAnton Korobeynikov2009-07-165-0/+570
* Emit callee-saved regs spills / restoresAnton Korobeynikov2009-07-162-2/+2
* Some preliminary call loweringAnton Korobeynikov2009-07-162-0/+29
* Prologue / epilogue emissionAnton Korobeynikov2009-07-161-0/+1
* Add simple frame index eliminationAnton Korobeynikov2009-07-162-0/+28
* Provide proper test :)Anton Korobeynikov2009-07-161-10/+9
* Add address computation stuffAnton Korobeynikov2009-07-161-0/+12
* Add mem-imm storesAnton Korobeynikov2009-07-161-0/+35
* Add stores and truncstoresAnton Korobeynikov2009-07-161-0/+67
* Add patterns for various extloadsAnton Korobeynikov2009-07-161-0/+75
* Add shifts and reg-imm address matchingAnton Korobeynikov2009-07-161-0/+121
* Add bunch of 32-bit patterns... Uffff :)Anton Korobeynikov2009-07-1612-0/+412
* Add tests for fixes I committed earlier to the C++ FE.Rafael Espindola2009-07-162-0/+22
* Add bunch of reg-imm movsAnton Korobeynikov2009-07-161-4/+47
* Provide masked reg-imm 'or' and 'and'Anton Korobeynikov2009-07-162-8/+46
* Fix test running linesAnton Korobeynikov2009-07-1610-10/+10
* Add reg-reg and patternAnton Korobeynikov2009-07-162-0/+16
* Add sub reg-reg patternAnton Korobeynikov2009-07-162-0/+14
* Add xor reg-reg patternAnton Korobeynikov2009-07-162-0/+12
* Add or reg-reg pattern.Anton Korobeynikov2009-07-162-0/+15
* Add add reg-reg and reg-imm patternsAnton Korobeynikov2009-07-162-0/+12
* Add simple reg-reg and reg-imm movesAnton Korobeynikov2009-07-162-0/+12
* Minimal lowering for formal_arguments / retAnton Korobeynikov2009-07-161-0/+6
* Add testsuite dir for systemz stuffAnton Korobeynikov2009-07-161-0/+5
* Combine an unaligned store of unaligned load into a memmove.Richard Osborne2009-07-161-0/+12
* Expand unaligned 32 bit loads from an address which is a constantRichard Osborne2009-07-162-0/+31
* Custom lower unaligned 32 bit stores and loads into libcalls. This is Richard Osborne2009-07-162-0/+18
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-162-1/+215
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-161-6/+7
* Switch invars away from using isTrapping when it really shouldn't be Eli Friedman2009-07-151-0/+19
* Don't restrict the set of instructions where we try to constant-fold the Eli Friedman2009-07-151-0/+13
* ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa...Evan Cheng2009-07-151-0/+958
* Fix test so it works on systems where wchar_t != int.Dale Johannesen2009-07-151-10/+2
* Test for llvm-gcc patch 75822.Dale Johannesen2009-07-151-0/+15
* Apparently Darwin doesn't have /dev/full :-(.Dan Gohman2009-07-151-3/+0
* Fix pattern for LD16S_3r, add basic tests to check load / store instructionsRichard Osborne2009-07-152-0/+74
* Add a testcase for raw_ostream error checking.Dan Gohman2009-07-151-0/+3
* Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.Richard Osborne2009-07-151-0/+7
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-151-0/+8
* String constants are now output with private linkage.Duncan Sands2009-07-152-4/+3
* fix an arm codegen bug (the same as PR4482 on ppc) where available_externallyChris Lattner2009-07-151-0/+67
* get the PPC stub temporary label from the mangler instead of Chris Lattner2009-07-151-4/+4
* convert this to filecheck style and make it a test of darwin/PPC's Chris Lattner2009-07-151-1/+57
* simplify this test to test the esentials.Chris Lattner2009-07-151-57/+3
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-141-0/+8
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-141-0/+8
* Fix the expansion of umax and smax in the case where one or more ofDan Gohman2009-07-141-0/+145
* convert to filecheck style, simplify RUN line, and add comment.Chris Lattner2009-07-141-7/+7
* convert this test to filecheck styleChris Lattner2009-07-141-12/+20
* Introduce a pointertracking pass.Torok Edwin2009-07-142-0/+87