| Commit message (Expand) | Author | Age | Files | Lines |
* | [MSP430] Move InstPrinter files to MCTargetDesc. NFC | Richard Trieu | 2019-05-11 | 4 | -211/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 3 | -12/+9 |
* | [MSP430] Add MC layer | Anton Korobeynikov | 2018-11-15 | 2 | -7/+36 |
* | Revert "[MSP430] Add MC layer" | Davide Italiano | 2018-11-08 | 2 | -36/+7 |
* | [MSP430] Add MC layer | Anton Korobeynikov | 2018-11-08 | 2 | -7/+36 |
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -15/+0 |
* | Remove extra forward declarations and scrub includes for all in tree InstPrin... | Craig Topper | 2015-12-25 | 1 | -2/+0 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | MC: Add target hook to control symbol quoting | Matt Arsenault | 2015-06-09 | 1 | -3/+4 |
* | [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the | Akira Hatanaka | 2015-03-27 | 2 | -2/+3 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -1/+1 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 2 | -3/+3 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [CMake] Let add_public_tablegen_target responsible to provide dependency to C... | NAKAMURA Takumi | 2013-11-28 | 1 | -2/+0 |
* | [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set... | NAKAMURA Takumi | 2013-11-28 | 1 | -2/+0 |
* | [CMake] Remove dependencies to intrinsics_gen I introduced in r169724. | NAKAMURA Takumi | 2012-12-11 | 1 | -1/+1 |
* | [CMake] Update dependencies to intrinsics_gen corresponding to r169711. | NAKAMURA Takumi | 2012-12-10 | 1 | -1/+1 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
* | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -2/+3 |
* | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -2/+2 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+0 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -5/+0 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+24 |
* | These do not need to be conditional on the presence of CommentStream, as they... | Owen Anderson | 2011-09-21 | 1 | -1/+1 |
* | In the disassembler C API, be careful not to confuse the comment streamer tha... | Owen Anderson | 2011-09-21 | 1 | -1/+1 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 2 | -2/+4 |
* | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 1 | -1/+1 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+6 |
* | Clean up a pile of hacks in our CMake build relating to TableGen. | Chandler Carruth | 2011-07-26 | 1 | -1/+1 |
* | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng | 2011-07-06 | 1 | -2/+1 |
* | We need to pass the TargetMachine object to the InstPrinter if we are printing | Bill Wendling | 2011-03-21 | 1 | -2/+3 |
* | Re-apply r115363 and r115366 now that r115525 has removed the un-needed header | Jim Grosbach | 2010-10-05 | 4 | -0/+177 |
* | Wind these directories back too. File adds and removes are properly represented | Nick Lewycky | 2010-10-02 | 4 | -0/+0 |
* | Revert patches r115363 r115367 r115391 due to build breakage: | Nick Lewycky | 2010-10-02 | 4 | -178/+0 |
* | Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone who | Jim Grosbach | 2010-10-02 | 1 | -2/+0 |
* | Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to | Jim Grosbach | 2010-10-01 | 4 | -0/+180 |