llvm/lib
Chris Lattner f27dfcb210 random cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47334 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-19 18:49:08 +00:00
..
Analysis Fix a compiler warning. 2008-02-19 09:28:48 +00:00
Archive
AsmParser regenerate 2008-02-19 04:36:25 +00:00
Bitcode
CodeGen PR1909: Tail merging pass ran wild. It makes no sense to merge blocks in order to save a single instruction since a branch will be inserted for each BB. 2008-02-19 02:09:37 +00:00
Debugger
ExecutionEngine
Linker random cleanups. 2008-02-19 18:49:08 +00:00
Support Fixed bug in FoldingSetIteratorImpl where we did not correctly check if 2008-02-15 21:12:46 +00:00
System
Target Don't fold and's into test instructions if they have multiple uses. 2008-02-19 17:37:35 +00:00
Transforms remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. 2008-02-19 07:49:17 +00:00
VMCore Fix some minor issues folding undef, PR2052 2008-02-19 06:22:12 +00:00
Makefile