aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-mc
AgeCommit message (Expand)Author
2010-04-13Add CMake support for 'edis'.Ted Kremenek
2010-04-13Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner
2010-04-12Second try at integrating the edis tester. ThisSean Callanan
2010-04-09revert r100842 which broke several of the build bots.Chris Lattner
2010-04-09Added a tester for the enhanced disassembler,Sean Callanan
2010-04-05tidy #includes.Chris Lattner
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner
2010-04-03remove some extraneous castsChris Lattner
2010-03-25llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always needDaniel Dunbar
2010-03-23llvm-mc: Support -filetype=null, for timing purposes.Daniel Dunbar
2010-03-20llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar
2010-03-20llvm-mc: Fix memory leak of MCAsmInfo.Daniel Dunbar
2010-03-19llvm-mc: Fix target selection for --disassemble to use GetTarget.Daniel Dunbar
2010-03-19fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner
2010-03-13llvm-mc: Delete output files on error.Daniel Dunbar
2010-03-13llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar
2010-03-13llvm-mc: Support -arch as a simplified form of -triple.Daniel Dunbar
2010-03-12remove MAI argument from createAsmStreamer since itChris Lattner
2010-03-11change MCContext to always have an MCAsmInfo.Chris Lattner
2010-03-11MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar
2010-02-12give MCCodeEmitters access to the current MCContext.Chris Lattner
2010-02-10llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar
2010-02-09llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar
2010-02-03llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar
2010-02-03Fixed the disassembler so it accepts multipleSean Callanan
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22pass "-fasm-verbose" into createAsmStreamer.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-22move some files out of the llvm-mc tool into the MCParser library soChris Lattner
2010-01-22create a new MCParser library and move some stuff into it.Chris Lattner
2010-01-22remove some confused code that used strtoullChris Lattner
2010-01-21Moved handling of inclusion from the AsmLexer toSean Callanan
2010-01-20Changed the AsmParser to handle error messages itselfSean Callanan
2010-01-20Promoted the reference to the SourceMgr from AsmLexerSean Callanan
2010-01-20Modified MCAsmLexer to return error information upwardSean Callanan
2010-01-20give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner
2010-01-19Promoted the getTok() method to MCAsmParser so thatSean Callanan
2010-01-19Added a Lex function to the AsmParser, to allow handlingSean Callanan
2010-01-19Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner
2010-01-19add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner
2010-01-19fix parsing .comm directives on systems which do not represent alignmentsChris Lattner
2010-01-15fix a bug in range information for $42, eliminate an Chris Lattner
2010-01-15extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner
2010-01-14add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner
2010-01-14Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner
2010-01-14prune #includes in TargetAsmParser.hChris Lattner
2009-12-28Mark some debug variables as 'unused' to quiet compiler and analyzer.Bill Wendling
2009-12-22rename HexDisassembler -> Disassembler, it works on any inputChris Lattner
2009-12-22just discard the debug output from the disassembler.Chris Lattner
2009-12-22specify what is invalid about itChris Lattner