summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-13
* [ARMv8] Emit the proper .fpu directive.Joey Gouly2013-09-13
* Test commit to verify that commit access works.Zoran Jovanovic2013-09-13
* [SystemZ] Use getTarget{Insert,Extract}Subreg rather than getMachineNodeRichard Sandiford2013-09-13
* [SystemZ] Try to fold shifts into TMxxRichard Sandiford2013-09-13
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-13
* Move operator to end of previous line to match coding standards.Craig Topper2013-09-13
* R600: Move clamp handling code to R600IselLowering.cppVincent Lejeune2013-09-12
* R600: Move code handling literal folding into R600ISelLowering.Vincent Lejeune2013-09-12
* R600: Move fabs/fneg/sel folding logic into PostProcessIselVincent Lejeune2013-09-12
* Remove an unused variable, fixing -Werror build with latest Clang.Chandler Carruth2013-09-12
* Fix PPC ABI for ByVal structs with vector membersHal Finkel2013-09-12
* Make the PPC fast-math sqrt expansion safe at 0Hal Finkel2013-09-12
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-12
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-12
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-12
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-12
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-12
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-12
* Greatly simplify the PPC A2 scheduling itineraryHal Finkel2013-09-11
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-11
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-11
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-11
* Move into an anonymous namespace and closer to where it's used.Bill Wendling2013-09-11
* [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-11
* [mips][msa] Separate the configuration of int/float vector types since they w...Daniel Sanders2013-09-11
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-11
* Rename variables for consistency.Eli Friedman2013-09-11
* Fix unused variables.Eli Friedman2013-09-10
* Remove unused functions.Eli Friedman2013-09-10
* ARM: Use the PICADD opcode calculated.Jim Grosbach2013-09-10
* Remove unused private member in ARMAsmPrinter.cpp.Logan Chien2013-09-10
* [SystemZ] Update README.Richard Sandiford2013-09-10
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-10
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-10
* Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...Vladimir Medic2013-09-10
* Remove obsolete code from MipsAsmParser.cpp.Vladimir Medic2013-09-10
* Revert r190366. It was breaking build bots.Bill Wendling2013-09-10
* Use a default value for the prologue's debug location.Bill Wendling2013-09-09
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* [mips] When double precision loads and stores are split into two i32 loads andAkira Hatanaka2013-09-09
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-09
* A better way to silence the warning in MSVC (replaces r190304).Aaron Ballman2013-09-09
* Silencing a warning about control flow reaching the end of a non-void function.Aaron Ballman2013-09-09
* XCore handling of thread local loweringRobert Lytton2013-09-09