llvm-6502/lib/VMCore
David Greene 52eec54820 New CallInst interface to address GLIBCXX_DEBUG errors caused by
indexing an empty std::vector.

Updates to all clients.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40660 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-01 03:43:44 +00:00
..
AsmWriter.cpp
BasicBlock.cpp DummyInst's member functions don't need to be virtual. 2007-07-26 15:25:08 +00:00
ConstantFold.cpp zext(undef) = 0 and sext(undef) = 0, not undef. 2007-07-20 22:09:02 +00:00
ConstantFold.h
Constants.cpp add a Constant::getAllOnesValue helper function, which works on integers 2007-06-15 06:10:53 +00:00
Dominators.cpp Fix edge cases in handling basic block split. 2007-07-27 19:13:43 +00:00
Function.cpp Support for trampolines, except for X86 codegen which is 2007-07-27 12:58:54 +00:00
Globals.cpp
InlineAsm.cpp
Instruction.cpp Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead 2007-07-26 16:06:08 +00:00
Instructions.cpp New CallInst interface to address GLIBCXX_DEBUG errors caused by 2007-08-01 03:43:44 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp
PassManager.cpp Fix pastos in comments for doFinalization functions. 2007-07-30 14:51:13 +00:00
SymbolTableListTraitsImpl.h
Type.cpp This enum is dead 2007-07-05 17:28:01 +00:00
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp Add support for 3 element 32-bit vector ValueTypes. 2007-07-26 01:46:52 +00:00
Verifier.cpp After a discussion with Anton, it turns out that the InReg attribute is not 2007-07-31 14:39:10 +00:00