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
/
MCELFStreamer.cpp
Age
Commit message (
Expand
)
Author
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-15
Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original
Rafael Espindola
2010-11-14
Fix another case of a .comm directive without a corresponding .type
Rafael Espindola
2010-11-14
Fix the type of a symbol created with .comm and no corresponding .type.
Rafael Espindola
2010-11-14
Handle a peculiar comdat case: Creating a section with an undefined
Rafael Espindola
2010-11-14
Fix warning.
Rafael Espindola
2010-11-11
Mark labels declared in tls sections as STT_TLS. This matches the behavior of
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
Put class into an anonymous namespace.
Benjamin Kramer
2010-11-01
Write the line info to .debug_line.
Rafael Espindola
2010-11-01
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
Rafael Espindola
2010-11-01
Implement .weakref.
Rafael Espindola
2010-10-06
Make sure weak symbols are listed after the local ones.
Rafael Espindola
2010-10-05
On ELF we need to know which symbols are used in relocations to decide if
Rafael Espindola
2010-09-30
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-29
Move "local commons" to the end of .bss to match the gnu as behavior.
Rafael Espindola
2010-09-25
Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put
Rafael Espindola
2010-09-22
Avoid some Mach-O specific alignment being done on ELF.
Rafael Espindola
2010-09-22
Correctly align bss.
Rafael Espindola
2010-09-21
Implement support for .local and its "interesting" interactions with .comm.
Rafael Espindola
2010-09-15
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-13
Factoring and potential bug fix. The elf "flags" cannot be used as masks.
Rafael Espindola
2010-09-08
ELF_STB_Local is 0 so setting and checking it must be done specially
Roman Divacky
2010-09-02
Allow MCSA_WeakRef in ELF. Patch by Roman Divacky.
Benjamin Kramer
2010-08-30
Mark all common symbols external. This is not exactly correct but it lets apps
Benjamin Kramer
2010-08-27
MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky.
Benjamin Kramer
2010-08-16
Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.
Eli Friedman
2010-08-16
Add ELF ObjectWriter and Streamer support.
Matt Fleming