Skip to content
  1. Nov 11, 2009
    • Chris Lattner's avatar
      another const prop failure. · 7a09964e
      Chris Lattner authored
      llvm-svn: 86848
      7a09964e
    • Chris Lattner's avatar
      add a note · 539bdf04
      Chris Lattner authored
      llvm-svn: 86847
      539bdf04
    • Jim Grosbach's avatar
      · 8d92ec45
      Jim Grosbach authored
      The TBB and TBH instructions for Thumb2 are really handy for jump tables, but
      can only branch forward. To best take advantage of them, we'd like to adjust
      the basic blocks around a bit when reasonable. This patch puts basics in place
      to do that, with a super-simple algorithm for backwards jump table targets that
      creates a new branch after the jump table which branches backwards. Real
      heuristics for reordering blocks or other modifications rather than inserting
      branches will follow.
      
      llvm-svn: 86791
      8d92ec45
    • Daniel Dunbar's avatar
      llvm-gcc/clang don't (won't?) need this hack. · bc299f00
      Daniel Dunbar authored
      llvm-svn: 86769
      bc299f00
    • Chris Lattner's avatar
      add a note · 0169fd7c
      Chris Lattner authored
      llvm-svn: 86756
      0169fd7c
    • Chris Lattner's avatar
      I did this a week or two ago · 8ff26038
      Chris Lattner authored
      llvm-svn: 86754
      8ff26038
  2. Nov 10, 2009
  3. Nov 09, 2009
  4. Nov 08, 2009
  5. Nov 07, 2009
Loading