aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCExpr.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-14/+12
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-17/+33
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-241-11/+23
* [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/+1
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+3
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+22
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-0/+4
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+1
* [PowerPC] Support @h modifierUlrich Weigand2013-06-211-0/+1
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-15/+15
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-201-10/+10
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-4/+2
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-101-1/+3
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+2
* 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-0/+2
* 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-1/+3
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-211-1/+5
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-091-0/+1
* Remove unnecessary classof()'sSean Silva2012-10-111-7/+0
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-261-1/+1
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+2
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-241-1/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-2/+2
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-211-1/+3
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+2
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-1/+1
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+0
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-111-0/+1
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-0/+1
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+3
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-1/+0
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+3
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-0/+1
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-251-1/+17
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-091-2/+4
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-291-0/+8
* Remove trailing whitespaceBob Wilson2011-02-031-2/+2
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-131-3/+1
* Use references and simplify.Rafael Espindola2010-12-221-1/+1
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-181-15/+9
* MC/Expr: Simplify.Daniel Dunbar2010-12-171-1/+4