summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* MC: Fix .octa output for APInts with BitWidth > 128David Woodhouse2014-02-01
* MC: Add support for .octaDavid Woodhouse2014-02-01
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-01
* MC: Improve the .fill directive's compatibility with GASDavid Majnemer2014-02-01
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .se...Timur Iskhodzhanov2014-01-30
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-30
* ARM: support TLS descriptor relocationsSaleem Abdulrasool2014-01-30
* ARM: support tlscall relocationsSaleem Abdulrasool2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* MC: Better management of macro argumentsDavid Majnemer2014-01-29
* MC: Clean up error paths in AsmParser::parseMacroArgumentDavid Majnemer2014-01-29
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Keep the MCSubtargetInfo in the MCRelxableFragment class.David Woodhouse2014-01-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* MC: Add a .debug section that we'll soon use to emit debug info into COFF filesTimur Iskhodzhanov2014-01-28
* Fix the DWARF EH encodings for Sparc PIC code.Jakob Stoklund Olesen2014-01-28
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* AsmParser: improve diagnostics for invalid variantsSaleem Abdulrasool2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Reverting r199886 (Prevent repetitive warnings for unrecognized processors an...Artyom Skrobov2014-01-25
* Fix known typosAlp Toker2014-01-24
* 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
* Inline trivial functions called only once or twice.Rafael Espindola2014-01-24
* Inline functions that are only called once.Rafael Espindola2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-23
* Prevent repetitive warnings for unrecognized processors and featuresArtyom Skrobov2014-01-23
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-22
* Tweak the MCExternalSymbolizer to not use the SymbolLookUp() call backKevin Enderby2014-01-21
* ARM: add tlsldo relocationKai Nacke2014-01-20
* Tweak the MCExternalSymbolizer to print references to C string literalsKevin Enderby2014-01-16
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* CommentColumn is always 40. Simplify.Rafael Espindola2014-01-16
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-15
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-14
* Fix indentation.Joerg Sonnenberger2014-01-13
* Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie2014-01-10
* Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi2014-01-09
* Prototype of skeleton type units for fissionDavid Blaikie2014-01-09
* Force emit a relocation for @gnu_indirect_function symbols so that the indirectRoman Divacky2014-01-08
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* In the ELFWriter when writing aliased (.set) symbols dont blindlyRoman Divacky2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-07
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-06
* MC: Fatally error if subtraction operand is badDavid Majnemer2014-01-06