Skip to content
  1. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  2. Aug 08, 2004
  3. Jul 29, 2004
  4. Jul 18, 2004
  5. Jun 20, 2004
  6. May 24, 2004
  7. May 23, 2004
  8. Apr 21, 2004
  9. Apr 20, 2004
  10. Apr 12, 2004
  11. Apr 08, 2004
  12. Nov 21, 2003
  13. Nov 11, 2003
  14. Nov 09, 2003
  15. Oct 31, 2003
  16. Oct 20, 2003
  17. Aug 31, 2003
    • Chris Lattner's avatar
      Heavily refactor code: · d075cc28
      Chris Lattner authored
        * Separate the policy decisions into a derived class [InlineSimple]
        * Move the inlining mechanics into a base class [Inliner]
        * Change the inliner to be an SCCPass, making it more structured and
          eventually pipelinable with other SCC passes
      
      llvm-svn: 8257
      d075cc28
Loading