- 3f56104 Tidyness. by Daniel Dunbar · 15 years ago
- afb36fa Restore r125595 (reverted in r126336) with modifications: by Joerg Sonnenberger · 15 years ago
- 0c03a3a Revert r125595, which is an X86-only undocumented assembly syntax extension by Jim Grosbach · 15 years ago
- 4e0f495 Add support for parsing [expr]. by Roman Divacky · 15 years ago
- 01af6c4 More whitespace cleanup... by Jim Grosbach · 15 years ago
- 7b7caf5 Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenberger. by Benjamin Kramer · 15 years ago
- 813bdf6 Do not sign extend floating-point values in the asm parser. by Bob Wilson · 15 years ago
- 9a58919 by Roman Divacky · 15 years ago
- bd59dff Error on all .code* directives instead of just .code16 as they by Roman Divacky · 15 years ago
- cd9ae95 Error on .code16 instead of producing wrong (32bit) code. by Roman Divacky · 15 years ago
- 7e9e290 Add support for parsing .float by Roman Divacky · 15 years ago
- 4ada0d9 PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! by Nico Weber · 15 years ago
- ed5efb4 by Roman Divacky · 15 years ago
- cdbf17b Add support for parsing a Real value. It stores the Real value as its binary by Bill Wendling · 15 years ago
- 493c0fb Make sure to propogate the error code when we fail to parse a modifier. by Jim Grosbach · 15 years ago
- 46a5b05 Correctly encode pcrel|indirect. by Rafael Espindola · 15 years ago
- 290d716 Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks by Rafael Espindola · 15 years ago
- 85d9198 Implement .cfi_remember_state and .cfi_restore_state. by Rafael Espindola · 15 years ago
- 1de2dd0 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
- 2ac8355 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
- 9141b61 Add basic support for .cfi_personality. by Rafael Espindola · 15 years ago
- fa3c6f1 In llvm-mc parse a Hash token as a full line comment. Allows handling of by Kevin Enderby · 15 years ago
- 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
- 3c227b0 Add basic CFI methods to the streamer interface. by Rafael Espindola · 15 years ago
- 8be1441 Added support for the Mach-O .symbol_resolver directive. rdar://8673046 by Kevin Enderby · 15 years ago
- b67912d Add support for .int. by Rafael Espindola · 15 years ago
- 5c99689 Add support for .2byte, .4byte and .8byte. Fixes PR8631. by Rafael Espindola · 15 years ago
- c653a89 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
- 3bbea57 Parse and ignore some .cfi_* directives. by Rafael Espindola · 15 years ago
- 46c79ef Fix PR8565. by Rafael Espindola · 15 years ago
- f01b622 Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 15 years ago
- 84d0318 Mark labels declared in tls sections as STT_TLS. This matches the behavior of by Rafael Espindola · 15 years ago
- 8a3c3f2 Fix typo. by Daniel Dunbar · 15 years ago
- 5e87498 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
- 144fb8a Add support for .value. by Rafael Espindola · 15 years ago
- 63760ba Add support for the .string directive. by Rafael Espindola · 15 years ago
- 41e6ceb Use the IDVal directly as there's no need to convert to std::string. by Roman Divacky · 15 years ago
- fdac636 Implement .equ directive as a synonym to .set. by Roman Divacky · 15 years ago
- b3a48f3 MC/AsmParser: Fix relative precedence of {+,-} and comparison ops. by Daniel Dunbar · 15 years ago
- 1898262 Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three by Chandler Carruth · 15 years ago
- 4d99878 MC/AsmParser: Report .stabs directive as unsupported. by Daniel Dunbar · 15 years ago
- c8dbdfd MC-COFF: Add COFFAsmParser. Completes PR8343. by Michael J. Spencer · 15 years ago
- 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