summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCExpr.h
Commit message (Expand)AuthorAge
...
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...Daniel Dunbar2010-03-12
* MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o...Daniel Dunbar2010-03-11
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-10
* add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner2010-02-10
* Add explicit keywords.Dan Gohman2010-02-09
* Document that MCExpr::Mod is actually remainder.Dan Gohman2010-02-08
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-08
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-08
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-18
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Minor formatting tweaks.Daniel Dunbar2009-10-16
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-16
* add a helper method for creating MCSymbol and MCSymbolRefExpr atChris Lattner2009-09-16
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-03
* llvm-mc: Add MCExpr::{dump,print}.Daniel Dunbar2009-08-31
* llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar2009-08-31
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-31