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-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
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-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-14
PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on...
Justin Holewinski
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-11
allow non-device function calls in PTX when natively handling device-side printf
Dan Bailey
2011-11-11
add rules in tabgen for PTX COPY_ADDRESS of frameindex
Dan Bailey
2011-11-11
LLVMBuild: Add explicit information on whether targets define an assembly pri...
Daniel Dunbar
2011-11-10
llvm-build: Add --native-target and --enable-targets options, and add logic to
Daniel Dunbar
2011-11-10
llvm-build: Add an explicit component type to represent targets.
Daniel Dunbar
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-07
Simplify code. No functionality change.
Benjamin Kramer
2011-11-04
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
Daniel Dunbar
2011-11-03
fixed global array handling for ptx to use the correct bit widths
Dan Bailey
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-10-18
PTX: Fix disabling of MAD instruction selection
Justin Holewinski
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-10-06
PTX: Implement signed division
Justin Holewinski
2011-10-06
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-05
PTX: Fixup a case where getRegClassFor() should be used instead of custom code.
Justin Holewinski
2011-10-05
Ensure OpCode is not used uninitialized.
Duncan Sands
2011-10-05
Comment out a variable that is only used in commented out code.
Duncan Sands
2011-10-05
Remove a bunch of unused variables in the PTX backend (warned about by gcc-4.6).
Duncan Sands
2011-09-30
PTX: Various stylistic and code readability changes recommended by Jim Grosbach.
Justin Holewinski
2011-09-30
PTX: Add programmable rounding mode specifier for int <-> fp conversion instrs.
Justin Holewinski
2011-09-30
PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requires
Justin Holewinski
2011-09-29
PTX: Fix broken shared library build
Justin Holewinski
2011-09-29
PTX: Add new patterns for bitconvert and any_extend
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-28
PTX: Simplify code. No functionality change.
Benjamin Kramer
2011-09-28
PTX: Pass param name strings per const reference.
Benjamin Kramer
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-27
PTX: Add support for sitofp in backend
Justin Holewinski
2011-09-26
PTX: Fix memcpy intrinsic to handle 64-bit pointers
Justin Holewinski
2011-09-26
PTX: Implement PTXSelectionDAGInfo
Justin Holewinski
2011-09-26
PTX: Implement ISD::ANY_EXTEND
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: SM > 2.0 implies +double
Justin Holewinski
2011-09-26
PTX: Fix some lingering issues with stack allocation
Justin Holewinski
2011-09-26
PTX: Split up the TableGen instruction definitions into logical units
Justin Holewinski
[next]