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