- Feb 02, 2012
-
-
Eric Christopher authored
llvm-svn: 149567
-
- Feb 01, 2012
-
-
Dylan Noblesmith authored
The CMake build already generated one. Follows clang r149497. This brings us one step closer to compiling and configuring clang separately from LLVM using the autoconf build, too. (I lack the right version of autoconf et al. to regen, but it was a simple change, so I just updated configure manually.) llvm-svn: 149498
-
- Jan 31, 2012
-
-
Rafael Espindola authored
llvm-svn: 149391
-
- Jan 05, 2012
-
-
Sebastian Pop authored
llvm-svn: 147608
-
- Jan 04, 2012
-
-
Sebastian Pop authored
Get back getHostTriple. For JIT compilation, use the host triple instead of the default target: this fixes some JIT testcases that used to fail when the compiler has been configured as a cross compiler. llvm-svn: 147542
-
- Jan 01, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 147395
-
- Dec 28, 2011
-
-
Rafael Espindola authored
llvm-svn: 147312
-
- Dec 22, 2011
-
-
Benjamin Kramer authored
llvm-svn: 147196
-
Benjamin Kramer authored
Make the -fvisibility-inlines-hidden check more thorough in a hopeless attempt to fix mingw cross-compiles. llvm-svn: 147191
-
Rafael Espindola authored
Fixes pr11620. llvm-svn: 147143
-
- Dec 21, 2011
-
-
Eric Christopher authored
llvm-svn: 147027
-
- Dec 12, 2011
-
-
Tony Linthicum authored
llvm-svn: 146412
-
- Dec 07, 2011
-
-
Daniel Dunbar authored
llvm-svn: 146084
-
- Dec 01, 2011
-
-
Daniel Dunbar authored
- Another reapply of r144300, with hopefully one last fix. llvm-svn: 145623
-
Duncan Sands authored
Original commit message: llvm-config: Replace with C++ version (was llvm-config-2). - Reapply of r144300, with lots of fixes/migration easement in between. llvm-svn: 145582
-
- Nov 29, 2011
-
-
Daniel Dunbar authored
- Reapply of r144300, with lots of fixes/migration easement in between. llvm-svn: 145449
-
- Nov 28, 2011
-
-
rdar://10217046Bob Wilson authored
Some files installed by clang are not relevant for general users and we'd like to be able to install them to a different location. This adds a new --with-internal-prefix configure option and a corresponding PROJ_internal_prefix makefile variable, which defaults to the standard prefix. A tool makefile can specify that it should be installed to this internal prefix by defining INTERNAL_TOOL. llvm-svn: 145234
-
NAKAMURA Takumi authored
config.h.cmake: Synchronize to config.h.in. llvm-svn: 145217
-
- Nov 22, 2011
-
-
Benjamin Kramer authored
llvm-svn: 145061
-
- Nov 11, 2011
-
-
Eric Christopher authored
options to use libc++ as the default c++ library. llvm-svn: 144413
-
- Nov 10, 2011
-
-
Daniel Dunbar authored
which didn't appear ready for prime time. llvm-svn: 144309
-
Daniel Dunbar authored
llvm-svn: 144300
-
- Nov 01, 2011
-
-
Sebastian Pop authored
llvm-svn: 143501
-
Sebastian Pop authored
llvm-svn: 143500
-
- Oct 28, 2011
-
-
Dan Gohman authored
llvm-svn: 143164
-
- Oct 26, 2011
-
-
Charles Davis authored
version of the install program, which does not have the --strip-program switch. llvm-svn: 143009
-
Eric Christopher authored
to use for stripping final executables. Patch by Simon Atanasyan! llvm-svn: 142997
-
Eric Christopher authored
Patch by Dimitry Andric! llvm-svn: 142995
-
- Oct 25, 2011
-
-
Dan Gohman authored
llvm-svn: 142889
-
Dan Gohman authored
llvm-svn: 142880
-
Dan Gohman authored
llvm-svn: 142878
-
- Oct 16, 2011
-
-
NAKAMURA Takumi authored
autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. llvm-svn: 142102
-
- Oct 15, 2011
-
-
Bill Wendling authored
llvm-svn: 142044
-
- Oct 14, 2011
-
-
Torok Edwin authored
This makes it easier to link against LLVM libs, especially if you are using _oasis. llvm-svn: 141992
-
- Oct 13, 2011
-
-
NAKAMURA Takumi authored
Many distros provide stdc++.dll recently. --enable-embed-stdcxx might confuse people. llvm-svn: 141875
-
- Sep 23, 2011
-
-
Eric Christopher authored
support C89. We probably didn't support them anyways. llvm-svn: 140361
-
- Sep 21, 2011
-
-
Eric Christopher authored
script. Only the testsuite project needs to know this information. llvm-svn: 140220
-
Eric Christopher authored
here anymore and has been migrated to the test-suite project. llvm-svn: 140216
-
- Sep 20, 2011
-
-
Eric Christopher authored
The problems that llvmc solved have largely been subsumed with the tasks that the clang driver can accomplish, but llvmc lacks flexibility and depends too heavily on the EOL'd llvm-gcc. llvm-svn: 140093
-
- Sep 19, 2011
-
-
Eric Christopher authored
llvm-svn: 140065
-