- Apr 10, 2009
-
-
Ted Kremenek authored
llvm-svn: 68799
-
Chris Lattner authored
llvm-svn: 68798
-
Chris Lattner authored
Note that we don't do anything useful with identifier infos yet and don't emit the tokens that the macros are defined to. llvm-svn: 68797
-
Bill Wendling authored
llvm-svn: 68795
-
Douglas Gregor authored
llvm-svn: 68794
-
Douglas Gregor authored
cleanup. Aside from a minor tweak to the PCH file format, no functionality change. llvm-svn: 68793
-
Chris Lattner authored
llvm-svn: 68791
-
Chris Lattner authored
llvm-svn: 68790
-
Chris Lattner authored
llvm-svn: 68789
-
Chris Lattner authored
llvm-svn: 68788
-
Chris Lattner authored
1. Sinking would crash when the first instruction of a block was sunk due to iterator problems. 2. Instructions could be sunk to their current block, causing an infinite loop. This fixes PR3968 llvm-svn: 68787
-
Dan Gohman authored
llvm-svn: 68786
-
Chris Lattner authored
bad case instead of actually assert. Bug pointed out by Jakob Stoklund Olesen! llvm-svn: 68785
-
Chris Lattner authored
llvm-svn: 68784
-
Sanjiv Gupta authored
llvm-svn: 68783
-
Ted Kremenek authored
llvm-svn: 68782
-
Ted Kremenek authored
llvm-svn: 68781
-
Rafael Espindola authored
With this we generate movl %gs:0, %eax leal i@NTPOFF(%eax), %eax instead of movl $i@NTPOFF, %eax addl %gs:0, %eax llvm-svn: 68778
-
Zhongxing Xu authored
A CodeTextRegion wraps two kinds of data: FunctionDecl* or SymbolRef. The latter comes from the symbolic function pointer that are generated from function calls or input data. llvm-svn: 68777
-
Nick Lewycky authored
namespace llvm already. llvm-svn: 68774
-
Zhongxing Xu authored
llvm-svn: 68773
-
Chris Lattner authored
llvm::PointerType::get(). Patch by Anders Johnsen! llvm-svn: 68772
-
Zhongxing Xu authored
llvm-svn: 68771
-
Chris Lattner authored
llvm-svn: 68770
-
Anders Carlsson authored
llvm-svn: 68769
-
Nick Lewycky authored
pointers, taking into account the size of the pointed-to object. Patch by Jeffrey Yasskin! llvm-svn: 68768
-
Nick Lewycky authored
llvm-svn: 68767
-
Ted Kremenek authored
llvm-svn: 68766
-
Ted Kremenek authored
llvm-svn: 68765
-
Anders Carlsson authored
llvm-svn: 68764
-
Anders Carlsson authored
llvm-svn: 68763
-
Anders Carlsson authored
llvm-svn: 68762
-
Anders Carlsson authored
llvm-svn: 68761
-
Chris Lattner authored
llvm-svn: 68760
-
Ted Kremenek authored
functionality specific to RangeConstraintManager). llvm-svn: 68759
-
Douglas Gregor authored
improvement, source locations read from the PCH file will properly resolve to the source files that were used to build the PCH file itself. Once we have the preprocessor state stored in the PCH file, source locations that refer to macro instantiations that occur in the PCH file should have the appropriate instantiation information. llvm-svn: 68758
-
rdar://problem/6776949Ted Kremenek authored
Fix: <rdar://problem/6776949> Branch condition evaluates to an uninitialized value (argc is guaranteed to be >= 1) The analyzer now adds the precondition that the first argument of 'main' is > 0. llvm-svn: 68757
-
Chris Lattner authored
llvm-svn: 68756
-
-
Chris Lattner authored
It turns out that there are still several problems with this, will file a bugzilla. llvm-svn: 68749
-