llvm-6502/lib
Chris Lattner 9375135999 Fix mismatched type problem that crashed on cases like this:
sprintf(P, "%s", X);

Where X is not an sbyte*.  This fixes the bug JohnMC reported on llvm-bugs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22159 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-20 22:22:25 +00:00
..
Analysis
Archive
AsmParser Give the asmparser the ability to parse strings. Patch contributed by 2005-05-20 03:25:47 +00:00
Bytecode fix the assertion 2005-05-13 23:35:47 +00:00
CodeGen aCC and STLport complained about this, because they're like that 2005-05-15 13:05:48 +00:00
Debugger
ExecutionEngine
Linker
Support HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes 2005-05-16 06:45:57 +00:00
System comment the hpux bit 2005-05-16 06:59:53 +00:00
Target C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream> 2005-05-20 21:29:24 +00:00
Transforms Fix mismatched type problem that crashed on cases like this: 2005-05-20 22:22:25 +00:00
VMCore Some cleanups for compilation with GCC 4.0.0 to remove warnings: 2005-05-15 16:13:11 +00:00
Makefile