Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a4076924d1af2c23ae76390bfd49bf5ca695ec8b
/
llvm
/
lib
/
MC
/
MCNullStreamer.cpp
5e87498
Add support for expressions in .sleb/.uleb directives.
by Rafael Espindola
· 15 years ago
1614597
Implement .weakref.
by Rafael Espindola
· 15 years ago
f667d92
Add a InitSections method to the streamer interface.
by Rafael Espindola
· 15 years ago
e39017c
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
by Benjamin Kramer
· 15 years ago
5c87be7
Make EmitTBSSSymbol take a section argument so that we can find it later.
by Eric Christopher
· 16 years ago
9fb6bb0
Add AsmParser support for darwin tbss directive.
by Eric Christopher
· 16 years ago
72afa95
break coff symbol definition stuff out into proper MCStreamer callbacks,
by Chris Lattner
· 16 years ago
aab5284
make the NullStreamer set the section on a label when emitted so that isDefined() works.
by Chris Lattner
· 16 years ago
e83d74f
This is the first patch to put the needed bits in place to eventually allow code
by Kevin Enderby
· 16 years ago
3cde760
mcstreamerize gprel32 emission.
by Chris Lattner
· 16 years ago
601ef33
mcstreamerize .file and .file. This also fixes an issue where the
by Chris Lattner
· 16 years ago
91dac6d
emit the .size directive for global variables on ELF through mcstreamer.
by Chris Lattner
· 16 years ago
b1301f7
mcize lcomm, simplify .comm, extend both to support 64-bit sizes.
by Chris Lattner
· 16 years ago
685508c
move the various directive enums out of the MCStreamer class
by Chris Lattner
· 16 years ago
c35681b
Generalize mcasmstreamer data emission APIs to take an address space
by Chris Lattner
· 16 years ago
ad36e8a
Pass StringRef by value.
by Daniel Dunbar
· 16 years ago
897ffad
llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.
by Daniel Dunbar
· 16 years ago
b7b2097
llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').
by Daniel Dunbar
· 16 years ago
6a715dc
llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now.
by Daniel Dunbar
· 16 years ago
96abad1
llvm-mc: Emit .lcomm as .zerofill.
by Daniel Dunbar
· 16 years ago
cf72e1c
llvm-mc: Add const to EmitZeroFill section argument.
by Daniel Dunbar
· 16 years ago
f446070
null streamer needs to maintain the current section as well.
by Chris Lattner
· 16 years ago
aa152641
change AsmPrinter to switch sections using AsmStreamer instead of
by Chris Lattner
· 16 years ago
aba5fb8
llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.
by Daniel Dunbar
· 16 years ago