index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
NVPTX
/
NVPTXTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NVPTX] Added a feature to use short pointers for const/local/shared AS.
Artem Belevich
2018-05-09
1
-4
/
+14
*
[CodeGen]Add NoVRegs property on PostRASink and ShrinkWrap
Jun Bum Lim
2018-04-03
1
-0
/
+2
*
[NVPTX] Enable StructuredCFG for NVPTX
Tim Shen
2018-03-30
1
-0
/
+10
*
Split MachineLICM into EarlyMachineLICM and MachineLICM; NFC
Matthias Braun
2018-01-19
1
-2
/
+2
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-4
/
+3
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-3
/
+4
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-4
/
+3
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-2
/
+2
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-2
/
+2
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-8
/
+13
*
[NVPTX] Add lowering of i128 params.
Artem Belevich
2017-07-20
1
-1
/
+1
*
Reverting r307326 because it breaks clang tests.
Michael Kuperstein
2017-07-06
1
-1
/
+1
*
[NVPTX] Add lowering of i128 params.
Michael Kuperstein
2017-07-06
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
NVPTX: Move InferAddressSpaces to generic code
Matt Arsenault
2017-01-31
1
-3
/
+1
*
Replace addEarlyAsPossiblePasses callback with adjustPassManager
Stanislav Mekhanoshin
2017-01-26
1
-3
/
+8
*
[NVPTX] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2017-01-09
1
-23
/
+14
*
[NVPTX] Remove NVPTXFavorNonGenericAddrSpaces pass.
Justin Lebar
2016-10-31
1
-16
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+2
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-24
1
-1
/
+0
*
Revert r279564. It introduces undefined behavior (binding a reference to a
Richard Smith
2016-08-23
1
-0
/
+1
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-1
/
+0
*
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...
Matthias Braun
2016-08-23
1
-0
/
+1
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-1
/
+0
*
[NVPTX] Switch nvptx-use-infer-addrspace to true.
Justin Lebar
2016-08-19
1
-1
/
+1
*
[NVPTX] Enable the load-store vectorizer on nvptx.
Justin Lebar
2016-07-20
1
-0
/
+10
*
[NVPTX] Renamed NVPTXLowerKernelArgs -> NVPTXLowerArgs. NFC.
Artem Belevich
2016-07-20
1
-5
/
+5
*
[NVPTX] Added NVVMIntrRange pass
Artem Belevich
2016-05-26
1
-0
/
+3
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-6
/
+12
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
[NVPTX] Run NVVMReflect at the beginning of IR passes.
Justin Lebar
2016-04-27
1
-0
/
+9
*
[NVPTX] Fix some usages of CodeGenOpt::None.
Jingyue Wu
2016-04-26
1
-5
/
+9
*
Disable the PatchableFunction pass for NVPTX & Wasm
Sanjoy Das
2016-04-19
1
-0
/
+1
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+4
*
[NVPTX] Adds a new address space inference pass.
Jingyue Wu
2016-03-20
1
-8
/
+19
*
[PM] Port GVN to the new pass manager, wire it up, and teach a couple of
Chandler Carruth
2016-03-11
1
-0
/
+1
*
[NVPTX] Disable performance optimizations when OptLevel==None
Jingyue Wu
2016-02-04
1
-21
/
+36
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-1
/
+1
*
[NVPTX] Added run NVVMReflect pass to NVPTX back-end.
Artem Belevich
2015-09-08
1
-0
/
+1
*
Roll forward r242871
Jingyue Wu
2015-07-29
1
-1
/
+0
*
Temporarily revert r242871
Jingyue Wu
2015-07-29
1
-0
/
+1
*
[NVPTX] run LSR before straight-line optimizations
Jingyue Wu
2015-07-23
1
-5
/
+32
*
[BranchFolding] do not iterate the aliases of virtual registers
Jingyue Wu
2015-07-22
1
-1
/
+0
*
[NVPTX] enable SpeculativeExecution in NVPTX
Jingyue Wu
2015-07-16
1
-0
/
+1
*
Correct lowering of memmove in NVPTX
Eli Bendersky
2015-07-16
1
-8
/
+10
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
1
-2
/
+3
*
[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
Jingyue Wu
2015-07-01
1
-2
/
+4
*
Add NVPTXPeephole pass to reduce unnecessary address cast
Jingyue Wu
2015-06-24
1
-0
/
+2
*
Add NVPTXLowerAlloca pass to convert alloca'ed memory to local address
Jingyue Wu
2015-06-17
1
-4
/
+5
[next]