[C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES from the rest of
[oota-llvm.git] / lib / MC /
2014-03-01 Venkatraman Govind... Add support for parsing sun-style section flags in...
2014-02-27 Rafael EspindolaRemove MCPureStreamer.
2014-02-25 Nico RieckReuse constants for COFF string table entry offsets
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-23 Saleem AbdulrasoolAsm Parser: support .error directive
2014-02-23 Saleem AbdulrasoolAsmParser: support .ifeqs directive
2014-02-23 Saleem AbdulrasoolMCAsmParser: support .ifne
2014-02-23 Saleem AbdulrasoolMCAsmParser: handle space properly for .ifc/.ifnc
2014-02-23 Saleem AbdulrasoolMCAsmParser: add support for .err directive
2014-02-22 Nico RieckMC: Support COFF string tables larger than 10MB
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-21 Sylvestre LedruRemove dead declaration
2014-02-20 Benjamin KramerAsmParser: Disable Darwin-style macro argument expansio...
2014-02-19 Saleem AbdulrasoolMCAsmParser: support required parameters
2014-02-19 Saleem AbdulrasoolMCAsmParser: change representation of MCAsmMacroParameter
2014-02-17 Anders WaldenborgAdd support for assigning to . in AsmParser.
2014-02-17 Saleem AbdulrasoolMCAsmParser: better handling for named arguments
2014-02-16 Saleem AbdulrasoolMCAsmParser: relax declaration parsing
2014-02-14 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-14 Diego NovilloSupport DWARF discriminators in object streamer.
2014-02-14 Eric ChristopherRevert "DebugInfo: Don't include the name of the CU...
2014-02-14 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-13 Rafael EspindolaUse __literal16. It has been supported by the linker...
2014-02-13 Diego NovilloFix generation of 'isa' and 'discriminator' keywords.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-09 Saleem AbdulrasoolMCParser: add a single token lookahead
2014-02-09 Benjamin KramerAsmParser: Simplify code with ArrayRef.
2014-02-09 Benjamin KramerAsmParser: Parse (and ignore) nested .macro definitions.
2014-02-07 Rafael EspindolaAlways create a temporary symbol to use with the cfi...
2014-02-06 Rafael EspindoladoesSectionRequireSymbols is meaningless on ELF, remove.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-04 Rafael EspindolaEvery target uses .align. Simplify.
2014-02-04 Rafael EspindolaUse the default values.
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-02-01 David WoodhouseMC: Fix .octa output for APInts with BitWidth > 128
2014-02-01 David WoodhouseMC: Add support for .octa
2014-02-01 David WoodhouseMC: Add AsmLexer::BigNum token for integers greater...
2014-02-01 David MajnemerMC: Improve the .fill directive's compatibility with GAS
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-30 Timur IskhodzhanovFix PR18381 - print a minimal diagnostic rather than...
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-30 Saleem AbdulrasoolARM: support TLS descriptor relocations
2014-01-30 Saleem AbdulrasoolARM: support tlscall relocations
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-29 David MajnemerMC: Better management of macro arguments
2014-01-29 David MajnemerMC: Clean up error paths in AsmParser::parseMacroArgument
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-28 David WoodhouseKeep the MCSubtargetInfo in the MCRelxableFragment...
2014-01-28 David WoodhouseModify MCObjectStreamer EmitInstTo* interface
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Timur IskhodzhanovMC: Add a .debug section that we'll soon use to emit...
2014-01-28 Jakob Stoklund OlesenFix the DWARF EH encodings for Sparc PIC code.
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-26 Saleem AbdulrasoolAsmParser: improve diagnostics for invalid variants
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-25 Artyom SkrobovReverting r199886 (Prevent repetitive warnings for...
2014-01-24 Alp TokerFix known typos
2014-01-24 Rafael EspindolaSimplify the logic for deciding when to initialize...
2014-01-24 Rafael EspindolaMost streamers' InitSections just create a text section...
2014-01-24 Rafael EspindolaInline trivial functions called only once or twice.
2014-01-24 Rafael EspindolaInline functions that are only called once.
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-23 Rafael EspindolaRemove duplicated info on what .text, .data and .bss...
2014-01-23 Artyom SkrobovPrevent repetitive warnings for unrecognized processors...
2014-01-22 Greg FitzgeraldFix inline assembly that switches between ARM and Thumb...
2014-01-21 Kevin EnderbyTweak the MCExternalSymbolizer to not use the SymbolLoo...
2014-01-20 Kai NackeARM: add tlsldo relocation
2014-01-16 Kevin EnderbyTweak the MCExternalSymbolizer to print references...
2014-01-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2014-01-16 Rafael EspindolaCommentColumn is always 40. Simplify.
2014-01-15 David PeixottoFix parsing of .symver directive on ARM
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-13 Joerg SonnenbergerFix indentation.
2014-01-10 David BlaikieRevert "Revert r198851, "Prototype of skeleton type...
2014-01-09 NAKAMURA TakumiRevert r198851, "Prototype of skeleton type units for...
2014-01-09 David BlaikiePrototype of skeleton type units for fission
2014-01-08 Roman DivackyForce emit a relocation for @gnu_indirect_function...
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2014-01-07 Roman DivackyIn the ELFWriter when writing aliased (.set) symbols...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Saleem AbdulrasoolMCParser: introduce Note and use it for ARM AsmParser
2014-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2014-01-06 David MajnemerMC: Fatally error if subtraction operand is bad
2014-01-03 Reid KlecknerRevert "For disassembly when adding a symbolic operand...
2014-01-03 Kevin EnderbyFor disassembly when adding a symbolic operand that...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-28 Saleem AbdulrasoolAsmParser: cleanup diagnostics for .rep/.rept
2013-12-28 Saleem AbdulrasoolIAS: support .rep as an alias for .rept
2013-12-20 Timur Iskhodzhanovclang-format a couple of mis-formatted functions
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-12-19 David PeixottoAdd a finishParse() callback to the targer asm parser
2013-12-18 Saleem AbdulrasoolAsmParser: add support for .end directive
2013-12-17 Reid KlecknerMC COFF: Emit the 'b' section flag for .bss sections...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
next