summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* Add support for .ifnes psuedo-op.Sid Manning2015-03-181-10/+22
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-5/+5
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-1/+1
* MC: Allow multiple comma-separated expressions on the .uleb128 directive.Benjamin Kramer2015-02-191-9/+15
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-151-1/+1
* MC: Label definitions are permitted after .set directivesDavid Majnemer2014-12-241-0/+5
* IAS: correct debug line info for asm macrosSaleem Abdulrasool2014-12-241-4/+8
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-1/+1
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-031-9/+2
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-031-2/+9
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-2/+2
* MCParser: Modernize memory handling.Benjamin Kramer2014-10-031-37/+22
* ms-inline-asm: Add a sema callback for looking up label namesEhsan Akhgari2014-09-221-6/+18
* Fix left shifts by too large exponents in MCParserAlexey Samsonov2014-09-021-7/+8
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-4/+4
* Remove unused argument.Rafael Espindola2014-08-271-9/+6
* Convert MC command line option for fatal assembler warnings into aJoerg Sonnenberger2014-08-261-5/+1
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-6/+6
* Don't allow MCStreamer::EmitIntValue to output 0-byte integers.Alexey Samsonov2014-08-201-1/+2
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-1/+1
* Remove unused member variable.Rafael Espindola2014-08-171-10/+7
* Enable Darwin vararg parameters support in assembler macros.Kevin Enderby2014-08-041-1/+1
* Let the integrated assembler understand .exitm, PR20426.Nico Weber2014-07-241-8/+40
* Remove unused field MacroInstantiation::TheMacro. No behavior change.Nico Weber2014-07-241-11/+6
* Let the integrated assembler understand .warning, PR20428.Nico Weber2014-07-241-1/+33
* ms inline asm: Don't add x86 segment registers to the clobber list.Nico Weber2014-07-171-1/+2
* This only needs a StringRef.Rafael Espindola2014-07-061-5/+6
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-061-26/+26
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-2/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+2
* MC: Cleanup parseMSInlineAsmDavid Majnemer2014-06-231-16/+13
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-191-8/+9
* MS asm: Properly handle quoted symbol namesDavid Majnemer2014-06-191-1/+13
* MCAsmParser: full support for gas' '.if{cond} expression' directivesSaleem Abdulrasool2014-06-181-8/+41
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-19/+12
* MC: initialise MCAsmParser variableSaleem Abdulrasool2014-05-221-2/+2
* MC: loosen an overzealous assertionSaleem Abdulrasool2014-05-211-1/+2
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-16/+16
* Integrated assbemler, macros: added 'vararg' argument qualifier support.Stepan Dyatkovskiy2014-04-231-8/+32
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-1/+1
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-011-5/+9
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-211-6/+4
* MCParser: add an assertionSaleem Abdulrasool2014-03-211-1/+3
* MC: change runtime check to an assertionSaleem Abdulrasool2014-03-171-1/+2
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-171-11/+7
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-131-4/+4
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-131-1/+1
OpenPOWER on IntegriCloud