index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
NVPTX
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-02
[NVPTX] Fix sign/zero-extending ldg/ldu instruction selection
Justin Holewinski
1
-0
/
+34
2016-04-15
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
1
-4
/
+3
2016-04-15
Move divergent-target test into CodeGen/NVPTX because it requires an NVPTX ta...
Justin Lebar
1
-0
/
+24
2016-04-05
[NVPTX] Handle ldg created from sign-/zero-extended load
Justin Holewinski
1
-0
/
+57
2016-04-01
[NVPTX] Read __CUDA_FTZ from module flags in NVVMReflect.
Justin Lebar
1
-0
/
+13
2016-04-01
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
1
-1
/
+1
2016-03-20
[NVPTX] Adds a new address space inference pass.
Jingyue Wu
1
-10
/
+69
2016-03-01
[NVPTX] Use different, convergent MIs for convergent calls.
Justin Lebar
1
-0
/
+27
2016-02-22
Don't tail-duplicate blocks that contain convergent instructions.
Justin Lebar
1
-0
/
+45
2016-02-17
[NVPTX] Test that MachineSink won't sink across llvm.cuda.syncthreads.
Justin Lebar
1
-0
/
+23
2016-02-17
[NVPTX] Annotate call machine instructions as calls.
Justin Lebar
1
-0
/
+23
2016-02-11
llvm/test/CodeGen/NVPTX/debug-file-loc.ll: Tweak expressions for dos path.
NAKAMURA Takumi
1
-2
/
+2
2016-02-11
[NVPTX] emit .file directives for files referenced by subprograms.
Artem Belevich
1
-0
/
+44
2016-02-04
[NVPTX] Disable performance optimizations when OptLevel==None
Jingyue Wu
1
-0
/
+12
2016-01-30
[CUDA] Die if we ask the NVPTX backend to emit a global ctor/dtor.
Justin Lebar
3
-0
/
+23
2016-01-23
[CUDA] Die gracefully when trying to output an LLVM alias.
Justin Lebar
1
-0
/
+7
2016-01-22
[NVPTX] expand mul_lohi to mul_lo and mul_hi
Jingyue Wu
1
-0
/
+24
2016-01-15
[NVPTX] Do not emit .hidden or .protected directives as they are not allowed ...
Artem Belevich
1
-0
/
+16
2015-11-22
Have a single way for creating unique value names.
Rafael Espindola
1
-2
/
+2
2015-11-19
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
1
-8
/
+8
2015-11-18
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
1
-8
/
+8
2015-08-26
[NVPTX] Let NVPTX backend detect integer min and max patterns.
Bjarke Hammersholt Roune
1
-0
/
+307
2015-08-22
[NVPTX] Allow undef value as global initializer
Jingyue Wu
1
-0
/
+12
2015-08-11
Use 32-bit divides instead of 64-bit divides where possible.
Mark Heffernan
1
-0
/
+80
2015-08-11
SelectionDAG: Prefer to combine multiplication with less uses for fma
Jingyue Wu
1
-0
/
+13
2015-08-10
Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI
Jonathan Roelofs
1
-1
/
+1
2015-08-05
[NVPTX] Use LDG for pointer induction variables.
Bjarke Hammersholt Roune
1
-1
/
+55
2015-08-01
[NVPTX] allow register copy between float and int
Jingyue Wu
1
-0
/
+224
2015-07-31
[NVPTX] convert pointers in byval kernel arguments to global
Jingyue Wu
1
-2
/
+18
2015-07-29
Roll forward r242871
Jingyue Wu
1
-0
/
+40
2015-07-29
Temporarily revert r242871
Jingyue Wu
1
-24
/
+0
2015-07-22
[BranchFolding] do not iterate the aliases of virtual registers
Jingyue Wu
1
-0
/
+24
2015-07-20
[NVPTX] make load on global readonly memory to use ldg
Jingyue Wu
1
-0
/
+210
2015-07-17
Use inbounds GEPs for memcpy and memset lowering
Eli Bendersky
1
-5
/
+5
2015-07-16
Correct lowering of memmove in NVPTX
Eli Bendersky
1
-22
/
+96
2015-07-10
Actually support volatile memcpys in NVPTX lowering
Eli Bendersky
1
-0
/
+13
2015-07-10
[NVPTX] declare no vector registers
Jingyue Wu
1
-0
/
+39
2015-07-08
Add tests for the NVPTXLowerAggrCopies pass.
Eli Bendersky
1
-0
/
+34
2015-07-01
[NVPTX] expand extload/truncstore for vectors of floats
Jingyue Wu
1
-0
/
+15
2015-07-01
[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
Jingyue Wu
1
-0
/
+6
2015-06-30
[NVPTX] Fix issue introduced in D10321
Jingyue Wu
1
-0
/
+18
2015-06-30
Force relocation mode to be default, regardless of what is passed to the back...
Samuel Antao
1
-0
/
+15
2015-06-26
[NVPTX] noop when kernel pointers are already global
Jingyue Wu
1
-1
/
+12
2015-06-24
Add NVPTXPeephole pass to reduce unnecessary address cast
Jingyue Wu
2
-6
/
+45
2015-06-23
[NVPTX] Added missing test case for llvm.nvvm.sqrt.f NVPTX intrinsic
Artem Belevich
1
-0
/
+2
2015-06-17
Add NVPTXLowerAlloca pass to convert alloca'ed memory to local address
Jingyue Wu
2
-2
/
+24
2015-06-16
Reapply 239795 - [InstCombine] Propagate non-null facts to call parameters
Philip Reames
1
-1
/
+1
2015-06-16
Revert 239795
Philip Reames
1
-1
/
+1
2015-06-16
[InstCombine] Propagate non-null facts to call parameters
Philip Reames
1
-1
/
+1
2015-06-09
[NVPTX] fix a crash bug in NVPTXFavorNonGenericAddrSpaces
Jingyue Wu
1
-0
/
+22
[next]