Skip to content
  1. Sep 18, 2002
  2. Sep 17, 2002
  3. Sep 16, 2002
  4. Sep 15, 2002
  5. Sep 14, 2002
    • Nick Hildenbrandt's avatar
      · e89a6ebd
      Nick Hildenbrandt authored
      Fixed problem with printing struct definitions in the correct order.
      This allows for the Regression/Transforms/ScalarReplacement/scalarize.c to run correctly.
      
      llvm-svn: 3721
      e89a6ebd
    • Chris Lattner's avatar
      Fix bug I introduced · 154cf644
      Chris Lattner authored
      llvm-svn: 3719
      154cf644
    • Vikram S. Adve's avatar
      Moving to lib/CodeGen/RegAlloc. · a8f926c0
      Vikram S. Adve authored
      llvm-svn: 3718
      a8f926c0
    • 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
      · 36698f86
      Misha Brukman authored
      On the quest of eliminating unnecessary includes.
      
      llvm-svn: 3715
      36698f86
    • Misha Brukman's avatar
      · 834885fb
      Misha Brukman authored
      Again, including Module makes Function unnecessary.
      
      llvm-svn: 3714
      834885fb
    • 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
      * Fix a bug that was causing lli to misrun: · bd0d2eab
      Chris Lattner authored
          test/Regression/Transforms/DecomposeMultiDimRefs/mixedindices.c
      * Eliminate unneccesary #include
      
      llvm-svn: 3712
      bd0d2eab
    • 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
Loading