Skip to content
  1. Sep 24, 2002
    • Chris Lattner's avatar
      · b03832d5
      Chris Lattner authored
      Add new BreakCriticalEdges pass
      
      llvm-svn: 3903
      b03832d5
    • Chris Lattner's avatar
      Optimize away cases like: · 555518c7
      Chris Lattner authored
              %cast109 = cast uint %cast212 to short          ; <short> [#uses=1]
              %cast214 = cast short %cast109 to uint          ; <uint> [#uses=1]
              %cast215 = cast uint %cast214 to short          ; <short> [#uses=1]
      
      llvm-svn: 3897
      555518c7
    • Chris Lattner's avatar
      Fix: ConstantMerge/2002-09-23-CPR-Update.ll · 28d10354
      Chris Lattner authored
      Basically, this bug boiled down to calling replaceUsesOfWith on a constant,
      which changed it's shape in an illegal way.  This pass now goes through all
      of the trouble neccesary to do the replacement on constants.
      
      llvm-svn: 3895
      28d10354
  2. Sep 23, 2002
  3. Sep 22, 2002
  4. Sep 20, 2002
  5. Sep 18, 2002
  6. Sep 17, 2002
  7. Sep 16, 2002
  8. Sep 14, 2002
    • Chris Lattner's avatar
      Fix bug I introduced · 154cf644
      Chris Lattner authored
      llvm-svn: 3719
      154cf644
    • Misha Brukman's avatar
      · 2e8086f0
      Misha Brukman authored
      Function.h is unnecessary when Module.h is included.
      
      llvm-svn: 3716
      2e8086f0
    • Misha Brukman's avatar
      · 09d24c73
      Misha Brukman authored
      Following Chris's advice, I'm pruning some unnecessary .h includes that I'm
      noticing. Since Module includes Function, and eventually, BasicBlock and
      GlobalVariable, the last three are unnecessary to be included directly.
      
      llvm-svn: 3713
      09d24c73
    • Chris Lattner's avatar
      Change the MallocInst & AllocaInst ctors to take the allocated type, not the · fc91ee91
      Chris Lattner authored
      pointer type returned.
      
      llvm-svn: 3711
      fc91ee91
    • Chris Lattner's avatar
      · 322bf4f3
      Chris Lattner authored
      Change the MallocInst & AllocaInst ctors to take the allocated type, not the
      pointer type returned.
      
      llvm-svn: 3710
      322bf4f3
  9. Sep 12, 2002
  10. Sep 11, 2002
  11. Sep 10, 2002
  12. Sep 09, 2002
Loading