Skip to content
  1. Dec 06, 2006
  2. Nov 26, 2006
  3. Nov 02, 2006
  4. Nov 01, 2006
  5. Aug 28, 2006
  6. Aug 14, 2006
  7. Aug 05, 2005
  8. Apr 22, 2005
  9. Apr 18, 2005
  10. Apr 15, 2005
    • Chris Lattner's avatar
      a new simple pass, which will be extended to be more useful in the future. · 16a50fd0
      Chris Lattner authored
      This pass forward branches through conditions when it can show that the
      conditions is either always true or false for a predecessor.  This currently
      only handles the most simple cases of this, but is successful at threading
      across 2489 branches and 65 switch instructions in 176.gcc, which isn't bad.
      
      llvm-svn: 21306
      16a50fd0
Loading