Skip to content
  1. Mar 15, 2008
  2. Feb 02, 2008
    • Evan Cheng's avatar
      SDIsel processes llvm.dbg.declare by recording the variable debug information... · efd142a9
      Evan Cheng authored
      SDIsel processes llvm.dbg.declare by recording the variable debug information descriptor and its corresponding stack frame index in MachineModuleInfo. This only works if the local variable is "homed" in the stack frame. It does not work for byval parameter, etc.
      Added ISD::DECLARE node type to represent llvm.dbg.declare intrinsic. Now the intrinsic calls are lowered into a SDNode and lives on through out the codegen passes.
      For now, since all the debugging information recording is done at isel time, when a ISD::DECLARE node is selected, it has the side effect of also recording the variable. This is a short term solution that should be fixed in time.
      
      llvm-svn: 46659
      efd142a9
  3. Dec 29, 2007
  4. Jul 26, 2007
  5. Jan 26, 2007
  6. Dec 07, 2006
  7. Nov 16, 2006
  8. Nov 03, 2006
  9. Sep 05, 2006
  10. Jul 14, 2006
  11. Jul 13, 2006
  12. Jul 12, 2006
  13. Jul 11, 2006
  14. Mar 18, 2006
  15. Jan 27, 2006
  16. Oct 24, 2005
  17. Aug 19, 2005
  18. Apr 22, 2005
  19. Oct 14, 2004
  20. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  21. Aug 17, 2004
  22. Aug 10, 2004
  23. Aug 09, 2004
  24. Aug 05, 2004
  25. Aug 01, 2004
  26. Nov 11, 2003
  27. Oct 20, 2003
  28. Oct 05, 2003
  29. Sep 17, 2003
  30. Aug 06, 2003
  31. Aug 05, 2003
  32. Aug 02, 2003
  33. Aug 01, 2003
Loading