- Aug 03, 2010
-
-
Zhongxing Xu authored
shouldn't put restrictions in store manager. llvm-svn: 110106
-
Michael J. Spencer authored
This directory conflicts with test/MC on Windows machines. llvm-svn: 110105
-
Michael J. Spencer authored
Patch by Cameron Esfahani! llvm-svn: 110104
-
Michael J. Spencer authored
This reverts commit r110100 Wrong path caps. llvm-svn: 110103
-
Zhongxing Xu authored
llvm-svn: 110102
-
Michael J. Spencer authored
llvm-svn: 110101
-
Michael J. Spencer authored
Patch by Cameron Esfahani! llvm-svn: 110100
-
Michael J. Spencer authored
llvm-svn: 110097
-
Bruno Cardoso Lopes authored
as soon as we properly codegen the simple vector operations, remove the unnecessary built-ins/intrinsics from clang and llvm. Also add tests for the new built-ins llvm-svn: 110096
-
Tom Care authored
Changed GRExprEngine to pass down a reference to itself when checkers are doing postanalysis. This allows the checker to gather information about the state of the engine when it has finished. - Exposed the worklist and BlockAborted flag in GRCoreEngine - Changed postanalysis checkers to use the new infrastructure llvm-svn: 110095
-
Bruno Cardoso Lopes authored
as soon as we properly codegen the simple vector operations in clang, remove the unnecessary builti-ins/intrinsics from clang and llvm. llvm-svn: 110094
-
Greg Clayton authored
llvm-svn: 110093
-
Dan Gohman authored
llvm-svn: 110092
-
Dan Gohman authored
llvm-svn: 110091
-
Dan Gohman authored
are unknown. llvm-svn: 110090
-
Greg Clayton authored
involved watching for the objective C built-in types in DWARF and making sure when we convert the DWARF types into clang types that we use the appropriate ASTContext types. Added a way to find and dump types in lldb (something equivalent to gdb's "ptype" command): image lookup --type <TYPENAME> This only works for looking up types by name and won't work with variables. It also currently dumps out verbose internal information. I will modify it to dump more appropriate user level info in my next submission. Hookup up the "FindTypes()" functions in the SymbolFile and SymbolVendor so we can lookup types by name in one or more images. Fixed "image lookup --address <ADDRESS>" to be able to correctly show all symbol context information, but it will only show this extra information when the new "--verbose" flag is used. Updated to latest LLVM to get a few needed fixes. llvm-svn: 110089
-
Sean Callanan authored
of profiling code into expressions. Modified IRForTarget to emit array and record member accesses correctly. (Reading and writing both work.) llvm-svn: 110088
-
Ted Kremenek authored
Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis) that doesn't prune CFG edges. llvm-svn: 110087
-
Dan Gohman authored
of Value deletions and RAUWs, instead of relying on ScalarEvolution's Scalars map being notified, as that's complicated at best, and insufficient in general. This means SCEVUnknown needs a non-trivial destructor, so introduce a mechanism to allow ScalarEvolution to locate all the SCEVUnknowns. llvm-svn: 110086
-
Ted Kremenek authored
CFG without any edges pruned out because of trivially solvable conditions (e.g., 'if (0)'). llvm-svn: 110085
-
John McCall authored
purposes of the jump checker. Also extend Ted's iteration fix to labels. Fixes PR7789. llvm-svn: 110082
-
Stuart Hastings authored
llvm-svn: 110081
-
Sebastian Redl authored
llvm-svn: 110078
-
Dan Gohman authored
llvm-svn: 110077
-
Dan Gohman authored
a redundant check from checkInstruction. llvm-svn: 110076
-
Dan Gohman authored
llvm-svn: 110075
-
Dan Gohman authored
llvm-svn: 110074
-
Devang Patel authored
llvm-svn: 110072
-
Ted Kremenek authored
Fix another case (this time in JumpScopeChecker) where walking deeply nested CaseStmts can blow out the stack. Fixes <rdar://problem/8125165>. llvm-svn: 110071
-
Stuart Hastings authored
llvm-svn: 110070
-
Bill Wendling authored
llvm-svn: 110069
-
- Aug 02, 2010
-
-
Ted Kremenek authored
calls when the enclosing object had retain/release state. Fixes <rdar://problem/8261992>. llvm-svn: 110068
-
Johnny Chen authored
llvm-svn: 110066
-
Oscar Fuentes authored
LLVMConfig. llvm-svn: 110065
-
Johnny Chen authored
llvm-svn: 110064
-
John McCall authored
initializations now. llvm-svn: 110063
-
Douglas Gregor authored
llvm-svn: 110062
-
Douglas Gregor authored
creating the preamble and "replay" them when reusing the preamble. Also, fix a thinko in the copying of the preamble when building the precompiled preamble. llvm-svn: 110061
-
Oscar Fuentes authored
is a dependence on an LLVM target that is not included on the build. When LLVM_TARGETS_TO_BUILD didn't include all the targets, the function emitted an error like "Library LLVMArmParser not found in list of llvm libraries." llvm-svn: 110060
-
Ted Kremenek authored
lookups in the hashtable. llvm-svn: 110059
-