summaryrefslogtreecommitdiff
path: root/lib/Target/PTX/PTXMCAsmStreamer.cpp
Commit message (Expand)AuthorAge
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* 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
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Remove unused argument.Rafael Espindola2011-04-21
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-18
* PTX: Fix a couple of lint violationsJustin Holewinski2011-03-03
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* ptx: add ld instruction and testChe-Liang Chiou2010-12-22
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-16
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-02
* Make EmitIntValue non virtual.Rafael Espindola2010-11-28
* Move the PTXMCAsmStreamer class to the .cpp file.Rafael Espindola2010-11-28
* Add .loc methods to the streamer.Rafael Espindola2010-11-16
* Add a dummy PTXMCAsmStreamer classChe-Liang Chiou2010-11-08