llvm-6502/lib
2007-08-06 22:10: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 New CallInst interface to address GLIBCXX_DEBUG errors caused by 2007-08-01 03:43:44 +00:00
Linker
Support Escape some escapes that confuse doxygen. 2007-08-05 19:33:11 +00:00
System Fix PR1581, patch by Timo Savola 2007-07-31 06:00:51 +00:00
Target Replace 4-line function with 10-line version per review comment. 2007-08-06 22:10: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