summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Make this test disable fast isel as it's not needed.Eric Christopher2011-04-25
* Lower BlockAddress node when relocation-model is static.Akira Hatanaka2011-04-25
* A dbg.declare may not be in entry block, even if it is referring to an incomi...Devang Patel2011-04-25
* Make tests more useful.Benjamin Kramer2011-04-25
* Remove some hard coded CR-LFs. Some of these were the entire files, one ofChandler Carruth2011-04-25
* Accidental function name mangling.Andrew Trick2011-04-23
* Thumb2 and ARM add/subtract with carry fixes.Andrew Trick2011-04-23
* whitespaceAndrew Trick2011-04-23
* test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.NAKAMURA Takumi2011-04-23
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-22
* Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s...Johnny Chen2011-04-22
* DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.Benjamin Kramer2011-04-22
* X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (...Benjamin Kramer2011-04-22
* In Thumb2 mode, lower frame indix references to:Evan Cheng2011-04-22
* Fix DWARF description of Q registers.Devang Patel2011-04-21
* Fix DWARF description of S registers.Devang Patel2011-04-21
* Test case for r129922Devang Patel2011-04-21
* 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