summaryrefslogtreecommitdiff
path: root/lib/Target/PTX
Commit message (Expand)AuthorAge
...
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Remove unused array.Duncan Sands2011-07-02
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-28
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* PTX: Reverting implementation of i8.Dan Bailey2011-06-25
* PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey2011-06-24
* PTX: Add preliminary support for outputting debug information in the form ofJustin Holewinski2011-06-24
* PTX: Re-work target sm/compute selection and add some basic GPUJustin Holewinski2011-06-24
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski2011-06-23
* PTX: Whitespace fixes and remove commented out codeJustin Holewinski2011-06-23
* PTX: Prevent DCE from eliminating st.param calls, and unify the handling ofJustin Holewinski2011-06-23
* PTX: Use .param space for parameters in device functions for SM >= 2.0Justin Holewinski2011-06-23
* PTX: Fix FrameIndex mapping bugJustin Holewinski2011-06-22
* Test Commit.Dan Bailey2011-06-22
* PTX: Add signed integer comparisonsJustin Holewinski2011-06-22
* PTX: Add .address_size directive if PTX version >= 2.3Justin Holewinski2011-06-22
* PTX: Fix conversion between predicates and value typesJustin Holewinski2011-06-20
* PTX: Fix if-then-else formatting and add missing assertsJustin Holewinski2011-06-20
* PTX: Add basic register spilling codeJustin Holewinski2011-06-20
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-19
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-17
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-17
* PTX: Adjust rounding modesJustin Holewinski2011-06-17
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-16
* PTX: Rename register classes for readability and combine int and fp registersJustin Holewinski2011-06-16
* PTX: Fix whitespace errorsJustin Holewinski2011-06-16
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* PTX: add flag to disable mad/fma selectionJustin Holewinski2011-05-18
* PTX: add PTX 2.3 setting in PTX sub-target.Justin Holewinski2011-05-10
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* PTX: add PTX 2.3 language targetJustin Holewinski2011-05-06
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01