summaryrefslogtreecommitdiff
path: root/lib/MC/MCExpr.cpp
Commit message (Expand)AuthorAge
* Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* 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
* Prune some includes and forward declarations.Craig Topper2012-03-26
* ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach2012-02-24
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-11
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-22
* Remove function printMipsSymbolRef.Akira Hatanaka2011-11-15
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-25
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* 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
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add support for Thumb interworking addresses for symbol offsets that get cons...Owen Anderson2011-03-21
* Add support for lowercase variants.Rafael Espindola2011-01-23
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-13
* Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has beenRafael Espindola2010-12-22
* Revert r122359 while I debug PR8845.Rafael Espindola2010-12-22
* Use references and simplify.Rafael Espindola2010-12-22
* Simplify EvaluateAsAbsolute now that EvaluateAsRelocatableImpl does allRafael Espindola2010-12-21
* Fixed version of 122160 (the previous one would fold undefined symbols).Rafael Espindola2010-12-19
* Revert 122160 while I debug it.Rafael Espindola2010-12-19
* Move all folding to AttemptToFoldSymbolOffsetDifference.Rafael Espindola2010-12-19
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-18
* Remove the MCObjectFormat class.Rafael Espindola2010-12-18
* Add a FIXME and explain a hack.Rafael Espindola2010-12-18
* Fix the note.Rafael Espindola2010-12-18
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-18
* MC/Expr: Implemnt more aggressive folding during symbol evaluation usingDaniel Dunbar2010-12-17
* 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
* MC: Simplify (remove unnecessary MCAssembler argument, obsoleted by containmentDaniel Dunbar2010-12-17
* Write => in a more normal form.Daniel Dunbar2010-12-17
* MC/Expr: Simplify (and add a FIXME).Daniel Dunbar2010-12-17
* MC/Expr: Add a doxyment.Daniel Dunbar2010-12-16
* 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
* Simplify a bit.Rafael Espindola2010-12-06
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03