1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib
Chris Lattner faa90d30f5 Do not let MaskedValueIsZero consider undef to be zero, for reasons
explained in the comment.

This fixes UnitTests/2003-09-18-BitFieldTest on darwin

llvm-svn: 22483
2005-07-20 18:49:28 +00:00
..
Analysis Remove glibc specific functions, and mark a couple as C99 2005-07-11 20:35:20 +00:00
AsmParser Fix grammar 2005-06-24 18:00:40 +00:00
Bytecode Final Changes For PR495: 2005-07-08 03:08:58 +00:00
CodeGen Remove unnecessary FP_EXTEND. This causes worse codegen for SSE. 2005-07-19 16:50:03 +00:00
Debugger For PR495: 2005-07-07 23:21:43 +00:00
ExecutionEngine count the number of relocations performed. 2005-07-20 16:29:20 +00:00
Linker For PR495: 2005-07-07 23:21:43 +00:00
Support Final Changes For PR495: 2005-07-08 03:08:58 +00:00
System Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation 2005-07-13 03:02:06 +00:00
Target Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being 2005-07-19 16:51:05 +00:00
Transforms Do not let MaskedValueIsZero consider undef to be zero, for reasons 2005-07-20 18:49:28 +00:00
VMCore core changes for varargs 2005-06-18 18:34:52 +00:00
Makefile