- May 20, 2009
-
-
Owen Anderson authored
Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only mutex support. LLVM_MULTITHREADED indicates (or will indicate) the ability to run LLVM itself across multiple threads, and requires atomics support. llvm-svn: 72140
-
Douglas Gregor authored
llvm-svn: 72139
-
- May 19, 2009
-
-
Bob Wilson authored
llvm-svn: 72138
-
Eli Friedman authored
llvm-svn: 72137
-
Eli Friedman authored
llvm-svn: 72136
-
Eli Friedman authored
include/clang/Frontend, and move AnalysisConsumer.cpp from tools/clang-cc to lib/Frontend. llvm-svn: 72135
-
Douglas Gregor authored
llvm-svn: 72134
-
Anders Carlsson authored
llvm-svn: 72133
-
Dan Gohman authored
llvm-svn: 72132
-
Dan Gohman authored
llvm-svn: 72131
-
Dan Gohman authored
llvm-svn: 72130
-
Douglas Gregor authored
llvm-svn: 72129
-
Douglas Gregor authored
operator in C++, and verify that template instantiation for the condition operator does the right thing. llvm-svn: 72127
-
Douglas Gregor authored
llvm-svn: 72126
-
Anders Carlsson authored
llvm-svn: 72125
-
Dan Gohman authored
it's an implementation detail. llvm-svn: 72122
-
Dan Gohman authored
MultiSource/Benchmarks/Prolangs-C/football and a variety of other failures. llvm-svn: 72120
-
Douglas Gregor authored
llvm-svn: 72119
-
Anders Carlsson authored
llvm-svn: 72118
-
Anders Carlsson authored
llvm-svn: 72117
-
Bob Wilson authored
This fixes pr4233. llvm-svn: 72115
-
Bill Wendling authored
llvm-svn: 72114
-
Bill Wendling authored
llvm-svn: 72113
-
Bill Wendling authored
llvm-svn: 72112
-
Fariborz Jahanian authored
llvm-svn: 72111
-
Daniel Dunbar authored
llvm-svn: 72110
-
Duncan Sands authored
when compiling with gcc-4.4. llvm-svn: 72109
-
Eli Friedman authored
redundant with -triple. llvm-svn: 72108
-
Eli Friedman authored
clang-cc.cpp. With this commit, all of the clang-cc command-line options are defined in clang-cc.cpp. llvm-svn: 72107
-
Bob Wilson authored
the stack. Patch by Sandeep Patel. llvm-svn: 72106
-
Bob Wilson authored
llvm-svn: 72105
-
Eli Friedman authored
llvm-svn: 72104
-
Anders Carlsson authored
Have AggExprEmitter::VisitCXXConstructExpr make new variables if necessary. Stub out VisitCXXExprWithTemporaries. llvm-svn: 72103
-
Anders Carlsson authored
llvm-svn: 72102
-
Eli Friedman authored
llvm-svn: 72101
-
Eli Friedman authored
issues. llvm-svn: 72100
-
Eli Friedman authored
files to lib/Frontend. llvm-svn: 72099
-
Anders Carlsson authored
llvm-svn: 72098
-
Eli Friedman authored
Start moving things around in the direction of refactoring the command-line options out of AnalysisConsumer.cpp. llvm-svn: 72097
-
Eli Friedman authored
to clang-cc.cpp. Also, rename CreateDependencyFileGen to AttachDependencyFileGen, and make it take a raw_ostream rather than opening a file itself. llvm-svn: 72096
-