summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAge
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-06
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-04
* Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola2010-12-03
* Do with uleb the same trick we now do with dwarf line/address advances. ThisRafael Espindola2010-12-03
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-03
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-02
* If tehre are not any line entry then do not try to emit .debug_line section.Devang Patel2010-12-02
* Make EmitIntValue non virtual.Rafael Espindola2010-11-28
* Add basic CFI methods to the streamer interface.Rafael Espindola2010-11-22
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-19
* Fix llvm-gcc boostrap on OS X by avoiding printing sleb and uleb whenRafael Espindola2010-11-19
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-19
* Add .loc methods to the streamer.Rafael Espindola2010-11-16
* correct the fixup comment printer to work on big endian platforms.Chris Lattner2010-11-15
* Fix warning and add support for printing gnu_unique_object.Rafael Espindola2010-11-13
* Add '.code 32' assembler directive to MC streamers.Jim Grosbach2010-11-05
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-05
* Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola2010-11-04
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-02
* Implement .weakref.Rafael Espindola2010-11-01
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-30
* allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner2010-09-22
* grammar tweakageJim Grosbach2010-09-22
* remove trailing whitespaceJim Grosbach2010-09-22
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby2010-07-08
* "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...Chris Lattner2010-06-21
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-01
* MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar2010-05-26
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-18
* Assume that we'll handle mangling the symbols earlier and just put theEric Christopher2010-05-17
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-14
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-08
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-05
* MC: Reject attempts to define a variable symbol.Daniel Dunbar2010-05-05
* MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar2010-05-05
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-04
* allow attaching comments to raw text.Chris Lattner2010-04-03
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-03
* MCInst: Add ::dump_pretty.Daniel Dunbar2010-03-22
* fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner2010-03-19
* remove MAI argument from createAsmStreamer since itChris Lattner2010-03-12
* genericize MCAsmStreamer::EmitCodeAlignment to support other targetsChris Lattner2010-02-23
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-23
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-11
* make getFixupKindInfo return a const reference, allowingChris Lattner2010-02-11