index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCMachOStreamer.cpp
Age
Commit message (
Expand
)
Author
2012-10-04
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-06-22
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2011-11-28
Remove obsolete FIXME.
Jim Grosbach
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-07-27
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
Add a missing enumerator to this switch. Currently its in the
Chandler Carruth
2011-07-25
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-14
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-05-10
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-01
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
Rafael Espindola
2011-04-30
Revert the previous patch while I figure out how to make llvm-gcc
Rafael Espindola
2011-04-30
Enable CFI on OS X.
Rafael Espindola
2011-04-30
Handle PrivateExtern eh symbols.
Rafael Espindola
2011-04-28
Mark the EH symbol global or weak if the corresponding function is.
Rafael Espindola
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2010-12-29
MC/Mach-O/Thumb: Set the thumb bit in the symbol table.
Daniel Dunbar
2010-12-14
ARM Fixups relative to thumb functions need to have the low bit of the value
Jim Grosbach
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-08
Let target asm backends see assembler flags as they go by. Use that to handle
Jim Grosbach
2010-12-07
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-03
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-02
Move EmitValueToOffset to the ObjectStreamer.
Rafael Espindola
2010-12-02
Add EmitInstToFragment to the generic object streamer.
Rafael Espindola
2010-11-28
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
Fixed verson of r120245.
Rafael Espindola
2010-11-28
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-19
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-13
Parse and record the gnu_unique_object type.
Rafael Espindola
2010-11-05
Add '.code 32' assembler directive to MC streamers.
Jim Grosbach
2010-11-05
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
syntaxunified directive is a no-op for MachO writing.
Jim Grosbach
2010-11-01
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
Rafael Espindola
[next]