llvm-6502/lib
2008-02-18 08:40:53 +00:00
..
Analysis Fix a comment, and a bug where we weren't applying the tail call logic in cases that failed the first test. 2008-02-18 03:52:21 +00:00
Archive
AsmParser
Bitcode
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
ExecutionEngine Support vector constant zeros, thanks to Zack Rusin for the testcase. 2008-02-15 00:57:28 +00:00
Linker
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