1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Bill Wendling 54bd12bc49 Added some comments and reformatted others. No functionality change.
Added two "FIXMEs" for code that looks dubious to me (but I could be
wrong).

llvm-svn: 47366
2008-02-20 09:15:16 +00:00
..
Analysis Use getConstant for ConstantInts. 2008-02-20 06:58:55 +00:00
Archive Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
AsmParser regenerate 2008-02-19 22:27:01 +00:00
Bitcode Expand ParameterAttributes to 32 bits (in preparation 2008-02-19 21:38:47 +00:00
CodeGen Added some comments and reformatted others. No functionality change. 2008-02-20 09:15:16 +00:00
Debugger Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ExecutionEngine Added memmove to interpreter external functions list. Patch by Daniel Dunbar. 2008-02-20 07:55:26 +00:00
Linker random cleanups. 2008-02-19 18:49:08 +00:00
Support Fixed bug in APInt::Profile() where the BitWidth field was not included in the 2008-02-19 20:50:41 +00:00
System It is not safe to call fork in PrintStackTrace. Sometimes it freezes the program. 2008-02-15 18:05:54 +00:00
Target Disable for now. This is pessimizing code. 2008-02-20 02:29:17 +00:00
Transforms When performing return slot optimization, remember to inform memdep when we're removing the memcpy. 2008-02-20 08:23:02 +00:00
VMCore Add Alignment field to ParameterAttributes and 2008-02-19 23:51:49 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00