aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper2011-11-041-0/+32
* Add fast-isel support for returning i1, i8, and i16.Chad Rosier2011-11-041-0/+48
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-0311-29/+67
* Reverted r143600 - selector reference changePete Cooper2011-11-031-30/+0
* fixed global array handling for ptx to use the correct bit widthsDan Bailey2011-11-032-30/+30
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-032-6/+29
* Add support for sign-extending non-legal types in SelectSIToFP().Chad Rosier2011-11-031-0/+96
* Treat objc selector reference globals as invariant so that MachineLICM can ho...Pete Cooper2011-11-031-0/+30
* Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames2011-11-021-0/+20
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-022-1/+17
* Add support for comparing integer non-legal types.Chad Rosier2011-11-021-0/+47
* More AVX2 instructions and intrinsics.Craig Topper2011-11-021-0/+137
* Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-021-0/+224
* Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman2011-11-011-0/+20
* Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne2011-11-011-0/+25
* Combine various XCore tests for floating point intrinsic support into a singl...Richard Osborne2011-11-0111-180/+171
* Move various XCore tests to FileCheckRichard Osborne2011-11-0117-60/+92
* Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-011-3/+3
* Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-311-4/+4
* Test case for X86 FS/GS Base intrinsicsCraig Topper2011-10-311-0/+57
* Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-311-0/+384
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-311-1/+1
* X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer2011-10-301-0/+18
* Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper2011-10-301-4/+4
* Fix pr11266.Nadav Rotem2011-10-302-2/+34
* Stabilize the test by specifying an exact cpu targetNadav Rotem2011-10-301-1/+1
* Add a new DAGCombine optimization for BUILD_VECTOR.Nadav Rotem2011-10-293-5/+23
* Force SSE for this test.Benjamin Kramer2011-10-291-1/+1
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-2911-51/+29
* test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUI...NAKAMURA Takumi2011-10-281-0/+4
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-2811-29/+51
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-281-1/+1
* test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux....NAKAMURA Takumi2011-10-281-1/+1
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-2810-32/+29
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-286-10/+6
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-2812-183/+32
* Remove the Alpha backend.Dan Gohman2011-10-2742-860/+0
* Also set addrmode6 alignment when align==size.Jakob Stoklund Olesen2011-10-273-5/+15
* Avoid partial CPSR dependency from loop backedges. rdar://10357570Evan Cheng2011-10-271-2/+36
* Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper2011-10-271-1/+1
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-272-5/+5
* Don't crash on 128-bit sdiv by constant. Found by inspection.Eli Friedman2011-10-271-0/+24
* A branch predicated on a constant can just FastEmit an unconditional branch.Chad Rosier2011-10-271-0/+47
* Run test with -verify-machineinstrs.Rafael Espindola2011-10-261-2/+2
* Fixes an issue reported by -verify-machineinstrs.Rafael Espindola2011-10-261-5/+10
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-261-1/+1
* Make sure short memsets on ARM lower to stores, even when optimizing for size.Lang Hames2011-10-261-0/+18
* Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.Jim Grosbach2011-10-261-1/+1
* Revert r142530 at least temporarily while a discussion is had on llvm-commits...James Molloy2011-10-261-26/+0
* Revert part of r142530. The patch potentially hurts performance especiallyEvan Cheng2011-10-261-1/+0