- Apr 11, 2008
-
-
Evan Cheng authored
Use of implicit_def is not part of live interval. Create empty intervals for the uses when the live interval is being spilled. llvm-svn: 49542
-
Devang Patel authored
llvm-svn: 49540
-
Fariborz Jahanian authored
llvm-svn: 49539
-
Chris Lattner authored
llvm-svn: 49538
-
Chris Lattner authored
llvm-svn: 49535
-
Sam Bishop authored
llvm-svn: 49532
-
Sam Bishop authored
llvm-svn: 49530
-
Duncan Sands authored
cannot be build with GNAT GPL 2006, only with GNAT GPL 2005. llvm-svn: 49529
-
Gabor Greif authored
llvm-svn: 49524
-
Chris Lattner authored
llvm-svn: 49521
-
Chris Lattner authored
shadowing, instead of threading it through the AST. This patch contributed by Argiris Kirtzidis! llvm-svn: 49520
-
rdar://5843510Chris Lattner authored
file is specified, print a happy little error message. llvm-svn: 49518
-
Owen Anderson authored
llvm-svn: 49517
-
Owen Anderson authored
of calls and less aggressive with non-readnone calls. llvm-svn: 49516
-
Evan Cheng authored
llvm-svn: 49514
-
Evan Cheng authored
llvm-svn: 49513
-
Evan Cheng authored
llvm-svn: 49512
-
Ted Kremenek authored
use-after-release errors. Added test case. llvm-svn: 49509
-
Fariborz Jahanian authored
1) objc ivar processing is split out of ActOnField into its own ActOnIvar method. 2) the new objc ivar action takes visibility info directly, eliminating AllVisibilities in ParseObjCClassInstanceVariables. llvm-svn: 49506
-
Ted Kremenek authored
llvm-svn: 49505
-
Dan Gohman authored
llvm-svn: 49504
-
Ted Kremenek authored
llvm-svn: 49503
-
Dan Gohman authored
llvm-svn: 49502
-
Ted Kremenek authored
llvm-svn: 49501
-
Ted Kremenek authored
code path in the clang driver. Renamed options --grsimple to -checker-simple and -check-cfref to -checker-cfref. llvm-svn: 49500
-
Owen Anderson authored
wrong order. llvm-svn: 49499
-
- Apr 10, 2008
-
-
Dan Gohman authored
llvm-svn: 49496
-
Dan Gohman authored
in addition to integer expressions. Rewrite GetOrEnforceKnownAlignment as a ComputeMaskedBits problem, moving all of its special alignment knowledge to ComputeMaskedBits as low-zero-bits knowledge. Also, teach ComputeMaskedBits a few basic things about Mul and PHI instructions. This improves ComputeMaskedBits-based simplifications in a few cases, but more noticeably it significantly improves instcombine's alignment detection for loads, stores, and memory intrinsics. llvm-svn: 49492
-
Evan Cheng authored
llvm-svn: 49491
-
Chris Lattner authored
llvm-svn: 49489
-
Ted Kremenek authored
llvm-svn: 49488
-
Ted Kremenek authored
BugReport-specific SourceRanges (when available). llvm-svn: 49486
-
Ted Kremenek authored
iterator instead of "end") and not implementing "getDescription()" for Nil argument checks. llvm-svn: 49485
-
Evan Cheng authored
llvm-svn: 49469
-
Chris Lattner authored
declarators. This allows the clients (C structs, objc classes, objc properties, [future] C++ classes) etc, to do custom processing before invoking an action. This has two benefits in the short term: 1) objc ivar processing should be split out of ActOnField into its own ActOn method. 2) the new objc ivar action can take visibility info directly, eliminating AllVisibilities in ParseObjCClassInstanceVariables. 3) objc properties can pass their own special sauce down to sema as well. llvm-svn: 49468
-
Chris Lattner authored
llvm-svn: 49467
-
Chris Lattner authored
llvm-svn: 49466
-
Chris Lattner authored
llvm-svn: 49465
-
Eric Christopher authored
llvm-svn: 49464
-
Chris Lattner authored
MOVZQI2PQIrr. This would be better handled as a dag combine (with the goal of eliminating the bitconvert) but I don't know how to do that safely. Thoughts welcome. llvm-svn: 49463
-