summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MSP430] Add MC layerAnton Korobeynikov2018-11-151-0/+3
* Revert "[MSP430] Add MC layer"Davide Italiano2018-11-081-3/+0
* [MSP430] Add MC layerAnton Korobeynikov2018-11-081-0/+3
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-4/+4
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-4/+4
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-2/+2
* Remove unused header.Eric Christopher2015-01-291-1/+0
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+3
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-2/+6
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-3/+3
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-181-0/+3
* Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach2010-10-051-0/+150
* Continue reverting r115363.Nick Lewycky2010-10-021-0/+0
* Revert patches r115363 r115367 r115391 due to build breakage:Nick Lewycky2010-10-021-150/+0
* Move the asmprinter and MC lowering out of the AsmPrinter (soon to beJim Grosbach2010-10-011-0/+150
OpenPOWER on IntegriCloud