Skip to content
  1. Oct 11, 2011
  2. Nov 29, 2010
  3. Mar 22, 2008
  4. Dec 29, 2007
  5. Jul 26, 2006
    • Reid Spencer's avatar
      For PR780: · 421475cd
      Reid Spencer authored
      1. Move IncludeFile.h to System library
      2. Move IncludeFile.cpp to System library
      3. #1 and #2 required to prevent cyclic library dependencies for libSystem
      4. Convert all existing uses of Support/IncludeFile.h to System/IncludeFile.h
      5. Add IncludeFile support to various lib/System classes.
      6. Add new lib/System classes to LinkAllVMCore.h
      All this in an attempt to pull in lib/System to what's required for VMCore
      
      llvm-svn: 29287
      421475cd
  6. Jun 07, 2006
    • Reid Spencer's avatar
      For PR780: · 54cb2d85
      Reid Spencer authored
      Break the "IncludeFile" mechanism into its own header file and adjust other
      files accordingly. Use this facility for the IntrinsicInst problem which
      was the subject of PR800.
      More to follow on this.
      
      llvm-svn: 28709
      54cb2d85
  7. May 29, 2006
    • Reid Spencer's avatar
      Initial Commit of llvm2cpp · 58d5dce1
      Reid Spencer authored
      This is a safekeeping commit. The program is not finished. It currently
      handles modules, types, global variables and function declarations. Blocks
      and instructions remain to be done.
      
      llvm-svn: 28528
      58d5dce1
Loading