OSDN Git Service

Merging r339895 and r339896:
[android-x86/external-llvm.git] / include / llvm / MC / MCExpr.h
2018-08-21 Hans WennborgMerging r339895 and r339896:
2018-06-15 Sean Fertile[PowerPC] Add support for high and higha symbol modifie...
2018-06-15 Sean Fertile[PPC64] Support "symbol@high" and "symbol@higha" symbol...
2018-06-11 Konstantin ZhuravlyovAMDGPU: Add 64-bit relative variant kind
2018-06-05 Nirav Dave[MC][X86] Allow assembler variable assignment to regist...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nirav Dave[MC] Change AsmParser to leverage Assembler during...
2018-04-27 Nirav Dave[MC] Undo spurious commit added into r331052.
2018-04-27 Nirav Dave[MC] Provide default value for IsResolved.
2017-12-09 Dylan McKayRevert and accidentally committed revert commit
2017-12-09 Dylan McKayRevert "[AVR] Override ParseDirective"
2017-12-07 Leslie Zhai[AVR] Override ParseDirective
2017-04-26 Eugene Zelenko[MC] Fix some Clang-tidy modernize-use-using warnings...
2017-03-10 Sanne Wouda[Assembler] Add location info to unary expressions.
2017-02-24 Dan Gohman[WebAssembly] Basic support for Wasm object file encoding.
2017-02-07 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-01-31 Peter CollingbourneMC: Introduce the ABS8 symbol modifier.
2017-01-19 Chad Rosier[Assembler] Improve error when unable to evaluate expre...
2016-10-14 Konstantin Zhuravlyov[AMDGPU] Add 32-bit lo/hi got and pc relative variant...
2016-05-03 Daniel Sanders[mips] Use MipsMCExpr instead of MCSymbolRefExpr for...
2016-03-15 Davide Italiano[MC] Rename TLSDESC as it's not ARM specific.
2016-03-15 Davide Italiano[MC] Rename TLSCALL as it's not ARM specific.
2016-02-10 Colin LeMahieu[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
2016-02-09 Colin LeMahieu[MC] Adding GOTREL expression variant.
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-05 Rafael EspindolaFix pr24486.
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Pete CooperSize enum so we can store it as 16-bits and avoid casts...
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2015-05-01 Colin LeMahieu[Hexagon] Adding expression MC emission and removing...
2015-04-28 Ahmed Bougacha[MC] Split MCBinaryExpr::Shr into LShr and AShr.
2015-03-26 Rafael EspindolaFix PR23025.
2015-03-25 Rafael EspindolaFix fixup evaluation when deciding what to relocate...
2015-03-25 Rafael EspindolaProduce an error instead of asserting on invalid .sleb1...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
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-08-15 Rafael EspindolaAdd a helper to MCExpr for when an expression is know...
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-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
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-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
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-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
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-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-10-25 Bruno Cardoso LopesThis is the first of several patches for Mips direct...
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-04-29 Daniel DunbarMCExpr: Add FindAssociatedSection, which attempts to...
2011-02-03 Bob WilsonRemove trailing whitespace
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2010-12-22 Rafael EspindolaUse references and simplify.
next