llvm-mirror/lib
Chris Lattner 3f700e8e47 * 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

llvm-svn: 9220
2003-10-18 05:54:18 +00:00
..
Analysis
AsmParser New revised variable argument handling support 2003-10-18 05:53:13 +00:00
Bytecode * New revised variable argument handling support 2003-10-18 05:54:18 +00:00
CodeGen
CWriter
ExecutionEngine Don't release the Module, as that invalidates the Module* within the 2003-10-17 18:31:59 +00:00
Support
Target You can't just blat the address into memory, you have to blat its 2003-10-17 21:47:25 +00:00
Transforms
VMCore Chris says it's better to assert that TheModule is valid than silently return 0. 2003-10-17 21:59:57 +00:00
Makefile