llvm-6502/lib
2008-02-06 08:00:32 +00:00
..
Analysis Throttle the non-local dependence analysis for basic blocks with more than 50 predecessors. Added command line option to play with this threshold. 2008-02-06 00:54:55 +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 RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, followed by TwoAddress which requires LiveVariables. We cannot run LiveVariables on non-SSA code. 2008-02-06 08:00:32 +00:00
Debugger Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ExecutionEngine Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
Linker Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Support Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration 2008-02-04 21:11:17 +00:00
System Set error message. 2008-02-04 20:57:54 +00:00
Target Move to getCALLSEQ_END to ensure CALLSEQ_END node produces a flag. This is consistent with the definition in td file. 2008-02-05 22:44:06 +00:00
Transforms Make RenamePass faster by making the 'is this a new phi node' 2008-02-05 21:26:23 +00:00
VMCore Add comment explaining what is lower level analysis pass. 2008-02-02 01:43:30 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00