llvm-6502/lib
Chris Lattner 3e58d9bb32 * Remove extraneous #includes
* Fix a nasty initializer ordering bug.  Any only-CFG passes which registered
  themselves before the CFGOnlyAnalysis vector initialized got forgotten and
  thus got invalidated and recomputed.

In particular, in my compiled version of gccas, the Loop information pass was
being recomputed unnecessarily.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9074 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-13 05:33:01 +00:00
..
Analysis Regularize header file comments 2003-10-13 03:32:08 +00:00
Archive Update file header for renamed file 2003-09-22 23:42:00 +00:00
AsmParser Regularize header file comments 2003-10-13 03:32:08 +00:00
Bytecode This is a header file, thus it needs a -*-C++-*- 2003-10-13 04:22:07 +00:00
CodeGen Regularize header file comments 2003-10-13 03:32:08 +00:00
ExecutionEngine Make mmap's fd for anonymous memory acquisition default to -1, except on 2003-10-11 03:51:18 +00:00
Linker Don't include "Config/stdlib.h". 2003-10-10 19:12:22 +00:00
Support Regularize header file comments 2003-10-13 03:32:08 +00:00
Target Regularize header file comments 2003-10-13 03:32:08 +00:00
Transforms Wrap code at 80 columns 2003-10-13 05:04:27 +00:00
VMCore * Remove extraneous #includes 2003-10-13 05:33:01 +00:00
Makefile Removed Support directory. It now lives in llvm/support/lib. 2003-09-29 16:10:43 +00:00