llvm-6502/include/llvm
Nate Begeman bfaaaa6e0f Properly mangles symbol table names
Supports constant pools
Supports relocations to jump tables
Supports relocations within the data segment (global = address of global)
Allocates memory in a non-hacky for all non-code objects.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32430 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-11 02:20:45 +00:00
..
ADT Change the implementation of statistic to not need destructors at all. 2006-12-08 20:00:42 +00:00
Analysis Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
Assembly Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
Bytecode Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
CodeGen Properly mangles symbol table names 2006-12-11 02:20:45 +00:00
Config Cleaned setjmp/longjmp lowering interfaces. Now we're producing right 2006-12-10 23:12:42 +00:00
Debugger
ExecutionEngine allow clients to indicate that they never want lazy compilation. 2006-11-09 19:30:47 +00:00
Support Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
System Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
Target Cleaned setjmp/longjmp lowering interfaces. Now we're producing right 2006-12-10 23:12:42 +00:00
Transforms Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
.cvsignore
AbstractTypeUser.h
Argument.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Constant.h
Constants.h Packed Structures 2006-12-08 18:06:16 +00:00
DerivedTypes.h Packed Structures 2006-12-08 18:06:16 +00:00
Function.h
GlobalValue.h Fix some 80 col violations. 2006-12-06 20:28:46 +00:00
GlobalVariable.h
InlineAsm.h
InstrTypes.h Provide a getOpcode() method on CmpInst to ensure the opcode is returned 2006-12-07 04:18:31 +00:00
Instruction.def Get the delegation right for InstVisitor. 2006-11-29 21:37:00 +00:00
Instruction.h For PR950: 2006-11-27 01:05:10 +00:00
Instructions.h For PR950: 2006-11-27 01:05:10 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
LinkAllPasses.h A shim over other AA impls to catch incorrect uses 2006-11-14 05:21:04 +00:00
LinkAllVMCore.h
Linker.h Minor style fixes from review. 2006-11-11 19:59:25 +00:00
LinkTimeOptimizer.h
Module.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
ModuleProvider.h
Pass.h Add AnalysisResolver_New. 2006-12-08 23:52:04 +00:00
PassAnalysisSupport.h Add AnalysisResolver_New. It is a replacement for existing 2006-12-08 23:28:54 +00:00
PassManager.h Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P) 2006-12-08 18:57:16 +00:00
PassSupport.h Switch analysis groups to be unregistered when llvm_shutdown is called. 2006-12-01 23:46:50 +00:00
SymbolTable.h
SymbolTableListTraits.h
Type.h Packed Structures 2006-12-08 18:06:16 +00:00
TypeSymbolTable.h
Use.h
User.h
Value.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
ValueSymbolTable.h