index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PTX
/
PTXAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-12-06
PTX: Continue to fix up the register mess.
Justin Holewinski
2011-12-06
PTX: Encode registers as unsigned values in the MC asm printer instead of usi...
Justin Holewinski
2011-11-11
allow non-device function calls in PTX when natively handling device-side printf
Dan Bailey
2011-11-07
Simplify code. No functionality change.
Benjamin Kramer
2011-11-03
fixed global array handling for ptx to use the correct bit widths
Dan Bailey
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-09
PTX: Print .ptr kernel attributes if PTX version >= 2.2
Justin Holewinski
2011-09-30
PTX: Various stylistic and code readability changes recommended by Jim Grosbach.
Justin Holewinski
2011-09-29
PTX: Fix broken shared library build
Justin Holewinski
2011-09-28
PTX: Fix alignment logic
Justin Holewinski
2011-09-28
PTX: MC-ize the PTX backend (patch 2 of N)
Justin Holewinski
2011-09-28
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-27
PTX: Fix case where printed alignment could be 0
Justin Holewinski
2011-09-27
PTX: Use external symbols to keep track of params and locals. This also fixes
Justin Holewinski
2011-09-26
PTX: Fix detection of stack load/store vs. global load/store, as well as fix the
Justin Holewinski
2011-09-26
PTX: Fix some lingering issues with stack allocation
Justin Holewinski
2011-09-26
PTX: Unify handling of loads/stores
Justin Holewinski
2011-09-26
PTX: Handle FrameIndex nodes
Justin Holewinski
2011-09-23
PTX: Cleanup unused code in PTXMachineFunctionInfo
Justin Holewinski
2011-09-23
PTX: Handle function call return values
Justin Holewinski
2011-09-23
PTX: Start fixing function calls
Justin Holewinski
2011-09-23
PTX: Generalize handling of .param types
Justin Holewinski
2011-09-22
PTX: Use .param space for device function return values on SM 2.0+, and attempt
Justin Holewinski
2011-09-22
PTX: Fixup codegen to handle emission of virtual registers.
Justin Holewinski
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-09
PTX: Add initial support for device function calls
Justin Holewinski
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-06-25
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-24
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
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-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
PTX: Add .address_size directive if PTX version >= 2.3
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-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-04-28
PTX: patch to AsmPrinter
Justin Holewinski
2011-04-20
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-03-18
PTX: Fix various codegen issues
Justin Holewinski
2011-03-18
ptx: fix parameter order that is reversed
Che-Liang Chiou
[next]