summaryrefslogtreecommitdiff
path: root/lib/MC/MCExpr.cpp
Commit message (Expand)AuthorAge
...
* 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
* Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addressesRafael Espindola2010-12-02
* Fix typo.Jim Grosbach2010-11-17
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-15
* 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
* Do not recurse into symbol refs that have a variant kind. This prevents usRafael Espindola2010-10-21
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-16
* Changes EvaluateAsAbsolute() to return the "current value" of the expressionKevin Enderby2010-09-30
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-22
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* 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
* MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar2010-05-05
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres...Daniel Dunbar2010-03-25
* MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar2010-03-24
* MC: Sprinkle in some more interesting statistics.Daniel Dunbar2010-03-23
* llvm-mc: Fast path EvaluateAbsolute of constants.Daniel Dunbar2010-03-23
* MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar2010-03-18
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* MC: Fix a crash on invalid, attempting to evaluate undefined symbols.Daniel Dunbar2010-03-14
* MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...Daniel Dunbar2010-03-12
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-11
* MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o...Daniel Dunbar2010-03-11