- May 12, 2009
-
-
Daniel Dunbar authored
defining NO_PEDANTIC. - Pedantic C89 is a painful language... llvm-svn: 71545
-
Daniel Dunbar authored
- This matches the normal dependency generation code. - This also fixes the problem that when building a normal and bitcode archive from the same source, the dependency files would overwrite one another. Which was bad. llvm-svn: 71542
-
Daniel Dunbar authored
llvm-svn: 71540
-
Daniel Dunbar authored
possible to build both a .a and a .bca. - My understanding is no one else is using this stuff, please let me know if I am wrong. llvm-svn: 71539
-
- May 09, 2009
-
-
Mike Stump authored
llvm-svn: 71281
-
- May 04, 2009
-
-
Anton Korobeynikov authored
Patch by Jay Foad! llvm-svn: 70849
-
- Apr 21, 2009
-
-
Mikhail Glushenkov authored
Should now work when building with objdir != srcdir and when llvm-gcc is not available. Thanks to Duncan Sands for testing and advice! llvm-svn: 69700
-
Evan Cheng authored
llvm-svn: 69633
-
Evan Cheng authored
llvm-svn: 69630
-
- Apr 17, 2009
-
-
David Greene authored
Add a --enable-profiling option to configure to build Debug+Profile and Opt+Profile tools. Now we can profile any kind of flavor we build. llvm-svn: 69351
-
- Apr 15, 2009
-
-
Chris Lattner authored
llvm-svn: 69206
-
- Apr 10, 2009
-
-
Bill Wendling authored
llvm-svn: 68807
-
Bill Wendling authored
llvm-svn: 68801
-
- Apr 09, 2009
-
-
Bill Wendling authored
llvm[2]: Compiling lto.cpp for Debug build (PIC) make[2]: *** No rule to make target `/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.sh.build/Debug/lib/libLLVMBitWriter.a', needed by `/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.sh.build/Release/lib/libLTO.dylib'. Stop. make[1]: *** [all] Error 1 make: *** [all] Error 1 llvm-svn: 68721
-
Misha Brukman authored
we're not testing out-of-date code. This also makes "make check" and "make unittests" work out-of-the box right after the configure step, without requiring the user to run "make tools-only" or "make libs-only". Tested on Linux/x86_64 and Darwin/x86. llvm-svn: 68708
-
- Apr 06, 2009
-
-
Mike Stump authored
llvm-svn: 68455
-
- Mar 27, 2009
-
-
Julien Lerouge authored
llvm-svn: 67855
-
Duncan Sands authored
comment. llvm-svn: 67833
-
Duncan Sands authored
are turned on, while in fact they are turned off. Name this Release-NoAsserts instead. llvm-svn: 67831
-
- Mar 23, 2009
-
-
Evan Cheng authored
llvm-svn: 67500
-
- Mar 22, 2009
-
-
Bill Wendling authored
llvm-svn: 67469
-
Bill Wendling authored
llvm-svn: 67468
-
- Mar 20, 2009
-
-
Nick Lewycky authored
llvm-svn: 67368
-
- Mar 19, 2009
-
-
Evan Cheng authored
More makefile changes to allow dejagnu tests to pass when system tools default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm). llvm-svn: 67334
-
- Mar 14, 2009
-
-
Sebastian Redl authored
llvm-svn: 67008
-
Sebastian Redl authored
llvm-svn: 67006
-
- Mar 13, 2009
-
-
Daniel Dunbar authored
- Required some extra makefile tweaks to introduce a new flag var which only goes to compile/link tools but not the relink step, otherwise we get a copy of libgcov in the relinked .o files. - No configure magic for this. llvm-svn: 66945
-
- Mar 12, 2009
-
-
Scott Michel authored
llvm-svn: 66825
-
Bill Wendling authored
llvm-svn: 66770
-
Nick Lewycky authored
Remove the explicit if OS = Darwin test around the setting of -m32/-m64. llvm-svn: 66765
-
- Mar 10, 2009
-
-
Rafael Espindola authored
65834. llvm-svn: 66553
-
Chris Lattner authored
Tiger. PR3743 llvm-svn: 66550
-
- Mar 09, 2009
-
-
Evan Cheng authored
llvm-svn: 66427
-
Chris Lattner authored
by stripping off any versions past the "10.4". llvm-svn: 66392
-
- Mar 07, 2009
-
-
Nick Lewycky authored
llvm-svn: 66350
-
Evan Cheng authored
If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes sure the JIT work correctly. llvm-svn: 66315
-
- Mar 06, 2009
-
-
Daniel Dunbar authored
llvm-svn: 66294
-
- Mar 03, 2009
-
-
Mikhail Glushenkov authored
From the code: "There are "Proj" libs (defined by the user's project) and "LLVM" libs (defined by the LLVM project)." LINK_COMPONENTS are clearly defined by the LLVM project. Additionally, this fixes an issue with llvmc's build process:-) llvm-svn: 65940
-
Nick Lewycky authored
llvm-svn: 65927
-
Nick Lewycky authored
llvm-svn: 65922
-