- Jul 13, 2012
-
-
Jim Ingham authored
Also remove our dependency on UIKit & AppKit. Cleaned up the project files a bit. <rdar://problem/11814498> llvm-svn: 160147
-
rdar://problem/11740973Greg Clayton authored
Fixed issues that could happen when the UUID doesn't change in a binary and old stale debug info could end up being used. llvm-svn: 160145
-
- Jul 12, 2012
-
-
Jim Grosbach authored
Make sure the tblgen'erated asm matcher correctly returns numoperands+1 as the ErrorInfo when the problem was that there weren't enough operands specified. rdar://9142751 llvm-svn: 160144
-
Akira Hatanaka authored
Patch by Vladimir Medic. llvm-svn: 160143
-
Galina Kistanova authored
llvm-svn: 160142
-
Sean Callanan authored
return sections that don't have valid modules. <rdar://problem/11605824> llvm-svn: 160141
-
rdar://problem/11791234Greg Clayton authored
Fixed a case where the python interpreter could end up holding onto a previous lldb::SBProcess (probably in lldb.process) when run under Xcode. Prior to this fix, the lldb::SBProcess held onto a shared pointer to a lldb_private::Process. This in turn could cause the process to still have a thread list with stack frames. The stack frames would have module shared pointers in the lldb_private::SymbolContext objects. We also had issues with things staying in the shared module list too long when we found things by UUID (we didn't remove the out of date ModuleSP from the global module cache). Now all of this is fixed and everything goes away between runs. llvm-svn: 160140
-
Rafael Espindola authored
attribute. llvm-svn: 160139
-
Manuel Klimek authored
adds a paragraph on builtin headers. llvm-svn: 160138
-
Benjamin Kramer authored
Give the rdrand instructions a SideEffect flag and a chain so MachineCSE and MachineLICM don't touch it. I already had the necessary things in place for IR-level passes but missed the machine passes. llvm-svn: 160137
-
Howard Hinnant authored
Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jonathan Coxhead for reporting this bug. llvm-svn: 160136
-
Sean Callanan authored
Mac OS X, because the UUID is the same for all OpenCL-generated dylibs and therefore would conflict. <rdar://problem/11620586> llvm-svn: 160135
-
Eric Christopher authored
llvm-svn: 160134
-
Dmitri Gribenko authored
Always initialize variable. If opening quote is the last character in comment, we will be using an uninitialized value. There is already a test for that in unittests/AST/CommentLexer.cpp, but it seems like we were lucky with the value that got loaded into the variable so the test passed. llvm-svn: 160133
-
Alexander Kornienko authored
Summary: Provide more information on usage in -help Test Plan: ran once Reviewers: klimek, chandlerc, djasper Reviewed By: klimek CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D5 llvm-svn: 160132
-
Timur Iskhodzhanov authored
llvm-svn: 160131
-
Filipe Cabecinhas authored
path passed with -w Test this functionality. llvm-svn: 160130
-
Nadav Rotem authored
The LIT tests below do not specify the exact cpu model and fail on AVX2 machines, because we select different instructions such as vbroadcast, new shuffles, etc. Patch by Michael Liao. llvm-svn: 160129
-
Gabor Greif authored
llvm-svn: 160128
-
Gabor Greif authored
llvm-svn: 160127
-
NAKAMURA Takumi authored
Rawr! llvm-svn: 160125
-
NAKAMURA Takumi authored
llvm-svn: 160124
-
NAKAMURA Takumi authored
llvm-svn: 160123
-
Benjamin Kramer authored
llvm-svn: 160122
-
Timur Iskhodzhanov authored
llvm-svn: 160121
-
Benjamin Kramer authored
llvm-svn: 160120
-
Benjamin Kramer authored
llvm-svn: 160118
-
Benjamin Kramer authored
The rdrand/cmov sequence is the same that is emitted by both GCC and ICC. Fixes PR13284. llvm-svn: 160117
-
Duncan Sands authored
the input vector, it can be bigger (this is helpful for powerpc where <2 x i16> is a legal vector type but i16 isn't a legal type, IIRC). However this wasn't being taken into account by ExpandRes_EXTRACT_VECTOR_ELT, causing PR13220. Lightly tweaked version of a patch by Michael Liao. llvm-svn: 160116
-
Daniel Jasper authored
One adds matchers for the various parts of a for loop (initializer, condition, increment), as well as extending the hasBody matcher to work for while and do-while loops. The second patch adds an isInteger matcher for types. The third patch fixes a bug in allOf, where a few of the name chages (AllOf --> allOf) had been missed. All matchers come with unit tests. Patches by Sam Panzer! llvm-svn: 160115
-
Benjamin Kramer authored
If a non-unicode locale is used, the unicode character is escaped and any byte that is in the escaped representation but not the semicolon will become whitespace. llvm-svn: 160113
-
Benjamin Kramer authored
llvm-svn: 160112
-
Gregory Szorc authored
llvm-svn: 160111
-
Craig Topper authored
llvm-svn: 160110
-
Gregory Szorc authored
llvm-svn: 160107
-
Gregory Szorc authored
llvm-svn: 160106
-
Rafael Espindola authored
pr13338. llvm-svn: 160105
-
Rafael Espindola authored
behavior and is the first step in fixing pr13338. llvm-svn: 160104
-
NAKAMURA Takumi authored
Failing Tests (3): Clang :: Index/complete-cxx-inline-methods.cpp Clang :: Index/recursive-cxx-member-calls.cpp Clang :: SemaTemplate/inject-templated-friend-post.cpp llvm-svn: 160103
-
John McCall authored
llvm-svn: 160102
-