summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Directly print to a raw_ostream instead of printing to a buffer first.Benjamin Kramer2011-06-18
* MC: Allow .common as alias for .comm assembler directive. PR10116.Hans Wennborg2011-06-18
* * Override the "EmitBytes" function, since it can sneak values in that way.Bill Wendling2011-06-18
* Remove false assertion.Bill Wendling2011-06-17
* Disable for another investigation.Bill Wendling2011-06-17
* Support only DwarfCFI or SjLj exception handling in LSDA decoder.Bill Wendling2011-06-17
* SjLj exception handling LSDA decoding support wasn't represented correctly. UseBill Wendling2011-06-17
* Disable to investigate ARM failure.Bill Wendling2011-06-17
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-17
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-17
* Remove a useless copy of MCELFStreamer. Patch by Logan Chien!Benjamin Kramer2011-06-17
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-15
* Revert 133010. Self-hosted buildbot unhappy.Jim Grosbach2011-06-14
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-14
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-09
* Remove an uneeded switch - Turns out reloc results are identical w/o the swit...Jason W Kim2011-06-09
* Make EmitIntValue() work properly on big-endian targets.Roman Divacky2011-06-07
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-05
* Produce an undefined reference to _GLOBAL_OFFSET_TABLE_ if we have aRafael Espindola2011-06-05
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-04
* .cfi directive register parsing flexibility.Jim Grosbach2011-06-02
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-02
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-01
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-27
* Assorted fixes for Win64 EH unwind info emission:Charles Davis2011-05-27
* Start keeping track of where the various unwind instructions are in the prolog.Charles Davis2011-05-27
* Add missing break statements. Align UNWIND_INFO and RUNTIME_FUNCTION structsCharles Davis2011-05-27
* My attempt at fixing the leak reported by the valgrind buildbots. Valgrind willCharles Davis2011-05-27
* Fix inverted conditional in SaveReg and SaveXMM. Err when the frame pointer isCharles Davis2011-05-27
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-26
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-25
* Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis2011-05-25
* Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis2011-05-25
* Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis2011-05-25
* Test basic SEH directive-parsing functionality. Fix a latent bug exposed byCharles Davis2011-05-24
* Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis2011-05-24
* Propagate error correctly in the MC Asm parser for leading '$' expressions.Jim Grosbach2011-05-23
* Implement .seh_stackalloc and .seh_pushframe parsing.Charles Davis2011-05-23
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-22
* switch to using a smallvector to avoid allocations for most normal size instr...Chris Lattner2011-05-22
* tidy some things up.Chris Lattner2011-05-22
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-22
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-22
* Don't allow unaligned offsets and sizes in the Win64 EH directives.Charles Davis2011-05-22
* Don't allow .seh_handler and .seh_handlerdata directives inside chainedCharles Davis2011-05-21
* A handler for a function in the Win64 EH scheme can be both an unwind handlerCharles Davis2011-05-21
* Set the "LastFrameInst" field when streaming a .seh_setframe directive. ThisCharles Davis2011-05-21
* No reason not to allow defining the CFA as a reg w/ offset zero.Jim Grosbach2011-05-20
* Add missing leading \t when printing .cfi_def_cfa in the asmstreamer.Jim Grosbach2011-05-20