- Nov 12, 2010
-
-
Dan Gohman authored
one store dead. This is especially noticeable in SingleSource/Benchmarks/Shootout/objinst. llvm-svn: 118875
-
Dan Gohman authored
llvm-svn: 118874
-
Sean Callanan authored
object diagnostic expressions while we work on the logic for handling the timeout. llvm-svn: 118873
-
Sean Callanan authored
llvm-svn: 118872
-
Sean Callanan authored
logic that supported calling functions with arbitrary arguments. We use ClangFunction for this, and the low-level logic is only required to support one or two pointer arguments. llvm-svn: 118871
-
Johnny Chen authored
llvm-svn: 118869
-
Johnny Chen authored
They should not fail. llvm-svn: 118868
-
Johnny Chen authored
exercise 'expression' command on namespaced variables. llvm-svn: 118867
-
Greg Clayton authored
thread basic info state and not realize that a thread was already suspended or if a thread was starting up and not ready to be displayed to the user (in an uninterruptable state). If it is not user ready yet, we don't add it to our list of threads that can be played with. llvm-svn: 118866
-
Dale Johannesen authored
llvm-svn: 118865
-
Bruno Cardoso Lopes authored
llvm-svn: 118864
-
Chris Lattner authored
llvm-svn: 118863
-
Chris Lattner authored
llvm-svn: 118862
-
Johnny Chen authored
rdar://problem/8659840 test failure: ./dotest.py -v -t -f NamespaceTestCase.test_with_dwarf_and_run_command llvm-svn: 118861
-
Johnny Chen authored
the architecture and compiler specs. llvm-svn: 118860
-
Jim Grosbach authored
llvm-svn: 118859
-
Johnny Chen authored
llvm-svn: 118856
-
Owen Anderson authored
llvm-svn: 118854
-
Ted Kremenek authored
Modify CursorVisitor to also walks CXXOperatorCallExprs using data-recursion. Fixes <rdar://problem/8659019>. llvm-svn: 118853
-
Ted Kremenek authored
RegionStore/BasicStore: do not return UndefinedVal for accesses to concrete addresses; instead return UnknownVal. This leads it up to checkers (e.g., DereferenceChecker) to guard against illegal accesses (e.g., null dereferences). Fixes PR 5272 and <rdar://problem/6839683>. llvm-svn: 118852
-
- Nov 11, 2010
-
-
Johnny Chen authored
llvm-svn: 118851
-
Wesley Peck authored
llvm-svn: 118848
-
Johnny Chen authored
to invoke the test driver. llvm-svn: 118847
-
Nick Lewycky authored
llvm-svn: 118846
-
Dan Gohman authored
and vaarg instructions. llvm-svn: 118845
-
Wesley Peck authored
Fix minimum 16-bit signed value error exposed by MC asm parser tests Add initial MC asm parser tests for the MBlaze backend llvm-svn: 118844
-
Owen Anderson authored
llvm-svn: 118843
-
Dan Gohman authored
llvm-svn: 118842
-
Dan Gohman authored
testing for dereferenceable pointers into a helper function, isDereferenceablePointer. Teach it how to reason about GEPs with simple non-zero indices. Also eliminate ArgumentPromtion's IsAlwaysValidPointer, which didn't check for weak externals or out of range gep indices. llvm-svn: 118840
-
Johnny Chen authored
llvm-svn: 118839
-
Owen Anderson authored
llvm-svn: 118837
-
Dan Gohman authored
llvm-svn: 118836
-
Eric Christopher authored
llvm-svn: 118835
-
Douglas Gregor authored
produce an invalid location even when given a valid location, if the file system has changed underneath us. Recovery more gracefully. llvm-svn: 118834
-
Johnny Chen authored
Plus make finding the break line number in main.cpp more robust. llvm-svn: 118832
-
Jim Grosbach authored
llvm-svn: 118831
-
Greg Clayton authored
Fixed an issue with Function::GetPrologueByteSize() where if a function's first line table entry didn't have the same address as the start address of the function itself, we could end up returning and incorrect value. llvm-svn: 118830
-
Jim Grosbach authored
llvm-svn: 118829
-
Eric Christopher authored
llvm-svn: 118827
-
Rafael Espindola authored
Cosmin Truta for reporting it. llvm-svn: 118826
-