llvm-6502/include/llvm
2008-04-16 11:43:47 +00:00
..
ADT fix off by one error. 2008-04-16 04:10:37 +00:00
Analysis Major repairs to the post-dominators implementation. Patch from Florian Brandner! 2008-04-16 04:21:16 +00:00
Assembly
Bitcode Added support for Create() calls that take an argument besides the 2008-04-07 21:36:46 +00:00
CodeGen Rewrite LiveVariable liveness computation. The new implementation is much simplified. It eliminated the nasty recursive routines and removed the partial def / use bookkeeping. There is also potential for performance improvement by replacing the conservative handling of partial physical register definitions. The code is currently disabled until live interval analysis is taught of the name scheme. 2008-04-16 09:46:40 +00:00
Config
Debugger
ExecutionEngine
Support merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const reference, this avoids copy-constructing and destructing all the time. especially important if these constructors are not accessible 2008-04-16 11:43:47 +00:00
System Make getDirnameSep a static method (not part of Path's interface). 2008-04-07 22:01:32 +00:00
Target Sort sub-registers and super-registers lists according to super-sub register relations. e.g. X86::RAX sub-register list is EAX, AX, AL, AH (order of last two are not guaranteed). 2008-04-15 07:56:03 +00:00
Transforms Factor a bunch of functionality related to memcpy and memset transforms out of 2008-04-09 08:23:16 +00:00
AbstractTypeUser.h
Argument.h
AutoUpgrade.h
BasicBlock.h API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
CallGraphSCCPass.h
CallingConv.h
Constant.h
Constants.h ConstantFP::get should be static. 2008-04-09 17:16:28 +00:00
DerivedTypes.h Update comments to use 2.0 syntax type names. 2008-04-09 18:24:25 +00:00
Function.h Convenience method for setting the nounwind 2008-04-08 07:23:58 +00:00
GlobalAlias.h API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
GlobalValue.h
GlobalVariable.h API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
InlineAsm.h
InstrTypes.h API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
Instruction.def
Instruction.h Add const qualifiers. 2008-04-09 18:31:41 +00:00
Instructions.h API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
LinkAllPasses.h Factor a bunch of functionality related to memcpy and memset transforms out of 2008-04-09 08:23:16 +00:00
LinkAllVMCore.h
Linker.h
LinkTimeOptimizer.h
Module.h
ModuleProvider.h
ParameterAttributes.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
Value.h
ValueSymbolTable.h