- Aug 28, 2009
-
-
Torok Edwin authored
that all the Makefiles changed mode. Fix this by tellint install-sh to chmod only to 0644, these are not executable files after all! llvm-svn: 80371
-
Anton Korobeynikov authored
Some other minor win64 fixes as well. Patch by Michael Beck! llvm-svn: 80370
-
Anders Carlsson authored
When doing overload resolution, expressions that are value dependent but not type dependent and of integral type should not be treated as null pointer constants. llvm-svn: 80369
-
Anders Carlsson authored
llvm-svn: 80368
-
Steve Naroff authored
Work in progress. llvm-svn: 80367
-
Anders Carlsson authored
llvm-svn: 80366
-
Fariborz Jahanian authored
with class type conversion methods. WIP. llvm-svn: 80365
-
Torok Edwin authored
llvm-svn: 80363
-
Torok Edwin authored
make check in a non-clean directory causes it to fail (for example when running make check twice), since execution counts will differ. llvm-svn: 80362
-
Steve Naroff authored
llvm-svn: 80359
-
Andreas Neustifter authored
This implements the maximum spanning tree algorithm on CFGs according to weights given by the ProfileEstimator. This is then used to implement Optimal Edge Profiling. llvm-svn: 80358
-
Andreas Neustifter authored
error. llvm-svn: 80357
-
Andreas Neustifter authored
llvm-svn: 80356
-
Andreas Neustifter authored
llvm-svn: 80355
-
Daniel Dunbar authored
llvm-svn: 80354
-
John McCall authored
declarations of same, introduce a single AST class and add appropriate bits (encoded in the namespace) for whether a decl is "real" or not. Much hackery about previously-declared / not-previously-declared, but it's essentially mandated by the standard that friends alter lookup, and this is at least fairly non-intrusive. Refactor the Sema methods specific to friends for cleaner flow and less nesting. Incidentally solve a few bugs, but I remain confident that we can put them back. llvm-svn: 80353
-
Daniel Dunbar authored
Also, all one of the file level flags are implemented. llvm-svn: 80352
-
Daniel Dunbar authored
llvm-svn: 80351
-
Evan Cheng authored
llvm-svn: 80350
-
Andreas Neustifter authored
(See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085620.html) llvm-svn: 80349
-
Andreas Neustifter authored
tests can test only parts of this system. llvm-svn: 80348
-
Daniel Dunbar authored
- I'm still trying to figure out the cleanest way to implement this and match the assembler, currently there are some substantial differences. llvm-svn: 80347
-
Anders Carlsson authored
llvm-svn: 80346
-
Daniel Dunbar authored
llvm-svn: 80345
-
Daniel Dunbar authored
llvm-svn: 80344
-
Daniel Dunbar authored
llvm-svn: 80343
-
Daniel Dunbar authored
llvm-svn: 80342
-
Daniel Dunbar authored
llvm-svn: 80341
-
Daniel Dunbar authored
llvm-svn: 80340
-
Daniel Dunbar authored
offset to the next aligned integer. llvm-svn: 80339
-
Daniel Dunbar authored
llvm-svn: 80338
-
Anders Carlsson authored
llvm-svn: 80337
-
Anders Carlsson authored
llvm-svn: 80336
-
Ted Kremenek authored
pointers. Most logic cares first about whether or not a region is symbolic, and second if represents code. This should fix a series of silent corner case bugs (as well as simplify a bunch of code). llvm-svn: 80335
-
Chris Lattner authored
llvm-svn: 80334
-
Anders Carlsson authored
llvm-svn: 80333
-
Anders Carlsson authored
llvm-svn: 80332
-
Daniel Dunbar authored
llvm-svn: 80331
-
Daniel Dunbar authored
llvm-svn: 80330
-
Chris Lattner authored
llvm-svn: 80328
-