- Oct 24, 2008
-
-
Douglas Gregor authored
llvm-svn: 58100
-
Sebastian Redl authored
llvm-svn: 58099
-
Steve Naroff authored
llvm-svn: 58098
-
Douglas Gregor authored
llvm-svn: 58097
-
Douglas Gregor authored
llvm-svn: 58096
-
Douglas Gregor authored
llvm-svn: 58094
-
Ted Kremenek authored
llvm-svn: 58093
-
Duncan Sands authored
LHS is a foldable load, then LHS and RHS are swapped and SetCCOpcode is changed to SETUGT. But the later code is expecting operands to be the wrong way round for SETUGT, but they are not in this case, resulting in an inverted compare. The solution is to move the load normalization before the correction for SETUGT. This bug was tickled by LegalizeTypes which happened to legalize the testcase slightly differently to LegalizeDAG. llvm-svn: 58092
-
Steve Naroff authored
llvm-svn: 58091
-
Cedric Venet authored
Modify the cmake build system so that if it doesn't find bison, it will use the pregenerated file in from the svn (.cvs). Work only for windows for the moment. Tested on Vista64 with MSVC2008express. llvm-svn: 58090
-
Steve Naroff authored
llvm-svn: 58089
-
Zhongxing Xu authored
The Decl of an array region can be VarDecl or FieldDecl. Handle this in RegionStoreManager::ArrayToPointer(). llvm-svn: 58086
-
Zhongxing Xu authored
llvm-svn: 58085
-
Daniel Dunbar authored
still getting coverage for non-IRgen cases. llvm-svn: 58084
-
Zhongxing Xu authored
the array initialization code into a function. llvm-svn: 58083
-
Daniel Dunbar authored
still getting coverage for non-IRgen cases. llvm-svn: 58082
-
Daniel Dunbar authored
CGDebugInfo::getOrCreateCompileUnit. llvm-svn: 58081
-
Daniel Dunbar authored
llvm-svn: 58080
-
Daniel Dunbar authored
llvm-svn: 58079
-
Chris Lattner authored
llvm-svn: 58078
-
Zhongxing Xu authored
llvm-svn: 58077
-
Daniel Dunbar authored
llvm-svn: 58076
-
Nick Lewycky authored
llvm-svn: 58075
-
Zhongxing Xu authored
llvm-svn: 58074
-
Zhongxing Xu authored
llvm-svn: 58073
-
Evan Cheng authored
llvm-svn: 58072
-
Douglas Gregor authored
conversions. Added PerformImplicitConversion, which follows an implicit conversion sequence computed by TryCopyInitialization and actually performs the implicit conversions, including the extra check for ambiguity mentioned above. llvm-svn: 58071
-
Zhongxing Xu authored
llvm-svn: 58070
-
Nick Lewycky authored
Understand that mul %x, 1 = %x. llvm-svn: 58069
-
Evan Cheng authored
llvm-svn: 58068
-
Zhongxing Xu authored
llvm-svn: 58067
-
Dan Gohman authored
fixes a bunch of test-suite JIT failures on x86-64 in -relocation-model=static mode. llvm-svn: 58066
-
Zhongxing Xu authored
llvm-svn: 58061
-
Steve Naroff authored
llvm-svn: 58060
-
Steve Naroff authored
llvm-svn: 58059
-
Zhongxing Xu authored
llvm-svn: 58058
-
Dale Johannesen authored
llvm-svn: 58057
-
Ted Kremenek authored
llvm-svn: 58056
-
Daniel Dunbar authored
FileIDs. This seems better conceptually and lets the SourceManager handle details of mapping the location to a file ID. - In practice, fixes an assert because this code wasn't using getPhysicalLoc. llvm-svn: 58055
-
Ted Kremenek authored
llvm-svn: 58054
-