summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-05
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Add support for parsing sun-style section flags in ELFAsmParser.Venkatraman Govindaraju2014-03-01
* Remove MCPureStreamer.Rafael Espindola2014-02-27
* Reuse constants for COFF string table entry offsetsNico Rieck2014-02-25
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Asm Parser: support .error directiveSaleem Abdulrasool2014-02-23
* AsmParser: support .ifeqs directiveSaleem Abdulrasool2014-02-23
* MCAsmParser: support .ifneSaleem Abdulrasool2014-02-23
* MCAsmParser: handle space properly for .ifc/.ifncSaleem Abdulrasool2014-02-23
* MCAsmParser: add support for .err directiveSaleem Abdulrasool2014-02-23
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-22
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-22
* Remove dead declarationSylvestre Ledru2014-02-21
* AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.Benjamin Kramer2014-02-20
* 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