aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add AVX 256-bit packed MOVNT variantsBruno Cardoso Lopes2010-07-092-0/+25
* Add AVX 256-bit unpack and interleaveBruno Cardoso Lopes2010-07-092-0/+64
* Fix a few testsJakob Stoklund Olesen2010-07-091-60/+60
* In the presence of variable sized objects, allocate an emergency spill slot.Jim Grosbach2010-07-091-2/+2
* Add a target triple.Dan Gohman2010-07-091-1/+1
* Fix MachineLICM to actually visit inner loops.Dan Gohman2010-07-091-0/+89
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-092-0/+98
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-092-7/+9
* Fix test to be less sensitive of regalloc accidentsJakob Stoklund Olesen2010-07-091-1/+1
* Print "dregpair" NEON operands with a space between them, for readability andBob Wilson2010-07-092-3/+3
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-092-9/+7
* Reenable DAG combining for vector shuffles. It looks like it was temporarilyBob Wilson2010-07-092-10/+12
* Extension of r107506. Make sure that we don't mark a function as having a callBill Wendling2010-07-081-0/+30
* Rework segment prefix emission code to handle segmentsChris Lattner2010-07-081-0/+5
* Test case for r107843. Radar 8152866.Stuart Hastings2010-07-081-0/+10
* Check for FiniteOnlyFPMath as well.Evan Cheng2010-07-081-1/+1
* Teach instcombine to transformBenjamin Kramer2010-07-081-0/+32
* A slight reworking of the custom patterns for x86-64 tpoff codegen andEric Christopher2010-07-081-1/+1
* r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.Evan Cheng2010-07-081-1/+1
* Optimize some vfp comparisons to integer ones. This patch implements the simp...Evan Cheng2010-07-081-0/+29
* Changes to ARM tail calls, mostly cosmetic.Dale Johannesen2010-07-082-2/+21
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-083-8/+11
* Fix the second half of PR7437: scalarrepl wasn't preservingChris Lattner2010-07-081-0/+35
* Implement the major chunk of PR7195: support for 'callw'Chris Lattner2010-07-071-0/+5
* Add more assembly opcodes for SSE compare instructionsBruno Cardoso Lopes2010-07-072-0/+190
* Allow copies between GR8_ABCD_L and GR8_ABCD_H.Jakob Stoklund Olesen2010-07-071-0/+11
* Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman2010-07-072-9/+7
* Add X86FastISel support for return statements. This entails refactoringDan Gohman2010-07-071-2/+1
* Add AVX AES instructionsBruno Cardoso Lopes2010-07-072-0/+97
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-072-1747/+262
* Add AVX SSE4.2 instructionsBruno Cardoso Lopes2010-07-072-0/+79
* Add AVX SSE4.1 insertps, ptest and movntdqa instructionsBruno Cardoso Lopes2010-07-072-0/+40
* Add AVX SSE4.1 extractps and pinsr instructionsBruno Cardoso Lopes2010-07-072-0/+72
* Add AVX SSE4.1 Extract Integer instructionsBruno Cardoso Lopes2010-07-072-0/+56
* Accept RIP-relative symbols with 'i' constraint, andDale Johannesen2010-07-061-0/+21
* Add the rest of AVX SSE4.1 packed move with sign/zero extend instructionsBruno Cardoso Lopes2010-07-062-0/+95
* Make test not hang waiting for input.Dale Johannesen2010-07-061-1/+1
* Add part of AVX SSE4.1 packed move with sign/zero extend instructionsBruno Cardoso Lopes2010-07-062-0/+97
* Add AVX vblendvpd, vblendvps and vpblendvb instructionsBruno Cardoso Lopes2010-07-062-0/+47
* Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen2010-07-061-2/+2
* Fix PR7545 crash.Devang Patel2010-07-061-0/+29
* Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversionRafael Espindola2010-07-061-1/+1
* Remove mistakenly added test.Eric Christopher2010-07-061-25/+0
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-063-4/+57
* another v2f32 case, in this case showing poor codegen.Chris Lattner2010-07-051-1/+16
* fix test on non-x86 hosts.Chris Lattner2010-07-051-1/+1
* Just rip v2f32 support completely out of the X86 backend. InChris Lattner2010-07-041-5/+13
* fix PR7518 - terrible codegen of <2 x float>, by only markingChris Lattner2010-07-041-0/+16
* Add AVX SSE4.1 blend, mpsadbw and vdpBruno Cardoso Lopes2010-07-032-0/+113
* Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructionsBruno Cardoso Lopes2010-07-032-0/+176