- May 21, 2010
-
-
Daniel Dunbar authored
llvm-svn: 104303
-
- Apr 12, 2010
-
-
Sean Callanan authored
time I use the LIBS variable, which is not subject to a %.a -> -l% transformation, to link llvm-mc against libEnhancedDisassembly. llvm-mc -edis works the same as llvm-mc -disassemble, but outputs tokens and operands. llvm-svn: 101058
-
- Apr 09, 2010
-
-
Chris Lattner authored
llvm-svn: 100848
-
Sean Callanan authored
integrated into the llvm-mc testing tool. llvm-svn: 100842
-
- Apr 06, 2010
-
-
Chris Lattner authored
llvm-svn: 100489
-
- Apr 04, 2010
-
-
Chris Lattner authored
raw_ostream to print an instruction to had to be specified at MCInstPrinter construction time instead of being able to pick at each call to printInstruction. llvm-svn: 100307
-
- Apr 03, 2010
-
-
Chris Lattner authored
llvm-svn: 100287
-
- Mar 25, 2010
-
-
Daniel Dunbar authored
exactly two passes in that case, and don't ever need to recompute any layout, so this is a nice baseline for relaxation performance. llvm-svn: 99563
-
- Mar 24, 2010
-
-
Daniel Dunbar authored
llvm-svn: 99349
-
- Mar 20, 2010
-
-
Daniel Dunbar authored
llvm-svn: 99098
-
- Mar 19, 2010
-
-
Daniel Dunbar authored
llvm-svn: 98973
-
Chris Lattner authored
createAsmStreamer now takes ownership of the instprinter. llvm-svn: 98939
-
- Mar 13, 2010
-
-
Daniel Dunbar authored
llvm-svn: 98445
-
Daniel Dunbar authored
compiler may not lead with the text section. llvm-svn: 98418
-
Daniel Dunbar authored
llvm-svn: 98417
-
- Mar 12, 2010
-
-
Chris Lattner authored
can get it from the context now. llvm-svn: 98361
-
- Mar 11, 2010
-
-
Chris Lattner authored
llvm-svn: 98293
-
Daniel Dunbar authored
llvm-svn: 98222
-
- Feb 13, 2010
-
-
Chris Lattner authored
llvm-svn: 96038
-
- Feb 10, 2010
-
-
Daniel Dunbar authored
Also, fix a silly memory leak. llvm-svn: 95752
-
Daniel Dunbar authored
llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. llvm-svn: 95710
-
- Feb 03, 2010
-
-
Daniel Dunbar authored
output. llvm-svn: 95227
-
- Jan 22, 2010
-
-
Chris Lattner authored
llvm-svn: 94165
-
Chris Lattner authored
other tools can link it. llvm-svn: 94131
-
Chris Lattner authored
llvm-svn: 94129
-
- Jan 21, 2010
-
-
Sean Callanan authored
the AsmParser, breaking AsmLexer's dependence on SourceMgr. llvm-svn: 94054
-
Sean Callanan authored
rather than passing them off to the AsmLexer to handle. This means the AsmLexer no longer requires a SourceMgr to do error handling. llvm-svn: 94047
-
- Jan 20, 2010
-
-
Chris Lattner authored
llvm-svn: 93986
-
- Dec 22, 2009
-
-
Chris Lattner authored
integer encoding (0123, 0b10101, 42, etc). llvm-svn: 91934
-
- Dec 17, 2009
-
-
Sean Callanan authored
with -disassemble, llvm-mc now accepts lines of the form 0x00 0x00 and passes the resulting bytes to the disassembler for the chosen (or default) target, printing the result. llvm-svn: 91579
-
- Nov 01, 2009
-
-
Nick Lewycky authored
llvm-svn: 85748
-
Nick Lewycky authored
llvm-svn: 85747
-
- Sep 20, 2009
-
-
Chris Lattner authored
transcode from AT&T to intel syntax with "llvm-mc foo.s -output-asm-variant=1" llvm-svn: 82385
-
- Sep 14, 2009
-
-
Chris Lattner authored
full AsmPrinter, and change TargetRegistry to keep track of registered MCInstPrinters. llvm-mc is still linking in the entire target foo to get the code emitter stuff, but this is an important step in the right direction. llvm-svn: 81754
-
- Sep 10, 2009
-
-
Kevin Enderby authored
that things like .word can be parsed as target specific. Moved parsing .word out of AsmParser.cpp into X86AsmParser.cpp as it is 2 bytes on X86 and 4 bytes for other targets that support the .word directive. llvm-svn: 81461
-
- Sep 04, 2009
-
-
Kevin Enderby authored
supporting other targets. Changed the code to pass MCAsmInfo to the parser and the lexer. Then changed the lexer to use CommentString from MCAsmInfo instead of a literal '#' character. llvm-svn: 81046
-
- Sep 03, 2009
-
-
Kevin Enderby authored
from MCAsmLexer.h in preparation of supporting other targets. Changed the X86AsmParser code to reflect this by removing AsmLexer::LexPercent and looking for AsmToken::Percent when parsing in places that used AsmToken::Register. Then changed X86ATTAsmParser::ParseRegister to parse out registers as an AsmToken::Percent followed by an AsmToken::Identifier. llvm-svn: 80929
-
Chris Lattner authored
llvm-svn: 80899
-
- Aug 27, 2009
-
-
Daniel Dunbar authored
- No relocations yet, of course. llvm-svn: 80235
-
Daniel Dunbar authored
llvm-svn: 80230
-