- Sep 01, 2010
-
-
Dan Gohman authored
of a base class. This makes it possible to unregister the file from FilesToRemove when the file is done. Also, this eliminates the need for formatted_tool_output_file. llvm-svn: 112706
-
- Aug 31, 2010
-
-
Michael J. Spencer authored
llvm-svn: 112587
-
- Aug 30, 2010
-
-
Dan Gohman authored
llvm-svn: 112532
-
- Aug 28, 2010
-
-
Chris Lattner authored
llvm-svn: 112385
-
Duncan Sands authored
they hit the rest of the system. llvm-svn: 112344
-
- Aug 27, 2010
-
-
Michael J. Spencer authored
The Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 implements parts of C++0x based on the draft standard. An old version of the draft had a bug that makes std::pair<T1*, T2*>(something, 0) fail to compile. This is because the template<class U, class V> pair(U&& x, V&& y) constructor is selected, even though it later fails to implicitly convert U and V to frist_type and second_type. This has been fixed in n3090, but it seems that Microsoft is not going to update msvc. llvm-svn: 112257
-
- Aug 26, 2010
-
-
Devang Patel authored
llvm-svn: 112200
-
Oscar Fuentes authored
from llvm-link/CMakeLists.txt llvm-svn: 112153
-
Dan Gohman authored
and was over-complicated, and replacing it with a simple implementation. llvm-svn: 112120
-
Dan Gohman authored
faster on large modules. llvm-svn: 112110
-
- Aug 25, 2010
-
-
Dan Gohman authored
llvm-svn: 112069
-
Dan Gohman authored
llvm-svn: 112068
-
Eric Christopher authored
Untested. llvm-svn: 112029
-
- Aug 24, 2010
-
-
Bill Wendling authored
- Support the LinkerWeak*Linkage types in llvm-nm and in LinkModules.cpp. llvm-svn: 111952
-
Chris Lattner authored
patch by NAKAMURA Takumi! llvm-svn: 111929
-
John McCall authored
- teach DifferenceEngine to unify successors of calls and invokes in certain circumstances - basic blocks actually don't have their own numbering; did that change? - add llvm-diff to the Makefile and CMake build systems llvm-svn: 111909
-
Mikhail Glushenkov authored
CompilationGraph and LanguageMap definitions do not use special syntax anymore. llvm-svn: 111862
-
- Aug 23, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 111826
-
- Aug 20, 2010
-
-
Dan Gohman authored
checking to places which previously lacked it. llvm-svn: 111651
-
Mikhail Glushenkov authored
Since they now live in the namespace 'autogenerated'. llvm-svn: 111620
-
Mikhail Glushenkov authored
llvm-svn: 111619
-
Dan Gohman authored
llvm-svn: 111604
-
Dan Gohman authored
of problems with output files being left behind or output streams being left unclosed. Fix llvm-mc to respect the -o option in all modes, rather than hardcoding outs() in some cases. llvm-svn: 111603
-
Dan Gohman authored
other printing passes do, and update the documentation accordingly. llvm-svn: 111601
-
Dan Gohman authored
llvm-svn: 111599
-
Dan Gohman authored
registration variables. llvm-svn: 111598
-
Dan Gohman authored
registration variables. llvm-svn: 111596
-
- Aug 19, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 111553
-
- Aug 18, 2010
-
-
Dan Gohman authored
properly. llvm-svn: 111373
-
Dan Gohman authored
standard output, instead of just hardcoding outs(). llvm-svn: 111372
-
Dan Gohman authored
llvm-svn: 111371
-
Dan Gohman authored
automatically. llvm-svn: 111370
-
Dan Gohman authored
llvm-svn: 111368
-
Dan Gohman authored
llvm-svn: 111367
-
- Aug 17, 2010
-
-
Anton Korobeynikov authored
Patch by Takumi Nakamura! llvm-svn: 111268
-
- Aug 16, 2010
-
-
Oscar Fuentes authored
llvm-svn: 111111
-
- Aug 15, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 111096
-
Mikhail Glushenkov authored
llvm-svn: 111094
-
- Aug 11, 2010
-
-
Daniel Dunbar authored
llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. llvm-svn: 110791
-
Rafael Espindola authored
llvm-svn: 110759
-