index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCNullStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-09-02
1
-0
/
+1
*
Make EmitTBSSSymbol take a section argument so that we can find it later.
Eric Christopher
2010-05-18
1
-2
/
+2
*
Add AsmParser support for darwin tbss directive.
Eric Christopher
2010-05-14
1
-1
/
+2
*
break coff symbol definition stuff out into proper MCStreamer callbacks,
Chris Lattner
2010-05-08
1
-0
/
+6
*
make the NullStreamer set the section on a label when emitted so that isDefin...
Chris Lattner
2010-03-09
1
-1
/
+5
*
This is the first patch to put the needed bits in place to eventually allow code
Kevin Enderby
2010-02-23
1
-0
/
+3
*
mcstreamerize gprel32 emission.
Chris Lattner
2010-01-25
1
-1
/
+1
*
mcstreamerize .file and .file. This also fixes an issue where the
Chris Lattner
2010-01-25
1
-0
/
+2
*
emit the .size directive for global variables on ELF through
Chris Lattner
2010-01-25
1
-1
/
+1
*
mcize lcomm, simplify .comm, extend both to support 64-bit sizes.
Chris Lattner
2010-01-23
1
-1
/
+2
*
move the various directive enums out of the MCStreamer class
Chris Lattner
2010-01-23
1
-2
/
+2
*
Generalize mcasmstreamer data emission APIs to take an address space
Chris Lattner
2010-01-19
1
-2
/
+3
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-1
/
+1
*
llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.
Daniel Dunbar
2009-08-31
1
-4
/
+3
*
llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').
Daniel Dunbar
2009-08-31
1
-2
/
+1
*
llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...
Daniel Dunbar
2009-08-30
1
-4
/
+2
*
llvm-mc: Emit .lcomm as .zerofill.
Daniel Dunbar
2009-08-28
1
-1
/
+1
*
llvm-mc: Add const to EmitZeroFill section argument.
Daniel Dunbar
2009-08-28
1
-1
/
+1
*
null streamer needs to maintain the current section as well.
Chris Lattner
2009-08-18
1
-1
/
+3
*
change AsmPrinter to switch sections using AsmStreamer instead of
Chris Lattner
2009-08-17
1
-1
/
+1
*
llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.
Daniel Dunbar
2009-08-13
1
-0
/
+72