summaryrefslogtreecommitdiff
path: root/lib/MC/MCExpr.cpp
Commit message (Expand)AuthorAge
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-27
* Fix pr19645.Rafael Espindola2014-05-03
* Parse and create GOT_PREL relocations.Joerg Sonnenberger2014-04-29
* Add an option for evaluating past symbols.Rafael Espindola2014-04-28
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* ARM64: initial backend importTim Northover2014-03-29
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-30
* ARM: support TLS descriptor relocationsSaleem Abdulrasool2014-01-30
* ARM: support tlscall relocationsSaleem Abdulrasool2014-01-30
* ARM: add tlsldo relocationKai Nacke2014-01-20
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-09
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-02
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* [PowerPC] Support @got modifierUlrich Weigand2013-06-25
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-21
* [PowerPC] Support @h modifierUlrich Weigand2013-06-21
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-20
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* [PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand2013-05-03
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-25
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-30
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-21
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-21
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Prune some includes and forward declarations.Craig Topper2012-03-26
* ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach2012-02-24
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-11
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-10