summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy2013-04-05
* RegisterPressure heuristics currently require signed comparisons.Andrew Trick2013-04-05
* PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel2013-04-04
* Avoid high-latency false CPSR dependencies even for tMOVSi.Jakob Stoklund Olesen2013-04-04
* New-password-test commit.Stepan Dyatkovskiy2013-04-04
* R600: Take export into account when computing cf addressVincent Lejeune2013-04-04
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-04
* R600: Fix last ALU of a clause being emitted in a separate clauseVincent Lejeune2013-04-03
* Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt2013-04-03
* Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov2013-04-03
* Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov2013-04-03
* Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen2013-04-03
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-03
* [mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2013-04-02
* llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi2013-04-02
* Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt2013-04-02
* Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen2013-04-02
* [fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier2013-04-02
* DAGCombiner: Merge store/loads when we have extload/truncstoresArnold Schwaighofer2013-04-02
* Simplify test cases for Atom preferring call register indirect overPreston Gurd2013-04-02
* Add 64-bit load and store instructions.Jakob Stoklund Olesen2013-04-02
* Basic 64-bit ALU operations.Jakob Stoklund Olesen2013-04-02
* Materialize 64-bit immediates.Jakob Stoklund Olesen2013-04-02
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-02
* Add support for 64-bit calling convention.Jakob Stoklund Olesen2013-04-02
* R600: Add support for native control flowVincent Lejeune2013-04-01
* R600: Emit CF_ALU and use true kcache register.Vincent Lejeune2013-04-01
* Fix a bad assert in PPCTargetLoweringHal Finkel2013-04-01
* Add triple to test/CodeGen/PowerPC/stfiwx-2Hal Finkel2013-04-01
* Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer2013-04-01
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-01
* Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)Hal Finkel2013-04-01
* Add the PPC popcntw instructionHal Finkel2013-04-01
* X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.Benjamin Kramer2013-03-31
* Add the PPC lfiwax instructionHal Finkel2013-03-31
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-31
* DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer2013-03-30
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-30
* [NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski2013-03-30
* [NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski2013-03-30
* [mips] Add patterns for DSP indexed load instructions.Akira Hatanaka2013-03-30
* [mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka2013-03-30
* [mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka2013-03-30
* Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...Timur Iskhodzhanov2013-03-29
* Implement FRINT lowering on PPC using frinHal Finkel2013-03-29
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-29
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* Enhance boolean simplification to handle 16-/64-bit RDRANDMichael Liao2013-03-28
* Make Win32 put the SRet address into EAX, fixes PR15556Timur Iskhodzhanov2013-03-28