- Oct 19, 2009
-
-
Fariborz Jahanian authored
is a standard convesion and not a user-defined conversion. llvm-svn: 84525
-
Jeffrey Yasskin authored
The JITResolver maps Functions to their canonical stubs and all callsites for lazily-compiled functions to their target Functions. To make Function destruction work, I'm going to need to remove all callsites on destruction, so this patch also adds the reverse mapping for that. There was an incorrect assumption in here that the only stub for a function would be the one caused by needing to lazily compile it, while x86-64 far calls and dlsym-stubs could also cause such stubs, but I didn't look for a test case that the assumption broke. This also adds DenseMapInfo<AssertingVH> so I can use DenseMaps instead of std::maps. llvm-svn: 84522
-
Chris Lattner authored
llvm-svn: 84521
-
Chris Lattner authored
llvm-svn: 84520
-
Chris Lattner authored
llvm-svn: 84519
-
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
-