- Nov 16, 2009
-
-
Devang Patel authored
llvm-svn: 88939
-
Eli Friedman authored
treat it as a unary operator. llvm-svn: 88938
-
David Chisnall authored
llvm-svn: 88937
-
Jim Grosbach authored
usage of block sizes and offsets. llvm-svn: 88935
-
Fariborz Jahanian authored
gracefully, on par with gcc, by: Issuing a warning, doing final sematinc check of its definitions and generating its meta-data. llvm-svn: 88934
-
Jim Grosbach authored
llvm-svn: 88933
-
Bob Wilson authored
llvm-svn: 88932
-
Bob Wilson authored
llvm-svn: 88929
-
Mike Stump authored
llvm-svn: 88928
-
Bob Wilson authored
llvm-svn: 88927
-
Jim Grosbach authored
llvm-svn: 88921
-
Jim Grosbach authored
llvm-svn: 88919
-
Jim Grosbach authored
Analyze has to be before checking the condition, obviously. Properly construct an iterator for prior. llvm-svn: 88917
-
Douglas Gregor authored
llvm-svn: 88916
-
Anders Carlsson authored
The ssp and sspreq function attributes should only be applied to function definitions, not declarations or calls. llvm-svn: 88915
-
Ken Dyck authored
__INTn_C_SUFFIX__ macros that are defined for types with corresponding constant suffixes (i.e. long and long long). llvm-svn: 88914
-
Duncan Sands authored
parameter of CreateIntCast then they get an error from the compiler (or from the linker with a non-gcc compiler). Another possibility is to flip the order of the DestTy and isSigned parameters, since you should then get a compiler warning if you try to use a char* for a Type*. llvm-svn: 88913
-
David Greene authored
Support spill comments. Have the asm printer emit a comment if an instruction is a spill or reload and have the spiller mark copies it introdues so the asm printer can also annotate those. llvm-svn: 88911
-
Duncan Sands authored
llvm-svn: 88910
-
Duncan Sands authored
passing the name (an exotic way of specifying that the result is signed!). llvm-svn: 88909
-
Duncan Sands authored
a name. llvm-svn: 88908
-
Evan Cheng authored
Special case FixedStackPseudoSourceValueVal as well. Do we really need to differentiate PseudoSourceValueVal from FixedStackPseudoSourceValueVal at this level? llvm-svn: 88902
-
Mike Stump authored
llvm-svn: 88901
-
Mike Stump authored
llvm-svn: 88900
-
Evan Cheng authored
llvm-svn: 88899
-
Eli Friedman authored
This doesn't have any visible effects at the moment because normally the implicit cast code forces the type to the expected type. llvm-svn: 88896
-
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
-