llvm-6502/include/llvm
2009-10-04 18:49:55 +00:00
..
ADT Don't use identifiers that start with an underscore followed 2009-10-01 17:39:52 +00:00
Analysis Expand api out in the usual inserter way, though, I do have a 2009-10-01 22:08:58 +00:00
Assembly Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead 2009-09-08 22:20:35 +00:00
Bitcode Write and read metadata attachments. 2009-09-18 19:26:43 +00:00
CodeGen Renamed MachineInstrIndex to LiveIndex. 2009-10-03 04:21:37 +00:00
CompilerDriver Add a way to query the number of input files. 2009-09-28 01:16:42 +00:00
Config Fix a compile failure introduced by r82675 on MinGW which doesn't have 2009-09-25 21:07:20 +00:00
Debugger
ExecutionEngine
MC Allow symbols to start from the digit if target requests it. This allows, e.g. pinning 2009-09-18 16:57:42 +00:00
Support Rename enum NumOccurrences to NumOccurrencesFlag since there is a member named NumOccurrences. 2009-10-04 05:25:42 +00:00
System Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks 2009-09-22 04:44:56 +00:00
Target remove trailing whitespace 2009-10-01 20:45:06 +00:00
Transforms Do away with the strange use of BitVectors in SSI, and just use normal sets. This makes the code much more C++/LLVM-ish. 2009-10-04 18:49:55 +00:00
AbstractTypeUser.h When a constant's type is refined, update the constant in place 2009-09-15 15:58:07 +00:00
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h Add a comment. 2009-09-02 01:14:16 +00:00
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h For the NSWSub support in the builder to actually be useable, 2009-09-26 15:35:35 +00:00
DerivedTypes.h
Function.h Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. 2009-09-02 08:44:58 +00:00
GlobalAlias.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
GlobalValue.h
GlobalVariable.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
InlineAsm.h
InstrTypes.h Round out the API for the new optimization flags. 2009-09-27 21:33:04 +00:00
Instruction.def
Instruction.h Instruction::clone does not need to take an LLVMContext&. Remove that and 2009-09-27 07:38:41 +00:00
Instructions.h Round out the API for the new optimization flags. 2009-09-27 21:33:04 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsBlackfin.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h remove the GVNPRE pass. It has been subsumed by the GVN pass. 2009-10-01 02:18:36 +00:00
LinkAllVMCore.h
Linker.h
LLVMContext.h s/class Metadata/class MetadataContext/g 2009-09-28 21:41:20 +00:00
Metadata.h Add removeMD(). 2009-09-29 20:42:25 +00:00
Module.h
ModuleProvider.h
OperandTraits.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
Operator.h add a helper method. 2009-09-21 05:52:45 +00:00
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00
PassSupport.h
SymbolTableListTraits.h Forward-declare ValueSymbolTable so that SymbolTableListTraits.h can be parsed by itself 2009-09-30 00:08:25 +00:00
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h s/class Metadata/class MetadataContext/g 2009-09-28 21:41:20 +00:00
ValueSymbolTable.h