aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCExpr.h
AgeCommit message (Expand)Author
2013-04-10MC: Support COFF image-relative MCSymbolRefsNico Rieck
2013-01-31Add AArch64 as an experimental target.Tim Northover
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-12Add ARM NONE and PREL31 relocation types.Logan Chien
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-21Add relocations used for mips big GOT.Akira Hatanaka
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-10-11Remove unnecessary classof()'sSean Silva
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-08-29Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-07-21Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-12-22Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes
2011-10-25This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes
2011-06-09Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky
2011-04-29MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar
2011-02-03Remove trailing whitespaceBob Wilson
2011-01-13Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng
2010-12-22Use references and simplify.Rafael Espindola
2010-12-18Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola
2010-12-17MC/Expr: Simplify.Daniel Dunbar
2010-12-17MC: Remove another dead MCAssembler argument, and update clients.Daniel Dunbar
2010-12-17MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I addedDaniel Dunbar
2010-12-07Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola
2010-12-06Use references to simplify the code a bit.Rafael Espindola
2010-12-03Try to resolve symbol differences early, and if successful create a plainRafael Espindola
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-15add targetoperand flags for jump tables, constant pool and block addressChris Lattner
2010-11-14reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner
2010-11-10Update ARMConstantPoolValue to not use a modifier string. Use an explicitJim Grosbach
2010-10-28Implement TLSLD.Rafael Espindola
2010-10-28Implement DTPOFF.Rafael Espindola
2010-10-28Implement TLSLDM.Rafael Espindola
2010-10-28Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola
2010-10-16Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola
2010-09-22Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach
2010-05-26Start adding mach-o tls reloc support.Eric Christopher
2010-05-12Add support for movi32 of global values to the new (MC) asm printer.Rafael Espindola