summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* [MSP430] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-114-211/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [MSP430] Add MC layerAnton Korobeynikov2018-11-152-7/+36
* Revert "[MSP430] Add MC layer"Davide Italiano2018-11-082-36/+7
* [MSP430] Add MC layerAnton Korobeynikov2018-11-082-7/+36
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-2/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-3/+4
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-2/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-282-3/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Remove dependencies to intrinsics_gen I introduced in r169724.NAKAMURA Takumi2012-12-111-1/+1
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-101-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-2/+3
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-2/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-5/+0
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-211-1/+1
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-1/+1
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-152-2/+4
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-1/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-1/+1
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-2/+1
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+3
* Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach2010-10-054-0/+177
* Wind these directories back too. File adds and removes are properly representedNick Lewycky2010-10-024-0/+0
* Revert patches r115363 r115367 r115391 due to build breakage:Nick Lewycky2010-10-024-178/+0
* Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone whoJim Grosbach2010-10-021-2/+0
* Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' toJim Grosbach2010-10-014-0/+180
OpenPOWER on IntegriCloud