aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCExpr.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Instead of explicitely comparing both lowercase and uppercase variants.Roman Divacky1-81/+1
2014-12-18Add a corresponding '@LOCAL' parse to match r224415.Justin Hibbits1-0/+1
2014-12-17Add parsing of 'foo@local".Justin Hibbits1-0/+1
2014-11-12Add support for small-model PIC for PowerPC.Justin Hibbits1-0/+1
2014-10-11MC: Shrink MCSymbolRefExpr by only storing the bits we need.Benjamin Kramer1-8/+19
2014-09-25MC: Use @IMGREL instead of @IMGREL32, which we can't parseReid Kleckner1-1/+1
2014-08-15Add a helper to MCExpr for when an expression is know to be absolute.Rafael Espindola1-6/+20
2014-08-10Fix tabs.Joerg Sonnenberger1-4/+4
2014-08-10If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger1-16/+23
2014-05-27[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic1-0/+2
2014-05-03Fix pr19645.Rafael Espindola1-2/+1
2014-04-29Parse and create GOT_PREL relocations.Joerg Sonnenberger1-0/+2
2014-04-28Add an option for evaluating past symbols.Rafael Espindola1-17/+26
2014-04-24Spread some const around for non-mutating uses of MCSymbolData.David Blaikie1-2/+2
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-9/+9
2014-03-29ARM64: initial backend importTim Northover1-0/+18
2014-03-20Look through variables when computing relocations.Rafael Espindola1-9/+24
2014-03-12Try harder to evaluate expressions when printing assembly.Rafael Espindola1-3/+3
2014-01-30ARM: suuport .tlsdescseq directiveSaleem Abdulrasool1-0/+1
2014-01-30ARM: support TLS descriptor relocationsSaleem Abdulrasool1-0/+3
2014-01-30ARM: support tlscall relocationsSaleem Abdulrasool1-0/+3
2014-01-20ARM: add tlsldo relocationKai Nacke1-0/+3
2013-12-04Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto1-24/+20
2013-07-09[PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand1-0/+2
2013-07-02[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand1-2/+0
2013-07-01[PowerPC] Add support for TLS data relocationsUlrich Weigand1-0/+3
2013-06-25[PowerPC] Support @got modifierUlrich Weigand1-0/+9
2013-06-21[PowerPC] Support various tls-related modifiersUlrich Weigand1-0/+66
2013-06-21[PowerPC] Support @higher et.al. modifiersUlrich Weigand1-0/+12
2013-06-21[PowerPC] Support @toc@h modifierUlrich Weigand1-0/+3
2013-06-21[PowerPC] Support @h modifierUlrich Weigand1-0/+3
2013-06-21[PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand1-45/+45
2013-06-20[PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand1-8/+8
2013-05-23[PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand1-18/+7
2013-05-03[PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand1-0/+34
2013-04-25Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola1-0/+2
2013-04-10MC: Support COFF image-relative MCSymbolRefsNico Rieck1-0/+3
2013-03-30Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer1-1/+1
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt1-1/+2
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt1-0/+5
2012-12-12Add ARM NONE and PREL31 relocation types.Logan Chien1-2/+6
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt1-0/+3
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt1-0/+2
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt1-0/+2
2012-11-21Add relocations used for mips big GOT.Akira Hatanaka1-0/+4
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov1-1/+3
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper1-1/+1
2012-09-12Release build: guard dump functions withManman Ren1-1/+1
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2