aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
...
* [SystemZ] Use zeroing form of RISBG for some AND sequencesRichard Sandiford2013-07-111-1/+118
* [SystemZ] Allow 8-bit operands to RISBGRichard Sandiford2013-07-111-2/+1
* Replacing an empty switch with its moral equivalent. No functional changes i...Aaron Ballman2013-07-102-8/+2
* Simplify code.Craig Topper2013-07-101-6/+2
* R600/SI: Initial local memory supportMichel Danzer2013-07-106-3/+34
* R600/SI: Add pattern for the AMDGPU.barrier.local intrinsicMichel Danzer2013-07-101-1/+10
* R600/SI: Add intrinsic for retrieving the current thread IDMichel Danzer2013-07-102-2/+9
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-105-0/+68
* R600/SI: Add intrinsics for texture sampling with user derivativesMichel Danzer2013-07-102-1/+7
* PPC: Add a better comment about the i64 FI fixupHal Finkel2013-07-101-2/+13
* Reverting commit r185999 due to buildboot failure.Vladimir Medic2013-07-102-49/+0
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-102-0/+49
* Fix typoStephen Lin2013-07-101-1/+1
* Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionali...Stephen Lin2013-07-101-0/+11
* ARM: Fix incorrect pack pattern for thumb2Jim Grosbach2013-07-091-1/+6
* [PowerPC] Better fix for PR16556.Bill Schmidt2013-07-091-9/+3
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-098-24/+81
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-093-4/+60
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-096-7/+64
* R600: Fix a rare bug where swizzle optimization returns wrong valuesVincent Lejeune2013-07-091-2/+3
* R600: Fix wrong export reswizzlingVincent Lejeune2013-07-091-4/+0
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-094-23/+52
* R600: Print Export SwizzleVincent Lejeune2013-07-091-2/+2
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-093-3/+59
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-091-0/+21
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-091-0/+27
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-093-6/+86
* [SystemZ] Use MVC for simple load/store pairsRichard Sandiford2013-07-094-0/+86
* [SystemZ] Use "STC;MVC" for memsetRichard Sandiford2013-07-093-0/+95
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-091-1/+3
* PPC: Allocate RS spill slot for unaligned i64 load/storeHal Finkel2013-07-091-2/+33
* X86: Add comment.Jim Grosbach2013-07-091-0/+5
* X86 fast-isel: Avoid explicit AH subreg reference for [SU]Rem.Jim Grosbach2013-07-091-4/+31
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-089-42/+47
* PPC: Mark vector CC action for SETO and SETONE as ExpandHal Finkel2013-07-081-0/+3
* Add a comment to this change, requested by Eric Christopher.Joey Gouly2013-07-081-0/+4
* ARM: Improve codegen for generic vselect.Jim Grosbach2013-07-081-0/+18
* PPC: Mark vector FREM as Expand by defaultHal Finkel2013-07-081-0/+1
* [PowerPC] Support time base instructionsUlrich Weigand2013-07-081-0/+6
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-083-0/+43
* [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).Bill Schmidt2013-07-081-0/+9
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-082-7/+9
* Revert "Proper va_arg/va_copy lowering on win64"Nico Rieck2013-07-081-3/+1
* [SystemZ] Remove unwanted part from last commitRichard Sandiford2013-07-081-2/+0
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-089-2/+145
* Revert "Reuse %rax after calling __chkstk on win64"Nico Rieck2013-07-082-9/+7
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-072-7/+9
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-063-8/+27
* Proper va_arg/va_copy lowering on win64Nico Rieck2013-07-061-1/+3
* ARM: Add a pack pattern for matching arithmetic shift rightArnold Schwaighofer2013-07-051-0/+3