- May 21, 2010
-
-
Daniel Dunbar authored
llvm-svn: 104303
-
- May 11, 2010
-
-
Sean Callanan authored
instructions as well. Added support for checking this to the llvm-mc tester as well. llvm-svn: 103454
-
- May 06, 2010
-
-
Sean Callanan authored
that was causing PC-relative branch targets to be evaluated incorrectly. Also added support for checking operand values to the llvm-mc tester. llvm-svn: 103128
-
- Apr 13, 2010
-
-
Ted Kremenek authored
llvm-svn: 101177
-
Chris Lattner authored
patch by Marius Wachtler! llvm-svn: 101160
-
- 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: 99101
-
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
-
Sean Callanan authored
instructions on a single line. Also made it a bit more forgiving when it reports errors. llvm-svn: 95197
-
- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94378
-
- Jan 22, 2010
-
-
Chris Lattner authored
llvm-svn: 94165
-
Chris Lattner authored
missing ones are libsupport, libsystem and libvmcore. libvmcore is currently blocked on bugpoint, which uses EH. Once it stops using EH, we can switch it off. This #if 0's out 3 unit tests, because gtest requires RTTI information. Suggestions welcome on how to fix this. llvm-svn: 94164
-
Chris Lattner authored
other tools can link it. llvm-svn: 94131
-
Chris Lattner authored
llvm-svn: 94129
-
Chris Lattner authored
llvm-svn: 94128
-
- 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
-
-
Sean Callanan authored
into AsmParser, in preparation for making AsmLexer independent of the SourceMgr llvm-svn: 94043
-
Sean Callanan authored
rather than printing it locally, reducing its dependence on SourceMgr. llvm-svn: 94041
-
Chris Lattner authored
llvm-svn: 93986
-
- Jan 19, 2010
-
-
Sean Callanan authored
the two token accessor functions are declared consistently. Modified the clients of MCAsmParser to reflect this change. llvm-svn: 93916
-