- 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 16 years ago
- be343b3 move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 16 years ago
- c6ef277 create a new MCParser library and move some stuff into it. by Chris Lattner · 16 years ago
- fd0b028 Moved handling of inclusion from the AsmLexer to by Sean Callanan · 16 years ago
- bf2013e Changed the AsmParser to handle error messages itself by Sean Callanan · 16 years ago
- 1658202 give createAsmStreamer an 'isLittleEndian' argument. by Chris Lattner · 16 years ago
- a3dcfb1 rename HexDisassembler -> Disassembler, it works on any input by Chris Lattner · 16 years ago
- ba847da Test harness for the LLVM disassembler. When invoked by Sean Callanan · 16 years ago
- f4e748b Line this up as well. by Nick Lewycky · 16 years ago
- ed1f168 Fix whitespace. by Nick Lewycky · 16 years ago
- e895c61 Add an intel syntax MCInstPrinter implementation. You can now by Chris Lattner · 16 years ago
- 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 16 years ago
- 9c65645 Added the ParseInstruction() hook for target specific assembler directives so by Kevin Enderby · 16 years ago
- 9823ca9 Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of by Kevin Enderby · 16 years ago
- 7b4608d Removed the non-target independent AsmToken::Register enum constant by Kevin Enderby · 16 years ago
- a9eb359 TAI -> MAI by Chris Lattner · 16 years ago
- 4fac749 llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. by Daniel Dunbar · 16 years ago
- f2f6b0c llvm-mc: Only show instruction encodings with --show-encoding. by Daniel Dunbar · 16 years ago
- 04baf90 llvm-mc: Tweak MCCodeEmitter skeleton. by Daniel Dunbar · 16 years ago
- 4a0abd8 Sketch TargetRegistry support for MCCodeEmitter abstract interface. by Daniel Dunbar · 16 years ago
- 7c0a334 llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text by Daniel Dunbar · 16 years ago
- baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
- 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
- af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 16 years ago
- 12a8a44 Fix a commento. by Daniel Dunbar · 16 years ago
- f3ce009 give MCAsmStreamer a TargetAsmInfo. by Chris Lattner · 16 years ago
- c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 16 years ago
- bfc0f34 llvm-mc: Honor -o option (and add -f). by Daniel Dunbar · 16 years ago
- f9bdedd split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 16 years ago
- ff4bc46 Make the big switch: Change MCSectionMachO to represent a section *semantically* by Chris Lattner · 16 years ago
- 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 16 years ago
- 0aac301 switch this to create coff sections for now, it doesn't really matter for by Chris Lattner · 16 years ago
- 4bd03ab Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
- 1ef9be2 Make SectionKind::get() private. by Chris Lattner · 16 years ago
- 5d65542 update for API change. by Chris Lattner · 16 years ago
- 4a7bc1e All MCSections are now required to have a SectionKind. by Chris Lattner · 16 years ago
- 56594f9 fix a bunch of failing tests now that MCContext::GetSection doesn't create sections. by Chris Lattner · 16 years ago
- 16cdcb3 Move X86 instruction parsing into X86/AsmParser. by Daniel Dunbar · 16 years ago
- a2edbab Provide generic MCAsmParser when constructing target specific parsers. by Daniel Dunbar · 16 years ago
- a3c924f Switch AsmLexer::Lex to returning a reference to the current token. by Daniel Dunbar · 16 years ago
- 419aded Drop some AsmLexer methods in favor of their AsmToken equivalents. by Daniel Dunbar · 16 years ago
- 3f87233 llvm-mc: Sink token enum into AsmToken. by Daniel Dunbar · 16 years ago
- 8977d08 Factor commonality in triple match routines into helper template for registering by Daniel Dunbar · 16 years ago
- a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
- a3af370 Add MCAsmParser interface. by Daniel Dunbar · 16 years ago
- 867aadf llvm-mc: Default -triple to LLVM_HOSTTRIPLE. by Daniel Dunbar · 16 years ago
- b4b53e5 llvm-mc: Add -triple, and start fetching the target asm printer. by Daniel Dunbar · 16 years ago
- 165e834 llvm-mc: Fill in the rest of tokens for 'as-lex' mode. by Daniel Dunbar · 16 years ago
- 87380cb add some of the new tokens, others are still missing. by Chris Lattner · 16 years ago
- 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 16 years ago
- a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 16 years ago
- c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
- cbc23f7 create an MCStreamer and provide it to AsmParser. by Chris Lattner · 16 years ago
- 74ec1a3 Implement full support for parsing primary expressions. We can now parse by Chris Lattner · 16 years ago
- 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 16 years ago
- 27aa7d2 stub out parser for asm files. Change invariant on lexer to always by Chris Lattner · 16 years ago
- 10a907d add string literals. by Chris Lattner · 16 years ago
- 4651bca implement enough of a lexer to get through Olden/health/Output/health.llc.s by Chris Lattner · 16 years ago
- a59e877 some baby steps. by Chris Lattner · 16 years ago
- b23677e start wiring up support for asm parsing. by Chris Lattner · 16 years ago
- bb4688a fix file header by Chris Lattner · 16 years ago
- f9f065e Add a skeleton driver for new machine code level fun. llvm-mc is meant by Chris Lattner · 16 years ago