summaryrefslogtreecommitdiff
path: root/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAge
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* MCStreamer: Also clear vector of W64UnwindInfos on reset().Charles Davis2013-05-07
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Change NULL to 0.Jakub Staszak2013-03-18
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* ELF symbol table field st_other support, Jack Carter2013-02-19
* This patch just fixes up various llvm formattingJack Carter2013-02-12
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas2013-01-04
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-25
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-24
* Move a bit of duplicated code into a helper function.Rafael Espindola2012-11-24
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-24
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-23
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-15
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-08
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Bump SmallString to the minimum required amount for raw_ostream to avoid allo...Benjamin Kramer2012-02-23
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-23
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-09
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-07
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Twinify.Benjamin Kramer2011-11-05
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-05
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Initialize member variable.Benjamin Kramer2011-08-25
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-24
* Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola2011-08-02
* Add a method to set compact unwind encoding information in a frame.Bill Wendling2011-07-19
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Make EmitIntValue() work properly on big-endian targets.Roman Divacky2011-06-07
* Start keeping track of where the various unwind instructions are in the prolog.Charles 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
* Test basic SEH directive-parsing functionality. Fix a latent bug exposed byCharles Davis2011-05-24
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-22
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-22