aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX
AgeCommit message (Expand)Author
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-06First chunk of MachineInstr bundle support.Evan Cheng
2011-12-06PTX: Continue to fix up the register mess.Justin Holewinski
2011-12-06PTX: Encode registers as unsigned values in the MC asm printer instead of usi...Justin Holewinski
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-26Move code into anonymous namespaces.Benjamin Kramer
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-11-14PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on...Justin Holewinski
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar
2011-11-11allow non-device function calls in PTX when natively handling device-side printfDan Bailey
2011-11-11add rules in tabgen for PTX COPY_ADDRESS of frameindexDan Bailey
2011-11-11LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar
2011-11-10llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar
2011-11-10llvm-build: Add an explicit component type to represent targets.Daniel Dunbar
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper
2011-11-07Simplify code. No functionality change.Benjamin Kramer
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar
2011-11-03fixed global array handling for ptx to use the correct bit widthsDan Bailey
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-10-18PTX: Fix disabling of MAD instruction selectionJustin Holewinski
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-10-09PTX: Print .ptr kernel attributes if PTX version >= 2.2Justin Holewinski
2011-10-06PTX: Implement signed divisionJustin Holewinski
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-10-05PTX: Fixup a case where getRegClassFor() should be used instead of custom code.Justin Holewinski
2011-10-05Ensure OpCode is not used uninitialized.Duncan Sands
2011-10-05Comment out a variable that is only used in commented out code.Duncan Sands
2011-10-05Remove a bunch of unused variables in the PTX backend (warned about by gcc-4.6).Duncan Sands
2011-09-30PTX: Various stylistic and code readability changes recommended by Jim Grosbach.Justin Holewinski
2011-09-30PTX: Add programmable rounding mode specifier for int <-> fp conversion instrs.Justin Holewinski
2011-09-30PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski
2011-09-29PTX: Fix broken shared library buildJustin Holewinski
2011-09-29PTX: Add new patterns for bitconvert and any_extendJustin Holewinski
2011-09-28PTX: Fix alignment logicJustin Holewinski
2011-09-28PTX: MC-ize the PTX backend (patch 2 of N)Justin Holewinski
2011-09-28PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski
2011-09-28PTX: Simplify code. No functionality change.Benjamin Kramer
2011-09-28PTX: Pass param name strings per const reference.Benjamin Kramer
2011-09-27PTX: Fix case where printed alignment could be 0Justin Holewinski
2011-09-27PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski
2011-09-27PTX: Add support for sitofp in backendJustin Holewinski
2011-09-26PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski
2011-09-26PTX: Implement PTXSelectionDAGInfoJustin Holewinski
2011-09-26PTX: Implement ISD::ANY_EXTENDJustin Holewinski
2011-09-26PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski
2011-09-26PTX: SM > 2.0 implies +doubleJustin Holewinski
2011-09-26PTX: Fix some lingering issues with stack allocationJustin Holewinski
2011-09-26PTX: Split up the TableGen instruction definitions into logical unitsJustin Holewinski