llvm-6502/include/llvm
Jakob Stoklund Olesen 478a8a02bc Require non-NULL register masks.
It doesn't seem worthwhile to give meaning to a NULL register mask
pointer. It complicates all the code using register mask operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149646 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-02 23:52:57 +00:00
..
ADT Add Triple::getMacOSXVersion to replace crufty code in the clang driver. 2012-01-31 22:32:29 +00:00
Analysis SwitchInst refactoring. 2012-02-01 07:49:51 +00:00
Assembly
Bitcode Add bitcode reader and writer support for ConstantDataAggregate, which 2012-01-30 00:51:16 +00:00
CodeGen Require non-NULL register masks. 2012-02-02 23:52:57 +00:00
Config
DebugInfo
ExecutionEngine
MC Add assembler dialect attribute in asm parser which lets target specific asm parser change dialect on the fly. 2012-01-31 18:14:05 +00:00
Object
Support Move Clang's file-level locking facility over to LLVM's support 2012-01-29 20:15:10 +00:00
TableGen
Target Require non-NULL register masks. 2012-02-02 23:52:57 +00:00
Transforms Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h Add a constified getLandingPad() method. 2012-01-31 00:26:24 +00:00
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h eliminate the Constant::getVectorElements method. There are better (and 2012-01-26 02:51:13 +00:00
Constants.h Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. 2012-02-01 04:51:17 +00:00
DebugInfoProbe.h
DefaultPasses.h
DerivedTypes.h
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
GVMaterializer.h
InitializePasses.h Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h SwitchInst refactoring. 2012-02-01 07:49:51 +00:00
IntrinsicInst.h Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy 2012-01-31 01:46:13 +00:00
Intrinsics.h
Intrinsics.td Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. 2012-01-31 01:58:48 +00:00
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsHexagon.td
IntrinsicsPowerPC.td
IntrinsicsPTX.td
IntrinsicsX86.td Remove pcmpgt/pcmpeq intrinsics as clang is not using them. 2012-01-31 06:52:44 +00:00
IntrinsicsXCore.td
LinkAllPasses.h Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
LinkAllVMCore.h
Linker.h
LLVMContext.h
Metadata.h
Module.h
OperandTraits.h
Operator.h
Pass.h
PassAnalysisSupport.h
PassManager.h Add pass printer passes in the right place. 2012-02-01 07:16:20 +00:00
PassManagers.h Add pass printer passes in the right place. 2012-02-01 07:16:20 +00:00
PassRegistry.h
PassSupport.h
SymbolTableListTraits.h
Type.h add StructType helpers too. 2012-01-26 00:06:44 +00:00
Use.h
User.h
Value.h start the implementation of a new ConstantDataVector and ConstantDataArray 2012-01-23 22:57:10 +00:00
ValueSymbolTable.h