llvm-6502/lib
2007-08-06 21:48:35 +00:00
..
Analysis This resolves a regression of BasicAA which failed to find any memory information for overloaded intrinsics (PR1600). This resolves that issue, and improves the matching scheme to use a BitVector rather than a binary search. 2007-08-06 20:57:16 +00:00
Archive
AsmParser regenerate 2007-08-06 21:00:46 +00:00
Bitcode This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
CodeGen Fix a regression compiling 2005-05-11-Popcount-ffs-fls with the CBE, 2007-08-06 16:36:18 +00:00
Debugger
ExecutionEngine
Linker
Support Escape some escapes that confuse doxygen. 2007-08-05 19:33:11 +00:00
System
Target Move lengthy conditional down 1 level per review comment. 2007-08-06 21:48:35 +00:00
Transforms It's safe to fold not of fcmp. 2007-08-06 20:04:16 +00:00
VMCore 1. Random tidiness cleanups 2007-08-06 06:19:47 +00:00
Makefile