- Nov 12, 2009
-
-
Oscar Fuentes authored
functions like floorf, ceilf, ... Add test for detecting nearbyintf. This change was prompted by test/Transforms/SimplifyLibCalls/floor.ll llvm-svn: 86954
-
Chris Lattner authored
which implements GCC PR18046. This also gets us 360 more jump threads on 176.gcc. llvm-svn: 86953
-
Chris Lattner authored
llvm-svn: 86952
-
Chris Lattner authored
making the new LVI stuff smart enough to subsume some special cases in the old code. Disable them when LVI is around, the testcase still passes. llvm-svn: 86951
-
Chris Lattner authored
constant constraints. Improve the LVI lattice to include inequality constraints. llvm-svn: 86950
-
Ted Kremenek authored
Enhance Checker class (and GRExprEngine) to support PostVisitation for CallExprs. No clients (yet). llvm-svn: 86949
-
Ted Kremenek authored
llvm-svn: 86948
-
Jim Grosbach authored
MachineBasicBlock so other passes can utilize it. llvm-svn: 86947
-
Jim Grosbach authored
Revert 86857. It's causing consumer-typeset to fail, and there's a better way to do it forthcoming anyway. llvm-svn: 86945
-
John McCall authored
a using declaration. llvm-svn: 86942
-
Eric Christopher authored
otherwise create a stub. Add a test to make sure we don't create extraneous stubs. llvm-svn: 86941
-
Daniel Dunbar authored
llvm-svn: 86940
-
Daniel Dunbar authored
Also, always give errors on a token-cache PTH failure. llvm-svn: 86939
-
Daniel Dunbar authored
llvm-svn: 86938
-
Daniel Dunbar authored
when we are running an AST consumer and when we are just running the preprocessor or parser alone. llvm-svn: 86937
-
Daniel Dunbar authored
llvm-svn: 86936
-
Daniel Dunbar authored
llvm-svn: 86935
-
Daniel Dunbar authored
llvm-svn: 86934
-
Daniel Dunbar authored
llvm-svn: 86933
-
Zhongxing Xu authored
llvm-svn: 86932
-
John McCall authored
llvm-svn: 86931
-
Nick Lewycky authored
CreateNSWSub functions. llvm-svn: 86930
-
Chris Lattner authored
llvm-svn: 86929
-
Dan Gohman authored
llvm-svn: 86928
-
Chris Lattner authored
llvm-svn: 86927
-
Dan Gohman authored
llvm-svn: 86926
-
Chris Lattner authored
allows us to handle the test10 testcase. llvm-svn: 86924
-
Chris Lattner authored
llvm-svn: 86923
-
Daniel Dunbar authored
clang-cc: Move non-Consumer action handling to common location, to expose the massive amount of redundancy we have introduced through blind copy-and-paste. llvm-svn: 86922
-
Daniel Dunbar authored
PCH, which I broke. llvm-svn: 86921
-
Chris Lattner authored
llvm-svn: 86920
-
Lang Hames authored
Fixed an iteration condition in PreAllocSplitting. This should fix some miscompilations casued by PreAllocSplitting. llvm-svn: 86919
-
Chris Lattner authored
the basic.ll testcase. llvm-svn: 86918
-
Eric Christopher authored
llvm-svn: 86917
-
Devang Patel authored
llvm-svn: 86915
-
Devang Patel authored
This allows StringRef to skip controversial if(str) check in constructor. Buildbots, wait for corresponding clang and llvm-gcc FE check-ins! llvm-svn: 86914
-
Douglas Gregor authored
template template parameter. When building a template-id type, check whether the template-name itself is dependent (even if the template arguments are not!) and handle it as a template-id type. llvm-svn: 86913
-
Daniel Dunbar authored
llvm-svn: 86912
-
Daniel Dunbar authored
llvm-svn: 86911
-
Dan Gohman authored
can be made to fall through into the other. llvm-svn: 86909
-