aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-07-08Fix broken x86_64 tests which specify non-64-bit cpu's.Evan Cheng
2011-07-08Default 64-bit target features and SSE2 on when a triple specifies x86-64. C...Eli Friedman
2011-07-08Make tBX_RET and tBX_RET_vararg predicable.Jim Grosbach
2011-07-08Add _allrem, _aullrem and _allmul to the runtime for MSVC.Julien Lerouge
2011-07-08Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich
2011-07-08Be more aggressive about following hints.Jakob Stoklund Olesen
2011-07-08Use ARMPseudoExpand for ARM tail calls.Jim Grosbach
2011-07-08Emit a more efficient magic number multiplication for exact sdivs.Benjamin Kramer
2011-07-08Make GVN look through extractvalues for recognised intrinsics. GVN can then C...Lang Hames
2011-07-08Fix more register allocation sensitive tests.Jakob Stoklund Olesen
2011-07-08Remove a test that no longer makes sense.Jakob Stoklund Olesen
2011-07-08Let the inline asm 'q' constraint match float, and on 64-bit double too.Nick Lewycky
2011-07-08Go ahead and emit the barrier on x86-64 even without sse2. TheEric Christopher
2011-07-07Add support for the X86 'l' constraint.Eric Christopher
2011-07-07Add Mode64Bit feature and sink it down to MC layer.Evan Cheng
2011-07-07Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng
2011-07-07Added a testcase for PR10220.Lang Hames
2011-07-06indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.Andrew Trick
2011-07-06LICM: Do not loose alignment on promotionTobias Grosser
2011-07-06Introduce "expect" intrinsic instructions.Jakub Staszak
2011-07-06Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby
2011-07-06Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that aKevin Enderby
2011-07-05Revert r134366 and add an explicit triple to make this test host-independent.Dan Gohman
2011-07-05Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use...Eli Friedman
2011-07-05Fix PR10277.Jakob Stoklund Olesen
2011-07-04PR10267: Don't combine an equality compare with an AND into an inequality com...Benjamin Kramer
2011-07-03test/CodeGen/X86/lsr-nonaffine.ll: Relax expressions for Win64 CC to appease ...NAKAMURA Takumi
2011-07-02FileCheck-ize another test. Reduces the llc invocations from 8 to 1, andChandler Carruth
2011-07-02Avoid writing to an arbitrary filename during the test run by writing toChandler Carruth
2011-07-02FileCheck-ize another X86 test, making it more precisely verify theChandler Carruth
2011-07-02Quote two greps which contain parentheses.Chandler Carruth
2011-07-02FileCheck-ize and simplify RUN lines.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize and tighten up assertions to only check the relevant sections.Chandler Carruth
2011-07-02FileCheck-ize and cleanup IR.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02Remove a grep that is already checked with FileCheck.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize and modernize IR.Chandler Carruth
2011-07-02FileCheck-ize and simplify RUNs.Chandler Carruth
2011-07-02FileCheck-ize and modernize the RUN line.Chandler Carruth
2011-07-02FileCheck-ize, tightening checks and avoiding a temporary file.Chandler Carruth
2011-07-02FileCheck-ize, tightening checks and avoiding a temporary file.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize a test, avoiding a temporary file.Chandler Carruth
2011-07-02FileCheck-ize and simplify this test.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize another codegen test.Chandler Carruth
2011-07-02Partially FileCheck-ize a test to remove a weird quoting situation.Chandler Carruth