Skip to content
  1. Feb 22, 2011
    • Devang Patel's avatar
      Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." · f3292b21
      Devang Patel authored
      In other words, do not keep track of argument's location.  The debugger (gdb) is not prepared to see line table entries for arguments. For the debugger, "second" line table entry marks beginning of function body.
      This requires some coordination with debugger to get this working. 
       - The debugger needs to be aware of prolog_end attribute attached with line table entries.
       - The compiler needs to accurately mark prolog_end in line table entries (at -O0 and at -O1+)
      
      llvm-svn: 126155
      f3292b21
    • Jakob Stoklund Olesen's avatar
      Add SplitKit::isOriginalEndpoint and use it to force live range splitting to terminate. · 60a26a65
      Jakob Stoklund Olesen authored
      An original endpoint is an instruction that killed or defined the original live
      range before any live ranges were split.
      
      When splitting global live ranges, avoid creating local live ranges without any
      original endpoints. We may still create global live ranges without original
      endpoints, but such a range won't be split again, and live range splitting still
      terminates.
      
      llvm-svn: 126151
      60a26a65
  2. Feb 21, 2011
  3. Feb 20, 2011
  4. Feb 19, 2011
Loading