- Aug 25, 2011
-
-
Bill Wendling authored
proper function to do it. llvm-svn: 138550
-
Greg Clayton authored
the Apple Generic Version number from the Xcode project. llvm-svn: 138549
-
Benjamin Kramer authored
llvm-svn: 138548
-
Bruno Cardoso Lopes authored
llvm-svn: 138546
-
Bruno Cardoso Lopes authored
llvm-svn: 138545
-
Jason Molenda authored
to frame-format and thread-format. llvm-svn: 138544
-
Jason Molenda authored
(in addition to the previous error message if the value could not be parsed as a numbe). These both generate reasonable errors now - reg write rip 0x500000000000000000000a reg write rip 0x5jjjj llvm-svn: 138543
-
Eli Friedman authored
llvm-svn: 138542
-
Bill Wendling authored
llvm-svn: 138541
-
Evan Cheng authored
llvm-svn: 138540
-
Bill Wendling authored
llvm-svn: 138539
-
Jordy Rose authored
[analyzer] Move the leak bugs from CFRefCount to RetainReleaseChecker, with a level of indirection to handle GC vs. non-GC. llvm-svn: 138538
-
Bill Wendling authored
getFirstNonPHI so that it will skip over the landingpad instructions as well. llvm-svn: 138537
-
Evan Cheng authored
llvm-svn: 138536
-
Anna Zaks authored
llvm-svn: 138535
-
Evan Cheng authored
llvm-svn: 138534
-
Francois Pichet authored
Patch by Chris Cudmore! llvm-svn: 138533
-
Jordy Rose authored
(These bug types may have just been leaked before...!) llvm-svn: 138532
-
Anna Zaks authored
[analyzer] MacOSKeychainAPIChecker: Add the custom BugReport visitor(which highlights the allocation site) to all the relevant reports within the checker. llvm-svn: 138531
-
Jason Molenda authored
'log list' output. Remove an extraneous \n from one of the lldb/commands log line. Add an lldb/commands log indicating whether the command was successful or not. llvm-svn: 138530
-
Jordy Rose authored
Because Checkers live for an entire translation unit, this persists summary caches across multiple code bodies and avoids repeated initialization (but probably at the cost of memory). This removes the last references from RetainReleaseChecker to CFRefCount. llvm-svn: 138529
-
Fariborz Jahanian authored
statement initializer makes safe assumption when a substatement is encounterred (with a fix me). llvm-svn: 138528
-
Greg Clayton authored
objective C++ source file. llvm-svn: 138527
-
Jordy Rose authored
llvm-svn: 138526
-
Jim Ingham authored
The Compilation Unit language was being stored in a variable called "class_language"... Changed that to "cu_language". llvm-svn: 138523
-
Bruno Cardoso Lopes authored
file, and move more code around! llvm-svn: 138521
-
Bruno Cardoso Lopes authored
llvm-svn: 138520
-
Bruno Cardoso Lopes authored
llvm-svn: 138519
-
Bruno Cardoso Lopes authored
the missing ones for AVX. llvm-svn: 138518
-
Bruno Cardoso Lopes authored
llvm-svn: 138517
-
Bruno Cardoso Lopes authored
pattern for 128-bit AVX mode. llvm-svn: 138516
-
Bruno Cardoso Lopes authored
explicit about which subtarget they refer to, and add AVX versions of the ones we currently don't. Remove old and now wrong comments! llvm-svn: 138515
-
Bruno Cardoso Lopes authored
explicit about which subtarget they refer to, and add AVX versions of the ones we currently don't. Make the mask check more strict, to be clear it won't be used to match to 256-bit versions! llvm-svn: 138514
-
Jordy Rose authored
llvm-svn: 138510
-
Jordy Rose authored
llvm-svn: 138508
-
Owen Anderson authored
Perform more thorough checking of t2IT mask parameters, which fixes all remaining crashers when disassembling the entire 16-bit instruction space. llvm-svn: 138507
-
Jordy Rose authored
llvm-svn: 138506
-
Eli Friedman authored
Hook up 64-bit atomic load/store on x86-32. I plan to write more efficient implementations eventually. llvm-svn: 138505
-
Evan Cheng authored
.cfi_startproc. e.g. libffi: $ cat confopt.c asm (".cfi_startproc\n\t.cfi_endproc"); int main () { return 0; } Teach MC / dwarf emission to handle these cfi directives which essentially create an empty frame. rdar://10017184 llvm-svn: 138504
-
Johnny Chen authored
Fix a compie warning for main.cpp. llvm-svn: 138503
-