summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* Fix PR23872: Integrated assembler error message when using .type directive wi...Gabor Ballabas2015-07-011-4/+10
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-3/+1
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-1/+3
* IAS: Use the root macro instanciation for locationFrederic Riss2015-06-251-2/+2
* [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.Toma Tabacu2015-06-251-0/+23
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-233-4/+4
* Change .thumb_set to have the same error checks as .set.Pete Cooper2015-06-221-70/+106
* Revert 240130, it caused crashes (repro in PR23900).Nico Weber2015-06-191-2/+4
* Fix header path in CMake. NFC.Pete Cooper2015-06-191-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-193-4/+4
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* Create a MCSymbolELF.Rafael Espindola2015-06-021-3/+3
* [WinCOFF] Add support for the .safeseh directiveDavid Majnemer2015-05-301-0/+17
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-302-19/+19
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-4/+3
* There is only one current section.Rafael Espindola2015-05-272-6/+10
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-212-4/+4
* Fix warning on builds without asserts.Rafael Espindola2015-05-211-0/+1
* Remove yet another method of creating begin and end symbol for sections.Rafael Espindola2015-05-212-7/+7
* Use existing helper for adding a section. NFC.Rafael Espindola2015-05-211-3/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-184-32/+32
* [MC] Split MCBinaryExpr::Shr into LShr and AShr.Ahmed Bougacha2015-04-281-1/+1
* [MC] Move getBinOpPrecedence into AsmParser. NFC.Ahmed Bougacha2015-04-281-2/+5
* [MC] [IAS] Add support for the \@ .macro pseudo-variable.Toma Tabacu2015-04-271-29/+53
* [mips] [IAS] Implement the .asciiz directive.Toma Tabacu2015-04-211-0/+4
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Use a comma after the unique keyword.Rafael Espindola2015-04-061-0/+3
* Implement unique sections with an unique ID.Rafael Espindola2015-04-041-3/+8
* 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-162-6/+6
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-092-2/+2
* MC: Allow multiple comma-separated expressions on the .uleb128 directive.Benjamin Kramer2015-02-191-9/+15
* Add r228980 back.Rafael Espindola2015-02-171-2/+12
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Revert a series of commits starting at r228886 which is triggering someChandler Carruth2015-02-131-12/+2
* Add support for having multiple sections with the same name and comdat.Rafael Espindola2015-02-121-2/+12
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-42/+4
* 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
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-4/+4
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-1/+1
* Add const. NFC.Rafael Espindola2014-11-111-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
* [mips] Print warning when using register names not available in N32/64Daniel Sanders2014-10-031-0/+4
OpenPOWER on IntegriCloud