aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer2013-04-034-2/+730
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-033-1/+8
* [XCore] Check disassembly of the st8 instruction.Richard Osborne2013-04-031-0/+3
* [XCore] Update disassembler test to improve coverage of the instructions.Richard Osborne2013-04-031-6/+6
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-0316-90/+832
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-031-1/+3
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-031-0/+12
* 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
* AArch64: implement ETMv4 trace system registers.Tim Northover2013-04-033-0/+1658
* 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
* Fix the fde encoding used by mips to match gas.Rafael Espindola2013-04-033-108/+156
* Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman2013-04-033-16/+8
* [mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2013-04-022-0/+8
* Support and test template arguments for unions.Eric Christopher2013-04-021-0/+58
* 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
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-021-0/+19
* 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
* Mips direct object exception handling regressionJack Carter2013-04-012-0/+67
* 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
* Correct assertion conditionShuxin Yang2013-04-011-0/+15
* 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
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-011-0/+84
* X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer2013-04-012-5/+79
* 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
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-311-0/+31
* DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer2013-03-301-0/+33
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-301-20/+20
* [NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski2013-03-3016-170/+1
* [NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski2013-03-301-0/+34
* Implement XOR reassociation. It is based on following rules:Shuxin Yang2013-03-301-0/+151