aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCExpr.cpp
AgeCommit message (Expand)Author
2013-03-30Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer
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-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-09-12Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
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-03-26Prune some includes and forward declarations.Craig Topper
2012-02-24ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-10Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-12-22Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka
2011-11-15Remove function printMipsSymbolRef.Akira Hatanaka
2011-10-25This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
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-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-21Add support for Thumb interworking addresses for symbol offsets that get cons...Owen Anderson
2011-01-23Add support for lowercase variants.Rafael Espindola
2011-01-13Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng
2010-12-22Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has beenRafael Espindola
2010-12-22Revert r122359 while I debug PR8845.Rafael Espindola
2010-12-22Use references and simplify.Rafael Espindola
2010-12-21Simplify EvaluateAsAbsolute now that EvaluateAsRelocatableImpl does allRafael Espindola
2010-12-19Fixed version of 122160 (the previous one would fold undefined symbols).Rafael Espindola
2010-12-19Revert 122160 while I debug it.Rafael Espindola
2010-12-19Move all folding to AttemptToFoldSymbolOffsetDifference.Rafael Espindola
2010-12-18Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola
2010-12-18Remove the MCObjectFormat class.Rafael Espindola
2010-12-18Add a FIXME and explain a hack.Rafael Espindola
2010-12-18Fix the note.Rafael Espindola
2010-12-18Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola
2010-12-17MC/Expr: Implemnt more aggressive folding during symbol evaluation usingDaniel Dunbar
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-17MC: Simplify (remove unnecessary MCAssembler argument, obsoleted by containmentDaniel Dunbar