Regen configure
[oota-llvm.git] / tools / llvm-mc /
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-10-30 Jim GrosbachAllow specifying a CPU to llvm-mc, so that we can prope...
2010-10-25 Daniel Dunbarllvm-mc: Teach -as-lex to print the raw token string...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-09-16 Daniel Dunbarllvm-mc: Teach -as-lex to print more token kinds.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-28 Chris Lattnertidy up
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-18 Daniel DunbarMC: Move several clients to using AsmParser constructor...
2010-07-18 Daniel Dunbarllvm-mc: Fix llvm-mc -as-lex.
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-06-11 Daniel Dunbarllvm-mc: Don't set NO_INSTALL on llvm-mc.
2010-05-27 Dan GohmanAvoid calling outs() and fouts() when the stream isn...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-21 Matt FlemingCurrently, createMachOStreamer() is invoked directly...
2010-05-21 Daniel DunbarRemove dead option.
2010-05-11 Sean CallananExtended the edis "IsBranch" property to call
2010-05-05 Sean CallananFixed a sign-extension bug in the X86 disassembler
2010-04-13 Ted KremenekAdd CMake support for 'edis'.
2010-04-13 Chris LattnerMake the disassembler respect the assembler dialect...
2010-04-12 Sean CallananSecond try at integrating the edis tester. This
2010-04-09 Chris Lattnerrevert r100842 which broke several of the build bots.
2010-04-09 Sean CallananAdded a tester for the enhanced disassembler,
2010-04-05 Chris Lattnertidy #includes.
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-03 Chris Lattnerremove some extraneous casts
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
2010-03-23 Daniel Dunbarllvm-mc: Support -filetype=null, for timing purposes.
2010-03-20 Daniel Dunbarllvm-mc: Fix MCInstPrinter memory leaks.
2010-03-20 Daniel Dunbarllvm-mc: Fix memory leak of MCAsmInfo.
2010-03-19 Daniel Dunbarllvm-mc: Fix target selection for --disassemble to...
2010-03-19 Chris Lattnerfix an MCInstPrinter leak that jyasskin pointed out:
2010-03-13 Daniel Dunbarllvm-mc: Delete output files on error.
2010-03-13 Daniel Dunbarllvm-mc: Support -n, useful for comparing -integrated...
2010-03-13 Daniel Dunbarllvm-mc: Support -arch as a simplified form of -triple.
2010-03-12 Chris Lattnerremove MAI argument from createAsmStreamer since it
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-10 Daniel Dunbarllvm-mc: Remove --show-fixups and always show as part...
2010-02-09 Daniel Dunbarllvm-mc: Add --show-fixups option, for displaying the...
2010-02-03 Daniel Dunbarllvm-mc: Add --show-inst option, for showing the MCInst...
2010-02-03 Sean CallananFixed the disassembler so it accepts multiple
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2010-01-22 Chris Lattnerremove some confused code that used strtoull
2010-01-21 Sean CallananMoved handling of inclusion from the AsmLexer to
2010-01-20 Sean CallananChanged the AsmParser to handle error messages itself
2010-01-20 Sean CallananPromoted the reference to the SourceMgr from AsmLexer
2010-01-20 Sean CallananModified MCAsmLexer to return error information upward
2010-01-20 Chris Lattnergive createAsmStreamer an 'isLittleEndian' argument.
2010-01-19 Sean CallananPromoted the getTok() method to MCAsmParser so that
2010-01-19 Sean CallananAdded a Lex function to the AsmParser, to allow handling
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Chris Lattneradd a "MCStreamer::EmitFill" method, and move the defau...
2010-01-19 Chris Lattnerfix parsing .comm directives on systems which do not...
2010-01-15 Chris Lattnerfix a bug in range information for $42, eliminate an
2010-01-15 Chris Lattnerextend MCAsmParser::ParseExpression and ParseParenExpre...
2010-01-14 Chris Lattneradd virtual methods to get the start/end of a MCParsedA...
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2009-12-28 Bill WendlingMark some debug variables as 'unused' to quiet compiler...
2009-12-22 Chris Lattnerrename HexDisassembler -> Disassembler, it works on...
2009-12-22 Chris Lattnerjust discard the debug output from the disassembler.
2009-12-22 Chris Lattnerspecify what is invalid about it
2009-12-22 Chris Lattnerreject invalid input with a caret, e.g.:
2009-12-22 Chris Lattnervarious cleanups, make the disassemble reject lines...
2009-12-22 Chris LattnerIf you thought that it didn't make sense for the disass...
2009-12-22 Chris Lattnerrewrite the file parser for the disassembler, implement...
2009-12-22 Chris Lattnerdon't crash on blank lines, rename some variables.
2009-12-17 Chandler CarruthUpdate CMake build to include HexDisassembler.cpp.
2009-12-17 Sean CallananTest harness for the LLVM disassembler. When invoked
2009-11-01 Nick LewyckyLine this up as well.
2009-11-01 Nick LewyckyFix whitespace.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-16 Daniel DunbarMC: Remove unneeded context argument to MCExpr::Evaluate*.
2009-10-16 Daniel DunbarMC: Tweak variable assignment diagnostics, and make...
2009-10-16 Daniel DunbarMC: When parsing a variable reference, substitute absol...
2009-09-27 Chris Lattneradd a new DirectiveMap stringmap, which allows more...
2009-09-27 Chris Lattneravoid copying MCAsmInfo by value, add an (extremely...
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-16 Kevin EnderbyFixed some problems with the logic of parsing line...
2009-09-16 Chris Lattneruse an accessor to simplify code.
next