- Sep 09, 2010
-
-
Francois Pichet authored
llvm-svn: 113444
-
Daniel Dunbar authored
llvm-svn: 113443
-
Bob Wilson authored
llvm-svn: 113442
-
Douglas Gregor authored
typeid expressions: - make sure we have a proper source location for the closing ')' - cache the declaration of std::type_info once we've found it llvm-svn: 113441
-
Eric Christopher authored
llvm-svn: 113440
-
Owen Anderson authored
Relax the "don't unroll loops containing calls" rule. Instead, when a loop contains a call, lower the unrolling threshold to the optimize-for-size threshold. Basically, for loops containing calls, unrolling can still be profitable as long as the loop is REALLY small. llvm-svn: 113439
-
Chris Lattner authored
llvm-svn: 113438
-
Chris Lattner authored
llvm-svn: 113437
-
Eric Christopher authored
llvm-svn: 113436
-
Evan Cheng authored
llvm-svn: 113435
-
Dawn Perchik authored
(__uuidof, _fastcall, etc.). llvm-svn: 113434
-
Chris Lattner authored
fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. llvm-svn: 113433
-
Johnny Chen authored
from scripting applications. An example usage from TestConditionalBreak.py is: import lldbutil lldbutil.PrintStackTrace(thread) ./dotest.py -v conditional_break ---------------------------------------------------------------------- Collected 2 tests test_with_dsym (TestConditionalBreak.ConditionalBreakTestCase) Exercise some thread and frame APIs to break if c() is called by a(). ... Stack trace for thread id=0x2e03 name=None queue=com.apple.main-thread: frame #0: a.out`c at main.c:39 frame #1: a.out`b at main.c:34 frame #2: a.out`a at main.c:25 frame #3: a.out`main at main.c:44 frame #4: a.out`start Stack trace for thread id=0x2e03 name=None queue=com.apple.main-thread: frame #0: a.out`c at main.c:39 frame #1: a.out`b at main.c:34 frame #2: a.out`main at main.c:47 frame #3: a.out`start Stack trace for thread id=0x2e03 name=None queue=com.apple.main-thread: frame #0: a.out`c at main.c:39 frame #1: a.out`a at main.c:27 frame #2: a.out`main at main.c:50 frame #3: a.out`start ok test_with_dwarf (TestConditionalBreak.ConditionalBreakTestCase) Exercise some thread and frame APIs to break if c() is called by a(). ... Stack trace for thread id=0x2e03 name=None queue=com.apple.main-thread: frame #0: a.out`c at main.c:39 frame #1: a.out`b at main.c:34 frame #2: a.out`a at main.c:25 frame #3: a.out`main at main.c:44 frame #4: a.out`start Stack trace for thread id=0x2e03 name=None queue=com.apple.main-thread: frame #0: a.out`c at main.c:39 frame #1: a.out`b at main.c:34 frame #2: a.out`main at main.c:47 frame #3: a.out`start Stack trace for thread id=0x2e03 name=None queue=com.apple.main-thread: frame #0: a.out`c at main.c:39 frame #1: a.out`a at main.c:27 frame #2: a.out`main at main.c:50 frame #3: a.out`start ok ---------------------------------------------------------------------- Ran 2 tests in 7.803s OK llvm-svn: 113432
-
Douglas Gregor authored
pointer type, actually provide a usable block literal expression. llvm-svn: 113431
-
Sean Callanan authored
with the Clang parser that prevents us from passing Objective-C types to functions that expect C types. This quick hack keeps us in business until that interaction is fixed. llvm-svn: 113429
-
Fariborz Jahanian authored
llvm-svn: 113428
-
-
Chris Lattner authored
llvm-svn: 113426
-
Owen Anderson authored
Generalize instcombine's support for combining multiple bit checks into a single test. Patch by Dirk Steinke! llvm-svn: 113423
-
-
Caroline Tice authored
llvm-svn: 113421
-
Dale Johannesen authored
llvm-svn: 113420
-
- Sep 08, 2010
-
-
Argyrios Kyrtzidis authored
llvm-svn: 113419
-
Fariborz Jahanian authored
llvm-svn: 113418
-
Eric Christopher authored
llvm-svn: 113417
-
Douglas Gregor authored
llvm-svn: 113416
-
Douglas Gregor authored
function-style cast. Previously, we had a (redundant, incorrect) semantic-checking path for non-class types, which allowed value-initialization of a reference type and then crashed. llvm-svn: 113415
-
Fariborz Jahanian authored
use of 'struct objc_object*' for 'is' (and others) in clang. llvm-svn: 113414
-
Argyrios Kyrtzidis authored
llvm-svn: 113413
-
Bill Wendling authored
llvm-svn: 113412
-
Jakob Stoklund Olesen authored
llvm-svn: 113411
-
Dale Johannesen authored
llvm-svn: 113409
-
Caroline Tice authored
llvm-svn: 113408
-
Johnny Chen authored
of 10 seconds in order for the debugger to attach. llvm-svn: 113407
-
Dale Johannesen authored
llvm-svn: 113406
-
Michael J. Spencer authored
llvm-svn: 113405
-
Howard Hinnant authored
Updated by-chapter-summary with weekly test results, and fixed up some bad paths in some tests caused by aligning the test suite with N3126. llvm-svn: 113403
-
Bill Wendling authored
llvm-svn: 113401
-
Jim Grosbach authored
Re-running some nightly testers w/ it enabled to verify. llvm-svn: 113399
-
Bill Wendling authored
llvm-svn: 113398
-