Skip to content
  1. Jul 26, 2009
  2. Jul 25, 2009
  3. Jul 24, 2009
  4. Jul 23, 2009
  5. Jul 22, 2009
  6. Jul 21, 2009
  7. Jul 18, 2009
  8. 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
    • David Greene's avatar
      · 33d1e7db
      David Greene authored
      Add logic to align instruction operands to columns for pretty-printing.
      No target uses this currently.  This patch only adds the mechanism so
      that local installations can choose to enable this.
      
      llvm-svn: 76177
      33d1e7db
  9. Jul 15, 2009
Loading