Go to file
Benjamin Kramer 50a281a871 While SimplifyDemandedBits constant folds this, we can't rely on it here.
It's possible to craft an input that hits the recursion limits in a way
that SimplifyDemandedBits doesn't simplify the icmp but ComputeMaskedBits
can infer which bits are zero.

No test case as it depends on too many other things. Fixes PR9609.

llvm-svn: 128777
2011-04-02 18:50:58 +00:00
clang Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to 2011-04-02 17:52:22 +00:00
compiler-rt clang/Darwin: Add all the comparison functions, the desire to cherry pick just 2011-03-25 19:19:10 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Provide a more readable error message for <atomic> until it is implemented. 2011-03-31 16:39:39 +00:00
lldb Add a Python script which launches a program from within lldb and loop until the 2011-04-02 01:20:28 +00:00
llvm While SimplifyDemandedBits constant folds this, we can't rely on it here. 2011-04-02 18:50:58 +00:00