summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* MCParser: add a single token lookaheadSaleem Abdulrasool2014-02-09
* AsmParser: Simplify code with ArrayRef.Benjamin Kramer2014-02-09
* AsmParser: Parse (and ignore) nested .macro definitions.Benjamin Kramer2014-02-09
* Always create a temporary symbol to use with the cfi frame.Rafael Espindola2014-02-07
* doesSectionRequireSymbols is meaningless on ELF, remove.Rafael Espindola2014-02-06
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Every target uses .align. Simplify.Rafael Espindola2014-02-04
* Use the default values.Rafael Espindola2014-02-04
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-04
* 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