aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Add support for encoding immediates in icmp and fcmp. Hopefully, this willChad Rosier2011-11-091-0/+214
* Collapse DomainValues across loop back-edges.Jakob Stoklund Olesen2011-11-091-0/+45
* Add a hack to the scheduler to disable pseudo-two-address dependencies inDan Gohman2011-11-082-7/+17
* Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...Evan Cheng2011-11-081-11/+12
* Adding test for machine-licm operating on invariant load instructionsPete Cooper2011-11-081-0/+29
* Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.Lang Hames2011-11-081-6/+9
* test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtriple=x86_64-linux. Passi...NAKAMURA Takumi2011-11-081-1/+1
* test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64.NAKAMURA Takumi2011-11-081-1/+1
* test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see...NAKAMURA Takumi2011-11-081-1/+1
* Make sure to mark vector extload's as expand on ARM. Fixes PR11319.Eli Friedman2011-11-081-0/+15
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-081-0/+14
* Add x86 isel logic and patterns to match movlps from clang generated IR for _...Evan Cheng2011-11-082-2/+52
* Convert to the new EH model.Bill Wendling2011-11-083-28/+20
* Convert tests to the new EH model.Bill Wendling2011-11-086-51/+29
* Enable support for returning i1, i8, and i16. Nothing special todo as it's theChad Rosier2011-11-081-0/+15
* Added missing newlinePete Cooper2011-11-081-1/+1
* Revert r144034 while I try to track down a crash.Eli Friedman2011-11-071-14/+0
* Fix test for Windows as well.Jakob Stoklund Olesen2011-11-071-1/+0
* Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen2011-11-077-23/+44
* InstCombine now optimizes vector udiv by power of 2 to shiftsPete Cooper2011-11-071-0/+15
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-071-0/+14
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-072-10/+10
* Fix test for Linux.Jakob Stoklund Olesen2011-11-071-1/+1
* Expand V_SET0 to xorps by default.Jakob Stoklund Olesen2011-11-077-10/+31
* Add AVX2 variable shift instructions and intrinsics.Craig Topper2011-11-071-0/+80
* Add AVX2 VPMOVMASK instructions and intrinsics.Craig Topper2011-11-071-0/+64
* Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...Craig Topper2011-11-071-0/+16
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-061-0/+40
* Add more AVX2 instructions and intrinsics.Craig Topper2011-11-061-0/+80
* Add support for passing i1, i8, and i16 call parameters. Also, be sure toChad Rosier2011-11-051-0/+67
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-053-7/+4
* Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman2011-11-041-13/+70
* 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