llvm-6502/lib
Reid Spencer 7107c3badf For PR780:
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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29287 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-26 16:18:00 +00:00
..
Analysis Change the callgraph representation to store the callsite along with the 2006-07-12 18:29:36 +00:00
Archive Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
AsmParser These libs use EH info 2006-07-07 16:44:31 +00:00
Bytecode Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
CodeGen For PR780: 2006-07-26 16:18:00 +00:00
Debugger Build more debugger/selectiondag libraries as archives instead of .o files. 2006-07-21 00:10:47 +00:00
ExecutionEngine - Refactor the code that resolve basic block references to a TargetJITInfo 2006-07-25 20:40:54 +00:00
Linker eliminate some ugly code, using ConstantExpr::getWithOperands instead. 2006-07-14 22:21:31 +00:00
Support For PR780: 2006-07-26 16:18:00 +00:00
System For PR780: 2006-07-26 16:18:00 +00:00
Target - Refactor the code that resolve basic block references to a TargetJITInfo 2006-07-25 20:40:54 +00:00
Transforms Minor comment tweaks 2006-07-20 19:06:16 +00:00
VMCore For PR780: 2006-07-26 16:18:00 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00