- Sep 27, 2011
-
-
Greg Clayton authored
const char * SBInstruction::GetMnemonic() const char * SBInstruction::GetOperands() const char * SBInstruction::GetComment() Fixed the symbolicate example script and the internals. llvm-svn: 140591
-
Andrew Trick authored
Disabling aggressive LSR saves compilation time, and with the new indvars behavior usually improves performance. llvm-svn: 140590
-
Kaelyn Uhrain authored
llvm-svn: 140589
-
Argyrios Kyrtzidis authored
[libclang] Refactor the important stuff in clang_getCursor into a cxcursor::getCursor(CXTranslationUnit, SourceLocation) function. llvm-svn: 140588
-
Argyrios Kyrtzidis authored
llvm-svn: 140587
-
Fariborz Jahanian authored
protocol declares the property, as well as one of its superclasses. Property will be implemented in the super class. // rdar://10120691 llvm-svn: 140586
-
Eli Friedman authored
llvm-svn: 140585
-
Ted Kremenek authored
llvm-svn: 140584
-
Andrew Trick authored
llvm-svn: 140583
-
Eli Friedman authored
llvm-svn: 140582
-
Owen Anderson authored
llvm-svn: 140581
-
Andrew Trick authored
The minor bug heuristic was noticed by inspection. I added the isLoser/isValid helpers because they will become more important with subsequent checkins. llvm-svn: 140580
-
Owen Anderson authored
llvm-svn: 140579
-
Argyrios Kyrtzidis authored
is set by the setDiagnosticMapping call. llvm-svn: 140578
-
Sean Callanan authored
llvm-svn: 140577
-
Fariborz Jahanian authored
hasSameUnqualifiedType in //rdar://10156674 llvm-svn: 140576
-
Johnny Chen authored
iterate on the available watchpoint locations and to perform watchpoint manipulations. I still need to export the SBWatchpointLocation class as well as the added watchpoint manipulation methods to the Python interface. And write test cases for them. llvm-svn: 140575
-
Richard Trieu authored
llvm-svn: 140574
-
Bob Wilson authored
llvm-svn: 140573
-
Owen Anderson authored
llvm-svn: 140572
-
Fariborz Jahanian authored
ingore the type qualifiers. // rdar://10156674 llvm-svn: 140571
-
- Sep 26, 2011
-
-
Akira Hatanaka authored
llvm-svn: 140570
-
Akira Hatanaka authored
llvm-svn: 140569
-
Akira Hatanaka authored
registers, so there is no need to check here. llvm-svn: 140568
-
Eli Friedman authored
llvm-svn: 140567
-
Eli Friedman authored
I did not convert Atomics-32.ll and Atomics-64.ll by hand; the diff is autoupgrade output. The wmb test is gone because there isn't any way to express wmb with the new atomic instructions; if someone really needs a non-asm way to write a wmb on Alpha, a platform-specific intrisic could be added. llvm-svn: 140566
-
Fariborz Jahanian authored
in arc mode and are in system headers as unavailable. // rdar://10186625 llvm-svn: 140565
-
Bill Wendling authored
llvm-svn: 140564
-
Bill Wendling authored
llvm-svn: 140563
-
Akira Hatanaka authored
-mcpu. llvm-svn: 140562
-
Bill Wendling authored
llvm-svn: 140561
-
Owen Anderson authored
llvm-svn: 140560
-
Eli Friedman authored
llvm-svn: 140559
-
Eli Friedman authored
llvm-svn: 140558
-
Eli Friedman authored
Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias-analysis tests to the new atomic instructions. llvm-svn: 140557
-
Justin Holewinski authored
llvm-svn: 140556
-
Greg Clayton authored
llvm-svn: 140554
-
Eli Friedman authored
llvm-svn: 140553
-
Eli Friedman authored
CheckStringInit has side effects; make sure we don't run it in VerifyOnly mode, at least for the moment. <rdar://problem/10185490>. Sebastian, please take a look at this; I'm not entirely sure it is the right thing to do. llvm-svn: 140552
-
Argyrios Kyrtzidis authored
Related to rdar://10087069. llvm-svn: 140551
-