- Oct 19, 2009
-
-
Anders Carlsson authored
llvm-svn: 84518
-
Chris Lattner authored
llvm-svn: 84517
-
Anton Korobeynikov authored
llvm-svn: 84516
-
Chris Lattner authored
llvm-svn: 84515
-
Anders Carlsson authored
llvm-svn: 84514
-
Chris Lattner authored
llvm-svn: 84513
-
Chris Lattner authored
llvm-svn: 84512
-
Chris Lattner authored
llvm-svn: 84510
-
Chris Lattner authored
llvm-svn: 84509
-
Chris Lattner authored
llvm-svn: 84508
-
Stuart Hastings authored
llvm-svn: 84507
-
Nate Begeman authored
llvm-svn: 84506
-
Dan Gohman authored
where a loop's header is being split and it has predecessors which are not contained by the most-nested loop which contains the loop. This fixes PR5235. llvm-svn: 84505
-
Dan Gohman authored
llvm-svn: 84504
-
Dan Gohman authored
llvm-svn: 84503
-
Dan Gohman authored
to name basic blocks "bb" instead of "BB", for consistency. llvm-svn: 84502
-
Steve Naroff authored
Removing this shared data should enable clang_createTranslationUnit/clang_createTranslationUnitFromSourceFile to be run from multiple threads (related to <rdar://problem/7303432>). llvm-svn: 84499
-
Steve Naroff authored
llvm-svn: 84498
-
Daniel Dunbar authored
ENABLE_PARALLEL_REPORT. llvm-svn: 84497
-
Daniel Dunbar authored
NNT: Don't hard code -l3.0 argument to make, this is very server dependent. Users who care can use -compileflags for this. Also, fix make clean call and a few other tweaks. llvm-svn: 84496
-
Daniel Dunbar authored
NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it was named dejagnu_test_list for a good reason. llvm-svn: 84495
-
Daniel Dunbar authored
llvm-svn: 84494
-
Daniel Dunbar authored
llvm-svn: 84493
-
Daniel Dunbar authored
llvm-svn: 84492
-
Daniel Dunbar authored
- Split out configure log. - Kill off GetRegexNum. - Fix GetRegex to not return previous match on failure. - Remove dead code. llvm-svn: 84491
-
Daniel Dunbar authored
llvm-svn: 84490
-
Daniel Dunbar authored
llvm-svn: 84489
-
Daniel Dunbar authored
llvm-svn: 84488
-
Daniel Dunbar authored
llvm-svn: 84487
-
Torok Edwin authored
LLC was scheduling compares before the adds causing wrong branches to be taken in programs, resulting in misoptimized code wherever atomic adds where used. llvm-svn: 84485
-
Benjamin Kramer authored
Daniel's comment. llvm-svn: 84484
-
Daniel Dunbar authored
llvm-svn: 84482
-
Daniel Dunbar authored
llvm-svn: 84481
-
Daniel Dunbar authored
NNT: Remove "CVS Stats", this isn't particularly useful and can be better done by the server or user. llvm-svn: 84480
-
Daniel Dunbar authored
llvm-svn: 84479
-
Daniel Dunbar authored
llvm-svn: 84478
-
Daniel Dunbar authored
llvm-svn: 84477
-
Daniel Dunbar authored
llvm-svn: 84476
-
Daniel Dunbar authored
column computation isn't correct and could exceed the line length, which resulted in a buffer overflow later. - Chris, is there a better way for this code to compute the final column used by the caret? llvm-svn: 84475
-
Chris Lattner authored
llvm-svn: 84471
-