Skip to content
  1. Sep 07, 2008
  2. Sep 02, 2008
  3. 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
  4. Mar 16, 2008
  5. Mar 15, 2008
  6. 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
  7. Dec 29, 2007
  8. Jul 26, 2007
  9. Jan 26, 2007
  10. Dec 07, 2006
  11. Nov 16, 2006
  12. Nov 03, 2006
  13. Sep 05, 2006
  14. Jul 14, 2006
  15. Jul 13, 2006
  16. Jul 12, 2006
  17. Jul 11, 2006
  18. Mar 18, 2006
  19. Jan 27, 2006
  20. Oct 24, 2005
  21. Aug 19, 2005
  22. Apr 22, 2005
  23. Oct 14, 2004
  24. 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
  25. Aug 17, 2004
  26. Aug 10, 2004
  27. Aug 09, 2004
  28. Aug 05, 2004
  29. Aug 01, 2004
  30. Nov 11, 2003
  31. Oct 20, 2003
  32. Oct 05, 2003
  33. Sep 17, 2003
  34. Aug 06, 2003
  35. Aug 05, 2003
Loading