llvm-6502/lib
2008-02-18 09:11:02 +00:00
..
Analysis This check is not correct for mallocs, so exclude them earlier. 2008-02-18 09:11:02 +00:00
Archive Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
AsmParser Back out mods to llvmAsmParser, incorrectly committed 2008-01-30 03:10:00 +00:00
Bitcode Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
CodeGen For now, avoid commuting def MI for copy MI's whose source is not killed. That simply trade a live interval for another and because only the non-two-address operands can be folded into loads, may end up pessimising code. 2008-02-18 08:40:53 +00:00
Debugger Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ExecutionEngine Support vector constant zeros, thanks to Zack Rusin for the testcase. 2008-02-15 00:57:28 +00:00
Linker Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Support Fixed bug in FoldingSetIteratorImpl where we did not correctly check if 2008-02-15 21:12:46 +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 move PR2053 to here. 2008-02-17 19:43:57 +00:00
Transforms switch simplifycfg from using vectors for most things to smallvectors, 2008-02-18 07:42:56 +00:00
VMCore Duncan pointed out that we can fast fail here, because the sret parameter of 2008-02-18 04:06:26 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00