aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX
Commit message (Expand)AuthorAgeFilesLines
* 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
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-263-48/+75
* PTX: SM > 2.0 implies +doubleJustin Holewinski2011-09-261-5/+6
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-261-1/+3
* PTX: Split up the TableGen instruction definitions into logical unitsJustin Holewinski2011-09-263-418/+300
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-263-76/+38
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-266-30/+204
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-251-2/+2
* PTX: Fix parameter order bugJustin Holewinski2011-09-232-8/+8
* PTX: Cleanup unused code in PTXMachineFunctionInfoJustin Holewinski2011-09-233-158/+60
* PTX: Fix another 80-column violationJustin Holewinski2011-09-231-1/+2
* PTX: Handle function call return valuesJustin Holewinski2011-09-232-18/+55
* PTX: Start fixing function callsJustin Holewinski2011-09-232-2/+15