Skip to content
  1. Nov 07, 2009
  2. Nov 06, 2009
  3. Nov 05, 2009
  4. Nov 04, 2009
  5. Nov 03, 2009
  6. Nov 02, 2009
  7. Oct 31, 2009
    • Dan Gohman's avatar
      Fix a missing newline in the dwarf output code. · ae6bb615
      Dan Gohman authored
      llvm-svn: 85684
      ae6bb615
    • Dan Gohman's avatar
      Make -print-machineinstrs more readable. · 34341e69
      Dan Gohman authored
       - Be consistent when referring to MachineBasicBlocks: BB#0.
       - Be consistent when referring to virtual registers: %reg1024.
       - Be consistent when referring to unknown physical registers: %physreg10.
       - Be consistent when referring to known physical registers: %RAX
       - Be consistent when referring to register 0: %reg0
       - Be consistent when printing alignments: align=16
       - Print jump table contents.
       - Don't print host addresses, in general.
       - and various other cleanups.
      
      llvm-svn: 85682
      34341e69
    • Dan Gohman's avatar
      Factor out more code into addCommonCodeGenPasses. The JIT wasn't · 18dc1c5c
      Dan Gohman authored
      previously running CodePlacementOpt. Also print headers before
      each dump in -print-machineinstrs mode, so that it's clear which
      dump is which.
      
      llvm-svn: 85681
      18dc1c5c
Loading