summaryrefslogtreecommitdiff
path: root/lib/Target/PTX
Commit message (Expand)AuthorAge
* PTX: Fix broken shared library buildJustin Holewinski2011-09-29
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-29
* PTX: Fix alignment logicJustin Holewinski2011-09-28
* PTX: MC-ize the PTX backend (patch 2 of N)Justin Holewinski2011-09-28
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-28
* PTX: Simplify code. No functionality change.Benjamin Kramer2011-09-28
* PTX: Pass param name strings per const reference.Benjamin Kramer2011-09-28
* PTX: Fix case where printed alignment could be 0Justin Holewinski2011-09-27
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-27
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-27
* PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski2011-09-26
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-26
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-26
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-26
* PTX: SM > 2.0 implies +doubleJustin Holewinski2011-09-26
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-26
* PTX: Split up the TableGen instruction definitions into logical unitsJustin Holewinski2011-09-26
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-26
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-26
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* PTX: Fix parameter order bugJustin Holewinski2011-09-23
* PTX: Cleanup unused code in PTXMachineFunctionInfoJustin Holewinski2011-09-23
* PTX: Fix another 80-column violationJustin Holewinski2011-09-23
* PTX: Handle function call return valuesJustin Holewinski2011-09-23
* PTX: Start fixing function callsJustin Holewinski2011-09-23
* PTX: Remove PTX calling convention filesJustin Holewinski2011-09-23
* [PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td 80 columnsJustin Holewinski2011-09-23
* PTX: Generalize handling of .param typesJustin Holewinski2011-09-23
* PTX: Cleanup unused code in the PTXMFInfoExtract passJustin Holewinski2011-09-23
* PTX: Remove physical register defsJustin Holewinski2011-09-22
* PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski2011-09-22
* PTX: Fix style issuesJustin Holewinski2011-09-22
* PTX: Fixup codegen to handle emission of virtual registers.Justin Holewinski2011-09-22
* PTX: Customize codegen passes in backendJustin Holewinski2011-09-22
* PTX: Add new PTX-specific register allocator that keeps virtual registersJustin Holewinski2011-09-22
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* PTX: Add initial support for device function callsJustin Holewinski2011-08-09
* Actually finish switching to the new system for Target sublibraryChandler Carruth2011-08-01
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-23
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19