Skip to content
  1. Oct 05, 2008
  2. Sep 17, 2008
  3. Sep 07, 2008
  4. Sep 02, 2008
  5. Jul 01, 2008
    • Dan Gohman's avatar
      Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating · fb19f940
      Dan Gohman authored
      the need for a flavor operand, and add a new SDNode subclass,
      LabelSDNode, for use with them to eliminate the need for a label id
      operand.
      
      Change instruction selection to let these label nodes through
      unmodified instead of creating copies of them. Teach the MachineInstr
      emitter how to emit a MachineInstr directly from an ISD label node.
      
      This avoids the need for allocating SDNodes for the label id and
      flavor value, as well as SDNodes for each of the post-isel label,
      label id, and label flavor.
      
      llvm-svn: 52943
      fb19f940
  6. Mar 16, 2008
  7. Mar 15, 2008
  8. 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
  9. Dec 29, 2007
  10. Jul 26, 2007
  11. Jan 26, 2007
  12. Dec 07, 2006
  13. Nov 16, 2006
  14. Nov 03, 2006
  15. Sep 05, 2006
  16. Jul 14, 2006
  17. Jul 13, 2006
  18. Jul 12, 2006
  19. Jul 11, 2006
  20. Mar 18, 2006
  21. Jan 27, 2006
  22. Oct 24, 2005
  23. Aug 19, 2005
  24. Apr 22, 2005
  25. Oct 14, 2004
  26. 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
  27. Aug 17, 2004
  28. Aug 10, 2004
  29. Aug 09, 2004
  30. Aug 05, 2004
  31. Aug 01, 2004
  32. Nov 11, 2003
  33. Oct 20, 2003
  34. Oct 05, 2003
  35. Sep 17, 2003
  36. Aug 06, 2003
Loading