OSDN Git Service

Merging r339895 and r339896:
[android-x86/external-llvm.git] / lib / MC / MCExpr.cpp
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-05-23 Alex Bradbury[RISCV] Add symbol diff relocation support for RISC-V
2018-05-14 Bill WendlingCorrect compatibility with the GNU Assembler's handling...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nirav Dave[MC] Change AsmParser to leverage Assembler during...
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-27 Nirav Dave[MC] Undo spurious commit added into r331052.
2018-04-27 Nirav Dave[MC] Provide default value for IsResolved.
2018-03-20 Derek Schuff[WebAssembly] Added initial AsmParser implementation.
2018-02-22 Simon Pilgrim[MC] Don't crash on modulo by zero (PR35650)
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-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
2017-06-08 Evgeniy Stepanov[MachO] Fix codegen of alias of alias.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
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-28 Matthias BraunCleanup dump() functions.
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-08-22 Davide Italiano[MC] Remove guard(s). NFCI.
2016-05-20 Sanjay Patel[MCExpr] avoid UB via negation of INT_MIN
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-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2015-12-18 Krzysztof ParzyszekRecognize strings for Hexagon-specific variant kinds
2015-11-02 Rafael EspindolaELF can handle some relocations of the form -sym +...
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-15 Tim NorthoverPrevent assertion with "llc -debug" and anonymous symbols.
2015-10-05 Rafael EspindolaFix pr24486.
2015-09-11 Davide Italiano[MC] Fix style bugs introduced in r247471. Reported...
2015-09-11 Davide Italiano[MC] Don't crash on division by zero.
2015-06-23 Justin BognerMCExpr: Avoid UB by evaluating this shift as unsigned
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-03 Rafael EspindolaRemember if a weakref of a symbol has been used.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-29 Pete CooperFix crash in MCExpr::print.
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
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-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-26 Rafael EspindolaFix PR23025.
2015-03-25 Rafael Espindolaclang-format bits of code to make another patch readable.
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-04 Rafael EspindolaExpand variables when evaluating absolute expressions.
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
next