Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since...
[oota-llvm.git] / lib / Target / PTX / PTXISelLowering.cpp
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-03-24 Justin HolewinskiPTX: Fix predicate logic bug
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-06 Justin HolewinskiPTX: Continue to fix up the register mess.
2011-11-14 Justin HolewinskiPTX: Let LLVM use loads/stores for all mem* intrinsics...
2011-11-11 Dan Baileyallow non-device function calls in PTX when natively...
2011-10-09 Justin HolewinskiPTX: Print .ptr kernel attributes if PTX version >...
2011-10-05 Justin HolewinskiPTX: Fixup a case where getRegClassFor() should be...
2011-10-05 Duncan SandsRemove a bunch of unused variables in the PTX backend...
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-28 Benjamin KramerPTX: Simplify code. No functionality change.
2011-09-28 Benjamin KramerPTX: Pass param name strings per const reference.
2011-09-27 Justin HolewinskiPTX: Use external symbols to keep track of params and...
2011-09-23 Justin HolewinskiPTX: Cleanup unused code in PTXMachineFunctionInfo
2011-09-23 Justin HolewinskiPTX: Handle function call return values
2011-09-23 Justin HolewinskiPTX: Start fixing function calls
2011-09-23 Justin HolewinskiPTX: Generalize handling of .param types
2011-09-22 Justin HolewinskiPTX: Remove physical register defs
2011-09-22 Justin HolewinskiPTX: Use .param space for device function return values...
2011-09-22 Justin HolewinskiPTX: Fix style issues
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-09 Justin HolewinskiPTX: Add initial support for device function calls
2011-07-02 Duncan SandsRemove unused array.
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-24 Justin HolewinskiPTX: Re-work target sm/compute selection and add some...
2011-06-23 Justin HolewinskiPTX: Always use registers for return values, but use...
2011-06-23 Justin HolewinskiPTX: Whitespace fixes and remove commented out code
2011-06-23 Justin HolewinskiPTX: Prevent DCE from eliminating st.param calls, and...
2011-06-23 Justin HolewinskiPTX: Use .param space for parameters in device function...
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-06-16 Justin HolewinskiPTX: Rename register classes for readability and combin...
2011-06-16 Justin HolewinskiPTX: Fix whitespace errors
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-04-28 Justin HolewinskiPTX: support for select_cc and fixes for setcc
2011-04-28 Justin HolewinskiPTX: support for zext loads and trunc stores
2011-03-28 Che-Liang Chiouptx: clean up branch code a bit
2011-03-23 Justin HolewinskiPTX: Improve support for 64-bit addressing
2011-03-18 Justin HolewinskiPTX: Fix various codegen issues
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
2011-03-15 Duncan SandsAvoid a compiler warning about reg possibly being used...
2011-03-02 Che-Liang ChiouExtend initial support for primitive types in PTX backend
2011-02-28 Che-Liang ChiouAdd preliminary support for .f32 in the PTX backend.
2011-02-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-11-08 Che-Liang ChiouAdd physical register counting functions
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-19 Che-Liang ChiouAdd lower argument and return of device function
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.