[MC][Target] Implement support for R_X86_64_SIZE{32,64}.
[oota-llvm.git] / lib / MC / MCExpr.cpp
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2014-12-18 Roman DivackyInstead of explicitely comparing both lowercase and...
2014-12-18 Justin HibbitsAdd a corresponding '@LOCAL' parse to match r224415.
2014-12-17 Justin HibbitsAdd parsing of 'foo@local".
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-10-11 Benjamin KramerMC: Shrink MCSymbolRefExpr by only storing the bits...
2014-09-25 Reid KlecknerMC: Use @IMGREL instead of @IMGREL32, which we can...
2014-08-15 Rafael EspindolaAdd a helper to MCExpr for when an expression is know...
2014-08-10 Joerg SonnenbergerFix tabs.
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-03 Rafael EspindolaFix pr19645.
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-30 Saleem AbdulrasoolARM: support TLS descriptor relocations
2014-01-30 Saleem AbdulrasoolARM: support tlscall relocations
2014-01-20 Kai NackeARM: add tlsldo relocation
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-21 Ulrich Weigand[PowerPC] Support @h modifier
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-06-20 Ulrich Weigand[PowerPC] Clean up VK_PPC_TOC... names
2013-05-23 Ulrich Weigand[PowerPC] Clean up generation of ha16() / lo16() markers
2013-05-03 Ulrich Weigand[PowerPC] Parse platform-specifc variant kinds in AsmParser
2013-04-25 Rafael EspindolaFix section relocation for SECTIONREL32 with immediate...
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-03-30 Benjamin KramerChange '@SECREL' suffix to GAS-compatible '@SECREL32'.
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-12 Logan ChienAdd ARM NONE and PREL31 relocation types.
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-21 Akira HatanakaAdd relocations used for mips big GOT.
2012-11-09 Anton KorobeynikovAdd ARM TARGET2 relocation. The testcase will follow...
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-02-24 Jim GrosbachARM Thumb symbol references in assembly need the low...
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...
next