Skip to content
  1. May 16, 2011
  2. May 14, 2011
  3. May 13, 2011
  4. May 12, 2011
    • Andrew Trick's avatar
      indvars: Added SimplifyIVUsers. · 81683ed2
      Andrew Trick authored
      Interleave IV simplifications. Currently involves EliminateComparison
      and EliminateRemainder. Next I'll add EliminateExtend.
      
      llvm-svn: 131210
      81683ed2
  5. May 10, 2011
  6. May 06, 2011
  7. May 05, 2011
  8. May 04, 2011
  9. May 03, 2011
  10. May 02, 2011
  11. May 01, 2011
  12. Apr 30, 2011
  13. Apr 29, 2011
  14. Apr 28, 2011
    • Benjamin Kramer's avatar
      We require threse bits to be zero, too. · cf9d1ad6
      Benjamin Kramer authored
      This shouldn't happen in practice because the icmp would be a constant.
      Add a check so we don't miscompile code if something goes wrong.
      
      llvm-svn: 130446
      cf9d1ad6
    • Nick Lewycky's avatar
      Only read *predecessor once so as to fix a theoretical issue where it changes · 6aa79492
      Nick Lewycky authored
      between two reads (threading).
      
      Fix an off-by-one in the indirect counter table that I meant to revert after an
      earlier experiment. Whoops!
      
      Implement GCOV_PREFIX. Doesn't handle GCOV_PREFIX_STRIP yet.
      
      Fix an off-by-one in string emission. Extra whoops!
      
      Tolerate DISubprograms that have null Function*'s attached to them. I don't yet
      understand what this means, but it happens when you have a global static with
      a non-trivial constructor/destructor.
      
      Fix a crash on switch statements with a single successor (default-only).
      
      llvm-svn: 130443
      6aa79492
    • Devang Patel's avatar
      Remove DbgDeclare only if all uses are converted. · 72aa1a8a
      Devang Patel authored
      llvm-svn: 130431
      72aa1a8a
Loading