summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCExpr.h
Commit message (Expand)AuthorAge
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* 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
* Remove unnecessary classof()'sSean Silva2012-10-11
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* 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
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-11
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-22
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-14
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-07
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-25
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-09
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-29
* Remove trailing whitespaceBob Wilson2011-02-03
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-13
* Use references and simplify.Rafael Espindola2010-12-22
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-18
* MC/Expr: Simplify.Daniel Dunbar2010-12-17
* MC: Remove another dead MCAssembler argument, and update clients.Daniel Dunbar2010-12-17
* MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I addedDaniel Dunbar2010-12-17
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Use references to simplify the code a bit.Rafael Espindola2010-12-06
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* Merge System into Support.Michael J. Spencer2010-11-29
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-15
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-14
* Update ARMConstantPoolValue to not use a modifier string. Use an explicitJim Grosbach2010-11-10
* Implement TLSLD.Rafael Espindola2010-10-28
* Implement DTPOFF.Rafael Espindola2010-10-28
* Implement TLSLDM.Rafael Espindola2010-10-28
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-28
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-16
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-22
* Start adding mach-o tls reloc support.Eric Christopher2010-05-26
* Add support for movi32 of global values to the new (MC) asm printer.Rafael Espindola2010-05-12