summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Run NVVMReflect at the beginning of IR passes.Justin Lebar2016-04-271-0/+9
* [NVPTX] Fix some usages of CodeGenOpt::None.Jingyue Wu2016-04-261-5/+9
* Disable the PatchableFunction pass for NVPTX & WasmSanjoy Das2016-04-191-0/+1
* Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff2016-03-281-0/+4
* [NVPTX] Adds a new address space inference pass.Jingyue Wu2016-03-201-8/+19
* [PM] Port GVN to the new pass manager, wire it up, and teach a couple ofChandler Carruth2016-03-111-0/+1
* [NVPTX] Disable performance optimizations when OptLevel==NoneJingyue Wu2016-02-041-21/+36
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-161-1/+1
* [NVPTX] Added run NVVMReflect pass to NVPTX back-end.Artem Belevich2015-09-081-0/+1
* Roll forward r242871Jingyue Wu2015-07-291-1/+0
* Temporarily revert r242871Jingyue Wu2015-07-291-0/+1
* [NVPTX] run LSR before straight-line optimizationsJingyue Wu2015-07-231-5/+32
* [BranchFolding] do not iterate the aliases of virtual registersJingyue Wu2015-07-221-1/+0
* [NVPTX] enable SpeculativeExecution in NVPTXJingyue Wu2015-07-161-0/+1
* Correct lowering of memmove in NVPTXEli Bendersky2015-07-161-8/+10
* Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini2015-07-091-2/+3
* [NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPassJingyue Wu2015-07-011-2/+4
* Add NVPTXPeephole pass to reduce unnecessary address castJingyue Wu2015-06-241-0/+2
* Add NVPTXLowerAlloca pass to convert alloca'ed memory to local addressJingyue Wu2015-06-171-4/+5
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-11/+13
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* [NVPTX] run SROA after NVPTXFavorNonGenericAddrSpacesJingyue Wu2015-06-091-0/+5
* [NVPTX] roll forward r239082Jingyue Wu2015-06-041-2/+3
* Revert r239082Jingyue Wu2015-06-041-3/+2
* [NVPTX] kernel pointer arguments point to the global address spaceJingyue Wu2015-06-041-2/+3
* [NaryReassociate] Run EarlyCSE after NaryReassociateJingyue Wu2015-05-281-0/+3
* Resurrect r235688Jingyue Wu2015-04-241-0/+2
* Revert r235688Jingyue Wu2015-04-241-2/+0
* [NVPTX] enable NaryReassociate in NVPTXJingyue Wu2015-04-241-0/+2
* [NVPTX] run SeparateConstOffsetFromGEP before SLSRJingyue Wu2015-04-231-4/+6
* [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
OpenPOWER on IntegriCloud