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
    • Chris Lattner's avatar
      add targetoperand flags for jump tables, constant pool and block address · edb9d84d
      Chris Lattner authored
      nodes to indicate when ha16/lo16 modifiers should be used.  This lets
      us pass PowerPC/indirectbr.ll.
      
      The one annoying thing about this patch is that the MCSymbolExpr isn't
      expressive enough to represent ha16(label1-label2) which we need on
      PowerPC.  I have a terrible hack in the meantime, but this will have
      to be revisited at some point.
      
      Last major conversion item left is global variable references.
      
      llvm-svn: 119105
      edb9d84d
  2. Nov 14, 2010
  3. Nov 10, 2010
  4. Oct 28, 2010
  5. Oct 21, 2010
  6. Oct 16, 2010
  7. Sep 30, 2010
  8. Sep 23, 2010
  9. Jul 12, 2010
  10. May 26, 2010
  11. May 12, 2010
  12. May 05, 2010
  13. Mar 30, 2010
  14. Mar 25, 2010
  15. Mar 24, 2010
  16. Mar 18, 2010
  17. Mar 16, 2010
    • Daniel Dunbar's avatar
      MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. · 55992564
      Daniel Dunbar authored
       - Although it would be nice to allow this decoupling, the assembler needs to be able to reason about MCSymbolRefExprs in too many places to make this viable. We can use a target specific encoding of the variant if this becomes an issue.
       - This patch also extends llvm-mc to support parsing of the modifiers, as opposed to lumping them in with the symbol.
      
      llvm-svn: 98592
      55992564
  18. Mar 14, 2010
  19. Mar 12, 2010
  20. Mar 11, 2010
  21. Mar 10, 2010
  22. Feb 09, 2010
    • Dan Gohman's avatar
      Document that MCExpr::Mod is actually remainder. · 9a9d9ea7
      Dan Gohman authored
      Document that MCExpr::Div, Mod, and the comparison operators are all
      signed operators.
      
      Document that the comparison operators' results are target-dependent.
      
      Document that the behavior of shr is target-dependent.
      
      llvm-svn: 95619
      9a9d9ea7
  23. Feb 08, 2010
  24. Jan 18, 2010
  25. Jan 17, 2010
  26. Jan 05, 2010
  27. Nov 06, 2009
  28. Oct 16, 2009
  29. Sep 16, 2009
  30. Sep 09, 2009
Loading