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
/
NVPTX.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LegacyPassManager] Deprecate the BasicBlockPass/Manager.
Alina Sbirlea
2019-09-30
1
-1
/
+1
*
Include what you use in NVPTX.h
Dmitri Gribenko
2019-06-03
1
-7
/
+2
*
Include what you use in NVPTX.h
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
[NVPTX] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-3
/
+0
*
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
/
+1
*
[NVPTX] Handle __nvvm_reflect("__CUDA_ARCH").
Artem Belevich
2018-08-03
1
-1
/
+1
*
NVPTX: Move InferAddressSpaces to generic code
Matt Arsenault
2017-01-31
1
-1
/
+0
*
[NVPTX] Let there be One True Way to set NVVMReflect params.
Justin Lebar
2017-01-15
1
-1
/
+0
*
[NVPTX] Added support for half-precision floating point.
Artem Belevich
2017-01-13
1
-1
/
+2
*
[NVPTX] Remove NVPTXFavorNonGenericAddrSpaces pass.
Justin Lebar
2016-10-31
1
-1
/
+0
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+2
*
[NVPTX] Renamed NVPTXLowerKernelArgs -> NVPTXLowerArgs. NFC.
Artem Belevich
2016-07-20
1
-1
/
+1
*
[NVPTX] Added NVVMIntrRange pass
Artem Belevich
2016-05-26
1
-0
/
+1
*
[NVPTX] Make NVVMReflect a function pass.
Justin Lebar
2016-03-30
1
-2
/
+2
*
[NVPTX] Avoid temporary std::string and make single-use function local to the...
Benjamin Kramer
2016-03-30
1
-2
/
+0
*
[NVPTX] Adds a new address space inference pass.
Jingyue Wu
2016-03-20
1
-0
/
+1
*
[NVPTX] Remove dead code.
Benjamin Kramer
2015-10-15
1
-18
/
+0
*
Add NVPTXPeephole pass to reduce unnecessary address cast
Jingyue Wu
2015-06-24
1
-0
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-5
/
+5
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-5
/
+5
*
Add NVPTXLowerAlloca pass to convert alloca'ed memory to local address
Jingyue Wu
2015-06-17
1
-0
/
+1
*
[NVPTX] roll forward r239082
Jingyue Wu
2015-06-04
1
-1
/
+1
*
Revert r239082
Jingyue Wu
2015-06-04
1
-1
/
+1
*
[NVPTX] kernel pointer arguments point to the global address space
Jingyue Wu
2015-06-04
1
-1
/
+1
*
[PM] Remove a bunch of stale TTI creation method declarations. I nuked
Chandler Carruth
2015-02-01
1
-1
/
+0
*
Test commit.
Jacques Pienaar
2014-12-03
1
-2
/
+2
*
[NVPTX] Add an NVPTX-specific TargetTransformInfo
Jingyue Wu
2014-11-10
1
-0
/
+1
*
[NVPTX] Add NVPTXLowerStructArgs pass
Justin Holewinski
2014-11-05
1
-0
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[NVPTX] Add preliminary intrinsics and codegen support for textures/surfaces
Justin Holewinski
2014-04-09
1
-0
/
+2
*
Optimize away unnecessary address casts.
Eli Bendersky
2014-04-03
1
-0
/
+1
*
Fix for PR19099 - NVPTX produces invalid symbol names.
Eli Bendersky
2014-03-31
1
-0
/
+1
*
[NVPTX] Remove unused prototypes
Justin Holewinski
2013-07-22
1
-3
/
+0
*
[NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...
Justin Holewinski
2013-06-28
1
-0
/
+47
*
[NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
2013-06-21
1
-2
/
+1
*
[NVPTX] Re-enable support for virtual registers in the final output
Justin Holewinski
2013-05-31
1
-0
/
+2
*
[NVPTX] Add programmatic interface to NVVMReflect pass
Justin Holewinski
2013-05-20
1
-0
/
+3
*
[NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputs
Justin Holewinski
2013-05-20
1
-0
/
+1
*
[NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
2013-03-30
1
-11
/
+16
*
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-12
1
-1
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix header file include order in NVPTX backend NV_CONTRIB
Yuan Lin
2012-06-05
1
-2
/
+2
*
Fix a Clang warning in the new NVPTX backend:
Chandler Carruth
2012-05-04
1
-1
/
+1
*
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
1
-0
/
+137