Merge System into Support.
[oota-llvm.git] / include / llvm / MC / MCExpr.h
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-11-10 Jim GrosbachUpdate ARMConstantPoolValue to not use a modifier strin...
2010-10-28 Rafael EspindolaImplement TLSLD.
2010-10-28 Rafael EspindolaImplement DTPOFF.
2010-10-28 Rafael EspindolaImplement TLSLDM.
2010-10-28 Rafael EspindolaImplement VK_GOTNTPOFF and switch RelocNeedsGOT to...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-09-22 Jim GrosbachAdd support for ELF PLT references for ARM MC asm print...
2010-05-26 Eric ChristopherStart adding mach-o tls reloc support.
2010-05-12 Rafael EspindolaAdd support for movi32 of global values to the new...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-12 Daniel DunbarMC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...
2010-03-11 Daniel DunbarMC: Sketch initial MCAsmLayout class, which encapsulate...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-02-10 Chris Lattneradd a virtual dtor to MCTargetExpr, hopefully silencing...
2010-02-09 Dan GohmanAdd explicit keywords.
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...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-16 Daniel DunbarMinor formatting tweaks.
2009-10-16 Daniel DunbarMC: Remove unneeded context argument to MCExpr::Evaluate*.
2009-09-16 Chris Lattneradd a helper method for creating MCSymbol and MCSymbolR...
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).