Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636 | ||||
* | Prune dependency to MC from each target disassembler. | NAKAMURA Takumi | 2014-07-24 | 1 | -1/+1 |
| | | | | llvm-svn: 213856 | ||||
* | Update library dependencies. | NAKAMURA Takumi | 2014-07-24 | 1 | -1/+1 |
| | | | | llvm-svn: 213832 | ||||
* | Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. | NAKAMURA Takumi | 2014-07-15 | 1 | -1/+1 |
| | | | | | | I checked this with Release+Asserts on x86_64-mingw32. Please restore partially if this were overkill. llvm-svn: 213064 | ||||
* | LLVMBuild.txt: Reformat. | NAKAMURA Takumi | 2014-04-10 | 1 | -1/+1 |
| | | | | llvm-svn: 205961 | ||||
* | Add a disassembler to the PowerPC backend | Hal Finkel | 2013-12-19 | 1 | -0/+23 |
The tests for the disassembler were adapted from the encoder tests, and for the most part, the output from the disassembler matches that encoder-test inputs. There are some places where more-informative mnemonics could be produced (notably for the branch instructions), and those cases are noted in the tests with FIXMEs. Future work includes: - Generating more-informative mnemonics when possible (this may also be done in the printer). - Remove the dependence on positional "numbered" operand-to-variable mapping (for both encoding and decoding). - Internally using 64-bit instruction variants in 64-bit mode (if this turns out to matter). llvm-svn: 197693 |