summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Move all inline-asm-fpstack tests to a single file.Jakob Stoklund Olesen2011-06-27
* Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky2011-06-27
* PTX: corrected tests that were failingDan Bailey2011-06-25
* PTX: Reverting implementation of i8.Dan Bailey2011-06-25
* Test case for r133858 (tail call optimize in the presence of byval).Chad Rosier2011-06-25
* Move ARM-specific test to ARM directory.Jim Grosbach2011-06-25
* Testcase for r133818Jim Grosbach2011-06-24
* Handle debug info for i128 constants.Devang Patel2011-06-24
* PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey2011-06-24
* The Neon VCVT (between floating-point and fixed-point, Advanced SIMD) Chad Rosier2011-06-24
* Change the chain input of nodes that load the address of a function. This changeAkira Hatanaka2011-06-24
* Prevent generation of redundant addiu instructions that compute address of Akira Hatanaka2011-06-24
* Add support for movntil/movntiq mnemonics. Reported on llvmdev.Eli Friedman2011-06-23
* PR10180: Fix a instcombine crash with FP vectors.Eli Friedman2011-06-23
* PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski2011-06-23
* PTX: Fixup test cases for device param changesJustin Holewinski2011-06-23
* cmake+lit: final cleanup related to the recent churnAndrew Trick2011-06-23
* cmake+lit: handle ENABLE_ASSERTIONS feature properly.Andrew Trick2011-06-23
* lit support for REQUIRES: asserts.Andrew Trick2011-06-22
* Reenable tail duplication of bb with just an unconditional jump, butRafael Espindola2011-06-22
* test/Unit: Fix enable shared test to follow check that we have actually loadedDaniel Dunbar2011-06-22
* Needs a triple.Nick Lewycky2011-06-22
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-22
* Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick2011-06-22
* PTX: Add signed integer comparisonsJustin Holewinski2011-06-22
* PTX: Add .address_size directive if PTX version >= 2.3Justin Holewinski2011-06-22
* Test case for r133560.Devang Patel2011-06-22
* Add support for assembling "movq" when it's correct to do so, while continuingNick Lewycky2011-06-21
* Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson2011-06-21
* Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...Anna Zaks2011-06-21
* Add a reduced test case for the buildbot failure (clang self-hostedJay Foad2011-06-21
* Teach dag combine to match halfword byteswap patterns.Evan Cheng2011-06-21
* indvars -disable-iv-rewrite: Adds support for eliminating identityAndrew Trick2011-06-21
* Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka2011-06-21
* PTX: Fix conversion between predicates and value typesJustin Holewinski2011-06-20
* Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky2011-06-20
* Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflowRoman Divacky2011-06-20
* This is an automatically reduced test case that crashed in GVN, at someJay Foad2011-06-20
* Fix PromoteIntRes_TRUNCATE: Add support for cases where theNadav Rotem2011-06-20
* Update test.Benjamin Kramer2011-06-19
* Reduce the runtime of the test. Keep only the interesting cases.Nadav Rotem2011-06-19
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19
* remove an unreduced testcase.Chris Lattner2011-06-18
* MC: Allow .common as alias for .comm assembler directive. PR10116.Hans Wennborg2011-06-18
* Fix PR10103: Less code for enum type translation.Hans Wennborg2011-06-18
* Add test for r133251.Nick Lewycky2011-06-18
* When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich2011-06-18
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich2011-06-18
* Switch ARM to using AltOrders instead of MethodBodies.Jakob Stoklund Olesen2011-06-18