summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-04-03Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov1-2/+5
2013-04-03Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov2-47/+40
2013-04-03Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen1-0/+34
2013-04-03Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel1-0/+178
2013-04-03Fix the fde encoding used by mips to match gas.Rafael Espindola3-108/+156
2013-04-03Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman3-16/+8
2013-04-02[mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2-0/+8
2013-04-02Support and test template arguments for unions.Eric Christopher1-0/+58
2013-04-02llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi3-5/+0
2013-04-02Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt1-0/+16
2013-04-02Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen1-0/+2
2013-04-02[fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier1-3/+6
2013-04-02DAGCombiner: Merge store/loads when we have extload/truncstoresArnold Schwaighofer1-0/+98
2013-04-02Simplify test cases for Atom preferring call register indirect overPreston Gurd2-409/+160
2013-04-02Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling1-0/+19
2013-04-02Add 64-bit load and store instructions.Jakob Stoklund Olesen1-0/+58
2013-04-02Basic 64-bit ALU operations.Jakob Stoklund Olesen1-0/+21
2013-04-02Materialize 64-bit immediates.Jakob Stoklund Olesen1-0/+46
2013-04-02Add 64-bit shift instructions.Jakob Stoklund Olesen1-0/+14
2013-04-02Add support for 64-bit calling convention.Jakob Stoklund Olesen2-1/+8
2013-04-01Mips direct object exception handling regressionJack Carter2-0/+67
2013-04-01R600: Add support for native control flowVincent Lejeune2-6/+11
2013-04-01R600: Emit CF_ALU and use true kcache register.Vincent Lejeune1-1/+1
2013-04-01Fix a bad assert in PPCTargetLoweringHal Finkel1-0/+1
2013-04-01Add triple to test/CodeGen/PowerPC/stfiwx-2Hal Finkel1-1/+1
2013-04-01Correct assertion conditionShuxin Yang1-0/+15
2013-04-01Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer1-0/+96
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel5-7/+191
2013-04-01Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)Hal Finkel1-1/+3
2013-04-01Add the PPC popcntw instructionHal Finkel1-6/+5
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem1-0/+84
2013-04-01X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer2-5/+79
2013-03-31X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.Benjamin Kramer1-0/+6
2013-03-31Add the PPC lfiwax instructionHal Finkel1-0/+14
2013-03-31Cleanup PPC(64) i32 -> float/double conversionHal Finkel1-0/+31
2013-03-30DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer1-0/+33
2013-03-30Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer1-20/+20
2013-03-30[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski16-170/+1
2013-03-30[NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski1-0/+34
2013-03-30Implement XOR reassociation. It is based on following rules:Shuxin Yang1-0/+151
2013-03-30[mips] Add patterns for DSP indexed load instructions.Akira Hatanaka1-0/+31
2013-03-30[mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka1-7/+14
2013-03-30[mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka1-0/+1
2013-03-29Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...Michael Gottesman1-2/+2
2013-03-29Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...Timur Iskhodzhanov1-0/+3
2013-03-29Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman1-0/+16
2013-03-29move testcase into appropriate X86 subdirectory.Adrian Prantl1-3/+4
2013-03-29Implement FRINT lowering on PPC using frinHal Finkel1-0/+37
2013-03-29Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...Adrian Prantl1-0/+371
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer5-7/+7