Skip to content
  1. Jul 21, 2009
    • David Greene's avatar
      · 40c68ad3
      David Greene authored
      Re-apply 75490, 75806 and 76177 with fixes and tests.  Efficiency comes
      next.
      
      llvm-svn: 76486
      40c68ad3
  2. Jul 20, 2009
  3. Jul 18, 2009
  4. Jul 17, 2009
    • David Greene's avatar
      · 33d1e7db
      David Greene authored
      Add logic to align instruction operands to columns for pretty-printing.
      No target uses this currently.  This patch only adds the mechanism so
      that local installations can choose to enable this.
      
      llvm-svn: 76177
      33d1e7db
  5. Jul 15, 2009
    • David Greene's avatar
      · 11817374
      David Greene authored
      Get rid of postInstructionAction and call EmitComments directly.
      
      llvm-svn: 75806
      11817374
  6. Jul 13, 2009
    • David Greene's avatar
      · de54478b
      David Greene authored
      Add infrastructure to allow post instruction printing action triggers.
      We'll eventually use this to print comments in asm files and do other
      fun things.
      
      This adds interfaces to the AsmPrinter and changes TableGen to invoke
      the postInstructionAction when appropriate.  It also add parameters to
      TargetAsmInfo to control comment layout.
      
      llvm-svn: 75490
      de54478b
  7. Jul 03, 2009
  8. Jun 20, 2009
  9. May 07, 2009
  10. May 04, 2009
  11. May 01, 2009
  12. Apr 30, 2009
  13. Apr 29, 2009
    • Bill Wendling's avatar
      Second attempt: · 084669a1
      Bill Wendling authored
      Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
      use the old behavior, the flag is -O0. This change allows for finer-grained
      control over which optimizations are run at different -O levels.
      
      Most of this work was pretty mechanical. The majority of the fixes came from
      verifying that a "fast" variable wasn't used anymore. The JIT still uses a
      "Fast" flag. I'll change the JIT with a follow-up patch.
      
      llvm-svn: 70343
      084669a1
  14. Apr 28, 2009
  15. Mar 13, 2009
  16. Feb 24, 2009
  17. Feb 20, 2009
  18. Feb 19, 2009
  19. Feb 18, 2009
  20. Oct 27, 2008
  21. Oct 26, 2008
  22. 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
  23. Apr 09, 2008
  24. Mar 17, 2008
  25. Mar 15, 2008
  26. Feb 20, 2008
  27. Feb 02, 2008
    • Evan Cheng's avatar
      Get rid of the annoying blank lines before labels. · 32e5347e
      Evan Cheng authored
      llvm-svn: 46667
      32e5347e
    • 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
  28. Dec 29, 2007
  29. Jul 18, 2007
  30. Jan 26, 2007
  31. Dec 07, 2006
  32. Nov 16, 2006
Loading