Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-08-10 | If available, pass down the Fixup object to EvaluateAsRelocatable. | Joerg Sonnenberger | 1 | -2/+3 |
2014-06-25 | Move expression visitation logic up to MCStreamer. | Rafael Espindola | 1 | -1/+1 |
2014-06-25 | Simplify the visitation of target expressions. No functionality change. | Rafael Espindola | 1 | -29/+3 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-04-03 | [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) and | Sasa Stankovic | 1 | -3/+46 |
2014-03-12 | Try harder to evaluate expressions when printing assembly. | Rafael Espindola | 1 | -3/+1 |
2014-03-04 | [cleanup] Re-sort all the includes with utils/sort_includes.py. | Chandler Carruth | 1 | -1/+1 |
2014-02-04 | [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions | Petar Jovanovic | 1 | -0/+73 |