llvm-6502/lib/VMCore
Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib.
Sooooo many of these had incorrect or strange main module includes.
I have manually inspected all of these, and fixed the main module
include to be the nearest plausible thing I could find. If you own or
care about any of these source files, I encourage you to take some time
and check that these edits were sensible. I can't have broken anything
(I strictly added headers, and reordered them, never removed), but they
may not be the headers you'd really like to identify as containing the
API being implemented.

Many forward declarations and missing includes were added to a header
files to allow them to parse cleanly when included first. The main
module rule does in fact have its merits. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169131 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-03 16:50:05 +00:00
..
AsmWriter.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Attributes.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
AttributesImpl.h Make the AttrListPtr object a part of the LLVMContext. 2012-11-20 05:09:20 +00:00
AutoUpgrade.cpp Attributes Rewrite 2012-10-15 04:46:55 +00:00
BasicBlock.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
CMakeLists.txt Don't explicitly require RTTI and EH. 2012-10-26 12:15:29 +00:00
ConstantFold.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ConstantFold.h Convert ConstantFoldGetElementPtr to use ArrayRef. 2011-07-19 15:30:30 +00:00
Constants.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ConstantsContext.h Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 17:09:36 +00:00
Core.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DataLayout.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DebugInfo.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DebugLoc.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DIBuilder.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Dominators.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Function.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
GCOV.cpp Don't do actual work inside an assert statement. Fixes PR11760! 2012-09-23 03:58:21 +00:00
Globals.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
GVMaterializer.cpp Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
InlineAsm.cpp [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to 2012-09-05 19:00:49 +00:00
Instruction.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Instructions.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
IntrinsicInst.cpp warmup ritual: use high-level argument accessors 2010-06-22 19:46:37 +00:00
IRBuilder.cpp Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls. 2012-09-26 22:17:14 +00:00
LeakDetector.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LeaksContext.h Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
LLVMContext.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMContextImpl.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMContextImpl.h Move semantics are great, don't destroy the optimization opportunity with trivial copy ctors. 2012-11-25 11:52:03 +00:00
Makefile Don't explicitly require RTTI and EH. 2012-10-26 12:15:29 +00:00
Metadata.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Module.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Pass.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
PassManager.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
PassRegistry.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
PrintModulePass.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SymbolTableListTraitsImpl.h
TargetTransformInfo.cpp Lowercase the argument for TargetTransformInfo so it's consistent with all other passes. 2012-10-26 18:46:15 +00:00
Type.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
TypeFinder.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Use.cpp Add missing include of <new> 2012-03-26 14:04:17 +00:00
User.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Value.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ValueSymbolTable.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ValueTypes.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Verifier.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00