index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PTX
/
PTXMCAsmStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
1
-556
/
+0
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-3
/
+3
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-2
/
+2
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-3
/
+15
*
PTX: Various stylistic and code readability changes recommended by Jim Grosbach.
Justin Holewinski
2011-09-30
1
-3
/
+3
*
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-28
1
-1
/
+1
*
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-15
1
-1
/
+1
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-2
/
+5
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-1
/
+1
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-2
/
+1
*
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
1
-2
/
+4
*
Use the verbose asm flag instead of a new flag for decoding the LSDA.
Bill Wendling
2011-06-17
1
-2
/
+1
*
Add an option that allows one to "decode" the LSDA.
Bill Wendling
2011-06-17
1
-1
/
+2
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-3
/
+2
*
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
1
-1
/
+1
*
Remove unused argument.
Rafael Espindola
2011-04-21
1
-6
/
+4
*
ptx: add unconditional and conditional branch
Che-Liang Chiou
2011-03-18
1
-1
/
+1
*
PTX: Fix a couple of lint violations
Justin Holewinski
2011-03-03
1
-1
/
+2
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-3
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+3
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-12
/
+7
*
ptx: add ld instruction and test
Che-Liang Chiou
2010-12-22
1
-3
/
+2
*
MC: Make TargetAsmBackend available to the AsmStreamer.
Daniel Dunbar
2010-12-16
1
-1
/
+2
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-13
/
+12
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-12
/
+13
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-13
/
+12
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
1
-3
/
+2
*
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
1
-0
/
+10
*
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
1
-2
/
+3
*
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
1
-26
/
+9
*
Move the PTXMCAsmStreamer class to the .cpp file.
Rafael Espindola
2010-11-28
1
-9
/
+173
*
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
1
-1
/
+3
*
Add a dummy PTXMCAsmStreamer class
Che-Liang Chiou
2010-11-08
1
-0
/
+389