- Jun 26, 2010
-
-
Ted Kremenek authored
invalid source range for CXXNewExpr. llvm-svn: 106904
-
Ted Kremenek authored
cases where we generated an invalid SourceRange for this expression. Thanks to John McCall for helping me figure this out. llvm-svn: 106903
-
Evan Cheng authored
llvm-svn: 106901
-
Bob Wilson authored
emitNEON2RegInstruction's handling of 2-address operands. llvm-svn: 106900
-
Fariborz Jahanian authored
llvm-svn: 106898
-
Dan Gohman authored
SCEVUnknown values which are loop-variant, as LSR can't do anything interesting with these values in any case. This fixes very slow compile times on loops which have large numbers of such values. llvm-svn: 106897
-
Bruno Cardoso Lopes authored
Support VEX encoding for MRMDestReg llvm-svn: 106896
-
Devang Patel authored
llvm-svn: 106895
-
Jim Grosbach authored
llvm-svn: 106894
-
- Jun 25, 2010
-
-
Dale Johannesen authored
for an "i" constraint should get lowered; PR 6309. While this argument was passed around a lot, this is the only place it was used, so it goes away from a lot of other places. llvm-svn: 106893
-
Bob Wilson authored
llvm-svn: 106891
-
Johnny Chen authored
Tests for lldb are written as python scripts which take advantage of the script bridging provided by LLDB.framework to interact with lldb core. A specific naming pattern is followed by the .py script to be recognized as a module which implements a test scenario, namely, Test*.py. To specify the directories where "Test*.py" python test scripts are located, you need to pass in a list of directory names. By default, the current working directory is searched if nothing is specified on the command line. An example: [14:10:20] johnny:/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v example test_choice (TestSequenceFunctions.TestSequenceFunctions) ... ok test_sample (TestSequenceFunctions.TestSequenceFunctions) ... ok test_shuffle (TestSequenceFunctions.TestSequenceFunctions) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK llvm-svn: 106890
-
Fariborz Jahanian authored
llvm-svn: 106887
-
Dan Gohman authored
llvm-svn: 106886
-
Jim Grosbach authored
llvm-svn: 106885
-
Ted Kremenek authored
a winowed list of checkers that actually do something for a given StmtClass. As the number of checkers grows, this may potentially significantly reduce the number of checkers called at any one time. My own measurements show that for the ~20 registered Checker objects, only ~5 of them respond at any one time to a give statement. While this isn't a net performance win right now (there is a minor slowdown on sqlite.3) this improvement does greatly improve debugging when stepping through the checkers used to evaluate a given statement. llvm-svn: 106884
-
Ted Kremenek authored
llvm-svn: 106883
-
Howard Hinnant authored
llvm-svn: 106882
-
Bob Wilson authored
llvm-svn: 106881
-
Bill Wendling authored
- 2010-06-25-CoalescerSubRegDefDead.ll is the testcase for r106878. llvm-svn: 106880
-
Bill Wendling authored
are dead, not just the def of this register. I.e., a register could be dead, but it's subreg isn't. Testcase to follow with a subsequent patch. llvm-svn: 106878
-
Bruno Cardoso Lopes authored
llvm-svn: 106877
-
Bruno Cardoso Lopes authored
llvm-svn: 106876
-
Fariborz Jahanian authored
llvm-svn: 106875
-
Eric Christopher authored
llvm-svn: 106873
-
Dan Gohman authored
llvm-svn: 106872
-
Jim Grosbach authored
with the following instructions. This is done via trickery by considering the instruction preceding the IT to be the hazard. Care must be taken to ensure it's the first non-debug instruction, or the presence of debug info will affect codegen. Part of the continuing work for rdar://7797940, making ARM code-gen unaffected by the presence of debug information. llvm-svn: 106871
-
Fariborz Jahanian authored
array of other done c++ objects. Fixes PR7490. llvm-svn: 106869
-
Tom Care authored
Change RegionStoreManager::Retrieve to infer the type of a symbolic region from the context when it is not already available. llvm-svn: 106868
-
Bruno Cardoso Lopes authored
Refactoring of more SSE conversion instructions. Also add some AVX instrinsics Int_V... placeholders llvm-svn: 106867
-
Dale Johannesen authored
llvm-svn: 106865
-
Daniel Dunbar authored
llvm-svn: 106864
-
Daniel Dunbar authored
llvm-svn: 106863
-
Devang Patel authored
llvm-svn: 106862
-
Daniel Dunbar authored
llvm-svn: 106861
-
Argyrios Kyrtzidis authored
llvm-svn: 106860
-
Argyrios Kyrtzidis authored
llvm-svn: 106859
-
Argyrios Kyrtzidis authored
llvm-svn: 106858
-
Argyrios Kyrtzidis authored
llvm-svn: 106857
-
Benjamin Kramer authored
llvm-svn: 106856
-