summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-08
* Remove dead code.Rafael Espindola2014-02-07
* Remove -arm-disable-ehabi optionRenato Golin2014-02-07
* [mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.Sasa Stankovic2014-02-07
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* [Sparc] Add support for parsing synthetic instruction 'mov'. Venkatraman Govindaraju2014-02-07
* [Sparc] Emit correct encoding for atomic instructions. Also, add support for ...Venkatraman Govindaraju2014-02-07
* [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...Venkatraman Govindaraju2014-02-07
* [Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju2014-02-07
* [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.Venkatraman Govindaraju2014-02-07
* X86: Resolve a long standing FIXME and properly isel pextr[bw].Jim Grosbach2014-02-07
* Revert r200095 and r200152. It turns out when compiling with -arch armv7 -mcp...Evan Cheng2014-02-06
* R600/SI: Add a MUBUF store pattern for Reg+Imm offsetsTom Stellard2014-02-06
* R600/SI: Add a MUBUF store pattern for Imm offsetsTom Stellard2014-02-06
* R600/SI: Add a MUBUF load pattern for Reg+Imm offsetsTom Stellard2014-02-06
* R600/SI: Use immediates offsets for SMRD instructions whenever possibleTom Stellard2014-02-06
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* X86: add costs for 64-bit vector ext/trunc & rebalanceTim Northover2014-02-06
* X86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodesTim Northover2014-02-06
* Update the X86 assembler for .intel_syntax to acceptKevin Enderby2014-02-06
* don't set HasReliableSymbolDifference for ELF.Rafael Espindola2014-02-06
* doesSectionRequireSymbols is meaningless on ELF, remove.Rafael Espindola2014-02-06
* Just returning false is the default.Rafael Espindola2014-02-06
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-05
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* [mips] Add NaCl target and forbid indexed loads and stores for itPetar Jovanovic2014-02-05
* AVX-512: optimized icmp -> sext -> icmp patternElena Demikhovsky2014-02-05
* ARM: Resolve thumb_bl fixup in same MCFragment.Logan Chien2014-02-05
* AVX-512: fixed a bug in EVEX encoding (the bug appeared after r200624)Elena Demikhovsky2014-02-05
* R600/SI: Add pattern for zero-extending i1 to i32Michel Danzer2014-02-05
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-05
* Move matching for x86 BMI BLSI/BLSMSK/BLSR instructions to isel patterns inst...Craig Topper2014-02-05
* AVX-512: Added intrinsic for cvtph2ps.Elena Demikhovsky2014-02-05
* SimplifyLibCalls: Push TLI through the exp2->ldexp transform.Benjamin Kramer2014-02-04
* [X86] Only 213 FMA3 variants should be marked commutable.Lang Hames2014-02-04
* cleanup: scc_iterator consumers should use isAtEndDuncan P. N. Exon Smith2014-02-04
* [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressionsPetar Jovanovic2014-02-04
* Every target uses .align. Simplify.Rafael Espindola2014-02-04
* Use the default values.Rafael Espindola2014-02-04
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-04
* R600/SI: Expand i1 BR_CCTom Stellard2014-02-04
* R600/SI: Don't assume copies will be coalesced in SIFixSGPRCopiesTom Stellard2014-02-04
* R600/SI: Custom lower i64 ISD::SELECTTom Stellard2014-02-04
* R600: Enable vector fpow.Tom Stellard2014-02-04
* OS X: the correct function is __sincospif_stret, not __sincospi_stretfTim Northover2014-02-04
* ARM & AArch64: merge NEON absolute compare intrinsicsTim Northover2014-02-04
* ARM: fix fast-isel assertion failureTim Northover2014-02-04
* R600/SI: Fix fneg for 0.0Michel Danzer2014-02-04