Skip to content
  1. Nov 15, 2010
    • Rafael Espindola's avatar
      Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original · 8c3039b6
      Rafael Espindola authored
      variable if recursing fails to simplify it.
      
      Factor AliasedSymbol to be a method of MCSymbol.
      
      Update MCAssembler::EvaluateFixup to match the change in
      EvaluateAsRelocatableImpl.
      
      Remove the WeakRefExpr hack, as the object writer now sees the weakref with
      no extra effort needed.
      
      Nothing else is using MCTargetExpr, but keep it for now.
      
      Now that the ELF writer sees relocations with aliases, handle
      
          .weak    foo2
      foo2:
          .weak    bar2
          .set    bar2,foo2
          .quad    bar2
      
      the same way gas does and produce a relocation with bar2.
      
      llvm-svn: 119152
      8c3039b6
    • Rafael Espindola's avatar
      Fix PR8565. · 46c79ef1
      Rafael Espindola authored
      This moves most of the isUsed logic to the MCSymbol itself. With this we
      get a bit more relaxed about allowing definitions after uses: uses that
      don't evaluate their argument immediately (jmp foo) are accepted.
      
      ddunbar, this was the smallest compromise I could think of that lets us
      accept gcc (and clang!) assembly.
      
      llvm-svn: 119144
      46c79ef1
  2. May 05, 2010
  3. Jan 17, 2010
  4. Jan 13, 2010
  5. Jan 05, 2010
  6. Nov 06, 2009
  7. Sep 18, 2009
  8. Sep 13, 2009
  9. Sep 09, 2009
  10. Sep 03, 2009
  11. Aug 22, 2009
  12. Aug 14, 2009
Loading