- Feb 08, 2010
-
-
Nuno Lopes authored
llvm-svn: 95544
-
Douglas Gregor authored
llvm-svn: 95543
-
Duncan Sands authored
llvm-svn: 95542
-
Zhongxing Xu authored
GRState::getSVal(MemRegion*) => Load(). llvm-svn: 95541
-
Zhongxing Xu authored
llvm-svn: 95540
-
Zhongxing Xu authored
alloca region. llvm-svn: 95539
-
Torok Edwin authored
Thanks to Kristaps Straupe for noticing the bug. llvm-svn: 95537
-
Zhongxing Xu authored
It's more sophisticated than the original one of BasicStore. But it does matter. llvm-svn: 95536
-
Zhongxing Xu authored
llvm-svn: 95535
-
Zhongxing Xu authored
llvm-svn: 95534
-
Chandler Carruth authored
glaring logic bug anyways. =D llvm-svn: 95533
-
Sanjiv Gupta authored
llvm-svn: 95532
-
Zhongxing Xu authored
llvm-svn: 95531
-
Sanjiv Gupta authored
Use a temp dir with a unique name in the current dir itself. Use forward_value instead of unpack_values. llvm-svn: 95530
-
Zhongxing Xu authored
llvm-svn: 95529
-
- Feb 07, 2010
-
-
Chandler Carruth authored
deduction. This requires refactoring the deduction to have access to the Sema object instead of merely the ASTContext. Still leaves something to be desired due to poor source location. Fixes PR6257 and half of PR6259. llvm-svn: 95528
-
Nick Lewycky authored
cppcheck! llvm-svn: 95527
-
Duncan Sands authored
warns about this base class not having a virtual destructor, but since this class has no virtual methods and neither it or the types derived from it has a destructor, a protected trivial destructor will do (and shuts cppcheck up) the trick without the cost of introducing a vtable. llvm-svn: 95526
-
Anders Carlsson authored
llvm-svn: 95525
-
Anders Carlsson authored
llvm-svn: 95524
-
Douglas Gregor authored
llvm-svn: 95517
-
Douglas Gregor authored
from Keir Mierle! llvm-svn: 95516
-
Sam Weinig authored
llvm-svn: 95515
-
Sam Weinig authored
llvm-svn: 95514
-
Sam Weinig authored
llvm-svn: 95513
-
Anders Carlsson authored
llvm-svn: 95512
-
Anders Carlsson authored
(This is kind of a risky change, but I did a self-host build and everything appears to work fine!) llvm-svn: 95511
-
Anders Carlsson authored
llvm-svn: 95510
-
Anders Carlsson authored
llvm-svn: 95509
-
Anders Carlsson authored
Daniel, I'd appreciate a review of the driver/cc1 parts. llvm-svn: 95508
-
- Feb 06, 2010
-
-
Bruno Cardoso Lopes authored
llvm-svn: 95506
-
Anders Carlsson authored
llvm-svn: 95502
-
Anders Carlsson authored
If a constructor throws an exception we need to execute the destructors for all fully constructed members. Fixes ctor_dtor_count.cpp in the test suite. llvm-svn: 95501
-
Bruno Cardoso Lopes authored
- o32 cc must pass all arguments in A0...A3 and stack regardless if its type (but respect the alignment). - Store all variable arguments back to the caller stack. llvm-svn: 95500
-
John McCall authored
params. Don't insert addrof operations when matching against a pointer; array/function conversions should take care of this for us, assuming the argument type-checked in the first place. Add a fixme where we seem to be using a less-restrictive reference type than we should. Fixes PR 6249. llvm-svn: 95495
-
Benjamin Kramer authored
llvm-svn: 95494
-
Evan Cheng authored
only run for x86 with fastisel. I've found it being very effective in eliminating some obvious dead code as result of formal parameter lowering especially when tail call optimization eliminated the need for some of the loads from fixed frame objects. It also shrinks a number of the tests. A couple of tests no longer make sense and are now eliminated. llvm-svn: 95493
-
Evan Cheng authored
llvm-svn: 95492
-
John McCall authored
llvm-svn: 95491
-
Ted Kremenek authored
llvm-svn: 95490
-