summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-29
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-29
* The asm printer has a mangler. Don't keep a second pointer to it.Rafael Espindola2013-10-29
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29
* AArch64: add 'a' inline asm operand modifierTim Northover2013-10-29
* ARM cost model: Unaligned vectorized double stores are expensiveArnold Schwaighofer2013-10-29
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-29
* [mips] Simplify LowerFormalArguments using getRegClassFor.Akira Hatanaka2013-10-28
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-28
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* [SystemZ] Set usaAA to trueRichard Sandiford2013-10-28
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-28
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-28
* Target/R600: Un-tab-ify.NAKAMURA Takumi2013-10-28
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-27
* NVPTX: Remove unused globals.Benjamin Kramer2013-10-27
* Hexagon: Remove global state.Benjamin Kramer2013-10-27
* AVX-512: PMIN/PMAX intrinsics and patternsElena Demikhovsky2013-10-27
* [X86][AVX512] Add patterns that match the AVX512 floating point register vbro...Quentin Colombet2013-10-25
* [X86][AVX512] Add patterns that match the AVX512 floating point vbroadcast in...Quentin Colombet2013-10-25
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-25
* ARM: don't expand atomicrmw inline on Cortex-M0Tim Northover2013-10-25
* Optimize concat_vectors(X, undef) -> scalar_to_vector(X).Nadav Rotem2013-10-25
* ARM: Tweak usage of '*vfp' compiler_rt functions.Jim Grosbach2013-10-24
* Remove class abstraction from ARM struct byval loweringDavid Peixotto2013-10-24
* ARM: Mark double-precision instructions as suchTim Northover2013-10-24
* ARM: add a couple more NEON predicates.Tim Northover2013-10-24
* ARM: mark various aliases with their architecture requirements.Tim Northover2013-10-24
* ARM: Use non-VFP softcalls on embedded Darwinish targetsTim Northover2013-10-24
* ARM: fix assert on unpredictable POP instruction.Tim Northover2013-10-24
* Make sure SP is always aligned on a 2 byte boundaryJob Noorman2013-10-24
* [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.Amara Emerson2013-10-24
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-24
* (this is a corrected patch)Yaron Keren2013-10-23
* Revert "Calling _chkstk is required on ELF as well as COFF on Windows. Withou...Rafael Espindola2013-10-23
* X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.Benjamin Kramer2013-10-23
* Calling _chkstk is required on ELF as well as COFF on Windows. Yaron Keren2013-10-23
* X86: Custom lower zext v16i8 to v16i16.Benjamin Kramer2013-10-23
* Fix PR17631Michael Liao2013-10-23
* X86: Make concat_vectors combine a bit more conservative.Jim Grosbach2013-10-23
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-23
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-23
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-23
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-23
* R600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)Tom Stellard2013-10-23
* R600/SI: fix MIMG writemask adjustementTom Stellard2013-10-23
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-23
* R600/SI: Add support for i64 bitwise orTom Stellard2013-10-23
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-23
* [X86][FastISel] Add a comment to help understanding changes made in r192636.Quentin Colombet2013-10-22