- May 19, 2009
-
-
Owen Anderson authored
disable building LLVM in thread-safe mode and print a nice warning. Regenerate configure for these changes. llvm-svn: 72075
-
Daniel Dunbar authored
- If given, the argument will be run using system with the path to the sent data. Useful for testing nightlytest server replacements. llvm-svn: 72070
-
Fariborz Jahanian authored
can be processed. No change in functionality. llvm-svn: 72066
-
Ted Kremenek authored
Fix PR 4230: Don't flag leaks of NSAutoreleasePools until we know that we aren' at the top-most scope of autorelease pools. llvm-svn: 72065
-
Bill Wendling authored
llvm-svn: 72064
-
Eli Friedman authored
me if there are any issues. llvm-svn: 72063
-
Eli Friedman authored
llvm-svn: 72062
-
Daniel Dunbar authored
llvm-svn: 72061
-
Eli Friedman authored
.cpp files to lib/Frontend. (As proposed on cfe-dev.) llvm-svn: 72060
-
Eli Friedman authored
for moving ASTConsumers.h to include/clang/Frontend. llvm-svn: 72059
-
Douglas Gregor authored
llvm-svn: 72058
-
Bill Wendling authored
llvm-svn: 72057
-
Eli Friedman authored
llvm-svn: 72055
-
Eli Friedman authored
ASTConsumers.h to include/clang/Frontend. llvm-svn: 72054
-
Eli Friedman authored
appropriate. There shouldn't be any significant functionality change. llvm-svn: 72052
-
Dan Gohman authored
llvm-svn: 72051
-
Evan Cheng authored
llvm-svn: 72050
-
Douglas Gregor authored
SelectInterestingSourceRegion()," from Jay Foad! llvm-svn: 72049
-
Douglas Gregor authored
llvm-svn: 72048
-
Bill Wendling authored
function, this could be many, many times. We don't want to re-add variables to that DIE for each time. We just want to add them once. Check to make sure that we haven't added them already. llvm-svn: 72047
-
- May 18, 2009
-
-
Daniel Dunbar authored
llvm-svn: 72046
-
Dale Johannesen authored
llvm-svn: 72045
-
Daniel Dunbar authored
- -emit-llvm isn't a stage selection option. - Document -O4 and -flto. - -ObjC++ and -ObjC apply to all inputs, not subsequent ones. - Some versions of pod2man aren't happy about the comment after =over=? - Some minor grammar fixes. llvm-svn: 72044
-
Argyrios Kyrtzidis authored
llvm-svn: 72042
-
Douglas Gregor authored
statement was using an rvalue reference during the template definition. However, template instantiations based on an lvalue reference type are well-formed, so we delay checking of these property until template instantiation time. llvm-svn: 72041
-
Argyrios Kyrtzidis authored
Introduce a new class (MachineCodeInfo) that the JIT can fill in with details. Right now, just the address and the size of the machine code are reported. Patch by Evan Phoenix! llvm-svn: 72040
-
Fariborz Jahanian authored
checking when block is envoked. In progress. llvm-svn: 72039
-
Bob Wilson authored
correctly indicates whether it changed the code. llvm-svn: 72038
-
Bob Wilson authored
to run last because it needs to know the exact size and position of every basic block. Currently CodePlacementOpt is set up to run last. It might be worthwhile to investigate reordering these passes, but for now, let's just make it work. llvm-svn: 72037
-
Daniel Dunbar authored
interface types. llvm-svn: 72036
-
Douglas Gregor authored
llvm-svn: 72035
-
Anders Carlsson authored
Since we miscompile many cases when declaring a variable with a reference type, make them unsupported for now. llvm-svn: 72034
-
Anders Carlsson authored
llvm-svn: 72033
-
Anders Carlsson authored
llvm-svn: 72032
-
Douglas Gregor authored
kinds of statements (in the instantiation logic). No functionality change, but now we'll get linker errors if we add a statement but forget to introduce its instantiation logic. llvm-svn: 72031
-
Lang Hames authored
llvm-svn: 72030
-
Dan Gohman authored
and pointer types safely if they only do so when the sizes are the same. llvm-gcc is such a client. llvm-svn: 72029
-
Eric Christopher authored
Patch by John McCall. llvm-svn: 72028
-
Douglas Gregor authored
llvm-svn: 72027
-
Bill Wendling authored
llvm-svn: 72026
-