llvm-6502/include/llvm
Bob Wilson bb2ead6e5f Clean up some comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75851 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 22:43:51 +00:00
..
ADT Fix a fixme, patch by Ryan Flynn! 2009-07-15 00:36:04 +00:00
Analysis Fix a typo in a comment that Duncan noticed. 2009-07-15 17:38:23 +00:00
Assembly
Bitcode
CodeGen Remove mismatched and unnecessary declaration. 2009-07-15 21:52:40 +00:00
CompilerDriver
Config LLVM doesn't use libelf. Remove libelf configurey. 2009-07-14 18:06:25 +00:00
Debugger
ExecutionEngine
MC Added llvm-mc support for parsing the .dump and .load directives. 2009-07-15 15:30:11 +00:00
Support Clean up some comments. 2009-07-15 22:43:51 +00:00
System Add a raw_ostream operator<< to sys::Path. 2009-07-15 16:33:33 +00:00
Target Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. 2009-07-15 22:33:19 +00:00
Transforms Move EVER MORE stuff over to LLVMContext. 2009-07-14 23:09:55 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h Move a few more convenience factory functions from Constant to LLVMContext. 2009-07-15 21:51:10 +00:00
DerivedTypes.h
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h Move EVER MORE stuff over to LLVMContext. 2009-07-14 23:09:55 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td Remove the v3i32 and v3f32 value types: they are not 2009-07-15 15:28:52 +00:00
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h Introduce a pointertracking pass. 2009-07-14 18:44:28 +00:00
LinkAllVMCore.h
Linker.h
LLVMContext.h Move EVER MORE stuff over to LLVMContext. 2009-07-14 23:09:55 +00:00
MDNode.h llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
Module.h
ModuleProvider.h
OperandTraits.h Remove some dead functions, patch by Ryan Flynn! 2009-07-14 18:58:35 +00:00
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ 2009-07-15 22:00:31 +00:00
TypeSymbolTable.h
Use.h
User.h Remove some dead functions, patch by Ryan Flynn! 2009-07-14 18:58:35 +00:00
Value.h
ValueSymbolTable.h