Skip to content
  1. Mar 22, 2010
  2. Mar 20, 2010
  3. Mar 19, 2010
  4. Mar 18, 2010
  5. Mar 17, 2010
  6. 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
  7. Mar 15, 2010
  8. Mar 14, 2010
  9. Mar 13, 2010
  10. Mar 12, 2010
    • Daniel Dunbar's avatar
      MC/Mach-O: Implement initial support for relaxation. · 12f1e32d
      Daniel Dunbar authored
       - The implementation is currently very brain dead and inefficient, but I have a
         clear plan on how to fix it.
      
       - The good news is, it works and correctly assembles 403.gcc (when built with
         Clang, at '-Os', '-Os -g', and '-O3'). Even better, at '-Os' and '-Os -g',
         the resulting binary is exactly equivalent to that when built with the system
         assembler. So it probably works! :)
      
      llvm-svn: 98396
      12f1e32d
Loading