Skip to content
  1. Mar 14, 2010
    • Chris Lattner's avatar
      change the LabelSDNode to be EHLabelSDNode and make it hold · ee2fbbc9
      Chris Lattner authored
      an MCSymbol.  Make the EH_LABEL MachineInstr hold its label
      with an MCSymbol instead of ID.  Fix a bug in MMI.cpp which
      would return labels named "Label4" instead of "label4".
      
      llvm-svn: 98463
      ee2fbbc9
    • Chris Lattner's avatar
      eliminate InvalidateLabel and LabelIDList from MMI and replace · 07293da9
      Chris Lattner authored
      them with a counter.
      
      llvm-svn: 98462
      07293da9
    • 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. Mar 13, 2010
    • Chris Lattner's avatar
      rearrange MCContext ownership. Before LLVMTargetMachine created it · e468f88b
      Chris Lattner authored
      and passing off ownership to AsmPrinter.  Now MachineModuleInfo
      creates it and owns it by value.  This allows us to use MCSymbols
      more consistently throughout the rest of the code generator, and
      simplifies a bit of code.  This also allows MachineFunction to 
      keep an MCContext reference handy, and cleans up the TargetRegistry
      interfaces for AsmPrinters.
      
      llvm-svn: 98450
      e468f88b
  3. Mar 09, 2010
  4. Feb 06, 2010
  5. Jan 28, 2010
  6. Jan 21, 2010
  7. Nov 24, 2009
  8. Nov 12, 2009
  9. Oct 08, 2009
  10. Sep 30, 2009
  11. Sep 16, 2009
  12. Aug 26, 2009
  13. Aug 23, 2009
  14. Aug 01, 2009
  15. Jul 20, 2009
  16. Jul 14, 2009
  17. Jul 11, 2009
    • Torok Edwin's avatar
      assert(0) -> LLVM_UNREACHABLE. · 56d06597
      Torok Edwin authored
      Make llvm_unreachable take an optional string, thus moving the cerr<< out of
      line.
      LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
      NDEBUG builds.
      
      llvm-svn: 75379
      56d06597
  18. Apr 10, 2009
  19. Feb 03, 2009
  20. Jan 28, 2009
  21. Jan 14, 2009
  22. Dec 10, 2008
    • Evan Cheng's avatar
      Fix a couple of Dwarf bugs. · 288fbd21
      Evan Cheng authored
      - Emit DW_AT_byte_size for struct and union of size zero.
      - Emit DW_AT_declaration for forward type declaration.
      
      llvm-svn: 60812
      288fbd21
  23. Nov 10, 2008
  24. Oct 16, 2008
  25. Sep 23, 2008
  26. Sep 22, 2008
  27. Sep 04, 2008
  28. Jul 09, 2008
  29. Jul 07, 2008
  30. Jul 04, 2008
Loading