summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAge
* Add support for a fill value in the .zero directive.Rafael Espindola2010-10-05
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-04
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-30
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-30
* Test commit - Deleted some whitespace at the end of a line.Jan Wen Voung2010-09-30
* change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner2010-09-29
* Make sure .text doesn't produce extra alignment.Rafael Espindola2010-09-27
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-24
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-24
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24
* fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner2010-09-22
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-21
* Fix an MSVC warning.Daniel Dunbar2010-09-17
* MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar2010-09-17
* Make sure that names like .note.GNU-stack are accepted as valid section names.Rafael Espindola2010-09-16
* Add support for the .zero directive.Rafael Espindola2010-09-16
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Add support for leb128 of absolute expressions.Rafael Espindola2010-09-11
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-11
* llvm-mc: Don't crash when using -n and we see a directive before the initial ...Daniel Dunbar2010-09-09
* llvm-mc: Make sure we exit != 0 if any errors are encountered.Daniel Dunbar2010-09-09
* change the MC "ParseInstruction" interface to make it the Chris Lattner2010-09-08
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Change the parsing of .loc back to allow the LineNumber field to be optional asKevin Enderby2010-08-24
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-24
* MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to supportDaniel Dunbar2010-08-24
* MC/Parser: Accept leading dollar signs in identifiers.Daniel Dunbar2010-08-24
* fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner2010-08-24
* MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar2010-08-12
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-11
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-11
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-10
* MC: Destroy Macro instances.Daniel Dunbar2010-07-29
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-28
* Add some more handlers for ELF section directives.Matt Fleming2010-07-20
* TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar2010-07-19
* Make .align parse correctly on platforms where .align is measured in bytes.Eli Friedman2010-07-19
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-18
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-18
* MC/AsmParser: Add macro argument substitution support.Daniel Dunbar2010-07-18
* MC/AsmParser: Add basic support for macro instantiation.Daniel Dunbar2010-07-18
* MC/AsmParser: Add basic parsing support for .macro definitions.Daniel Dunbar2010-07-18
* MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don'tDaniel Dunbar2010-07-18
* MC/AsmParser: Use Error() instead of calling PrintMessage() directly.Daniel Dunbar2010-07-18
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-18
* MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar2010-07-18
* Start of .sleb128/.uleb128 parsing support.Eli Friedman2010-07-17