Add support for implicit TLS model used with MS VC runtime.
[oota-llvm.git] / lib / MC / MCExpr.cpp
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-11-15 Akira HatanakaRemove function printMipsSymbolRef.
2011-10-25 Bruno Cardoso LopesThis is the first of several patches for Mips direct...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-04-29 Daniel DunbarMCExpr: Add FindAssociatedSection, which attempts to...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-21 Owen AndersonAdd support for Thumb interworking addresses for symbol...
2011-01-23 Rafael EspindolaAdd support for lowercase variants.
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2010-12-22 Rafael EspindolaAdd r122359 back now that the bug in MCDwarfLineAddrFra...
2010-12-22 Rafael EspindolaRevert r122359 while I debug PR8845.
2010-12-22 Rafael EspindolaUse references and simplify.
2010-12-21 Rafael EspindolaSimplify EvaluateAsAbsolute now that EvaluateAsRelocata...
2010-12-19 Rafael EspindolaFixed version of 122160 (the previous one would fold...
2010-12-19 Rafael EspindolaRevert 122160 while I debug it.
2010-12-19 Rafael EspindolaMove all folding to AttemptToFoldSymbolOffsetDifference.
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-18 Rafael EspindolaAdd a FIXME and explain a hack.
2010-12-18 Rafael EspindolaFix the note.
2010-12-18 Rafael EspindolaRevert 122011, 122012, 122013, 122023 adding back an...
2010-12-17 Daniel DunbarMC/Expr: Implemnt more aggressive folding during symbol...
2010-12-17 Daniel DunbarMC/Expr: Simplify.
2010-12-17 Daniel DunbarMC: Remove another dead MCAssembler argument, and updat...
2010-12-17 Daniel DunbarMC: Remove dead MCAssembler argument -- Rafael, can...
2010-12-17 Daniel DunbarMC: Simplify (remove unnecessary MCAssembler argument...
2010-12-17 Daniel DunbarWrite => in a more normal form.
2010-12-17 Daniel DunbarMC/Expr: Simplify (and add a FIXME).
2010-12-16 Daniel DunbarMC/Expr: Add a doxyment.
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael EspindolaUse references to simplify the code a bit.
2010-12-06 Rafael EspindolaSimplify a bit.
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-02 Rafael EspindolaAdd a fast path to EvaluateSymbolicAdd. This avoids...
2010-11-17 Jim GrosbachFix typo.
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
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-21 Rafael EspindolaDo not recurse into symbol refs that have a variant...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-09-30 Kevin EnderbyChanges EvaluateAsAbsolute() to return the "current...
2010-09-22 Jim GrosbachAdd support for ELF PLT references for ARM MC asm print...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
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-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
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).