| Commit message (Expand) | Author | Age | Files | Lines |
* | In the disassembler C API, be careful not to confuse the comment streamer tha... | Owen Anderson | 2011-09-21 | 1 | -2/+0 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 2 | -20/+8 |
* | The the MC disassembler C API to print in verbose mode. Perhaps there should... | Owen Anderson | 2011-09-15 | 2 | -1/+31 |
* | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 3 | -4/+15 |
* | Fix apparent build error caused by r138948 on certain versions of GCC with -W... | James Molloy | 2011-09-01 | 2 | -21/+36 |
* | Fix the build for us -Werror users. | Nick Lewycky | 2011-09-01 | 2 | -37/+24 |
* | Fix up r137380 based on post-commit review by Jim Grosbach. | James Molloy | 2011-09-01 | 2 | -19/+32 |
* | Fix C++0x narrowing errors when char is unsigned. | Jeffrey Yasskin | 2011-08-30 | 3 | -3/+3 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 2 | -4/+4 |
* | Fixed a memory bug in the MCDisassembler where | Sean Callanan | 2011-08-19 | 1 | -1/+5 |
* | Remove unused Target argument from AsmParser construction methods. | Jim Grosbach | 2011-08-16 | 1 | -1/+1 |
* | I mis-interpreted the MCDisassembler's intended dependencies. Now to fix | Chandler Carruth | 2011-07-31 | 1 | -2/+9 |
* | On mac, it seems the MC disassembler is actually using the targetinfo | Chandler Carruth | 2011-07-29 | 1 | -0/+2 |
* | Fix the MCDisassembler dependencies. These were just absurdly wrong. | Chandler Carruth | 2011-07-29 | 1 | -34/+7 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -1/+41 |
* | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 2 | -8/+8 |
* | Separate MCInstPrinter registration from AsmPrinter registration. | Evan Cheng | 2011-07-25 | 2 | -2/+0 |
* | Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa... | Evan Cheng | 2011-07-25 | 2 | -26/+8 |
* | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng | 2011-07-23 | 1 | -2/+2 |
* | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 2011-07-22 | 2 | -7/+3 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 3 | -29/+4 |
* | Include MCRegisterInfo to eliminate a compilation warning. | Evan Cheng | 2011-07-20 | 1 | -1/+2 |
* | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 2 | -2/+2 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 2 | -0/+2 |
* | Fixed a bug where the MC subtarget information | Sean Callanan | 2011-07-19 | 1 | -0/+1 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 4 | -7/+26 |
* | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 2 | -2/+4 |
* | Resynchronize EDInfo.h and EDEmitter.cpp. | Shantonu Sen | 2011-07-11 | 2 | -11/+29 |
* | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 1 | -1/+3 |
* | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 2 | -4/+7 |
* | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng | 2011-07-06 | 2 | -3/+2 |
* | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 2 | -3/+5 |
* | switch to using a smallvector to avoid allocations for most normal size instr... | Chris Lattner | 2011-05-22 | 1 | -2/+2 |
* | tidy some things up. | Chris Lattner | 2011-05-22 | 1 | -16/+6 |
* | Give MC/MCDisassembler/Disassembler.h a header guard. | Sebastian Redl | 2011-04-24 | 1 | -0/+6 |
* | Made the MC disassembler check before accessing | Sean Callanan | 2011-04-20 | 1 | -0/+9 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Adding support for printing operands symbolically to llvm's public 'C' | Kevin Enderby | 2011-04-11 | 2 | -2/+3 |
* | Fix potential buffer overflow on win32. | Benjamin Kramer | 2011-04-09 | 1 | -12/+9 |
* | Redirected errors from the AsmParser to the proper | Sean Callanan | 2011-04-09 | 1 | -0/+10 |
* | Fixed a bug where missing EDInstInfo would cause | Sean Callanan | 2011-04-07 | 1 | -0/+3 |
* | An MCDisassembler has the option to not implement | Shantonu Sen | 2011-04-05 | 1 | -2/+4 |
* | Fix the MSVC build. | Francois Pichet | 2011-03-29 | 1 | -0/+4 |
* | Unbreak CMake build. | Ted Kremenek | 2011-03-28 | 1 | -1/+2 |
* | Again adding a C API to the disassembler for use by such tools as Darwin's | Kevin Enderby | 2011-03-28 | 2 | -0/+259 |
* | Remove the files for r128308 as it is causing a buildbot failure. | Kevin Enderby | 2011-03-26 | 2 | -259/+0 |
* | Adding a C API to the disassembler for use by such tools as Darwin's otool(1). | Kevin Enderby | 2011-03-26 | 2 | -0/+259 |
* | Add asm parsing support w/ testcases for strex/ldrex family of instructions | Bruno Cardoso Lopes | 2011-03-24 | 2 | -1/+7 |
* | We need to pass the TargetMachine object to the InstPrinter if we are printing | Bill Wendling | 2011-03-21 | 1 | -1/+2 |
* | Fixed the comparison operator for the enhanced | Sean Callanan | 2011-03-12 | 1 | -7/+2 |