summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* MCAsmParser: support required parametersSaleem Abdulrasool2014-02-19
* MCAsmParser: change representation of MCAsmMacroParameterSaleem Abdulrasool2014-02-19
* Add support for assigning to . in AsmParser.Anders Waldenborg2014-02-17
* MCAsmParser: better handling for named argumentsSaleem Abdulrasool2014-02-17
* MCAsmParser: relax declaration parsingSaleem Abdulrasool2014-02-16
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-14
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* Revert "DebugInfo: Don't include the name of the CU file in the line table fi...Eric Christopher2014-02-14
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-14
* Use __literal16. It has been supported by the linker since 2005.Rafael Espindola2014-02-13
* Fix generation of 'isa' and 'discriminator' keywords.Diego Novillo2014-02-13
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* 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