Skip to content
  1. Feb 04, 2011
    • Jakob Stoklund Olesen's avatar
      Add LiveIntervals::getLastSplitPoint(). · 096bd883
      Jakob Stoklund Olesen authored
      A live range cannot be split everywhere in a basic block. A split must go before
      the first terminator, and if the variable is live into a landing pad, the split
      must happen before the call that can throw.
      
      llvm-svn: 124894
      096bd883
  2. Jan 14, 2011
  3. Jan 13, 2011
  4. Jan 09, 2011
  5. Nov 02, 2010
    • Jakob Stoklund Olesen's avatar
      Don't try to split weird critical edges that really aren't: · ea263191
      Jakob Stoklund Olesen authored
      BB#1: derived from LLVM BB %bb.nph28
          Live Ins: %AL
          Predecessors according to CFG: BB#0
      	TEST8rr %reg16384<kill>, %reg16384, %EFLAGS<imp-def>; GR8:%reg16384
      	JNE_4 <BB#2>, %EFLAGS<imp-use,kill>
      	JMP_4 <BB#2>
          Successors according to CFG: BB#2 BB#2
      
      These double CFG edges only ever occur in bugpoint-generated code, so there is
      no need to attempt something clever.
      
      llvm-svn: 117992
      ea263191
  6. Oct 30, 2010
  7. Oct 26, 2010
  8. Aug 20, 2010
  9. Aug 17, 2010
  10. Jul 07, 2010
  11. Jul 06, 2010
  12. Jun 22, 2010
  13. Jun 18, 2010
    • Stuart Hastings's avatar
      Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This · 0125b641
      Stuart Hastings authored
      addresses a longstanding deficiency noted in many FIXMEs scattered
      across all the targets.
      
      This effectively moves the problem up one level, replacing eleven
      FIXMEs in the targets with eight FIXMEs in CodeGen, plus one path
      through FastISel where we actually supply a DebugLoc, fixing Radar
      7421831.
      
      llvm-svn: 106243
      0125b641
  14. Apr 13, 2010
  15. Apr 01, 2010
  16. Mar 30, 2010
  17. Mar 13, 2010
  18. Mar 10, 2010
  19. Feb 17, 2010
  20. Feb 10, 2010
  21. Feb 09, 2010
  22. Jan 26, 2010
  23. Jan 20, 2010
  24. Jan 15, 2010
  25. Jan 05, 2010
    • David Greene's avatar
      · 6c56cefe
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92542
      6c56cefe
  26. Dec 16, 2009
  27. Dec 15, 2009
  28. Dec 14, 2009
Loading