summaryrefslogtreecommitdiff
path: root/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAge
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-24
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Set the encoding to '0' if we don't have an MAB.Bill Wendling2013-09-09
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-27
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-08
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-06
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-27
* 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