- 530ce85 Fix Whitespace. by Michael J. Spencer · 15 years ago
- 3d89823 MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for something else. by Michael J. Spencer · 15 years ago
- b91bac6 Add support for a fill value in the .zero directive. by Rafael Espindola · 15 years ago
- a68d004 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
- 87f77b5 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 15 years ago
- e46564a This is the last major patch to implement support for the .loc directive by Kevin Enderby · 15 years ago
- c768287 Test commit - Deleted some whitespace at the end of a line. by Jan Wen Voung · 15 years ago
- b44fd24 change the protocol TargetAsmPArser::MatchInstruction method to take an by Chris Lattner · 15 years ago
- c758311 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
- 2af1653 MC/AsmParser: Support .single and .double for embedding floating point literals. by Daniel Dunbar · 15 years ago
- 2bb9504d fix rdar://8456417 - llvm-mc can't do basic math by Chris Lattner · 15 years ago
- f0591c1 Implement support for .local and its "interesting" interactions with .comm. by Rafael Espindola · 15 years ago
- baad46c Fix an MSVC warning. by Daniel Dunbar · 15 years ago
- 55f1667 MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the by Daniel Dunbar · 15 years ago
- 922e3f4 Add support for the .zero directive. by Rafael Espindola · 15 years ago
- f667d92 Add a InitSections method to the streamer interface. by Rafael Espindola · 15 years ago
- 12d73d1 Add support for leb128 of absolute expressions. by Rafael Espindola · 15 years ago
- a2a9d16 fix the asmparser so that the target is responsible for skipping to by Chris Lattner · 15 years ago
- e5444a8 llvm-mc: Don't crash when using -n and we see a directive before the initial section. by Daniel Dunbar · 15 years ago
- 43325c4 llvm-mc: Make sure we exit != 0 if any errors are encountered. by Daniel Dunbar · 15 years ago
- 91689c1 change the MC "ParseInstruction" interface to make it the by Chris Lattner · 15 years ago
- a71ab07 Change the parsing of .loc back to allow the LineNumber field to be optional as by Kevin Enderby · 15 years ago
- 1264b7c First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
- 2476432 MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support by Daniel Dunbar · 15 years ago
- 3b96ffd MC/Parser: Accept leading dollar signs in identifiers. by Daniel Dunbar · 15 years ago
- 2ecc3bb MC/AsmParser: Push the burdon of emitting diagnostics about unmatched by Daniel Dunbar · 15 years ago
- 2eca025 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 15 years ago
- d215976 MC/AsmParser: Fix a bug in macro argument parsing, which was dropping by Daniel Dunbar · 15 years ago
- b759a13 MC: Destroy Macro instances. by Daniel Dunbar · 15 years ago
- e5930f1 Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago
- 20b0264 Make .align parse correctly on platforms where .align is measured in bytes. by Eli Friedman · 15 years ago
- 8897d47 MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't by Daniel Dunbar · 15 years ago
- 40a564f MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token by Daniel Dunbar · 15 years ago
- 6fb1c3a MC/AsmParser: Add macro argument substitution support. by Daniel Dunbar · 15 years ago
- 4323571 MC/AsmParser: Add basic support for macro instantiation. by Daniel Dunbar · 15 years ago
- c1f58ec MC/AsmParser: Add basic parsing support for .macro definitions. by Daniel Dunbar · 15 years ago
- 828984f MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't by Daniel Dunbar · 15 years ago
- d8a1845 MC/AsmParser: Use Error() instead of calling PrintMessage() directly. by Daniel Dunbar · 15 years ago
- 2a2c6cf MC/AsmParser: Hide the AsmParser implementation. by Daniel Dunbar · 15 years ago
- 01e3607 MC/AsmParser: Lift Run() and TargetParser to base class. by Daniel Dunbar · 15 years ago
- c2b3675 fix indentation and 80 cols by Chris Lattner · 15 years ago
- 92d8998 Don't pass StringRef by reference. by Benjamin Kramer · 15 years ago
- ab058b8 MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp. by Daniel Dunbar · 15 years ago
- 0cb91cf MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp. by Daniel Dunbar · 15 years ago
- a5bf6b6 MC/AsmParser: Move .section parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
- aa59cf2 MC/AsmParser: Move special section directive parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
- 80be44a MC/AsmParser: Add a basic ELFAsmParser extension. by Daniel Dunbar · 15 years ago
- 101c14c MC/AsmParser: Inline AsmParser::CreateSymbol into callers. by Daniel Dunbar · 15 years ago
- d388c93 MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
- 63a379d MC/AsmParser: Move .desc parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
- b992f1a MC/AsmParser: Move .lsym parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
- ae9da14 MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. by Daniel Dunbar · 15 years ago
- c501108 MC/AsmParser: Add a DarwinAsmParser extension. by Daniel Dunbar · 15 years ago
- dd41dcf MC/AsmParser: Switch a bunch of directive parsing to use accessors. by Daniel Dunbar · 15 years ago
- 8603340 MCAsmParser: Pull some directive handling out into a helper class, and change by Daniel Dunbar · 15 years ago
- cc21af1 MC/AsmParser: Switch some directive parsing to use accessor methods. by Daniel Dunbar · 15 years ago
- af3d1de MC: Add MCAsmParserExtension, a base class for all the target/object specific by Daniel Dunbar · 15 years ago
- 4be8f2f MC: Move AsmParser::TokError to MCAsmParser(). by Daniel Dunbar · 15 years ago
- 41b4a6b Convert some tab stops into spaces. by Duncan Sands · 15 years ago
- 082d0fd Added the darwin .weak_def_can_be_hidden directive. by Kevin Enderby · 15 years ago
- 0e98075 MC: Fix some stray hunks I didn't intend to commit. by Daniel Dunbar · 15 years ago
- 02877d6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 15 years ago
- 0aa4365 MC: Fix an error message. by Daniel Dunbar · 15 years ago
- 5667a08 Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr. by Duncan Sands · 15 years ago
- e233dda Added the darwin .secure_log_unique and .secure_log_reset directives. by Kevin Enderby · 15 years ago
- 6738a2e llvm-mc: Use EmitIntValue where possible, which makes the API calls from the AsmParser and CodeGen line up better. by Daniel Dunbar · 16 years ago
- 8271d1bb llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the input much more closely, and also makes the API calls from the AsmParser and CodeGen line up better. by Daniel Dunbar · 16 years ago
- ec9d6fa Add support for parsing the ELF .type assembler directive. by Matt Fleming · 16 years ago
- 7cbfa44 fix rdar://7986634 - match instruction opcodes case insensitively. by Chris Lattner · 16 years ago
- 5c87be7 Make EmitTBSSSymbol take a section argument so that we can find it later. by Eric Christopher · 16 years ago
- 0510b48 Added support in MC for Directional Local Labels. by Kevin Enderby · 16 years ago
- 9635b3d More data/parsing support for tls directives. Add a few more testcases by Eric Christopher · 16 years ago
- bb166be MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sections, not all sections in the text segment. by Daniel Dunbar · 16 years ago
- 9b4a824 llvm-mc: Support reassignment of variables in one special case, when the by Daniel Dunbar · 16 years ago
- 68b1bbe Assume that we'll handle mangling the symbols earlier and just put the by Eric Christopher · 16 years ago
- 9fb6bb0 Add AsmParser support for darwin tbss directive. by Eric Christopher · 16 years ago
- bc81885 Fix a couple of typos. by Eric Christopher · 16 years ago
- 8cb4728 fix rdar://7965971 and a fixme: use ParseIdentifier in by Chris Lattner · 16 years ago
- deb7ba9 MC: Reject attempts to define a variable symbol. by Daniel Dunbar · 16 years ago
- 7a989da MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. by Daniel Dunbar · 16 years ago
- ce0c1e1 llvm-mc: Fix case were we would skip a line in the .s file after an instruction by Daniel Dunbar · 16 years ago
- 926885c refactor .if handling code a bit. by Chris Lattner · 16 years ago
- 6b55cb9 implement mc asmparser support for '.', which gets the by Chris Lattner · 16 years ago
- 2073112 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 16 years ago
- 3b21e4d Give AsmParser an option to control whether it finalizes the stream. New demo: by Chris Lattner · 16 years ago
- 9897043 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 16 years ago
- 5599256 MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. by Daniel Dunbar · 16 years ago
- 322fec6 llvm-mc: Support -n, useful for comparing -integrated-as output since the by Daniel Dunbar · 16 years ago
- 7e3283c Remove unneeded includes. by Daniel Dunbar · 16 years ago
- b973ea8 eliminate MCContext::CreateSymbol and CreateTemporarySymbol. by Chris Lattner · 16 years ago
- bb592eb pass in more section kinds, enough to get the .align 0x90 by Chris Lattner · 16 years ago
- 7f99302 This is a patch to the assembler frontend to detect when aligning a text by Kevin Enderby · 16 years ago
- d0c6d36 MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we avoid fixups for obvious cases like '-(16)'. by Daniel Dunbar · 16 years ago
- d45adf2 wirte up .file and .file to the mc asmparser. by Chris Lattner · 16 years ago
- 807a3bc fix a parsing problem on instructions like: by Chris Lattner · 16 years ago
- 685508c move the various directive enums out of the MCStreamer class by Chris Lattner · 16 years ago
- 5b0e01c move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 16 years ago[Renamed (99%) from llvm/tools/llvm-mc/AsmParser.cpp]
- 00646cf create a new MCParser library and move some stuff into it. by Chris Lattner · 16 years ago
- 7a77eae Moved handling of inclusion from the AsmLexer to by Sean Callanan · 16 years ago
- 177934e Changed the AsmParser to handle error messages itself by Sean Callanan · 16 years ago