Add safety check that didn't show up in testing.
[oota-llvm.git] / lib / Target / PTX /
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-22 Che-Liang Chiouptx: add analyze/insert/remove branch
2011-03-18 Justin HolewinskiPTX: Fix various codegen issues
2011-03-18 Che-Liang Chiouptx: fix parameter order that is reversed
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
2011-03-15 Justin HolewinskiPTX: Set PTX 2.0 as the minimum supported version
2011-03-15 Duncan SandsAvoid a compiler warning about reg possibly being used...
2011-03-14 Justin HolewinskiPTX: Emit global arrays with proper sizes
2011-03-14 Justin HolewinskiPTX: Add support for sqrt/sin/cos intrinsics
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-13 Che-Liang Chiouptx: add basic support of predicate execution
2011-03-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-10 Che-Liang Chiouptx: add the rest of special registers of ISA version 2.0
2011-03-08 Justin HolewinskiPTX: Add intrinsic support for ntid, ctaid, and nctaid...
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
2011-03-03 Justin HolewinskiPTX: Fix Emacs renaming a symbol
2011-03-03 Justin HolewinskiPTX: Fix a couple of lint violations
2011-03-02 Che-Liang Chiouptx: fix lint and compiler warnings
2011-03-02 Che-Liang ChiouAdd 64-bit addressing to PTX backend
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-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-01 Che-Liang Chiouptx: remove reg-reg addressing mode and st.const
2011-01-01 Che-Liang Chiouptx: add store instruction
2010-12-30 Che-Liang Chiouptx: add state spaces
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-01 Che-Liang Chiouptx: bug fix: use after free
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-30 Che-Liang Chiouptx: add ld instruction
2010-11-28 Rafael EspindolaMake EmitIntValue non virtual.
2010-11-28 Rafael EspindolaMove the PTXMCAsmStreamer class to the .cpp file.
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-17 Che-Liang ChiouAdd simple arithmetics and %type directive for PTX
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-15 Anton KorobeynikovAttempt to unbreak cmake-based builds
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2010-11-08 Che-Liang ChiouAdd generating function declaration for PTX
2010-11-08 Che-Liang ChiouAdd physical register counting functions
2010-11-08 Che-Liang ChiouAdd a dummy PTXMCAsmStreamer class
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-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!