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