- 17740e7 Reduce clutter in asm output. Do not emit source location as comment for each instruction. by Devang Patel · 15 years ago
- 539d96f Be consistent about being virtual and returning void in the cfi methods. by Rafael Espindola · 15 years ago
- af66980 Fix whitespace. by NAKAMURA Takumi · 15 years ago
- e7410dd Preliminary support for ARM frame save directives emission via MI flags. by Anton Korobeynikov · 15 years ago
- a7ec2dc Some first rudimentary support for ARM EHABI: print exception table in "text mode". by Anton Korobeynikov · 15 years ago
- fcf51fd Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. by Cameron Zwarich · 15 years ago
- b037383 Enable DebugInfo support for COFF object files. Patch by Nathan Jeffords! by Devang Patel · 15 years ago
- 58ac6e1 Add support for pushsection and popsection. Patch by Joerg Sonnenberger. by Rafael Espindola · 15 years ago
- e2bea1c Use common style for .cfi directives by Anton Korobeynikov · 15 years ago
- 52899a9 Add comment about Thumb2 fixup comments being completely bogus. by Evan Cheng · 15 years ago
- 0447d30 Relax an assertion. On archs like ARM, an immediate field may be scattered. So it's possible for some bits of every 8 bits to be encoded already, and the rest still needs to be fixed up. by Evan Cheng · 15 years ago
- 1de2dd0 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
- 2ac8355 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
- 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
- 0c9d9fd MC: Move target specific fixup info descriptors to TargetAsmBackend instead of by Daniel Dunbar · 15 years ago
- ecd0c8a MC: Make TargetAsmBackend available to the AsmStreamer. 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
- 44bbe36 Second try at making direct object emission produce the same results by Rafael Espindola · 15 years ago
- 1c8ac8f There are two reasons why we might want to use by Rafael Espindola · 15 years ago
- 1048e75 Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid 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
- 5eed2e6 It may not be an option to skip .debug_line if there are file reference in already emitted debug info. So, for now, emit dummy line table entry to make older linker and assemblers happy. This is not a new behavior, original AsmPrinter emitted similar line table entries. by Devang Patel · 15 years ago
- 8cabd93 Use set directive for StartMinusEndExpr. by Devang Patel · 15 years ago
- 87b9114 If tehre are not any line entry then do not try to emit .debug_line section. by Devang Patel · 15 years ago
- e5e1f9a Make EmitIntValue non virtual. by Rafael Espindola · 15 years ago
- 3c227b0 Add basic CFI methods to the streamer interface. by Rafael Espindola · 15 years ago
- 8be1441 Added support for the Mach-O .symbol_resolver directive. rdar://8673046 by Kevin Enderby · 15 years ago
- 92ca933 Fix llvm-gcc boostrap on OS X by avoiding printing sleb and uleb when possible. by Rafael Espindola · 15 years ago
- b58867c Change some methods in MCDwarf.cpp to be able to handle an arbitrary by Rafael Espindola · 15 years ago
- c653a89 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
- 9e7d8c0 correct the fixup comment printer to work on big endian platforms. by Chris Lattner · 15 years ago
- 2d006b1 Fix warning and add support for printing gnu_unique_object. by Rafael Espindola · 15 years ago
- cbdf7ef Add '.code 32' assembler directive to MC streamers. by Jim Grosbach · 15 years ago
- 5a2c68d MC'ize the '.code 16' and '.thumb_func' ARM directives. by Jim Grosbach · 15 years ago
- 38d0756 Add 118023 back, but with proper spelling for .uleb128/.sleb128. by Rafael Espindola · 15 years ago
- 5e87498 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
- 1614597 Implement .weakref. by Rafael Espindola · 15 years ago
- 645f6c2 Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() by Jason W Kim · 15 years ago
- 7bce059 allow target-specific label suffixes, patch by Yuri Gribov! by Chris Lattner · 15 years ago
- 6ebd728 grammar tweakage by Jim Grosbach · 15 years ago
- 3bde49a remove trailing whitespace by Jim Grosbach · 15 years ago
- f667d92 Add a InitSections method to the streamer interface. 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
- 082d0fd Added the darwin .weak_def_can_be_hidden directive. by Kevin Enderby · 15 years ago
- 79d2075 "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all attributes have now a \t before and after, as done for '.type'. by Chris Lattner · 15 years ago
- a76715f Don't call flush() at a library level which isn't checking for errors by Dan Gohman · 15 years ago
- 3627af5 MC: Change MCInst::dump_pretty to not include a trailing newline. by Daniel Dunbar · 15 years ago
- 5c87be7 Make EmitTBSSSymbol take a section argument so that we can find it later. by Eric Christopher · 15 years ago
- 68b1bbe Assume that we'll handle mangling the symbols earlier and just put the by Eric Christopher · 15 years ago
- 9fb6bb0 Add AsmParser support for darwin tbss directive. by Eric Christopher · 15 years ago
- 72afa95 break coff symbol definition stuff out into proper MCStreamer callbacks, by Chris Lattner · 15 years ago
- f3a53ba MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for by Daniel Dunbar · 16 years ago
- deb7ba9 MC: Reject attempts to define a variable symbol. by Daniel Dunbar · 16 years ago
- 7a989da MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. by Daniel Dunbar · 16 years ago
- 7012916 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 16 years ago
- aca014e allow attaching comments to raw text. by Chris Lattner · 16 years ago
- 8a87fb7 add a new EmitInlineAsm function to asmprinter to handle inline asm. by Chris Lattner · 16 years ago
- 04047fb MCInst: Add ::dump_pretty. by Daniel Dunbar · 16 years ago
- 90a7859 fix an MCInstPrinter leak that jyasskin pointed out: by Chris Lattner · 16 years ago
- ac77bf5 remove MAI argument from createAsmStreamer since it by Chris Lattner · 16 years ago
- eebaf6a genericize MCAsmStreamer::EmitCodeAlignment to support other targets by Chris Lattner · 16 years ago
- e83d74f This is the first patch to put the needed bits in place to eventually allow code by Kevin Enderby · 16 years ago
- 5241381 add a new MCInstPrinter::getOpcodeName interface, when it is by Chris Lattner · 16 years ago
- ddeceae make getFixupKindInfo return a const reference, allowing by Chris Lattner · 16 years ago
- 6054744 MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the by Daniel Dunbar · 16 years ago
- 75c9a4e llvm-mc: Remove --show-fixups and always show as part of --show-encoding. by Daniel Dunbar · 16 years ago
- 69920c5 daniel *really* likes fixups! by Chris Lattner · 16 years ago
- 482bf69 Add ability for MCInstPrinters to add comments for instructions. by Chris Lattner · 16 years ago
- 9a0a461 llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. by Daniel Dunbar · 16 years ago
- b311a6b MC: First cut at MCFixup, for getting fixup/relocation information out of an MCCodeEmitter. by Daniel Dunbar · 16 years ago
- 8926150 make -show-inst be formatted a bit nicer. Before: by Chris Lattner · 16 years ago
- 1756296 print encodings like this: by Chris Lattner · 16 years ago
- 77fe07a Use a tab instead of space after .type, for consistency. by Dan Gohman · 16 years ago
- e3ee332 llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly by Daniel Dunbar · 16 years ago
- 44f7325 print instruction encodings with the existing comment facilities, by Chris Lattner · 16 years ago
- b0d44c3 refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 16 years ago
- dcb03f0 Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. by Rafael Espindola · 16 years ago
- 3cde760 mcstreamerize gprel32 emission. by Chris Lattner · 16 years ago
- 601ef33 mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 16 years ago
- bc69644 emit ELF .type directives through MCStreamer instead of doing it textually. by Chris Lattner · 16 years ago
- bc8f638 add symbol attribute support for the ELF .type directive. by Chris Lattner · 16 years ago
- 91dac6d emit the .size directive for global variables on ELF through mcstreamer. by Chris Lattner · 16 years ago
- 0375d2f all supported target now have aligned common support. by Chris Lattner · 16 years ago
- b1301f7 mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 16 years ago
- 685508c move the various directive enums out of the MCStreamer class by Chris Lattner · 16 years ago
- 4225a7b mcize jump table and constant pool entry labels, .local on elf, by Chris Lattner · 16 years ago
- ded9af63 teach MCAsmStreamer::EmitBytes to use .ascii and .asciz by Chris Lattner · 16 years ago
- 1386a88 Changes to fix buffering that I forgot to commit with previous patch. by Chris Lattner · 16 years ago
- a3eee3c Convert some more random-comment-printing stuff to use by Chris Lattner · 16 years ago
- 8fa0e35 add a new MCAsmStreamer::GetCommentOS method to simplify stuff by Chris Lattner · 16 years ago
- e1d8a31 rename addComment -> AddComment for consistency. by Chris Lattner · 16 years ago
- cfa5ebc3 add comment support to the rest of the directives. by Chris Lattner · 16 years ago
- 38e9219 Add the ability for MCStreamer to emit comments on the same line as directives. by Chris Lattner · 16 years ago
- 0522eb2 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 16 years ago
- 1edfeb2 don't forget to initialize an instance variable! by Chris Lattner · 16 years ago