Skip to content
  1. Jan 14, 2011
  2. Jan 13, 2011
  3. Jan 09, 2011
  4. 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
  5. Oct 30, 2010
  6. Oct 26, 2010
  7. Aug 20, 2010
  8. Aug 17, 2010
  9. Jul 07, 2010
  10. Jul 06, 2010
  11. Jun 22, 2010
  12. 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
  13. Apr 13, 2010
  14. Apr 01, 2010
  15. Mar 30, 2010
  16. Mar 13, 2010
  17. Mar 10, 2010
  18. Feb 17, 2010
  19. Feb 10, 2010
  20. Feb 09, 2010
  21. Jan 26, 2010
  22. Jan 20, 2010
  23. Jan 15, 2010
  24. Jan 05, 2010
    • David Greene's avatar
      · 6c56cefe
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92542
      6c56cefe
  25. Dec 16, 2009
  26. Dec 15, 2009
  27. Dec 14, 2009
  28. Dec 11, 2009
Loading