summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-091-0/+16
* Generate PPC early conditional returnsHal Finkel2013-04-082-4/+58
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-082-180/+207
* Cleanup and improve PPC fsel generationHal Finkel2013-04-071-0/+137
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-071-3/+147
* Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen2013-04-061-0/+84
* SPARC v9 stack pointer bias.Jakob Stoklund Olesen2013-04-061-7/+5
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-061-0/+14
* Complete formal arguments for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-061-0/+136
* R600/SI: Add support for buffer stores v2Tom Stellard2013-04-052-3/+11
* R600/SI: Add processor types for each SI variantTom Stellard2013-04-058-8/+8
* R600/SI: Avoid generating S_MOVs with 64-bit immediates v2Tom Stellard2013-04-051-0/+26
* Enable early if conversion on PPCHal Finkel2013-04-051-0/+34
* Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov2013-04-051-7/+6
* Reverting 178851 as it broke buildbotsRenato Golin2013-04-051-110/+0
* Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy2013-04-051-0/+110
* RegisterPressure heuristics currently require signed comparisons.Andrew Trick2013-04-051-0/+228
* PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel2013-04-041-0/+48
* Avoid high-latency false CPSR dependencies even for tMOVSi.Jakob Stoklund Olesen2013-04-041-0/+31
* New-password-test commit.Stepan Dyatkovskiy2013-04-041-1/+1
* R600: Take export into account when computing cf addressVincent Lejeune2013-04-041-0/+50
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-041-0/+22
* R600: Fix last ALU of a clause being emitted in a separate clauseVincent Lejeune2013-04-031-0/+850
* Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt2013-04-031-0/+15
* Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov2013-04-031-2/+5
* Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov2013-04-032-47/+40
* Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen2013-04-031-0/+34
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-031-0/+178
* [mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2013-04-022-0/+8
* llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi2013-04-023-5/+0
* Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt2013-04-021-0/+16
* Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen2013-04-021-0/+2
* [fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier2013-04-021-3/+6
* DAGCombiner: Merge store/loads when we have extload/truncstoresArnold Schwaighofer2013-04-021-0/+98
* Simplify test cases for Atom preferring call register indirect overPreston Gurd2013-04-022-409/+160
* Add 64-bit load and store instructions.Jakob Stoklund Olesen2013-04-021-0/+58
* Basic 64-bit ALU operations.Jakob Stoklund Olesen2013-04-021-0/+21
* Materialize 64-bit immediates.Jakob Stoklund Olesen2013-04-021-0/+46
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-021-0/+14
* Add support for 64-bit calling convention.Jakob Stoklund Olesen2013-04-022-1/+8
* R600: Add support for native control flowVincent Lejeune2013-04-012-6/+11
* R600: Emit CF_ALU and use true kcache register.Vincent Lejeune2013-04-011-1/+1
* Fix a bad assert in PPCTargetLoweringHal Finkel2013-04-011-0/+1
* Add triple to test/CodeGen/PowerPC/stfiwx-2Hal Finkel2013-04-011-1/+1
* Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer2013-04-011-0/+96
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-015-7/+191
* Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)Hal Finkel2013-04-011-1/+3
* Add the PPC popcntw instructionHal Finkel2013-04-011-6/+5
* X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.Benjamin Kramer2013-03-311-0/+6
* Add the PPC lfiwax instructionHal Finkel2013-03-311-0/+14