aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Add 'static' keyword to some const arrays for consistency.Craig Topper2013-07-151-6/+6
* Make some arrays 'static const'Craig Topper2013-07-154-11/+11
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-154-7/+7
* Use conventional syntax for branches.Anton Korobeynikov2013-07-141-2/+2
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-141-2/+2
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-1425-79/+79
* Reduce large list of macros to the primary platform macros. DistingiushJoerg Sonnenberger2013-07-131-20/+18
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-123-2/+9
* Fix ARM paired GPR COPY loweringJF Bastien2013-07-121-0/+3
* [mips] Add instruction itinerary classes for mult, seb and slt instructions.Akira Hatanaka2013-07-123-13/+16
* Remove extraneous braces.Eric Christopher2013-07-121-6/+3
* R600: Remove unsafe type punning. No intended functionality change.Benjamin Kramer2013-07-121-6/+4
* X86 cost model: Add cost for vectorized gather/scatherArnold Schwaighofer2013-07-121-0/+15
* ARM cost model: Add cost for gather/scatherArnold Schwaighofer2013-07-121-0/+9
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-121-2/+2
* R600/SI: Add support for f64 kernel argumentsTom Stellard2013-07-121-1/+1
* R600/SI: Implement select and compares for SITom Stellard2013-07-121-6/+18
* R600/SI: Add fsqrt pattern for SITom Stellard2013-07-121-2/+6
* R600/SI: Add double precision fsub pattern for SITom Stellard2013-07-122-3/+29
* R600/SI: SI support for 64bit ConstantFPTom Stellard2013-07-122-0/+19
* R600/SI: Add initial double precision support for SITom Stellard2013-07-123-1/+36
* X86: Shrink certain forms of movsx.Benjamin Kramer2013-07-121-0/+35
* X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...Stephen Lin2013-07-121-0/+38
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-122-0/+49
* [SystemZ] Optimize sign-extends of vector setccsRichard Sandiford2013-07-121-0/+9
* [SystemZ] Fix parsing of inline asm registersRichard Sandiford2013-07-124-8/+49
* [SystemZ] Improve spilling of LGDR and LDGRRichard Sandiford2013-07-121-1/+23
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-124-25/+45
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-111-2/+15
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-111-1/+4
* [SystemZ] Use zeroing form of RISBG for shift-and-AND sequencesRichard Sandiford2013-07-111-5/+66
* [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