llvm-6502/lib
Dale Johannesen 2f91f30b93 Fix PR 4057, a crash doing float->char const folding.
This particular one is undefined behavior (although this
isn't related to the crash), so it will no longer do it
at compile time, which seems better.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69990 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-24 21:34:13 +00:00
..
Analysis Change SCEVExpander's expandCodeFor to provide more flexibility 2009-04-23 15:16:49 +00:00
Archive
AsmParser Fix warning in .ll parser, detect and reject available_externally on function 2009-04-13 07:02:02 +00:00
Bitcode Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
CodeGen Fix PR 4057, a crash doing float->char const folding. 2009-04-24 21:34:13 +00:00
CompilerDriver -write-graph now can be used with -o. 2009-03-27 12:57:14 +00:00
Debugger Oops...I committed too much. 2009-03-13 04:39:26 +00:00
ExecutionEngine Use an AssertingVH to detect the case where the Function was deleted but 2009-04-19 18:32:03 +00:00
Linker Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
Support Make all raw_ostreams support the tell() function. 2009-04-20 07:34:17 +00:00
System Silence warnings. 2009-04-21 16:04:56 +00:00
Target Adjust a comment to reflect what the code does. Splitting a 64-bit argument 2009-04-24 17:05:01 +00:00
Transforms Allow i16 type indices to gep. 2009-04-24 02:37:54 +00:00
VMCore Allow i16 type indices to gep. 2009-04-24 02:37:54 +00:00
Makefile Reorganize llvmc code. 2009-03-02 09:01:14 +00:00