aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tests: Make 'lit' the default test tool. You can still use 'make check-dg' toDaniel Dunbar2010-08-021-5/+5
* PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman2010-08-011-0/+11
* Revert new AVX intrinsic tests. They are breaking buildbots and Bruno isBob Wilson2010-07-312-2006/+0
* Speculatively revert r108614, "Another attempt at getting the clang self-host toDaniel Dunbar2010-07-311-26/+0
* Add support for disassembling VMVN (immediate) instructions. PR7747.Bob Wilson2010-07-311-0/+3
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-301-0/+2
* A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes2010-07-302-0/+2006
* Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot.Bob Wilson2010-07-301-1/+1
* Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman2010-07-301-0/+14
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-302-7/+26
* Fix this up per llvm-gcc r109819.Eric Christopher2010-07-291-1/+1
* Remove XFAIL, test doesn't leak anymore.Benjamin Kramer2010-07-291-1/+0
* Implement vector constants which are splat ofDale Johannesen2010-07-291-0/+38
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-281-0/+2
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-284-0/+26
* Implement a vectorized algorithm for <16 x i8> << <16 x i8>Nate Begeman2010-07-281-1/+12
* Testcase for r109556. Radar 8198362.Stuart Hastings2010-07-271-0/+18
* ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ...Nate Begeman2010-07-271-0/+14
* Update tests to not rely on input file's absolute path.Devang Patel2010-07-273-4/+4
* Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman2010-07-271-0/+6
* Make coff-dump.py executable and add python as executable for this script.Tobias Grosser2010-07-271-0/+1
* Make MC use Windows COFF on Windows and add tests.Michael J. Spencer2010-07-274-0/+688
* Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov2010-07-261-0/+95
* Fix a test with malformed IR. Not sure why this didn't fail before.Owen Anderson2010-07-261-0/+3
* Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variableDan Gohman2010-07-261-0/+36
* Avoid depending on LCSSA implicitly pulling in LoopSimplify.Dan Gohman2010-07-261-2/+2
* Support x86 "eiz" and "riz" pseudo index registers in the assembler.Bruno Cardoso Lopes2010-07-244-0/+48
* Consolidate the ELF section directive tests into a single file asMatt Fleming2010-07-238-42/+23
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-231-8/+8
* Move AVX encoding tests to different filesBruno Cardoso Lopes2010-07-234-6548/+6552
* Use the proper type for shift counts. This fixes a bootstrap error.Dan Gohman2010-07-231-0/+22
* Test case to insure template function declaration refers to correct filename....Stuart Hastings2010-07-231-0/+86
* Add AVX version of CLMUL instructionsBruno Cardoso Lopes2010-07-232-0/+84
* DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bitsDan Gohman2010-07-231-0/+18
* Add complete assembler support for FMA3 instructions, with descriptions and e...Bruno Cardoso Lopes2010-07-232-0/+1348
* Add remaining AVX instructions (most of them dealing with GR64 destinations. ...Bruno Cardoso Lopes2010-07-221-0/+32
* Add new RegionInfo pass.Tobias Grosser2010-07-2222-0/+886
* Custom lower the memory barrier instructions and add supportEric Christopher2010-07-222-0/+28
* More register pressure aware scheduling work.Evan Cheng2010-07-211-8/+8
* Add more 256-bit forms for a bunch of regular AVX instructionsBruno Cardoso Lopes2010-07-212-0/+260
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-211-0/+15
* Add missing AVX convert instructions. Those instructions are not described in...Bruno Cardoso Lopes2010-07-212-0/+72
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-1/+1
* Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola2010-07-211-5/+23
* Add AVX only vzeroall and vzeroupper instructionsBruno Cardoso Lopes2010-07-211-0/+8
* Turn this test on again after the llvm-gcc change in r108986.Eric Christopher2010-07-211-2/+1
* Update this to use a "valid" alignment.Eric Christopher2010-07-211-2/+2
* Add new AVX vpermilps, vpermilpd and vperm2f128 instructionsBruno Cardoso Lopes2010-07-212-0/+144
* Add new AVX vmaskmov instructions, and also fix the VEX encoding bits to supp...Bruno Cardoso Lopes2010-07-212-0/+64
* Add new AVX vextractf128 instructionsBruno Cardoso Lopes2010-07-202-0/+16