Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6aea59268a51d2fb2cc7bdc47f9e65e343aeb2a1
/
llvm
/
lib
/
MC
/
MCObjectStreamer.cpp
6aea592
Remove unused argument.
by Rafael Espindola
· 15 years ago
b2545fb
malloc elimination: it's a bad idea to use raw_svector_ostream on a
by Eli Friedman
· 15 years ago
3f8ecf5
Revert r129688; it's breaking buildbots.
by Eli Friedman
· 15 years ago
2dc287a
More malloc elimination: it's a bad idea to use raw_svector_ostream on a
by Eli Friedman
· 15 years ago
745fc89
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAssembler * argument.
by Jan Sjödin
· 15 years ago
f849bf8
Add some limited support for labels in org directives. Hopefully enough to fix
by Rafael Espindola
· 15 years ago
58ac6e1
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
by Rafael Espindola
· 15 years ago
965b3c7
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
by Evan Cheng
· 15 years ago
736a35d
Relax address updates in the eh_frame section.
by Rafael Espindola
· 15 years ago
d91e119
Assert that the AddrDelta expression is really constant and wrap it in a set
by Rafael Espindola
· 15 years ago
5004f4a
Revert 122011, 122012, 122013, 122023 adding back an important optimization.
by Rafael Espindola
· 15 years ago
42a037a
MC/Assembler: Make the MCObjectWriter available through the lifetime of the
by Daniel Dunbar
· 15 years ago
f89156d
MC: Remove another dead MCAssembler argument, and update clients.
by Daniel Dunbar
· 15 years ago
0a017a6
Fixed version of 121434 with no new memory leaks.
by Rafael Espindola
· 15 years ago
a945a34
Revert my previous patch to make the valgrind bots happy.
by Rafael Espindola
· 15 years ago
56eb7412
Initial support for the cfi directives. This is just enough to get
by Rafael Espindola
· 15 years ago
93e3cf0
Sorry for such a large commit. The summary is that only MachO cares about the
by Rafael Espindola
· 15 years ago
1055f72
Use references to simplify the code a bit.
by Rafael Espindola
· 15 years ago
1c8ac8f
There are two reasons why we might want to use
by Rafael Espindola
· 15 years ago
4c70eea
Make EmitIntValue more efficient and more like what we do for leb128. The
by Rafael Espindola
· 15 years ago
675fbb2
Do with uleb the same trick we now do with dwarf line/address advances. This
by Rafael Espindola
· 15 years ago
57ab708
Try to resolve symbol differences early, and if successful create a plain
by Rafael Espindola
· 15 years ago
8cabd93
Use set directive for StartMinusEndExpr.
by Devang Patel
· 15 years ago
9065bfc6
Move EmitValueToOffset to the ObjectStreamer.
by Rafael Espindola
· 15 years ago
3fa6fc1
Add EmitInstToFragment to the generic object streamer.
by Rafael Espindola
· 15 years ago
a084fd6
Move EmitValue to MCObjectStreamer.
by Rafael Espindola
· 15 years ago
e5b7415
Fixed verson of r120245.
by Rafael Espindola
· 15 years ago
1679580
Revert previous patch while I debug the darwin bootstrap failure.
by Rafael Espindola
· 15 years ago
d4b3feb
Factor some duplicated code into MCObjectStreamer::EmitLabel.
by Rafael Espindola
· 15 years ago
5e87498
Add support for expressions in .sleb/.uleb directives.
by Rafael Espindola
· 15 years ago
72b5488
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
by Rafael Espindola
· 15 years ago
1614597
Implement .weakref.
by Rafael Espindola
· 15 years ago
dee12d8
Avoid some Mach-O specific alignment being done on ELF.
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
a3e0ddb
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter.
by Benjamin Kramer
· 15 years ago
e2da0a4
MC: Add WinCOFFStreamer implementation and merge common code from MachO
by Michael J. Spencer
· 15 years ago
b2347fe
MC: Lift SwitchSection() and Finish() into MCObjectStreamer.
by Daniel Dunbar
· 15 years ago
8a3c9d9
MC: Factor out an MCObjectStreamer class, which will be shared by the concrete
by Daniel Dunbar
· 15 years ago