llvm-6502/lib
Chris Lattner 7911f03626 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22465 91177308-0d34-0410-b5e6-96231b3b80d8
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
Archive Final Changes For PR495: 2005-07-08 03:08:58 +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
ExecutionEngine For PR540: 2005-07-12 15:51:55 +00:00
Linker
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