[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / lib / Target / MSP430 / InstPrinter /
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2012-12-11 NAKAMURA Takumi[CMake] Remove dependencies to intrinsics_gen I introdu...
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2010-10-05 Jim GrosbachRe-apply r115363 and r115366 now that r115525 has remov...
2010-10-02 Nick LewyckyWind these directories back too. File adds and removes...
2010-10-02 Nick LewyckyRevert patches r115363 r115367 r115391 due to build...
2010-10-02 Jim GrosbachUpdate CMake files for recent AsmPrinter->InstPrinter...
2010-10-01 Jim GrosbachNow that the asmprinter itself isn't in the subdir...