1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib
Chris Lattner 4c9139447d When transforming &A[i] < &A[j] -> i < j, make sure to perform the comparison
as a signed compare.  This patch may fix PR597, but is correct in any case.

llvm-svn: 22465
2005-07-18 23:07:33 +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 The assertion was wrong: the code only worked for i64. While we're at it, 2005-07-18 04:31:14 +00:00
Debugger For PR495: 2005-07-07 23:21:43 +00:00
ExecutionEngine For PR540: 2005-07-12 15:51:55 +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 Teach the legalizer how to promote SINT_TO_FP to a wider SINT_TO_FP that 2005-07-16 02:02:34 +00:00
Transforms When transforming &A[i] < &A[j] -> i < j, make sure to perform the comparison 2005-07-18 23:07:33 +00:00
VMCore core changes for varargs 2005-06-18 18:34:52 +00:00
Makefile