Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish inverting the MC -> Object dependency. | Rafael Espindola | 2014-07-23 | 1 | -1/+1 |
| | | | | | | | There were still some disassembler bits in lib/MC, but their use of Object was only visible in the includes they used, not in the symbols. llvm-svn: 213808 | ||||
* | Prune redundant dependencies in LLVMBuild.txt. | NAKAMURA Takumi | 2013-12-11 | 1 | -1/+1 |
| | | | | llvm-svn: 196988 | ||||
* | Reuse the enum names from X86Desc in the X86Disassembler. | Benjamin Kramer | 2012-02-11 | 1 | -1/+1 |
| | | | | | | | This requires some gymnastics to make it available for C code. Remove the names from the disassembler tables, making them relocation free. llvm-svn: 150303 | ||||
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
| | | | | llvm-svn: 146409 | ||||
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+24 |
llvm-svn: 143634 |