aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus debug statement. Sheesh.Bill Schmidt2013-08-301-4/+2
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-303-7/+776
* ARM: Improve pattern for isel mul of vector by scalar.Jim Grosbach2013-08-291-0/+11
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-296-13/+10
* AVX-512: added extend and truncate instructions.Elena Demikhovsky2013-08-294-29/+245
* Add useAA() to TargetSubtargetInfoHal Finkel2013-08-291-0/+4
* The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-291-1/+6
* [ARMv8]Joey Gouly2013-08-282-14/+20
* ARM: Use "dmb sy" for barriers on M-class CPUsTim Northover2013-08-281-1/+4
* [ARMv8] Add a missing IsThumb to t2LDAEXD.Joey Gouly2013-08-281-1/+1
* ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.Tim Northover2013-08-281-8/+6
* ARM: add patterns for vqdmlal with separate vqdmull and vqaddsTim Northover2013-08-281-0/+38
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-286-2/+225
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-288-21/+182
* AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP14, VPABSElena Demikhovsky2013-08-282-23/+466
* [mips][msa] Added move.vDaniel Sanders2013-08-282-0/+28
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-08-285-10/+76
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-287-0/+106
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-281-14/+327
* [SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford2013-08-282-26/+92
* Fix use of uninitialized value added in r189400 (found by MemorySanitizer)Alexey Samsonov2013-08-281-4/+3
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-1/+0
* X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64.NAKAMURA Takumi2013-08-281-1/+1
* X86Subtarget.h: Recognize x86_64-cygwin.NAKAMURA Takumi2013-08-281-4/+1
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-285-49/+143
* [mips] Clean up definitions of move word from/to coprocessor instructions.Akira Hatanaka2013-08-282-46/+20
* [mips] Set isAllocatable and CoveredBySubRegs.Akira Hatanaka2013-08-281-1/+3
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-271-40/+70
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-272-3/+31
* Changed commentJack Carter2013-08-271-1/+1
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-275-27/+218
* AVX-512: added conversion instructions.Elena Demikhovsky2013-08-272-19/+214
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-272-2/+7
* ARM: add natural patterns for vaddhl and vsubhl.Tim Northover2013-08-271-0/+14
* [mips][msa] Added spill/reload supportDaniel Sanders2013-08-271-0/+16
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-278-81/+239
* [mips][msa] Added bitconverts for vector types for big and little-endianDaniel Sanders2013-08-272-2/+151
* AVX-512: Added FMA instructions.Elena Demikhovsky2013-08-272-1/+198
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-277-211/+211
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-277-211/+211
* ARM: Constrain regclass for TSTri instruction.Jim Grosbach2013-08-261-0/+2
* Dummy code to silence warning from 4189266Bill Schmidt2013-08-262-0/+11
* ARM: FastISel verifier error cleanup.Jim Grosbach2013-08-261-0/+7
* ARM: Fix ELF global base reg intialization.Jim Grosbach2013-08-261-3/+8
* [PowerPC] More fast-isel chunks (returns and integer extends)Bill Schmidt2013-08-263-3/+255
* R600: Add support for vector local memory loadsTom Stellard2013-08-264-0/+50
* R600: Add support for i8 and i16 local memory loadsTom Stellard2013-08-264-16/+59
* R600: Add support for i8 and i16 local memory storesTom Stellard2013-08-268-15/+60
* R600: Add support for v4i32 and v2i32 local storesTom Stellard2013-08-263-59/+107
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-264-7/+12