aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-10If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger1-2/+3
2014-06-25Move expression visitation logic up to MCStreamer.Rafael Espindola1-1/+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
2014-04-03[mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic1-3/+46
2014-03-12Try harder to evaluate expressions when printing assembly.Rafael Espindola1-3/+1
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-1/+1
2014-02-04[mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressionsPetar Jovanovic1-0/+73