1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/lib
Chris Lattner 1649c7d308 Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the
glibc 'nan' function because the initializer is not a string.  This breaks when used in a global
initializer.  Try compiling this testcase for example:

%X = global float <some nan value>

llvm-svn: 15223
2004-07-25 22:36:35 +00:00
..
Analysis Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst additions and broke a bunch of programs last night. 2004-07-25 18:32:01 +00:00
AsmParser Adjust to new Module.h interface for dependent libraries 2004-07-25 21:30:51 +00:00
Bytecode Always write FP values correctly. 2004-07-25 21:36:26 +00:00
CodeGen Add some comments to the backtracking code. 2004-07-25 08:10:33 +00:00
Debugger bug 122: 2004-07-18 00:44:37 +00:00
ExecutionEngine bug 122: 2004-07-18 00:41:27 +00:00
Support Remove linux/solaris specific stuff. 2004-07-25 07:34:00 +00:00
System A description of what this library is about, reference to the documentation 2004-07-18 22:33:08 +00:00
Target Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the 2004-07-25 22:36:35 +00:00
Transforms * Substantially simplify how free instructions are handled (potentially fixing 2004-07-25 11:09:56 +00:00
VMCore Avoid use of size(), which counts, in favor of other mechanisms. 2004-07-25 21:44:54 +00:00
Makefile