- f8cd708 Reapply 131644 including the missing header changes: by Joerg Sonnenberger · 14 years ago
- 8bd71a1 Revert r131644; it's breaking the build. by Eli Friedman · 14 years ago
- bae1c92 Introduce -fatal-assembler-warnings for the obvious purpose by Joerg Sonnenberger · 14 years ago
- f9efd83 Parsing and plumbing for .cfi_sections. by Rafael Espindola · 14 years ago
- 6db7fe8 MC/AsmParser: Generalize a check. by Daniel Dunbar · 14 years ago
- 3f3bf93 Reduce clutter in asm output. Do not emit source location as comment for each instruction. by Devang Patel · 14 years ago
- 066c2f4 Be consistent about being virtual and returning void in the cfi methods. by Rafael Espindola · 14 years ago
- 5d7dcd3 Remove LastOffset from the asm parser. by Rafael Espindola · 14 years ago
- 25f492e Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. by Rafael Espindola · 14 years ago
- c575439 Implement .cfi_same_value. by Rafael Espindola · 14 years ago
- f3755b2 To avoid printing out multiple error messages for cases like: by Eric Christopher · 14 years ago
- a61842b Implement cfi_rel_offset by Rafael Espindola · 14 years ago
- 53abbe5 implement .cfi_adjust_cfa_offset. by Rafael Espindola · 14 years ago
- ce8463f Add support for .skip. Patch by Roman Divacky. Fixes PR9361. by Rafael Espindola · 14 years ago
- 360d8d7 Added support symbolic floating point constants in the MC assembler for Infinity by Kevin Enderby · 14 years ago
- 8b2b43c MC: Improve some diagnostics on uses of '.' pseudo-symbol. by Daniel Dunbar · 14 years ago
- 0143ac1 Tidyness. by Daniel Dunbar · 14 years ago
- 93c65e6 Restore r125595 (reverted in r126336) with modifications: by Joerg Sonnenberger · 14 years ago
- 33b7beb Revert r125595, which is an X86-only undocumented assembly syntax extension by Jim Grosbach · 14 years ago
- 738a00e Add support for parsing [expr]. by Roman Divacky · 14 years ago
- de2f5f4 More whitespace cleanup... by Jim Grosbach · 14 years ago
- 0fd90bc Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenberger. by Benjamin Kramer · 15 years ago
- 720b918 Do not sign extend floating-point values in the asm parser. by Bob Wilson · 15 years ago
- bb6d14f by Roman Divacky · 15 years ago
- f6fbd84 Error on all .code* directives instead of just .code16 as they by Roman Divacky · 15 years ago
- cb72780 Error on .code16 instead of producing wrong (32bit) code. by Roman Divacky · 15 years ago
- 14e6655 Add support for parsing .float by Roman Divacky · 15 years ago
- 4c4c732 PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! by Nico Weber · 15 years ago
- 54b0f4f by Roman Divacky · 15 years ago
- 69c4ef3 Add support for parsing a Real value. It stores the Real value as its binary by Bill Wendling · 15 years ago
- 4121e8a Make sure to propogate the error code when we fail to parse a modifier. by Jim Grosbach · 15 years ago
- caf1158 Correctly encode pcrel|indirect. by Rafael Espindola · 15 years ago
- b40a71f Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks by Rafael Espindola · 15 years ago
- fe024d0 Implement .cfi_remember_state and .cfi_restore_state. by Rafael Espindola · 15 years ago
- bdc3167 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
- 3a83c40 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
- d7c8cca Add basic support for .cfi_personality. by Rafael Espindola · 15 years ago
- d82ed5b In llvm-mc parse a Hash token as a full line comment. Allows handling of by Kevin Enderby · 15 years ago
- 476b242 Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
- cdfecc8 Add basic CFI methods to the streamer interface. by Rafael Espindola · 15 years ago
- e8e98d7 Added support for the Mach-O .symbol_resolver directive. rdar://8673046 by Kevin Enderby · 15 years ago
- 435279b Add support for .int. by Rafael Espindola · 15 years ago
- 110f22a Add support for .2byte, .4byte and .8byte. Fixes PR8631. by Rafael Espindola · 15 years ago
- af6b5808 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
- 1fdfbc4 Parse and ignore some .cfi_* directives. by Rafael Espindola · 15 years ago
- db9835d Fix PR8565. by Rafael Espindola · 15 years ago
- c50a0fd Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 15 years ago
- e1a2587 Mark labels declared in tls sections as STT_TLS. This matches the behavior of by Rafael Espindola · 15 years ago
- 603abd5 Fix typo. by Daniel Dunbar · 15 years ago
- 3ff5709 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
- cc3acee Add support for .value. by Rafael Espindola · 15 years ago
- 787c337 Add support for the .string directive. by Rafael Espindola · 15 years ago
- f9d1752 Use the IDVal directly as there's no need to convert to std::string. by Roman Divacky · 15 years ago
- 50e7a78 Implement .equ directive as a synonym to .set. by Roman Divacky · 15 years ago
- b1e0f76 MC/AsmParser: Fix relative precedence of {+,-} and comparison ops. by Daniel Dunbar · 15 years ago
- 1cd9708 Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three by Chandler Carruth · 15 years ago
- 138abae MC/AsmParser: Report .stabs directive as unsupported. by Daniel Dunbar · 15 years ago
- 7d49004 MC-COFF: Add COFFAsmParser. Completes PR8343. by Michael J. Spencer · 15 years ago
- c0c8df3 Fix Whitespace. by Michael J. Spencer · 15 years ago
- e90ea13 MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for something else. by Michael J. Spencer · 15 years ago
- e452b17 Add support for a fill value in the .zero directive. by Rafael Espindola · 15 years ago
- 3f55c24 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
- 083cf15 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 15 years ago
- c095793 This is the last major patch to implement support for the .loc directive by Kevin Enderby · 15 years ago
- a854a4b Test commit - Deleted some whitespace at the end of a line. by Jan Wen Voung · 15 years ago
- 7036f8b change the protocol TargetAsmPArser::MatchInstruction method to take an by Chris Lattner · 15 years ago
- d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
- b95a079 MC/AsmParser: Support .single and .double for embedding floating point literals. by Daniel Dunbar · 15 years ago
- f7d4da0 fix rdar://8456417 - llvm-mc can't do basic math by Chris Lattner · 15 years ago
- f7c10a3 Implement support for .local and its "interesting" interactions with .comm. by Rafael Espindola · 15 years ago
- f3f95c9 Fix an MSVC warning. by Daniel Dunbar · 15 years ago
- cceba83 MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the by Daniel Dunbar · 15 years ago
- 2ea2ac7 Add support for the .zero directive. by Rafael Espindola · 15 years ago
- d80781b Add a InitSections method to the streamer interface. by Rafael Espindola · 15 years ago
- b98ac2a Add support for leb128 of absolute expressions. by Rafael Espindola · 15 years ago
- cbf8a98 fix the asmparser so that the target is responsible for skipping to by Chris Lattner · 15 years ago
- 1ab6f2f llvm-mc: Don't crash when using -n and we see a directive before the initial section. by Daniel Dunbar · 15 years ago
- 93bd4d1 llvm-mc: Make sure we exit != 0 if any errors are encountered. by Daniel Dunbar · 15 years ago
- 34e5314 change the MC "ParseInstruction" interface to make it the by Chris Lattner · 15 years ago
- 6d8f1a9 Change the parsing of .loc back to allow the LineNumber field to be optional as by Kevin Enderby · 15 years ago
- c1840b3 First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
- e17edff MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support by Daniel Dunbar · 15 years ago
- 1f1b865 MC/Parser: Accept leading dollar signs in identifiers. by Daniel Dunbar · 15 years ago
- f1e29d4 MC/AsmParser: Push the burdon of emitting diagnostics about unmatched by Daniel Dunbar · 15 years ago
- 3c14ca4 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 15 years ago
- e25c6b9 MC/AsmParser: Fix a bug in macro argument parsing, which was dropping by Daniel Dunbar · 15 years ago
- 5649130 MC: Destroy Macro instances. by Daniel Dunbar · 15 years ago
- 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago
- 5d68ec2 Make .align parse correctly on platforms where .align is measured in bytes. by Eli Friedman · 15 years ago
- 1edf6ca MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't by Daniel Dunbar · 15 years ago
- 6a46d57 MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token by Daniel Dunbar · 15 years ago
- 7a570d0 MC/AsmParser: Add macro argument substitution support. by Daniel Dunbar · 15 years ago
- c64a0d7 MC/AsmParser: Add basic support for macro instantiation. by Daniel Dunbar · 15 years ago
- 6d8cf08 MC/AsmParser: Add basic parsing support for .macro definitions. by Daniel Dunbar · 15 years ago
- 3c802de MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't by Daniel Dunbar · 15 years ago
- 275ce39 MC/AsmParser: Use Error() instead of calling PrintMessage() directly. by Daniel Dunbar · 15 years ago
- aef87e3 MC/AsmParser: Hide the AsmParser implementation. by Daniel Dunbar · 15 years ago
- d1e3b44 MC/AsmParser: Lift Run() and TargetParser to base class. by Daniel Dunbar · 15 years ago
- a955853 fix indentation and 80 cols by Chris Lattner · 15 years ago
- 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 15 years ago