summaryrefslogtreecommitdiff
path: root/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAge
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-24
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-22
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-14
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* 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