aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX
Commit message (Expand)AuthorAgeFilesLines
* Clean up some Release build warnings.Benjamin Kramer2011-12-271-0/+2
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-208-2/+29
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-121-0/+3
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-124-4/+0
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-9/+6
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-1/+1
* PTX: Continue to fix up the register mess.Justin Holewinski2011-12-067-139/+260
* PTX: Encode registers as unsigned values in the MC asm printer instead of usi...Justin Holewinski2011-12-064-14/+88
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-022-21/+9
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-294-32/+0
* Move code into anonymous namespaces.Benjamin Kramer2011-11-262-4/+8
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-163-46/+44
* PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on...Justin Holewinski2011-11-141-0/+5
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-124-3/+4
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-114-23/+129
* add rules in tabgen for PTX COPY_ADDRESS of frameindexDan Bailey2011-11-111-0/+6
* LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar2011-11-111-0/+1
* llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar2011-11-101-1/+0
* llvm-build: Add an explicit component type to represent targets.Daniel Dunbar2011-11-101-1/+1
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-2/+3
* Simplify code. No functionality change.Benjamin Kramer2011-11-071-155/+91
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-041-5/+5
* fixed global array handling for ptx to use the correct bit widthsDan Bailey2011-11-031-12/+17
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-034-0/+102
* PTX: Fix disabling of MAD instruction selectionJustin Holewinski2011-10-181-7/+14
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-173-6/+18
* PTX: Print .ptr kernel attributes if PTX version >= 2.2Justin Holewinski2011-10-094-1/+49
* PTX: Implement signed divisionJustin Holewinski2011-10-061-5/+34
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-5/+5
* PTX: Fixup a case where getRegClassFor() should be used instead of custom code.Justin Holewinski2011-10-051-17/+1
* Ensure OpCode is not used uninitialized.Duncan Sands2011-10-051-1/+3
* Comment out a variable that is only used in commented out code.Duncan Sands2011-10-051-1/+1
* Remove a bunch of unused variables in the PTX backend (warned about by gcc-4.6).Duncan Sands2011-10-051-25/+7
* PTX: Various stylistic and code readability changes recommended by Jim Grosbach.Justin Holewinski2011-09-3010-270/+65
* PTX: Add programmable rounding mode specifier for int <-> fp conversion instrs.Justin Holewinski2011-09-302-124/+174
* PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski2011-09-309-197/+471
* PTX: Fix broken shared library buildJustin Holewinski2011-09-294-22/+43
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-291-213/+208
* PTX: Fix alignment logicJustin Holewinski2011-09-281-1/+1
* PTX: MC-ize the PTX backend (patch 2 of N)Justin Holewinski2011-09-282-12/+3
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-2819-64/+449
* PTX: Simplify code. No functionality change.Benjamin Kramer2011-09-281-13/+5
* PTX: Pass param name strings per const reference.Benjamin Kramer2011-09-282-7/+7
* PTX: Fix case where printed alignment could be 0Justin Holewinski2011-09-271-1/+1
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-276-55/+64
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-271-0/+25
* PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski2011-09-261-8/+9
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-265-5/+214
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-261-0/+12