Remove more superfluous .str() and replace std::string concatenation with Twine.
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-18 Sid ManningAdd support for .ifnes psuedo-op.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-02-19 Benjamin KramerMC: Allow multiple comma-separated expressions on the...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-24 Saleem AbdulrasoolIAS: correct debug line info for asm macros
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-03 Benjamin KramerMCParser: Modernize memory handling.
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-09-02 Alexey SamsonovFix left shifts by too large exponents in MCParser
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Rafael EspindolaRemove unused argument.
2014-08-26 Joerg SonnenbergerConvert MC command line option for fatal assembler...
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-20 Alexey SamsonovDon't allow MCStreamer::EmitIntValue to output 0-byte...
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-17 Rafael EspindolaRemove unused member variable.
2014-08-04 Kevin EnderbyEnable Darwin vararg parameters support in assembler...
2014-07-24 Nico WeberLet the integrated assembler understand .exitm, PR20426.
2014-07-24 Nico WeberRemove unused field MacroInstantiation::TheMacro. No...
2014-07-24 Nico WeberLet the integrated assembler understand .warning, PR20428.
2014-07-17 Nico Weberms inline asm: Don't add x86 segment registers to the...
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-23 David MajnemerMC: Cleanup parseMSInlineAsm
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-18 Saleem AbdulrasoolMCAsmParser: full support for gas' '.if{cond} expressio...
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-05-22 Saleem AbdulrasoolMC: initialise MCAsmParser variable
2014-05-21 Saleem AbdulrasoolMC: loosen an overzealous assertion
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Stepan DyatkovskiyIntegrated assbemler, macros: added 'vararg' argument...
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-03-21 Arnaud A. de Grand... Remove some dead assignements found by scan-build
2014-03-21 Saleem AbdulrasoolMCParser: add an assertion
2014-03-17 Saleem AbdulrasoolMC: change runtime check to an assertion
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-13 David BlaikieMCDwarf: Simplify MCDwarfFile to just use std::string...
2014-03-13 David BlaikieMCDwarf: Simply MCDwarfFile since it really is just...
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-13 Saleem AbdulrasoolMC: fix silly typo
2014-03-13 Saleem AbdulrasoolMC: fix possible NULL pointer dereference
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ted KremenekRemove unreachable 'return true' always dominated by...
2014-03-06 Reid KlecknerMS asm: The initial dot in struct access is optional
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-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-09 Benjamin KramerAsmParser: Simplify code with ArrayRef.
2014-02-09 Benjamin KramerAsmParser: Parse (and ignore) nested .macro definitions.
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-29 David MajnemerMC: Better management of macro arguments
2014-01-29 David MajnemerMC: Clean up error paths in AsmParser::parseMacroArgument
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-26 Saleem AbdulrasoolAsmParser: improve diagnostics for invalid variants
2014-01-24 Alp TokerFix known typos
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
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
2013-12-28 Saleem AbdulrasoolAsmParser: cleanup diagnostics for .rep/.rept
2013-12-28 Saleem AbdulrasoolIAS: support .rep as an alias for .rept
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-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-12-09 Rafael EspindolaUse a more direct check for finding out the file type.
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
2013-10-04 Jack Carterreverting per request
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
next