summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix relative relocations. This is sufficient for running the rust testsuite withRafael Espindola2011-04-21
* Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar2011-04-21
* ptx: fix parameter orderingChe-Liang Chiou2011-04-21
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-20
* Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich2011-04-20
* Un-XFAIL this test for ARM. <rdar://problem/7662569>Stuart Hastings2011-04-20
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-20
* Behave like gnu as when a relocation crosses sections.Rafael Espindola2011-04-20
* Rewrite the expander for umulo/smulo to remember to sign extend the inputEric Christopher2011-04-20
* llc: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar2011-04-19
* CodeGen: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar2011-04-19
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-19
* Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.Bob Wilson2011-04-19
* Avoid some 's' 16-bit instruction which partially update CPSRBob Wilson2011-04-19
* Avoid write-after-write issue hazards for Cortex-A9.Bob Wilson2011-04-19
* Add support for FastISel'ing varargs calls.Eli Friedman2011-04-19
* Tighten test case a bit.Jakob Stoklund Olesen2011-04-19
* Implement support for x86 fastisel of small fixed-sized memcpys, which are ge...Chris Lattner2011-04-19
* Implement support for fast isel of calls of i1 arguments, even though they ar...Chris Lattner2011-04-19
* Handle i1/i8/i16 constant integer arguments to calls by prepromoting them.Chris Lattner2011-04-19
* be layout aware, to produce:Chris Lattner2011-04-19
* fix rdar://9297006 - fast isel bails out on trunc to i1 -> bools cry,Chris Lattner2011-04-19
* Make tests register allocation independent again.Jakob Stoklund Olesen2011-04-19
* Do not lose mem_operands while lowering VLD / VST intrinsics.Evan Cheng2011-04-19
* Remove test to check line numbers. There are other numerous tests in our test...Devang Patel2011-04-18
* Fix a bug where we were counting the alias sets as completely usedEric Christopher2011-04-18
* while we're at it, handle 'sdiv exact' of a power of 2 also,Chris Lattner2011-04-18
* fix rdar://9297011 - udiv by power of two causing fast-isel rejectsChris Lattner2011-04-18
* Implement major new fastisel functionality: the matcher can now handle immedi...Chris Lattner2011-04-18
* relax this test to just check that the lock prefix is encoded properly,Chris Lattner2011-04-18
* 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.llChris Lattner2011-04-17
* fix an x86 fast isel issue where we'd completely give up on folding an addressChris Lattner2011-04-17
* fix an oversight which caused us to compile the testcase (and otherChris Lattner2011-04-17
* Fix rdar://9289512 - not folding load into compare at -O0Chris Lattner2011-04-17
* Remove working entry from README.Eli Friedman2011-04-17
* fix rdar://9289583 - fast isel should handle non-canonical commutative binopsChris Lattner2011-04-17
* PR9055: extend the fix to PR4050 (r70179) to apply to zext and anyext.Eli Friedman2011-04-16
* Add test cases for Jay's r129641 and fix a 32-bit-centric testcase in a file ...Frits van Bommel2011-04-16
* Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...Evan Cheng2011-04-16
* Thumb2 BFC was insufficiently encoded.Johnny Chen2011-04-15
* A8.6.315 VLD3 (single 3-element structure to all lanes)Johnny Chen2011-04-15
* Re-enable test o32_cc_vararg.ll.Akira Hatanaka2011-04-15
* Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generateCameron Zwarich2011-04-15
* Add this test back for Darwin.Rafael Espindola2011-04-15
* The AND instruction leaves the V flag unmodified, so it falls victim to the sameCameron Zwarich2011-04-15
* Add missing register forms of instructions to the ARM CMP-folding code. ThisCameron Zwarich2011-04-15
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-15
* Add encoding tests for flds/fildsJoerg Sonnenberger2011-04-15
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15