summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
...
* Rework the logic for setting the TargetName. This appears toEric Christopher2014-06-27
* Remove caching of the target machine in NVPTXInstrInfo andEric Christopher2014-06-27
* Remove comment that duplicated information in the constructorEric Christopher2014-06-27
* Remove commented out code.Eric Christopher2014-06-27
* Remove extraneous parens and extraneous const cast (and fix theEric Christopher2014-06-27
* Move the subtarget dependent features from the target machine toEric Christopher2014-06-27
* Remove uses and caches of the target machine and subtarget fromEric Christopher2014-06-27
* Remove caching of an unused subtarget from MSP430FrameLowering.Eric Christopher2014-06-27
* [X86] AVX512: Add vbroadcasti*Adam Nemet2014-06-27
* Remove unnecessary caching of variables by MSP430TargetLowering andEric Christopher2014-06-27
* Have MSP430SelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* Move all of the hexagon subtarget dependent variables from the targetEric Christopher2014-06-27
* Have HexagonSelectionDAGInfo take a DataLayout rather than aEric Christopher2014-06-27
* Make HexagonISelLowering not dependent upon a HexagonTargetMachine,Eric Christopher2014-06-27
* Reduce indentation.Eric Christopher2014-06-27
* Remove unnecessary caching of the subtarget for HexagonFrameLowering and remo...Eric Christopher2014-06-27
* InstrItineraryData is already on the subtarget, no reason toEric Christopher2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Move the various Subtarget dependent members down to the subtargetEric Christopher2014-06-26
* Have SparcSelectionDAGInfo take a DataLayout to initialize sinceEric Christopher2014-06-26
* Remove the storage and use of the subtarget out of the sparc frameEric Christopher2014-06-26
* Remove extraneous includes from the target machines.Eric Christopher2014-06-26
* Move all of the ARM subtarget features down onto the subtargetEric Christopher2014-06-26
* Move the frame lowering constructors out of line to avoid circularEric Christopher2014-06-26
* R600/SI: Add FP mode bits to binary.Matt Arsenault2014-06-26
* Silencing a warning about isZExtFree hiding an inherited virtual function. No...Aaron Ballman2014-06-26
* Silence a warning due to a comparison between signed and unsigned.Andrea Di Biagio2014-06-26
* add ppc64/pwr8 as targetWill Schmidt2014-06-26
* Added parsing co-processor names starting with "cr"Renato Golin2014-06-26
* [X86] Improve the selection of SSE3/AVX addsub instructions. Andrea Di Biagio2014-06-26
* R600: Fix vector FMAMatt Arsenault2014-06-26
* [X86] AVX512: Fix asm syntax for packed vcmpAdam Nemet2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [FastISel][X86] More refactoring of select lowering and XALU folding. NFC.Juergen Ributzka2014-06-25
* [FastISel][X86] Refactor XALU folding. NFC.Juergen Ributzka2014-06-25
* [FastISel][X86] Only fold the cmp into the select when both instructions are ...Juergen Ributzka2014-06-25
* [X86] Always prefer to lower a VECTOR_SHUFFLE into a BLENDI instead of SHUFP ...Andrea Di Biagio2014-06-25
* Fix indentation.Juergen Ributzka2014-06-25
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* [x86] Add intrinsics for the pshufd, pshuflw, and pshufhw instructions.Chandler Carruth2014-06-25
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Reformat.NAKAMURA Takumi2014-06-25
* [X86] Add target combine rule to select ADDSUB instructions from a build_vectorAndrea Di Biagio2014-06-25
* [FastISel][X86] Fold XALU condition into branch and compare.Juergen Ributzka2014-06-24
* R600/SI: Use a ComplexPattern for MUBUF storesTom Stellard2014-06-24
* R600: Promote i64 stores to v2i32Tom Stellard2014-06-24
* Print a=b as an assignment.Rafael Espindola2014-06-24
* R600: Fix inconsistency in rsq instructions.Matt Arsenault2014-06-24
* [PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)Bill Schmidt2014-06-24