- Jan 09, 2011
-
-
Oscar Fuentes authored
config.h was generated, so it had no effect on it. Thanks to arrowdodger for pointing out this and a tentative patch. llvm-svn: 123119
-
- Dec 03, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120826
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Oct 22, 2010
-
-
Michael J. Spencer authored
llvm-svn: 117124
-
Michael J. Spencer authored
llvm-svn: 117092
-
- Oct 21, 2010
-
-
Michael J. Spencer authored
llvm-svn: 117057
-
- Oct 11, 2010
-
-
Chris Lattner authored
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116190
-
- Oct 07, 2010
-
-
Michael J. Spencer authored
llvm-svn: 115935
-
- Sep 24, 2010
-
-
Michael J. Spencer authored
llvm-svn: 114724
-
- Sep 17, 2010
-
-
Oscar Fuentes authored
llvm-svn: 114205
-
- Sep 03, 2010
-
-
Oscar Fuentes authored
The cmake (+ MSVC) build is broken if you don't select your native target. e.g. 'cmake -D LLVM_TARGETS_TO_BUILD="MyNonNativeTarget" .' This is because cmake currently sets the LLVM_NATIVE_* definitions regardless of whether the native target is selected (causing build errors). Patch by Mike Gist! llvm-svn: 112946
-
- Aug 30, 2010
-
-
Eric Christopher authored
that like to randomly define things like "X86", regenerate autoconf bits and update cmake. Fixes PR7852. Patch by Xerxes Rånby! llvm-svn: 112499
-
- Aug 08, 2010
-
-
Oscar Fuentes authored
llvm-svn: 110536
-
Oscar Fuentes authored
This is the cmake equivalent of r110532, which fixed bug #7809. llvm-svn: 110535
-
- Aug 03, 2010
-
-
Daniel Dunbar authored
appended. llvm-svn: 110109
-
- Jun 23, 2010
-
-
Nick Lewycky authored
Haiku like Linux provides <regex.h>, so use it. Patch by Paul Davey! llvm-svn: 106620
-
- Mar 15, 2010
-
-
Jeffrey Yasskin authored
to re-instrument the code. We depend on the system valgrind.h to avoid adding a new license. llvm-svn: 98529
-
- Nov 12, 2009
-
-
Oscar Fuentes authored
functions like floorf, ceilf, ... Add test for detecting nearbyintf. This change was prompted by test/Transforms/SimplifyLibCalls/floor.ll llvm-svn: 86954
-
- Nov 10, 2009
-
-
Oscar Fuentes authored
releases. llvm-svn: 86644
-
- Nov 09, 2009
-
-
Oscar Fuentes authored
Patch by Arnaud Allard de Grandmaison! llvm-svn: 86547
-
- Nov 08, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86419
-
Daniel Dunbar authored
llvm-svn: 86418
-
- Nov 05, 2009
-
-
Oscar Fuentes authored
Patch by Arnaud Allard de Grandmaison! llvm-svn: 86153
-
Oscar Fuentes authored
Cygwin). Fixes PR 5368. llvm-svn: 86152
-
- Oct 28, 2009
-
-
Benjamin Kramer authored
This fixes parallel build with clang on glibc platforms. llvm-svn: 85414
-
- Oct 26, 2009
-
-
Chandler Carruth authored
direct inclusion edge from System to Support. llvm-svn: 85086
-
- Oct 12, 2009
-
-
Edward O'Callaghan authored
llvm-svn: 83819
-
- Oct 06, 2009
-
-
Edward O'Callaghan authored
llvm-svn: 83341
-
- Oct 01, 2009
-
-
Douglas Gregor authored
Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, uint64_t, and u_int64_t, from Yonggang Luo llvm-svn: 83203
-
- Sep 25, 2009
-
-
Jeffrey Yasskin authored
setenv(). This patch just disables the test rather than getting putenv() to work. Thanks to Sandeep Patel for reporting the problem. llvm-svn: 82797
-
- Sep 14, 2009
-
-
Oscar Fuentes authored
cross-compiling. Patch by Xerxes Rånby! llvm-svn: 81722
-
- Aug 27, 2009
-
-
Gabor Greif authored
llvm-svn: 80254
-
Bill Wendling authored
A include/llvm/ADT/iterator.cmake U autoconf/configure.ac --- Reverse-merging r80161 into '.': U cmake/config-ix.cmake --- Reverse-merging r80171 into '.': U Makefile --- Reverse-merging r80173 into '.': U configure U include/llvm/Config/config.h.in --- Reverse-merging r80180 into '.': A include/llvm/ADT/iterator.h.in Despite common miscomceptions, iterator.h is alive and well. It broke the build bots for several hours. And yet no one bothered to look at them. Gabor and Doug, please review your changes and make sure that they actually build before resubmitting them. llvm-svn: 80197
-
Douglas Gregor authored
llvm-svn: 80161
-
- Aug 26, 2009
-
-
Oscar Fuentes authored
llvm-svn: 80111
-
- Aug 24, 2009
-
-
Daniel Dunbar authored
- I did not actually remove the configure test itself, someone who can regenerate configure should do this (see FIXME in autoconf/configure.ac) llvm-svn: 79881
-
- Jul 27, 2009
-
-
Douglas Gregor authored
llvm-svn: 77219
-
- Jul 24, 2009
-
-
Dan Gohman authored
llvm-svn: 76920
-
- Jul 17, 2009
-
-
Xerxes Ranby authored
llvm-svn: 76221
-
- Jul 01, 2009
-
-
Jeffrey Yasskin authored
Windows variant, strerror_s, but I couldn't test that. I'll update configure and config.h.in in a subsequent patch. llvm-svn: 74621
-