llvm-6502/include/llvm
Dan Gohman 52837078c7 Shrink the size of AllocationInst by using its SubclassData
field to store the alignment value instead of haing a
separate field.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48727 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-24 16:55:58 +00:00
..
ADT Add first proof-of-concept universal compiler driver framework based 2008-03-23 08:57:20 +00:00
Analysis Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
Assembly
Bitcode
CodeGen Teach DAG combiner to commute commutable binary nodes in order to achieve sdisel CSE. 2008-03-22 01:55:50 +00:00
Config Use C-style comments :) 2008-03-23 13:44:17 +00:00
Debugger
ExecutionEngine
Support
System Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead of itself. 2008-03-22 02:59:54 +00:00
Target
Transforms Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it). 2008-03-24 06:37:48 +00:00
AbstractTypeUser.h
Argument.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h PassInfo keep tracks whether a pass is an analysis pass or not. 2008-03-19 21:56:59 +00:00
CallingConv.h
Constant.h
Constants.h ubyte and sbyte? what are those? 2008-03-20 06:19:51 +00:00
DerivedTypes.h Make it possible to get an empty struct using 2008-03-21 15:53:17 +00:00
Function.h
GlobalAlias.h Typo fixes 2008-03-22 07:48:08 +00:00
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h Shrink the size of AllocationInst by using its SubclassData 2008-03-24 16:55:58 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td Undo 48570. Correctly match mmx shift instructions with an immediate operand. 2008-03-21 00:40:09 +00:00
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
LinkTimeOptimizer.h
Module.h
ModuleProvider.h
ParameterAttributes.h
Pass.h Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
PassAnalysisSupport.h
PassManager.h
PassManagers.h Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
PassSupport.h PassInfo keep tracks whether a pass is an analysis pass or not. 2008-03-19 21:56:59 +00:00
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h