- Aug 25, 2011
-
-
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
-
Jim Grosbach authored
llvm-svn: 138502
-
Jim Grosbach authored
llvm-svn: 138501
-
Jim Grosbach authored
We'll need to pay attention to them when we start getting more serious about the details of parsing thumb2 assembly. llvm-svn: 138500
-
Sean Callanan authored
not set if the containing function could not be found. This caused LLDB to crash later in expression parsing. llvm-svn: 138499
-
Douglas Gregor authored
llvm-svn: 138498
-
- Aug 24, 2011
-
-
Anna Zaks authored
llvm-svn: 138497
-
Douglas Gregor authored
table when serializing an AST file. This was a holdover from the days before chained PCH, and is a complete waste of time and storage now. It's a good thing it's useless, because I have no idea how I would have implemented MaterializeVisibleDecls efficiently in the presence of modules. llvm-svn: 138496
-
Jim Grosbach authored
Fix FiXME in test file. Remove FIXME for SUB (SP minus register) since that form is Thumb2 only. llvm-svn: 138494
-
Anna Zaks authored
llvm-svn: 138493
-
Owen Anderson authored
llvm-svn: 138492
-
Douglas Gregor authored
which supports both pre-order and post-order traversal via a visitor mechanism. Use this depth-first search with a post-order traversal to give predictable ordering semantics when walking all of the lexical declarations in the translation unit. Eventually, module imports will occur in the source code rather than at the beginning, and we'll have to revisit this walk. llvm-svn: 138490
-
Ivan Krasin authored
llvm-svn: 138489
-
Jim Grosbach authored
Fix the test FIXME and add parsing support for the ADD (SP plus immediate) and ADD (SP plus register) instruction forms. llvm-svn: 138488
-
Eli Friedman authored
llvm-svn: 138487
-