Skip to content
  1. Mar 14, 2010
    • Chris Lattner's avatar
      change EH related stuff (other than EH_LABEL) to use MCSymbol · 34adc8d2
      Chris Lattner authored
      instead of label ID's.  This cleans up and regularizes a bunch 
      of code and makes way for future progress.
      
      Unfortunately, this pointed out to me that JITDwarfEmitter.cpp
      is largely copy and paste from DwarfException/MachineModuleInfo
      and other places.  This is very sad and disturbing. :(
      
      One major change here is that TidyLandingPads moved from being
      called in DwarfException::BeginFunction to being called in
      DwarfException::EndFunction.  There should not be any 
      functionality change from doing this, but I'm not an EH expert.
      
      llvm-svn: 98459
      34adc8d2
  2. Jul 22, 2009
  3. Jul 06, 2009
  4. Jul 03, 2009
  5. Jul 02, 2009
  6. Jun 25, 2009
  7. Jun 07, 2009
  8. Jun 06, 2009
  9. Jun 05, 2009
  10. Jun 03, 2009
Loading