* New revised variable argument handling support
authorChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 05:54:18 +0000 (05:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 05:54:18 +0000 (05:54 +0000)
commitcb7e2e2e0fa74ca8fb52201911082dab77f96c66
tree5e48e96436e7782870b939dfd479dd107cb3e39e
parent99e7ab72c8909469141358552ece13d701d17274
* New revised variable argument handling support
* More dense bytecode encoding for varargs calls (like printf)
* Eliminated the extremely old bytecode format.  rev #0 is now 1.0

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9220 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/ConstantReader.cpp
lib/Bytecode/Reader/InstructionReader.cpp
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Reader/ReaderInternals.h
lib/Bytecode/Reader/ReaderWrappers.cpp