summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Fix a bug related to constant islands for Mips16 and mips16/32 dual mode.Reed Kotler2013-11-26
* Fix PR18054Michael Liao2013-11-26
* Darwin-ARM: use movw/movt for static relocationsTim Northover2013-11-26
* [SystemZ] Fix incorrect use of RISBG for a zero-extended right shiftRichard Sandiford2013-11-26
* Refactored the implementation of AArch64 NEON instruction ZIP, UZPKevin Qin2013-11-26
* [AArch64]Implement 128 bit register copy with NEON.Kevin Qin2013-11-26
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* whitespaceAndrew Trick2013-11-26
* Add an intrinsic for the SSE2 PAUSE instruction.Cameron McInally2013-11-26
* Do the string comparison in the constructor instead of once per nop.Rafael Espindola2013-11-25
* Don't use nopl in cpus that don't support it.Rafael Espindola2013-11-25
* Fix indentation typoTim Northover2013-11-25
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* ARM: remove unused patterns.Tim Northover2013-11-25
* [ARM] Enable FeatureMP for Cortex-A5 by default.Amara Emerson2013-11-25
* X86: enable AVX2 under Haswell native compilationTim Northover2013-11-25
* Fixed a bug about disassembling AArch64 post-index load/store single element ...Hao Liu2013-11-25
* SparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable]NAKAMURA Takumi2013-11-25
* [Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of se...Venkatraman Govindaraju2013-11-24
* [Sparc]: Implement LEA pattern for sparcv9.Venkatraman Govindaraju2013-11-24
* [SparcV9]: Do not emit .register directives for global registers that are clo...Venkatraman Govindaraju2013-11-24
* [SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC in sparc64.Venkatraman Govindaraju2013-11-24
* Make sure that for C++ emitting LwConstant32 pseudos, that it correspondsReed Kotler2013-11-24
* Fix a funny bug I introduced during conversion of ARM constant islands to Mips.Reed Kotler2013-11-24
* R600/SI: Fixing handling of condition codesTom Stellard2013-11-22
* X86: Perform integer comparisons at i32 or larger.Jim Grosbach2013-11-22
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* Fix PR18014Michael Liao2013-11-22
* [SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford2013-11-22
* Don't produce tail calls when the caller is x86_thiscallcc.Rafael Espindola2013-11-22
* Fix typo in a comment added in r195455.Daniel Sanders2013-11-22
* [mips][msa] Fix corner case for integer constant splats with undef values.Daniel Sanders2013-11-22
* Add support for Cortex-A12.Richard Barton2013-11-22
* [mips][msa] Float vector constants cannot use ldi.[wd] directly. Bitcast from...Daniel Sanders2013-11-22
* Revert r195318 as it causes miscompilation (PR18029)Kostya Serebryany2013-11-22
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-22
* Fix the bugs about AArch64 Load/Store vector types and bitcast between i64 an...Hao Liu2013-11-22
* Revert last change by haoliu because of buildbot failure.Hao Liu2013-11-22
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-22
* For AArch64 back-end instruction selection, lower Neon_Lowxxx with EXTRCT_SUB...Jiangning Liu2013-11-22
* Fix a typo where we were creating <def,kill> operands instead ofLang Hames2013-11-22
* R600: Implement TargetInstrInfo::isLegalToSplitMBBAt()Tom Stellard2013-11-22
* SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency ...Ekaterina Romanova2013-11-21
* [mips][msa] Fix a corner case in performORCombine() when combining nodes into...Daniel Sanders2013-11-21
* [ARM] add basic Cortex-A7 support to LLVM backendArtyom Skrobov2013-11-21
* [mips][msa/dsp] Only do DSP combines if DSP is enabled.Daniel Sanders2013-11-21
* Whitespace.NAKAMURA Takumi2013-11-21
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* Implemented Neon scalar vdup_lane intrinsics.Ana Pazos2013-11-21
* Implemented Neon scalar by element intrinsics.Ana Pazos2013-11-21