[llvm-commits] CVS: llvm/include/llvm/LinkAllVMCore.h

2006-07-26 Thread Reid Spencer
Changes in directory llvm/include/llvm: LinkAllVMCore.h updated: 1.4 -> 1.5 --- Log message: For PR780: http://llvm.org/PR780 : Put the rest of lib/System into LinkAllVMCore.h. This makes all of lib/System available to programs that #include LinkALlVMCore.h so that loadable modules linked into

[llvm-commits] CVS: llvm/include/llvm/LinkAllVMCore.h

2006-06-07 Thread Reid Spencer
Changes in directory llvm/include/llvm: LinkAllVMCore.h updated: 1.1 -> 1.2 --- Log message: Previous version of this file wasn't supposed to be committed. This version attempts to get all of libVMCore.a through the least number of declarations. --- Diffs of the changes: (+12 -30) LinkAllV

[llvm-commits] CVS: llvm/include/llvm/LinkAllVMCore.h IntrinsicInst.h PassSupport.h

2006-06-07 Thread Reid Spencer
Changes in directory llvm/include/llvm: LinkAllVMCore.h added (r1.1) IntrinsicInst.h updated: 1.15 -> 1.16 PassSupport.h updated: 1.22 -> 1.23 --- Log message: For PR780: http://llvm.cs.uiuc.edu/PR780 : Break the "IncludeFile" mechanism into its own header file and adjust other files accordingl