index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PTX
Age
Commit message (
Expand
)
Author
2011-06-24
PTX: Add preliminary support for outputting debug information in the form of
Justin Holewinski
2011-06-24
PTX: Re-work target sm/compute selection and add some basic GPU
Justin Holewinski
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-23
PTX: Always use registers for return values, but use .param space for device
Justin Holewinski
2011-06-23
PTX: Whitespace fixes and remove commented out code
Justin Holewinski
2011-06-23
PTX: Prevent DCE from eliminating st.param calls, and unify the handling of
Justin Holewinski
2011-06-23
PTX: Use .param space for parameters in device functions for SM >= 2.0
Justin Holewinski
2011-06-22
PTX: Fix FrameIndex mapping bug
Justin Holewinski
2011-06-22
Test Commit.
Dan Bailey
2011-06-22
PTX: Add signed integer comparisons
Justin Holewinski
2011-06-22
PTX: Add .address_size directive if PTX version >= 2.3
Justin Holewinski
2011-06-20
PTX: Fix conversion between predicates and value types
Justin Holewinski
2011-06-20
PTX: Fix if-then-else formatting and add missing asserts
Justin Holewinski
2011-06-20
PTX: Add basic register spilling code
Justin Holewinski
2011-06-19
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-17
Use the verbose asm flag instead of a new flag for decoding the LSDA.
Bill Wendling
2011-06-17
Add an option that allows one to "decode" the LSDA.
Bill Wendling
2011-06-17
PTX: Adjust rounding modes
Justin Holewinski
2011-06-16
PTX: Finish new calling convention implementation
Justin Holewinski
2011-06-16
PTX: Rename register classes for readability and combine int and fp registers
Justin Holewinski
2011-06-16
PTX: Fix whitespace errors
Justin Holewinski
2011-06-15
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-05-30
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-18
PTX: add flag to disable mad/fma selection
Justin Holewinski
2011-05-10
PTX: add PTX 2.3 setting in PTX sub-target.
Justin Holewinski
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
PTX: add PTX 2.3 language target
Justin Holewinski
2011-05-01
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-04-30
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-28
PTX: support for select_cc and fixes for setcc
Justin Holewinski
2011-04-28
PTX: support for select
Justin Holewinski
2011-04-28
PTX: mov fix and rounding correction for cvt
Justin Holewinski
2011-04-28
PTX: support for fneg
Justin Holewinski
2011-04-28
PTX: support for zext loads and trunc stores
Justin Holewinski
2011-04-28
PTX: support for bitwise operations on predicates
Justin Holewinski
2011-04-28
PTX: patch to AsmPrinter
Justin Holewinski
2011-04-21
Remove unused argument.
Rafael Espindola
2011-04-21
PTX: Expand useable register space
Justin Holewinski
2011-04-21
ptx: fix parameter ordering
Che-Liang Chiou
2011-04-21
ptx: PTXMachineFunctionInfo no longer sort registers and so should not use st...
Che-Liang Chiou
2011-04-20
Revert r129846; it's breaking a buildbot. See
Eli Friedman
2011-04-20
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-04-20
ptx: add integer div and rem instruction
Che-Liang Chiou
2011-04-20
ptx: add floating-point comparison to setp
Che-Liang Chiou
2011-04-20
ptx: fix parameter ordering
Che-Liang Chiou
2011-04-02
ptx: support setp's 4-operand format
Che-Liang Chiou
2011-03-28
ptx: clean up branch code a bit
Che-Liang Chiou
2011-03-23
PTX: Improve support for 64-bit addressing
Justin Holewinski
2011-03-22
ptx: add analyze/insert/remove branch
Che-Liang Chiou
2011-03-18
PTX: Fix various codegen issues
Justin Holewinski
[prev]
[next]