summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [NVPTX] do not run DCE after SLSR and SeparateConstOffsetFromGEPJingyue Wu2015-04-211-10/+4
* Simplify the query for a subtarget in the NVPTX pass manager.Eric Christopher2015-03-211-2/+1
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-3/+4
* NVPTX: move NVPTXAllocaHoisting into the cpp fileBenjamin Kramer2015-03-101-0/+2
* Remove all use of is64bit off of NVPTXSubtarget and clean up codeEric Christopher2015-02-191-1/+1
* Migrate the NVPTX backend asm printer to a per function subtarget.Eric Christopher2015-02-191-3/+6
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Add straight-line strength reduction to LLVMJingyue Wu2015-02-031-0/+1
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-2/+3
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-2/+3
* [PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth2015-01-311-4/+0
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-0/+12
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-6/+3
* This reverts commit r224043 and r224042.Rafael Espindola2014-12-111-3/+6
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-6/+3
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+2
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+2
* [NVPTX] Add an NVPTX-specific TargetTransformInfoJingyue Wu2014-11-101-0/+8
* [NVPTX] Add NVPTXLowerStructArgs passJustin Holewinski2014-11-051-0/+2
* [NVPTX] Directly control the Machine SSA passes that are invoked for NVPTX.Justin Holewinski2014-06-271-0/+41
* Move NVPTX subtarget dependent variables from the target machineEric Christopher2014-06-271-14/+1
* Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.Eric Christopher2014-06-271-1/+1
* Remove caching of the target machine in NVPTXInstrInfo andEric Christopher2014-06-271-1/+1
* Remove comment that duplicated information in the constructorEric Christopher2014-06-271-6/+6
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-061-1/+1
* Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky2014-05-011-4/+17
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-8/+8
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-211-1/+0
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-091-0/+8
* Optimize away unnecessary address casts.Eli Bendersky2014-04-031-0/+9
* Fix for PR19099 - NVPTX produces invalid symbol names.Eli Bendersky2014-03-311-0/+3
* Removes the NVPTXSplitBBatBar pass.Eli Bendersky2014-03-241-2/+0
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-161-2/+2
* Don't duplicate the DataLayout defaults for integer, floats and vectors.Rafael Espindola2013-12-161-3/+1
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-161-3/+1
* Refactor NVPTX's computeDataLayout.Rafael Espindola2013-12-141-4/+9
* Turn NVPTXSubtarget::getDataLayout into a static function.Rafael Espindola2013-12-141-1/+11
* [NVPTX] Blacklist TailDuplicate passJustin Holewinski2013-11-111-0/+1
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-3/+0
* [NVPTX] Switch from StrongPHIElimination to PHIElimination in NVPTXTargetMach...Justin Holewinski2013-10-111-2/+22
* NVPTX: Don't even create a regalloc if we're not going to use it.Benjamin Kramer2013-05-311-2/+7
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-311-0/+27
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-231-2/+2
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-201-0/+8
* Remove the MachineMove class.Rafael Espindola2013-05-131-1/+3
OpenPOWER on IntegriCloud