aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* The trouble with testing for "ModRef" and "NoModRef" is thatDan Gohman2010-08-042-85/+85
* The lower invoke pass needs to have unreachable code elimination run after itBill Wendling2010-08-041-0/+39
* The two-callsite form of AliasAnalysis::getModRefInfo is documentedDan Gohman2010-08-042-4/+16
* PR7814: Truncates cannot be ignored for signed comparisons.Eli Friedman2010-08-041-0/+36
* Test case for r110250. Radar 8264670. Test case by Fariborz Jahanian!Stuart Hastings2010-08-041-0/+10
* Testcase for r110248.Bill Wendling2010-08-041-0/+65
* Test case for combination of r110234 & r110235.Devang Patel2010-08-041-0/+124
* These tests are no longer stored in *CVS*.Dan Gohman2010-08-041-1/+1
* call-imm.ll test case regex fix. Patch by Dimitry Andric!Stuart Hastings2010-08-041-1/+1
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-042-0/+25
* Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABABob Wilson2010-08-041-0/+24
* Make instcombine set explicit alignments on load or storeDan Gohman2010-08-032-14/+31
* OK, that's it. This test is going away now. But don't worry, I am taking it to aJakob Stoklund Olesen2010-08-031-361/+0
* Add an atomic lowering passPeter Collingbourne2010-08-034-0/+79
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-0/+182
* Revert "MC: Fix symbol fragment offsets in COFF."Michael J. Spencer2010-08-031-182/+0
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-0/+182
* Diabolical hack to make a test compatible with clang. (Thanks to Dale!) Rad...Stuart Hastings2010-08-021-0/+3
* Add a lint check for indirectbr with no successors.Dan Gohman2010-08-021-1/+3
* Testcase for r110043. Radar 8246180.Stuart Hastings2010-08-021-0/+24
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-021-0/+10
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-021-0/+35
* Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke.Owen Anderson2010-08-021-0/+26
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-021-0/+57
* Fix comment.Daniel Dunbar2010-08-021-1/+1
* tests: Kill off custom targets which were just there for TestRunner.sh.Daniel Dunbar2010-08-021-20/+0
* tests: Deprecate TestRunner.sh, and have it just invoke 'llvm-lit' (which willDaniel Dunbar2010-08-021-34/+3
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-021-7/+11
* 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