- Nov 16, 2009
-
-
Evan Cheng authored
llvm-svn: 88895
-
Eli Friedman authored
llvm-svn: 88894
-
Eli Friedman authored
llvm-svn: 88893
-
Evan Cheng authored
llvm-svn: 88892
-
Eli Friedman authored
for a call to a virtual function. llvm-svn: 88891
-
Eli Friedman authored
llvm-svn: 88890
-
Eli Friedman authored
llvm-svn: 88889
-
Zhongxing Xu authored
* Add a load type to GRExprEngine::EvalLoad(). * When retrieve from 'theValue' of OSAtomic funcitions, use the type of the region instead of the argument expression as the load type. * Then we can convert CastRetrievedSVal to a pure assertion. In the future we can let all Retrieve() methods simply return SVal. llvm-svn: 88888
-
Bruno Cardoso Lopes authored
llvm-svn: 88887
-
Bruno Cardoso Lopes authored
- Add a smarter constant pool loading, instead of: lui $2, %hi($CPI1_0) addiu $2, $2, %lo($CPI1_0) lwc1 $f0, 0($2) Generate: lui $2, %hi($CPI1_0) lwc1 $f0, %lo($CPI1_0)($2) llvm-svn: 88886
-
Eli Friedman authored
PR5449. llvm-svn: 88885
-
Chris Lattner authored
llvm-svn: 88884
-
Zhongxing Xu authored
llvm-svn: 88882
-
Lang Hames authored
Make sure when ProcessImplicitDefs removes a copy which kills its source reg that it removes the copy from said reg's Kills list. llvm-svn: 88881
-
Lang Hames authored
Fix for the original bug in PR5495 - Look at uses as well as defs when determining the PHI-copy insert point. - Patch by Andrew Canis! llvm-svn: 88880
-
Chandler Carruth authored
llvm-svn: 88879
-
Anders Carlsson authored
llvm-svn: 88878
-
- Nov 15, 2009
-
-
Anders Carlsson authored
llvm-svn: 88877
-
Anders Carlsson authored
llvm-svn: 88876
-
Jim Grosbach authored
conservatively. eliminateFrameIndex() machinery adjust to handle addr mode 6 (vld1/vst1) used for spills. Fix tests to expect aligned Q-reg spilling llvm-svn: 88874
-
Jim Grosbach authored
llvm-svn: 88873
-
Mike Stump authored
llvm-svn: 88871
-
Chris Lattner authored
llvm-svn: 88870
-
Chris Lattner authored
This allows JT to eliminate a ton of infeasible edges when handling code like the templates in PatternMatch.h llvm-svn: 88869
-
Chris Lattner authored
some conditionals llvm-svn: 88868
-
Chris Lattner authored
(because the invalidation logic is missing) but LVI isn't enabled by default anyway. llvm-svn: 88867
-
Chris Lattner authored
and LVIQuery classes, no functionality change. llvm-svn: 88866
-
Chris Lattner authored
llvm-svn: 88865
-
Chris Lattner authored
llvm-svn: 88864
-
Chris Lattner authored
(like DbgDeclareInst's) to shrink substantially. It sucks that we have to pull Compiler.h into such a public header, but at least Compiler.h doesn't pull anything else in. llvm-svn: 88863
-
Chris Lattner authored
llvm-svn: 88862
-
Chris Lattner authored
llvm-svn: 88861
-
Anders Carlsson authored
llvm-svn: 88859
-
Anders Carlsson authored
llvm-svn: 88858
-
Anders Carlsson authored
llvm-svn: 88857
-
Mike Stump authored
llvm-svn: 88856
-
Nick Lewycky authored
bug 5438. llvm-svn: 88855
-
Mike Stump authored
llvm-svn: 88852
-
Anders Carlsson authored
If we find a deallocation function in the class scope, but it is a placement function we should not look for a deallocation function in the global scope. llvm-svn: 88851
-
Edward O'Callaghan authored
llvm-svn: 88850
-