Skip to content
  1. Jul 20, 2009
  2. Jul 19, 2009
  3. Jul 18, 2009
  4. Jul 17, 2009
    • Chris Lattner's avatar
      Untangle a snarl that I discovered when updating the mangler, · e79b2bc0
      Chris Lattner authored
      starting in getCurrentFunctionEHName.  Among other problems,
      we would try to privative a "foo.eh" label, but end up emitting
      the label as _Lfoo.eh instead of L_foo.eh on darwin.  This is really
      bad, and the linker has always tolerated these labels existing.
      For now, just emit them as _foo.eh.
      
      This patch also fixes problems with ".eh" labels on unnamed
      functions and eliminates two strangely defined TargetAsmInfo
      hooks.
      
      llvm-svn: 76231
      e79b2bc0
    • Daniel Dunbar's avatar
      Sketch support for target specific assembly parser. · 71475775
      Daniel Dunbar authored
       - Not fully enabled yet, need a configure regeneration.
      
      llvm-svn: 76230
      71475775
Loading