Skip to content
  1. Mar 14, 2010
  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
Loading