llvm-6502/include/llvm
2011-08-19 23:28:12 +00:00
..
ADT Add IntervalMap::const_iterator::atBegin(). 2011-08-19 22:04:19 +00:00
Analysis Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly. 2011-08-19 23:28:12 +00:00
Assembly
Bitcode Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
CodeGen FastISel: avoid function calls between the materialization of the constant and its use. 2011-08-18 22:06:10 +00:00
CompilerDriver
Config include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import stuff from llvm-config.h.cmake and clang/config.h. 2011-08-12 03:27:54 +00:00
ExecutionEngine
MC Allow the MCDisassembler to return a "soft fail" status code, indicating an instruction that is disassemblable, but invalid. Only used for ARM UNPREDICTABLE instructions at the moment. 2011-08-17 17:44:15 +00:00
Object
Support ...and make sure DynamicLibrary builds by removing "const" from the Invalid placeholder. 2011-08-17 18:28:14 +00:00
Target Trim an unneeded header. 2011-08-09 23:49:21 +00:00
Transforms Add SplitLandingPadPredecessors(). 2011-08-19 00:05:40 +00:00
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h Remove unneeded sentence. 2011-08-17 19:33:27 +00:00
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DebugInfoProbe.h
DefaultPasses.h
DerivedTypes.h Rip out the old StructType APIs as warned about on llvmdev last week. 2011-08-18 17:39:28 +00:00
Function.h
GlobalAlias.h The operands of a GlobalAlias are always Constants. Simplify things 2011-08-01 12:20:36 +00:00
GlobalValue.h
GlobalVariable.h
GVMaterializer.h
InitializePasses.h Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. 2011-08-03 22:18:20 +00:00
InlineAsm.h
InstrTypes.h
Instruction.def Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
Instruction.h
Instructions.h Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsPTX.td
IntrinsicsX86.td
IntrinsicsXCore.td Add intrinsics for SETEV, GETED, GETET. 2011-08-18 13:00:48 +00:00
LinkAllPasses.h Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. 2011-08-03 22:18:20 +00:00
LinkAllVMCore.h
Linker.h
LLVMContext.h
Metadata.h
Module.h Remove the last improper use of getGlobalContext() from LLVM. 2011-08-13 01:04:44 +00:00
OperandTraits.h
Operator.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h
SymbolTableListTraits.h
Type.h
Use.h
User.h
Value.h Typo. 2011-08-11 00:22:48 +00:00
ValueSymbolTable.h