core changes for varargs
authorAndrew Lenharth <andrewl@lenharth.org>
Sat, 18 Jun 2005 18:34:52 +0000 (18:34 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sat, 18 Jun 2005 18:34:52 +0000 (18:34 +0000)
commit558bc88a00930fce283b240b7c9555f649a18f1b
treecb2953e86c8a44260ab9f896e694fd77b19b9ad7
parentf5428213853bae45247fe6da711ff20954d73dbd
core changes for varargs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22254 91177308-0d34-0410-b5e6-96231b3b80d8
26 files changed:
lib/Analysis/DataStructure/Local.cpp
lib/Analysis/IPA/Andersens.cpp
lib/AsmParser/Lexer.l
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Reader/ReaderWrappers.cpp
lib/Bytecode/Writer/SlotCalculator.cpp
lib/Bytecode/Writer/Writer.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/Target/Alpha/AlphaISelPattern.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp
lib/Target/IA64/IA64ISelPattern.cpp
lib/Target/PowerPC/PPC32ISelSimple.cpp
lib/Target/PowerPC/PPC64ISelPattern.cpp
lib/Target/Sparc/SparcV8ISelSimple.cpp
lib/Target/SparcV8/SparcV8ISelSimple.cpp
lib/Target/X86/X86ISelPattern.cpp
lib/Target/X86/X86ISelSimple.cpp
lib/Transforms/Scalar/LICM.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Verifier.cpp