aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: Fix incorrect pack patternArnold Schwaighofer2013-07-051-2/+4
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-052-0/+27
* [SystemZ] Remove redundant frame MMOsRichard Sandiford2013-07-051-24/+4
* [SystemZ] Enable the use of MVC for frame-to-frame spillsRichard Sandiford2013-07-051-10/+2
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-051-0/+20
* [SystemZ] Allocate a second register scavenging slotRichard Sandiford2013-07-051-2/+6
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-054-57/+16
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-059-22/+70
* PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.Joey Gouly2013-07-051-0/+6
* Use a OwningPtr instead of a manual delete.Rafael Espindola2013-07-041-5/+3
* Fix leak. Should bring back the valgrind bot.Rafael Espindola2013-07-041-0/+1
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-041-4/+8
* Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury.Joey Gouly2013-07-041-1/+0
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-044-2/+94
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-041-0/+31
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-042-5/+84
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-047-29/+0
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-042-1/+57