summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PTX/PTXMCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-556/+0
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-3/+3
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-2/+2
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-3/+15
* PTX: Various stylistic and code readability changes recommended by Jim Grosbach.Justin Holewinski2011-09-301-3/+3
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-281-1/+1
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+1
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-2/+5
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-1/+1
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-2/+1
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-2/+4
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-171-2/+1
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-171-1/+2
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-3/+2
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-301-1/+1
* Remove unused argument.Rafael Espindola2011-04-211-6/+4
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-181-1/+1
* PTX: Fix a couple of lint violationsJustin Holewinski2011-03-031-1/+2
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-3/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+3
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-12/+7
* ptx: add ld instruction and testChe-Liang Chiou2010-12-221-3/+2
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-161-1/+2
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-13/+12
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-12/+13
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-13/+12
* There are two reasons why we might want to useRafael Espindola2010-12-041-3/+2
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-0/+10
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-2/+3
* Make EmitIntValue non virtual.Rafael Espindola2010-11-281-26/+9
* Move the PTXMCAsmStreamer class to the .cpp file.Rafael Espindola2010-11-281-9/+173
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-1/+3
* Add a dummy PTXMCAsmStreamer classChe-Liang Chiou2010-11-081-0/+389
OpenPOWER on IntegriCloud