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
    • Jason W Kim's avatar
      Dovetail with Dan Dunbar's rework of ELFObjectWriter. · 96f4c01c
      Jason W Kim authored
      Added 2 new subclasses - X86ELFObjectWriter and ARMELFObectWriter.
      ARM and X86 require different code for RecordRelocation(), possibly others.
      
      llvm-svn: 119149
      96f4c01c
    • 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
    • Chris Lattner's avatar
      correct the fixup comment printer to work on big endian platforms. · 9e7d8c03
      Chris Lattner authored
      llvm-svn: 119122
      9e7d8c03
    • 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
    • Rafael Espindola's avatar
      Move the logic to decide with which symbol we produce a relocation (if any) to · 240028d1
      Rafael Espindola authored
      a central location. This also makes us a bit more compatible with gas.
      
      llvm-svn: 119094
      240028d1
  2. Nov 14, 2010
  3. Nov 13, 2010
  4. Nov 12, 2010
  5. Nov 11, 2010
  6. Nov 10, 2010
  7. Nov 09, 2010
  8. Nov 08, 2010
  9. Nov 07, 2010
Loading