Rip out the 'is temporary' nonsense from the MCContext interface to
[oota-llvm.git] / lib / MC / MCExpr.cpp
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-25 Daniel DunbarMC: Fix refacto in MCExpr evaluation, I mistakenly...
2010-03-24 Daniel DunbarMC: Direct all {fragment,section,symbol} address access...
2010-03-23 Daniel DunbarMC: Sprinkle in some more interesting statistics.
2010-03-23 Daniel Dunbarllvm-mc: Fast path EvaluateAbsolute of constants.
2010-03-18 Daniel DunbarMCValue: Change to holding MCSymbolRefExprs instead...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-14 Daniel DunbarMC: Fix a crash on invalid, attempting to evaluate...
2010-03-12 Daniel DunbarMC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...
2010-03-11 Daniel DunbarMC/Mach-O: Implement "absolutizing" semantics of .set...
2010-03-11 Daniel DunbarMC: Sketch initial MCAsmLayout class, which encapsulate...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-02-08 Dan GohmanDocument that MCExpr::Mod is actually remainder.
2010-02-08 Chris Lattnerdon't make hte dtor private or we can't construct the...
2010-02-08 Chris Lattneradd scaffolding for target-specific MCExprs.
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-16 Daniel DunbarMC: Remove unneeded context argument to MCExpr::Evaluate*.
2009-10-16 Daniel DunbarMC: Move assembler variable values from MCContext to...
2009-10-16 Daniel DunbarMC: Switch MCContext value table to storing MCExprs.
2009-09-16 Chris Lattneradd a helper method for creating MCSymbol and MCSymbolR...
2009-09-08 Chris Lattnerparenthesize symbol names that start with $, fixing...
2009-09-08 Chris LattnerPrint "X-42" instead of "X+-42".
2009-09-08 Chris Lattnermake formatting of expressions more closely match the...
2009-09-08 Chris Lattnertidy whitespace.
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-08-31 Daniel Dunbarllvm-mc: Add MCExpr::{dump,print}.
2009-08-31 Daniel Dunbarllvm-mc: Switch MCExpr construction to using static...
2009-08-31 Daniel Dunbarllvm-mc: Move AsmExpr into MC lib (as MCExpr).