summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Produce an error instead of asserting on invalid .sleb128/.uleb128.Rafael Espindola2015-03-251-7/+4
* Expand variables when evaluating absolute expressions.Rafael Espindola2015-03-041-1/+1
* [MC][Target] Implement support for R_X86_64_SIZE{32,64}.Davide Italiano2015-03-041-0/+2
* ARM: add support for segment base relocations (SBREL)Saleem Abdulrasool2015-01-111-0/+2
* Instead of explicitely comparing both lowercase and uppercase variants.Roman Divacky2014-12-181-81/+1
* Add a corresponding '@LOCAL' parse to match r224415.Justin Hibbits2014-12-181-0/+1
* Add parsing of 'foo@local".Justin Hibbits2014-12-171-0/+1
* Add support for small-model PIC for PowerPC.Justin Hibbits2014-11-121-0/+1
* MC: Shrink MCSymbolRefExpr by only storing the bits we need.Benjamin Kramer2014-10-111-8/+19
* MC: Use @IMGREL instead of @IMGREL32, which we can't parseReid Kleckner2014-09-251-1/+1
* Add a helper to MCExpr for when an expression is know to be absolute.Rafael Espindola2014-08-151-6/+20
* Fix tabs.Joerg Sonnenberger2014-08-101-4/+4
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-101-16/+23
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-271-0/+2
* Fix pr19645.Rafael Espindola2014-05-031-2/+1
* Parse and create GOT_PREL relocations.Joerg Sonnenberger2014-04-291-0/+2
* Add an option for evaluating past symbols.Rafael Espindola2014-04-281-17/+26
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-241-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-9/+9
* ARM64: initial backend importTim Northover2014-03-291-0/+18
* Look through variables when computing relocations.Rafael Espindola2014-03-201-9/+24
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-121-3/+3
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-301-0/+1
* ARM: support TLS descriptor relocationsSaleem Abdulrasool2014-01-301-0/+3
* ARM: support tlscall relocationsSaleem Abdulrasool2014-01-301-0/+3
* ARM: add tlsldo relocationKai Nacke2014-01-201-0/+3
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-041-24/+20
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-0/+2
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-021-2/+0
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+3
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+9
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+66
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-0/+12
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+3
* [PowerPC] Support @h modifierUlrich Weigand2013-06-211-0/+3
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-45/+45
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-201-8/+8
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-18/+7
* [PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand2013-05-031-0/+34
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-251-0/+2
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-101-0/+3
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-301-1/+1
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-141-1/+2
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-0/+5
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-121-2/+6
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-0/+3
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+2
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-0/+2
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-211-0/+4
OpenPOWER on IntegriCloud