llvm-6502/lib/VMCore
Chris Lattner 3d5ed2250e constify some methods and add a new Constant::getAggregateElement
helper method for the common operation of extracting an element
out of a constant aggregate.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148931 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-25 06:16:32 +00:00
..
AsmWriter.cpp
Attributes.cpp
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
ConstantFold.h
Constants.cpp constify some methods and add a new Constant::getAggregateElement 2012-01-25 06:16:32 +00:00
ConstantsContext.h convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without 2012-01-23 15:20:12 +00:00
Core.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
DebugInfoProbe.cpp
DebugLoc.cpp
Dominators.cpp
Function.cpp
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp use ConstantVector::getSplat in a few places. 2012-01-25 06:02:56 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp start the implementation of a new ConstantDataVector and ConstantDataArray 2012-01-23 22:57:10 +00:00
LLVMContextImpl.h start the implementation of a new ConstantDataVector and ConstantDataArray 2012-01-23 22:57:10 +00:00
Makefile
Metadata.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
Module.cpp
Pass.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp Remove the Type::getNumElements() method, which is only called in 4 places, 2012-01-25 01:32:59 +00:00
Use.cpp
User.cpp
Value.cpp Make Value::isDereferenceablePointer() handle unreachable code blocks. (This 2012-01-23 00:05:17 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
Verifier.cpp