summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman2011-11-04
* build/cmake: Change to require Python be available.Daniel Dunbar2011-11-04
* Add triple to test.Rafael Espindola2011-11-04
* Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola2011-11-04
* Add tests for existing InstSimplify features.Dan Gohman2011-11-04
* Teach instsimplify to simplify calls to undef.Dan Gohman2011-11-04
* Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper2011-11-04
* Add fast-isel support for returning i1, i8, and i16.Chad Rosier2011-11-04
* Speculatively revert "DeadStoreElimination can now trim the size of a store ifDaniel Dunbar2011-11-04
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* Reverted r143600 - selector reference changePete Cooper2011-11-03
* fixed global array handling for ptx to use the correct bit widthsDan Bailey2011-11-03
* DeadStoreElimination can now trim the size of a store if the end of it is dead.Pete Cooper2011-11-03
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-03
* Add support for sign-extending non-legal types in SelectSIToFP().Chad Rosier2011-11-03
* Treat objc selector reference globals as invariant so that MachineLICM can ho...Pete Cooper2011-11-03
* Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames2011-11-02
* I added the first test to run llvm-dwarfdump.Nick Lewycky2011-11-02
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-02
* Add support for comparing integer non-legal types.Chad Rosier2011-11-02
* Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson2011-11-02
* tests: Clean up tests/CMakeLists.txt to drop some variable configuration we noDaniel Dunbar2011-11-02
* Rewrite LinearFunctionTestReplace to handle pointer-type IVs.Andrew Trick2011-11-02
* More AVX2 instructions and intrinsics.Craig Topper2011-11-02
* Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-02
* Broaden an assert to handle enable-iv-rewrite=true following r143183.Andrew Trick2011-11-02
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-01
* Fix disassembly of some VST1 instructions.Owen Anderson2011-11-01
* Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman2011-11-01
* Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne2011-11-01
* Combine various XCore tests for floating point intrinsic support into a singl...Richard Osborne2011-11-01
* Move various XCore tests to FileCheckRichard Osborne2011-11-01
* Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-01
* Make sure we use the right insertion point when instcombine replaces a PHI wi...Eli Friedman2011-11-01
* Move x86-specific tests into X86 folder.Eli Friedman2011-11-01
* Move another test requiring x86 into X86 directory.Eli Friedman2011-11-01
* Move test requiring x86 backend into X86 directory.Eli Friedman2011-11-01
* Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay2011-10-31
* Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests)Matt Beaumont-Gay2011-10-31
* Move test to the X86 directory, note the PR number and only run MC once.Rafael Espindola2011-10-31
* More not-crashing NEON disassembly updates for the vld refactoring.Owen Anderson2011-10-31
* Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-31
* Test case for X86 FS/GS Base intrinsicsCraig Topper2011-10-31
* Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-31
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-31
* Reapply commit 143214 with a fix: m_ICmp doesn't match conditionsDuncan Sands2011-10-30
* X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer2011-10-30
* Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper2011-10-30
* Fix pr11266.Nadav Rotem2011-10-30
* Stabilize the test by specifying an exact cpu targetNadav Rotem2011-10-30