llvm-6502/lib
Dan Gohman ea859be53c Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
TargetLowering to SelectionDAG so that they have more convenient
access to the current DAG, in preparation for the ValueType routines
being changed from standalone functions to members of SelectionDAG for
the pre-legalize vector type changes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37704 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-22 14:59:07 +00:00
..
Analysis CallGraphSCCPass manager may require other passes. 2007-06-21 22:29:02 +00:00
Archive
AsmParser Commit first round work of PR1373. "noalias" is now fully supported in 2007-06-05 05:28:26 +00:00
Bitcode
CodeGen Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from 2007-06-22 14:59:07 +00:00
Debugger
ExecutionEngine Add comments to fallsthrough cases. Also, this fixes PR1492 2007-06-03 19:20:49 +00:00
Linker Propagate alignment, section name and visibility when linking "appending 2007-06-06 22:01:12 +00:00
Support Fix a bug in SmallPtrSet that was causing GVNPRE to enter an infinite loop. 2007-06-22 00:11:18 +00:00
System Fix LLVM build on NetBSD. Patch by Neil Booth. 2007-06-04 15:28:57 +00:00
Target Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from 2007-06-22 14:59:07 +00:00
Transforms Avoid excessive calls to find_leader when calculating AVAIL_OUT. This reduces the time to optimize 403.gcc from 23.5s to 21.9s. 2007-06-22 03:14:03 +00:00
VMCore Move code to update dominator information after basic block is split 2007-06-21 17:23:45 +00:00
Makefile