summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-15
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-15
* R600/SI: Add support for 64-bit loadsTom Stellard2013-07-15
* Test commit to see if write access works.Job Noorman2013-07-15
* Make some arrays 'static const'Craig Topper2013-07-15
* Add const qualifier to some static arrays.Craig Topper2013-07-15
* Add 'static' keyword to some const arrays for consistency.Craig Topper2013-07-15
* Make some arrays 'static const'Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Use conventional syntax for branches.Anton Korobeynikov2013-07-14
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Reduce large list of macros to the primary platform macros. DistingiushJoerg Sonnenberger2013-07-13
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-12
* Fix ARM paired GPR COPY loweringJF Bastien2013-07-12
* [mips] Add instruction itinerary classes for mult, seb and slt instructions.Akira Hatanaka2013-07-12
* Remove extraneous braces.Eric Christopher2013-07-12
* R600: Remove unsafe type punning. No intended functionality change.Benjamin Kramer2013-07-12
* X86 cost model: Add cost for vectorized gather/scatherArnold Schwaighofer2013-07-12
* ARM cost model: Add cost for gather/scatherArnold Schwaighofer2013-07-12
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-12
* R600/SI: Add support for f64 kernel argumentsTom Stellard2013-07-12
* R600/SI: Implement select and compares for SITom Stellard2013-07-12
* R600/SI: Add fsqrt pattern for SITom Stellard2013-07-12
* R600/SI: Add double precision fsub pattern for SITom Stellard2013-07-12
* R600/SI: SI support for 64bit ConstantFPTom Stellard2013-07-12
* R600/SI: Add initial double precision support for SITom Stellard2013-07-12
* X86: Shrink certain forms of movsx.Benjamin Kramer2013-07-12
* X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...Stephen Lin2013-07-12
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-12
* [SystemZ] Optimize sign-extends of vector setccsRichard Sandiford2013-07-12
* [SystemZ] Fix parsing of inline asm registersRichard Sandiford2013-07-12
* [SystemZ] Improve spilling of LGDR and LDGRRichard Sandiford2013-07-12
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-12
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-11
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-11
* [SystemZ] Use zeroing form of RISBG for shift-and-AND sequencesRichard Sandiford2013-07-11
* [SystemZ] Use zeroing form of RISBG for some AND sequencesRichard Sandiford2013-07-11
* [SystemZ] Allow 8-bit operands to RISBGRichard Sandiford2013-07-11
* Replacing an empty switch with its moral equivalent. No functional changes i...Aaron Ballman2013-07-10
* Simplify code.Craig Topper2013-07-10
* R600/SI: Initial local memory supportMichel Danzer2013-07-10
* R600/SI: Add pattern for the AMDGPU.barrier.local intrinsicMichel Danzer2013-07-10
* R600/SI: Add intrinsic for retrieving the current thread IDMichel Danzer2013-07-10
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-10
* R600/SI: Add intrinsics for texture sampling with user derivativesMichel Danzer2013-07-10
* PPC: Add a better comment about the i64 FI fixupHal Finkel2013-07-10
* Reverting commit r185999 due to buildboot failure.Vladimir Medic2013-07-10
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-10