Skip to content
  1. Sep 24, 2002
  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
Loading