index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
NVPTX
/
NVPTXInstrInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NVPTX] Use approximate FP ops when unsafe-fp-math is used, and append
Justin Holewinski
2013-07-22
1
-15
/
+9
*
[NVPTX] Add support for native SIGN_EXTEND_INREG where available
Justin Holewinski
2013-07-01
1
-0
/
+26
*
[NVPTX] Select -1 instead of 1 when anyextend'ing i1 types
Justin Holewinski
2013-06-28
1
-3
/
+3
*
[NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flags
Justin Holewinski
2013-06-28
1
-1
/
+12
*
[NVPTX] Add support for cttz/ctlz/ctpop
Justin Holewinski
2013-06-28
1
-0
/
+58
*
[NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...
Justin Holewinski
2013-06-28
1
-665
/
+667
*
[NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...
Justin Holewinski
2013-06-28
1
-557
/
+52
*
[NVPTX] Add infrastructure for vector loads/stores of parameters
Justin Holewinski
2013-06-28
1
-0
/
+137
*
[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
Justin Holewinski
2013-05-21
1
-0
/
+3
*
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-12
1
-28
/
+68
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
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
/
+2837