- Sep 27, 2011
-
-
Akira Hatanaka authored
llvm-svn: 140598
-
Argyrios Kyrtzidis authored
llvm-svn: 140597
-
David Blaikie authored
llvm-svn: 140596
-
Johnny Chen authored
to the Python interface. Implement yet another (threre're 3 now) iterator protocol for SBTarget: watchpoint_location_iter(), to iterate on the available watchpoint locations. And add a print representation for SBWatchpointLocation. Exercise some of these Python API with TestWatchpointLocationIter.py. llvm-svn: 140595
-
Eli Friedman authored
llvm-svn: 140594
-
Justin Holewinski authored
llvm-svn: 140593
-
Bill Wendling authored
split landingpad instructions into a PHI node. PR11016 llvm-svn: 140592
-
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
-