Skip to content
  1. Sep 16, 2002
  2. 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
  3. Sep 12, 2002
  4. Sep 11, 2002
  5. Sep 10, 2002
  6. Sep 09, 2002
  7. Sep 08, 2002
  8. Sep 06, 2002
  9. Sep 03, 2002
    • Chris Lattner's avatar
      - Renamed Type::isIntegral() to Type::isInteger() · b0b412e6
      Chris Lattner authored
        - Added new method Type::isIntegral() that is the same as isInteger, but
          also accepts bool.
      
      llvm-svn: 3574
      b0b412e6
    • Chris Lattner's avatar
      · bc6bdc29
      Chris Lattner authored
      - Renamed Type::isIntegral() to Type::isInteger()
        - Added new method Type::isIntegral() that is the same as isInteger, but
          also accepts bool.
      
      llvm-svn: 3573
      bc6bdc29
  10. Sep 02, 2002
  11. Aug 31, 2002
Loading