2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-28 |
Chris Lattner | tidy up |
tree | commitdiff |
2010-08-28 |
Duncan Sands | Straighten out any triple strings passed on the command... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This... |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | llvm-mc: Add -show-inst-operands, for dumping the parse... |
tree | commitdiff |
2010-07-29 |
Benjamin Kramer | Plug the remaining MC leaks by giving MCObjectStreamer... |
tree | commitdiff |
2010-07-20 |
Chris Lattner | start straightening out libedis's dependencies and... |
tree | commitdiff |
2010-07-19 |
Daniel Dunbar | Target: Give the TargetAsmParser access to the TargetMa... |
tree | commitdiff |
2010-07-18 |
Daniel Dunbar | MC: Move several clients to using AsmParser constructor... |
tree | commitdiff |
2010-07-18 |
Daniel Dunbar | llvm-mc: Fix llvm-mc -as-lex. |
tree | commitdiff |
2010-07-01 |
Daniel Dunbar | MC: Pass the target instance to the AsmParser constructor. |
tree | commitdiff |
2010-06-11 |
Daniel Dunbar | llvm-mc: Don't set NO_INSTALL on llvm-mc. |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Avoid calling outs() and fouts() when the stream isn... |
tree | commitdiff |
2010-05-23 |
Daniel Dunbar | MC: Add an MCLoggingStreamer, for use in debugging... |
tree | commitdiff |
2010-05-21 |
Matt Fleming | Currently, createMachOStreamer() is invoked directly... |
tree | commitdiff |
2010-05-21 |
Daniel Dunbar | Remove dead option. |
tree | commitdiff |
2010-05-11 |
Sean Callanan | Extended the edis "IsBranch" property to call |
tree | commitdiff |
2010-05-05 |
Sean Callanan | Fixed a sign-extension bug in the X86 disassembler |
tree | commitdiff |
2010-04-13 |
Ted Kremenek | Add CMake support for 'edis'. |
tree | commitdiff |
2010-04-13 |
Chris Lattner | Make the disassembler respect the assembler dialect... |
tree | commitdiff |
2010-04-12 |
Sean Callanan | Second try at integrating the edis tester. This |
tree | commitdiff |
2010-04-09 |
Chris Lattner | revert r100842 which broke several of the build bots. |
tree | commitdiff |
2010-04-09 |
Sean Callanan | Added a tester for the enhanced disassembler, |
tree | commitdiff |
2010-04-05 |
Chris Lattner | tidy #includes. |
tree | commitdiff |
2010-04-04 |
Chris Lattner | fix an ugly wart in the MCInstPrinter api where the |
tree | commitdiff |
2010-04-03 |
Chris Lattner | remove some extraneous casts |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | llvm-mc: Add a -mc-relax-all option, which relaxes... |
tree | commitdiff |
2010-03-23 |
Daniel Dunbar | llvm-mc: Support -filetype=null, for timing purposes. |
tree | commitdiff |
2010-03-20 |
Daniel Dunbar | llvm-mc: Fix MCInstPrinter memory leaks. |
tree | commitdiff |
2010-03-20 |
Daniel Dunbar | llvm-mc: Fix memory leak of MCAsmInfo. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | llvm-mc: Fix target selection for --disassemble to... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | fix an MCInstPrinter leak that jyasskin pointed out: |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | llvm-mc: Delete output files on error. |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -n, useful for comparing -integrated... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -arch as a simplified form of -triple. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | remove MAI argument from createAsmStreamer since it |
tree | commitdiff |
2010-03-11 |
Chris Lattner | change MCContext to always have an MCAsmInfo. |
tree | commitdiff |
2010-03-11 |
Daniel Dunbar | MC: Provide MCAssembler with a TargetAsmBackend. |
tree | commitdiff |
2010-02-12 |
Chris Lattner | give MCCodeEmitters access to the current MCContext. |
tree | commitdiff |
2010-02-10 |
Daniel Dunbar | llvm-mc: Remove --show-fixups and always show as part... |
tree | commitdiff |
2010-02-09 |
Daniel Dunbar | llvm-mc: Add --show-fixups option, for displaying the... |
tree | commitdiff |
2010-02-03 |
Daniel Dunbar | llvm-mc: Add --show-inst option, for showing the MCInst... |
tree | commitdiff |
2010-02-03 |
Sean Callanan | Fixed the disassembler so it accepts multiple |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | pass "-fasm-verbose" into createAsmStreamer. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | move some files out of the llvm-mc tool into the MCPars... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | create a new MCParser library and move some stuff into it. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | remove some confused code that used strtoull |
tree | commitdiff |
2010-01-21 |
Sean Callanan | Moved handling of inclusion from the AsmLexer to |
tree | commitdiff |
2010-01-20 |
Sean Callanan | Changed the AsmParser to handle error messages itself |
tree | commitdiff |
2010-01-20 |
Sean Callanan | Promoted the reference to the SourceMgr from AsmLexer |
tree | commitdiff |
2010-01-20 |
Sean Callanan | Modified MCAsmLexer to return error information upward |
tree | commitdiff |
2010-01-20 |
Chris Lattner | give createAsmStreamer an 'isLittleEndian' argument. |
tree | commitdiff |
2010-01-19 |
Sean Callanan | Promoted the getTok() method to MCAsmParser so that |
tree | commitdiff |
2010-01-19 |
Sean Callanan | Added a Lex function to the AsmParser, to allow handling |
tree | commitdiff |
2010-01-19 |
Chris Lattner | Generalize mcasmstreamer data emission APIs to take... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | add a "MCStreamer::EmitFill" method, and move the defau... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | fix parsing .comm directives on systems which do not... |
tree | commitdiff |
2010-01-15 |
Chris Lattner | fix a bug in range information for $42, eliminate an |
tree | commitdiff |
2010-01-15 |
Chris Lattner | extend MCAsmParser::ParseExpression and ParseParenExpre... |
tree | commitdiff |
2010-01-14 |
Chris Lattner | add virtual methods to get the start/end of a MCParsedA... |
tree | commitdiff |
2010-01-14 |
Chris Lattner | Split the TargetAsmParser "ParseInstruction" interface... |
tree | commitdiff |
2010-01-14 |
Chris Lattner | prune #includes in TargetAsmParser.h |
tree | commitdiff |
2009-12-28 |
Bill Wendling | Mark some debug variables as 'unused' to quiet compiler... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | rename HexDisassembler -> Disassembler, it works on... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | just discard the debug output from the disassembler. |
tree | commitdiff |
2009-12-22 |
Chris Lattner | specify what is invalid about it |
tree | commitdiff |
2009-12-22 |
Chris Lattner | reject invalid input with a caret, e.g.: |
tree | commitdiff |
2009-12-22 |
Chris Lattner | various cleanups, make the disassemble reject lines... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | If you thought that it didn't make sense for the disass... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | rewrite the file parser for the disassembler, implement... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | don't crash on blank lines, rename some variables. |
tree | commitdiff |
2009-12-17 |
Chandler Carruth | Update CMake build to include HexDisassembler.cpp. |
tree | commitdiff |
2009-12-17 |
Sean Callanan | Test harness for the LLVM disassembler. When invoked |
tree | commitdiff |
2009-11-01 |
Nick Lewycky | Line this up as well. |
tree | commitdiff |
2009-11-01 |
Nick Lewycky | Fix whitespace. |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-16 |
Daniel Dunbar | MC: Remove unneeded context argument to MCExpr::Evaluate*. |
tree | commitdiff |
2009-10-16 |
Daniel Dunbar | MC: Tweak variable assignment diagnostics, and make... |
tree | commitdiff |
2009-10-16 |
Daniel Dunbar | MC: When parsing a variable reference, substitute absol... |
tree | commitdiff |
2009-09-27 |
Chris Lattner | add a new DirectiveMap stringmap, which allows more... |
tree | commitdiff |
2009-09-27 |
Chris Lattner | avoid copying MCAsmInfo by value, add an (extremely... |
tree | commitdiff |
2009-09-20 |
Chris Lattner | Add an intel syntax MCInstPrinter implementation. ... |
tree | commitdiff |
2009-09-16 |
Kevin Enderby | Fixed some problems with the logic of parsing line... |
tree | commitdiff |
2009-09-16 |
Chris Lattner | use an accessor to simplify code. |
tree | commitdiff |
2009-09-14 |
Chris Lattner | Change MCAsmStreamer to take an MCInstPrinter instead... |
tree | commitdiff |
2009-09-10 |
Kevin Enderby | Added the ParseInstruction() hook for target specific... |
tree | commitdiff |
2009-09-10 |
Daniel Dunbar | MC: Give target specific parsers access to the MCStreamer. |
tree | commitdiff |
2009-09-06 |
Benjamin Kramer | Fix an integer truncation noticed by MSVC. |
tree | commitdiff |
2009-09-04 |
Kevin Enderby | Added AsmToken enum constants to MCAsmLexer.h for ... |
tree | commitdiff |
2009-09-04 |
Kevin Enderby | Added the AsmToken::Hash enum constant to MCAsmLexer... |
tree | commitdiff |
2009-09-03 |
Kevin Enderby | Removed the non-target independent AsmToken::Register... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | TAI -> MAI |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Pass values to MCStreamer as MCExprs, not... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Simplify EmitAssignment ('.set' is identical... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExp... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Add MCAsmParser::getContext. |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Switch MCExpr construction to using static... |
tree | commitdiff |
next |