summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-2/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-101-2/+3
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-251-1/+1
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-251-29/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic2014-04-031-3/+46
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-121-3/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressionsPetar Jovanovic2014-02-041-0/+73
OpenPOWER on IntegriCloud