aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCExpr.cpp
AgeCommit message (Expand)Author
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-10-16MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar
2009-10-16MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar
2009-10-16MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar
2009-09-16add a helper method for creating MCSymbol and MCSymbolRefExpr atChris Lattner
2009-09-08parenthesize symbol names that start with $, fixing X86/dollar-name.ll withChris Lattner
2009-09-08Print "X-42" instead of "X+-42".Chris Lattner
2009-09-08make formatting of expressions more closely match the existing asmprinter.Chris Lattner
2009-09-08tidy whitespace.Chris Lattner
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner
2009-08-31llvm-mc: Add MCExpr::{dump,print}.Daniel Dunbar
2009-08-31llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar
2009-08-31llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar