aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCExpr.cpp
AgeCommit message (Expand)Author
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
2010-12-17Write => in a more normal form.Daniel Dunbar
2010-12-17MC/Expr: Simplify (and add a FIXME).Daniel Dunbar
2010-12-16MC/Expr: Add a doxyment.Daniel 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-06Simplify a bit.Rafael Espindola
2010-12-03Try to resolve symbol differences early, and if successful create a plainRafael Espindola
2010-12-02Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addressesRafael Espindola
2010-11-17Fix typo.Jim Grosbach
2010-11-15Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola
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-21Do not recurse into symbol refs that have a variant kind. This prevents usRafael Espindola
2010-10-16Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola
2010-09-30Changes EvaluateAsAbsolute() to return the "current value" of the expressionKevin Enderby
2010-09-22Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach
2010-07-12Convert some tab stops into spaces.Duncan Sands
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
2010-05-05MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-25MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres...Daniel Dunbar
2010-03-24MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar
2010-03-23MC: Sprinkle in some more interesting statistics.Daniel Dunbar
2010-03-23llvm-mc: Fast path EvaluateAbsolute of constants.Daniel Dunbar
2010-03-18MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar
2010-03-15MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar
2010-03-14MC: Fix a crash on invalid, attempting to evaluate undefined symbols.Daniel Dunbar