summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hostsSimon Atanasyan2018-12-031-0/+1
* [Mips] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-031-2/+4
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-21/+45
* Fix pr24486.Rafael Espindola2015-10-051-2/+2
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-5/+5
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-101-1/+2
* 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-1/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-5/+5
* [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic2014-04-031-11/+8
* [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/+69
OpenPOWER on IntegriCloud