aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault1-2/+2
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-2/+2
2015-03-04Remove MCStreamer.h include from MCContext.h and explictly include it where n...Pete Cooper1-0/+1
2014-08-10If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger1-6/+0
2014-06-25Move expression visitation logic up to MCStreamer.Rafael Espindola1-2/+1
2014-06-25Simplify the visitation of target expressions. No functionality change.Rafael Espindola1-29/+3
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-3/+2
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng1-0/+73