summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* 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
* 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
* More AVX2 instructions and intrinsics.Craig Topper2011-11-02
* Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-02
* 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
* 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
* 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
* Add a new DAGCombine optimization for BUILD_VECTOR.Nadav Rotem2011-10-29
* Force SSE for this test.Benjamin Kramer2011-10-29
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-29
* test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUI...NAKAMURA Takumi2011-10-28
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-28
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-28
* test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux....NAKAMURA Takumi2011-10-28
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-28
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-28
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-28
* Remove the Alpha backend.Dan Gohman2011-10-27
* Also set addrmode6 alignment when align==size.Jakob Stoklund Olesen2011-10-27
* Avoid partial CPSR dependency from loop backedges. rdar://10357570Evan Cheng2011-10-27
* Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper2011-10-27
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Don't crash on 128-bit sdiv by constant. Found by inspection.Eli Friedman2011-10-27
* A branch predicated on a constant can just FastEmit an unconditional branch.Chad Rosier2011-10-27
* Run test with -verify-machineinstrs.Rafael Espindola2011-10-26
* Fixes an issue reported by -verify-machineinstrs.Rafael Espindola2011-10-26
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-26
* Make sure short memsets on ARM lower to stores, even when optimizing for size.Lang Hames2011-10-26
* Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.Jim Grosbach2011-10-26
* Revert r142530 at least temporarily while a discussion is had on llvm-commits...James Molloy2011-10-26
* Revert part of r142530. The patch potentially hurts performance especiallyEvan Cheng2011-10-26
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Don't crash on variable insertelement on ARM. PR10258.Eli Friedman2011-10-24
* Check the visibility of the global variable before placing it into the stubsBill Wendling2011-10-24
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-24