- Oct 21, 2010
-
-
Duncan Sands authored
it looks like maybe it was supposed to be used in the test...), so zap it (gcc-4.6 warning). llvm-svn: 117023
-
Duncan Sands authored
(gcc-4.6 warning). llvm-svn: 117022
-
Duncan Sands authored
(gcc-4.6 warns about these). llvm-svn: 117021
-
Duncan Sands authored
llvm-svn: 117020
-
Ted Kremenek authored
nil. Otherwise we can get false paths where a second @synchronized using the mutex can have a bogus warning. Fixes <rdar://problem/8578650>. llvm-svn: 117016
-
Duncan Sands authored
Better late than never, right? llvm-svn: 117009
-
Francois Pichet authored
llvm-svn: 117005
-
Duncan Sands authored
deregisters registered by it FDE structures allowing consecutive JIT runs to succeed. Patch by Yuri. Fixes PR8285. llvm-svn: 117004
-
Michael J. Spencer authored
llvm-svn: 117003
-
Bill Wendling authored
llvm-svn: 117002
-
Douglas Gregor authored
entities in the preprocessing record. Previously, we would only end up getting the first token of a preprocessing record annotated correctly. For example, given #include "foo.h" we would only get the '#' annotated as an inclusion directive; the 'include' and '"foo.h"' tokens would be given the general 'processing directive' annotation. Now, we get proper annotations for entities in the preprocessing record. llvm-svn: 117001
-
Michael J. Spencer authored
llvm-svn: 117000
-
Michael J. Spencer authored
This adds an option to set the _MSC_VER macro without recompiling. This is very useful when testing compatibility with the Windows SDK and c++stdlib headers. -fmsc-version=<version> (defaults to VS2003 (1300)) llvm-svn: 116999
-
Wesley Peck authored
llvm-svn: 116998
-
Oscar Fuentes authored
CMake build does not try to build that library, which collides with MBlaze/InstPrinter. llvm-svn: 116997
-
Ted Kremenek authored
or a 'short'. This fixes that and allows the hints to suggest 'h' modifiers for small ints. Patch by Justin Bogner! llvm-svn: 116996
-
Ted Kremenek authored
llvm-svn: 116995
-
Andrew Trick authored
llvm-svn: 116994
-
Wesley Peck authored
llvm-svn: 116993
-
Andrew Trick authored
llvm-svn: 116992
-
Wesley Peck authored
compiles on OS X. I'll ensure that it builds on a linux machine before committing again. llvm-svn: 116991
-
Michael J. Spencer authored
llvm-svn: 116990
-
Michael J. Spencer authored
Didn't realize this was on my branch ;/. llvm-svn: 116989
-
Michael J. Spencer authored
llvm-svn: 116988
-
Owen Anderson authored
llvm-svn: 116987
-
Wesley Peck authored
1. A delay slot filler that searches for valid instructions to fill the delay slot with. Previously NOPs would always be inserted into delay slots. 2. Support for MC based instruction printer added. 3. Support for MC based machine code generation and ELF file generation. ELF file generation does not yet completely work as much of the ELF support infrastructure is still x86/x86-64 specific. 4. General clean up of the MBlaze backend code. Much of the tablegen code has been cleanup and simplified. Bug Fixes: 1. Removed duplicate periods from subtarget feature descriptions. 2. Many of the instructions had bad machine code information in the tablegen files. Much of this has been fixed. llvm-svn: 116986
-
Wesley Peck authored
support future ELF file generation by the MBlaze backend. llvm-svn: 116985
-
Michael J. Spencer authored
llvm-svn: 116984
-
Evan Cheng authored
llvm-svn: 116983
-
Johnny Chen authored
session information files to. This makes the directory name less intimidating. Currently, the directory only gets created if there are failures/errors while running the test suite. llvm-svn: 116982
-
Owen Anderson authored
llvm-svn: 116981
-
Johnny Chen authored
llvm-svn: 116980
-
Craig Silverstein authored
function decls. Reviewed by rjmccall and nlewycky. llvm-svn: 116979
-
Michael J. Spencer authored
This should be the minimum set of functions that could possibly need it. llvm-svn: 116978
-
Eric Christopher authored
llvm-svn: 116977
-
Andrew Trick authored
llvm-svn: 116976
-
Argyrios Kyrtzidis authored
When implicit members are added to a C++ record, notify the serializer so that a chained PCH writes the definition again. Thanks to Doug for the hint! llvm-svn: 116975
-
Argyrios Kyrtzidis authored
if it's a template specialization pointing at the template. llvm-svn: 116974
-
Ted Kremenek authored
Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely subsumed by the Checker interface. llvm-svn: 116973
-
Michael J. Spencer authored
llvm-svn: 116972
-