Match a pattern generated by a dag combiner opt where:
[oota-llvm.git] / lib / Target / PTX /
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!