summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* R600: Move trivial getters into header, use initializer listMatt Arsenault2014-06-27
* [FastISel][X86] Fix typos.Juergen Ributzka2014-06-27
* R600: Don't crash on unhandled instruction in promote allocaMatt Arsenault2014-06-27
* Clean up unused variable warning in release build.Alexander Kornienko2014-06-27
* [PowerPC] Constrain base register in PPCRegisterInfo::resolveFrameIndexUlrich Weigand2014-06-27
* [x86] Clean up some unused variables, especially in release builds.Chandler Carruth2014-06-27
* [x86] Teach the target combine step to aggressively fold pshufd insturcions.Chandler Carruth2014-06-27
* [x86] Teach the target-specific combining how to aggressively foldChandler Carruth2014-06-27
* [x86] Teach the X86 backend to DAG-combine SSE2 shuffles that areChandler Carruth2014-06-27
* [x86] Begin a significant overhaul of how vector lowering is done in theChandler Carruth2014-06-27
* Remove the caching of the target machine from SystemZTargetLowering.Eric Christopher2014-06-27
* Remove target machine caching from SystemZInstrInfo andEric Christopher2014-06-27
* Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* Rename getX86ConditonCode -> getX86ConditionCodeCraig Topper2014-06-27
* Have MipsSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* Move NVPTX subtarget dependent variables from the target machineEric Christopher2014-06-27
* Use the target lowering we can get off of the DAG rather than offEric Christopher2014-06-27
* Fix missing newline and simplify debug printing.Matt Arsenault2014-06-27
* R600: Move load/store ReplaceNodeResults to common code.Matt Arsenault2014-06-27
* Move the constructor for NVPTXFrameLowering into the implementationEric Christopher2014-06-27
* Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.Eric Christopher2014-06-27
* 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