- Jul 13, 2012
-
-
Dmitri Gribenko authored
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. llvm-svn: 160182
-
-
-
-
Jack Carter authored
llvm-svn: 160177
-
Rafael Espindola authored
we might use the declaration to build a type before seeing the definition. llvm-svn: 160176
-
Greg Clayton authored
Show source by default for the first 4 frames of the crash thread. Also added options to allow showing source for all frames (--source-frames=NFRAMES) and for all threads (--source-all). llvm-svn: 160175
-
Rafael Espindola authored
behavior since gcc pr30066. Thanks to Benjamin Kramer for pointing it out. llvm-svn: 160174
-
Benjamin Kramer authored
llvm-svn: 160173
-
Benjamin Kramer authored
llvm-svn: 160172
-
Kostya Serebryany authored
llvm-svn: 160171
-
Alexander Kornienko authored
llvm-svn: 160170
-
Hans Wennborg authored
llvm-svn: 160169
-
Hans Wennborg authored
llvm-svn: 160168
-
Manuel Klimek authored
Patch by Tobias Koenig, some test changes by myself. llvm-svn: 160167
-
Duncan Sands authored
llvm-svn: 160166
-
Tobias Grosser authored
I did not take into account, that this patch fails to compile without the llvm.codegen patch applied. This breaks buildbots. I revert this until we found a solution to commit this without buildbots complaining. This reverts commit cb43ab80e94434e780a66be3b9a6ad466822fe33. llvm-svn: 160165
-
Tobias Grosser authored
Translate the selected parallel loop body into a ptx string and run it with cuda driver API. We limit this preliminary implementation to target the following special test cases: - Support only 2-dimensional parallel loops with or without only one innermost non-parallel loop. - Support write memory access to only one array in a SCoP. Contributed by: Yabin Hu <yabin.hwu@gmail.com> llvm-svn: 160164
-
Duncan Sands authored
llvm-svn: 160163
-
Craig Topper authored
llvm-svn: 160162
-
Richard Smith authored
to the same signature. Fix a bug in the type printer which would cause this diagnostic to print wonderful types like 'const const int *'. llvm-svn: 160161
-
Greg Clayton authored
Added the ability to see source context with each frame in the "crashlog" command with the "--source-context" (-C for short to match grep) option. Also made the symbolication of the crash logs more efficient when using the "--crashed-only" ("-c") option where only the crashed thread is symbolicated. We now only download the images for the frames in the crashed thread. llvm-svn: 160160
-
Galina Kistanova authored
llvm-svn: 160159
-
Greg Clayton authored
llvm-svn: 160158
-
Rafael Espindola authored
canonical decl for the template, but that we were not merging attributes for templates at all! llvm-svn: 160157
-
Dmitri Gribenko authored
llvm-svn: 160156
-
Dmitri Gribenko authored
llvm-svn: 160155
-
Dmitri Gribenko authored
llvm-svn: 160154
-
Dmitri Gribenko authored
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags' and 'HTML close tags' to 'HTML end tags' according to HTML spec. llvm-svn: 160153
-
Jim Grosbach authored
When dumping the DAG for a fatal 'Cannot select' back-end error, also provide the name of the function the construct is in. Useful when dealing with large testcases, as the next step is to llvm-extract the function in question to get a small(er) testcase. llvm-svn: 160152
-
Greg Clayton authored
Make the setting for "target.process.thread.step-avoid-regexp" work for inlined functions, not just concrete top level functions. llvm-svn: 160151
-
Jason Molenda authored
frame pointer overwritten with the caller's fp value, return to expressing the CFA in terms of the stack pointer. <rdar://problem/11855862> llvm-svn: 160150
-
Dmitri Gribenko authored
llvm-svn: 160149
-
Eric Christopher authored
Fixes PR13303. Patch by Paul Robinson! llvm-svn: 160148
-
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
-