aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix PR7311 by avoiding breaking casts when a bitcast from scalar->vectorChris Lattner2010-07-121-0/+11
* if jump threading is able to infer interesting values on bothChris Lattner2010-07-121-0/+24
* fix PR7429, a crash turning a load from a string into a float.Chris Lattner2010-07-121-0/+13
* convert to filechecconvert to filecheckkChris Lattner2010-07-121-10/+10
* merge two tests.Chris Lattner2010-07-122-11/+11
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-112-4/+3
* Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola2010-07-111-1/+23
* Fix this test.Dan Gohman2010-07-101-2/+2
* FileCheckize inline asm FP stack testsJakob Stoklund Olesen2010-07-104-19/+89
* Add an explicit triple to make this test behave consistently.Dan Gohman2010-07-101-1/+1
* Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts.Dan Gohman2010-07-101-1/+1
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-103-9/+40
* 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