llvm-6502/lib
Chris Lattner 8244243a31 switch simplifycfg from using vectors for most things to smallvectors,
this speeds it up 2.3% on eon.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47261 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-18 07:42:56 +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 I cannot find a libgcc function for this builtin. Therefor expanding it to a noop (which is how it use to be treated). If someone who knows the x86 backend better than me could tell me how to get a lock prefix on an instruction, that would be nice to complete x86 support. 2008-02-16 14:46:26 +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