aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Write the line info to .debug_line.Rafael Espindola2010-11-011-0/+9
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-011-32/+3
* Implement .weakref.Rafael Espindola2010-11-011-0/+60
* Make sure weak symbols are listed after the local ones.Rafael Espindola2010-10-061-0/+1
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-051-51/+0
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-301-0/+1
* Move "local commons" to the end of .bss to match the gnu as behavior.Rafael Espindola2010-09-291-9/+29
* Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to putRafael Espindola2010-09-251-4/+57
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-221-1/+1
* Correctly align bss.Rafael Espindola2010-09-221-0/+6
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-211-6/+23
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-0/+33
* Factoring and potential bug fix. The elf "flags" cannot be used as masks.Rafael Espindola2010-09-131-14/+37
* ELF_STB_Local is 0 so setting and checking it must be done speciallyRoman Divacky2010-09-081-1/+3
* Allow MCSA_WeakRef in ELF. Patch by Roman Divacky.Benjamin Kramer2010-09-021-1/+1
* Mark all common symbols external. This is not exactly correct but it lets appsBenjamin Kramer2010-08-301-2/+3
* MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky.Benjamin Kramer2010-08-271-41/+46
* Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.Eli Friedman2010-08-161-0/+1
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-161-0/+401