summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* PTX: fixup test cases for register changesJustin Holewinski2011-09-22
* Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper2011-09-22
* Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...Owen Anderson2011-09-21
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-21
* Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel2011-09-21
* Remove +.Akira Hatanaka2011-09-21
* Re-enable some of the disabled tests. Use FileCheck instead of grep to checkAkira Hatanaka2011-09-21
* add another testcase for pr10902Nadav Rotem2011-09-21
* [VECTOR-SELECT] Address one of the bugs in pr10902.Nadav Rotem2011-09-21
* Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher2011-09-20
* This test is completely invalid with the modern EH model. Delete.Bill Wendling2011-09-20
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-20
* Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes2011-09-20
* Revert r140097, working on a better approachBruno Cardoso Lopes2011-09-20
* Update this test to the new EH model.Bill Wendling2011-09-20
* The wrong relocation was being emitted for several SSSE3 instructions.Bruno Cardoso Lopes2011-09-20
* Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng2011-09-20
* Update to new EH model.Bill Wendling2011-09-20
* Port over more Thumb2 encoding tests to decoding tests.Owen Anderson2011-09-20
* test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.NAKAMURA Takumi2011-09-20
* Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.Craig Topper2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* Nuke obsolete test file.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for USUB8/USUB16.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for USAX.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for USAT16.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for USAT.Jim Grosbach2011-09-20
* Tidy up.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQSAD8/USADA8.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQSUB16/UQSUB8.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQASX/UQSAX.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQADD16/UQADD8.Jim Grosbach2011-09-20
* Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,Bruno Cardoso Lopes2011-09-20
* Update to the new EH syntax.Bill Wendling2011-09-19
* Dramatically reduce this testcase.Bill Wendling2011-09-19
* Fix PR10949. Fix the encoding of VMOVPQIto64rr.Bruno Cardoso Lopes2011-09-19
* Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes2011-09-19
* Tidy up a bit.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UMAAL/UMLAL/UMULL.Jim Grosbach2011-09-19
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-19
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-19
* Thumb2 assembly parsing and encoding for UHSUB16/UHSUB8.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UHASX/UHSAX.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UHADD16/UHADD8.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UBFX.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UASX.Jim Grosbach2011-09-19
* Update test to remove the 'unwind' instruction.Bill Wendling2011-09-19
* Fix copy/past-o. Gotta remember that 'modify' step...Jim Grosbach2011-09-19