Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical registe...
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-11-17 Oliver Stannard[Assembler] Allow non-fatal errors after parsing
2015-11-12 Daniel SandersImplement .reloc (constant offset only) with support...
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-09 Colin LeMahieu[AsmParser] Provide target direct access to mnemonic...
2015-11-04 Rafael EspindolaSimplify now that emitValueToOffset always returns...
2015-10-27 Reid Kleckner[ms-inline-asm] Leave alignment in bytes if the native...
2015-10-26 David Majnemer[MC] Add support for GNU as-compatible binary operator...
2015-10-16 Jim GrosbachMC: Don't crash after issuing a diagnostic.
2015-10-10 Craig TopperChange isUIntN/isIntN calls with constant N to use...
2015-10-10 Craig TopperUse range-based for loops. NFC
2015-10-10 Craig TopperUse emplace_back instead of a constructor call and...
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-08 Davide Italiano[MC/ELF] Accept zero for .align directive
2015-08-31 Vedant Kumar[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-07-27 Colin LeMahieu[llvm-mc] Add --no-warn flag with -W alias to disable...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-25 Frederic RissIAS: Use the root macro instanciation for location
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Pete CooperChange .thumb_set to have the same error checks as...
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-27 Rafael EspindolaThere is only one current section.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Rafael EspindolaFix warning on builds without asserts.
2015-05-21 Rafael EspindolaRemove yet another method of creating begin and end...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-04-28 Ahmed Bougacha[MC] Split MCBinaryExpr::Shr into LShr and AShr.
2015-04-28 Ahmed Bougacha[MC] Move getBinOpPrecedence into AsmParser. NFC.
2015-04-27 Toma Tabacu[MC] [IAS] Add support for the \@ .macro pseudo-variable.
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
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
next