aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-1/+3
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-101-0/+2
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-3/+0
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-0/+18
* Remove function printMipsSymbolRef.Akira Hatanaka2011-11-151-35/+0
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-251-0/+35
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-1/+0
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-091-6/+8
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-291-0/+42
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add support for Thumb interworking addresses for symbol offsets that get cons...Owen Anderson2011-03-211-0/+5
* Add support for lowercase variants.Rafael Espindola2011-01-231-0/+14
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-131-8/+0
* Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has beenRafael Espindola2010-12-221-19/+5
* Revert r122359 while I debug PR8845.Rafael Espindola2010-12-221-5/+19
* Use references and simplify.Rafael Espindola2010-12-221-6/+3
* Simplify EvaluateAsAbsolute now that EvaluateAsRelocatableImpl does allRafael Espindola2010-12-211-19/+5
* Fixed version of 122160 (the previous one would fold undefined symbols).Rafael Espindola2010-12-191-50/+52
* Revert 122160 while I debug it.Rafael Espindola2010-12-191-44/+50
* Move all folding to AttemptToFoldSymbolOffsetDifference.Rafael Espindola2010-12-191-50/+44
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-181-5/+4
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-3/+2
* Add a FIXME and explain a hack.Rafael Espindola2010-12-181-1/+4
* Fix the note.Rafael Espindola2010-12-181-1/+1
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-181-16/+56
* MC/Expr: Implemnt more aggressive folding during symbol evaluation usingDaniel Dunbar2010-12-171-8/+44
* MC/Expr: Simplify.Daniel Dunbar2010-12-171-8/+0
* MC: Remove another dead MCAssembler argument, and update clients.Daniel Dunbar2010-12-171-21/+1
* MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I addedDaniel Dunbar2010-12-171-12/+9
* MC: Simplify (remove unnecessary MCAssembler argument, obsoleted by containmentDaniel Dunbar2010-12-171-12/+8
* Write => in a more normal form.Daniel Dunbar2010-12-171-1/+2
* MC/Expr: Simplify (and add a FIXME).Daniel Dunbar2010-12-171-10/+16
* MC/Expr: Add a doxyment.Daniel Dunbar2010-12-161-0/+14
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-20/+39
* Use references to simplify the code a bit.Rafael Espindola2010-12-061-7/+4
* Simplify a bit.Rafael Espindola2010-12-061-1/+1
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-21/+52
* Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addressesRafael Espindola2010-12-021-3/+11
* Fix typo.Jim Grosbach2010-11-171-1/+1
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-151-3/+8
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-151-4/+15
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-141-1/+2
* Update ARMConstantPoolValue to not use a modifier string. Use an explicitJim Grosbach2010-11-101-1/+11
* Implement TLSLD.Rafael Espindola2010-10-281-0/+2
* Implement DTPOFF.Rafael Espindola2010-10-281-0/+2
* Implement TLSLDM.Rafael Espindola2010-10-281-0/+2
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-281-0/+2
* Do not recurse into symbol refs that have a variant kind. This prevents usRafael Espindola2010-10-211-1/+1
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-161-27/+39