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
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[NVPTX] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
CodeGen: Refactor regallocator command line and target selection
Matt Arsenault
2019-03-19
1
-7
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NVPTX] Allow libcalls that are defined in the current module.
Justin Lebar
2018-12-26
1
-0
/
+8
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-7
/
+1
*
[NVPTX] Handle __nvvm_reflect("__CUDA_ARCH").
Artem Belevich
2018-08-03
1
-2
/
+3
*
[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
[next]