Pass MCSymbols to the helper functions in MCELF.h.
[oota-llvm.git] / lib / Target / Sparc / MCTargetDesc / SparcMCExpr.cpp
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-02-07 Venkatraman Govind... [Sparc] Emit relocations for Thread Local Storage ...
2014-02-07 Venkatraman Govind... [Sparc] Emit correct relocations for PIC code when...
2014-02-07 Venkatraman Govind... [Sparc] Use SparcMCExpr::VariantKind itself as MachineO...
2014-01-29 Venkatraman Govind... [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Venkatraman Govind... [Sparc] Add support for parsing sparc asm modifiers...
2014-01-06 Venkatraman Govind... [Sparc] Add ELF Object Writer for Sparc.
2013-12-26 Venkatraman Govind... [Sparc] Add target specific MCExpr class to handle...