- Oct 08, 2011
-
-
Peter Collingbourne authored
cross build, so that a native version of clang-tblgen is available. Should unbreak Clang cross build. Also disable Polly for the native tool build, since it depends on external libraries which may not be available, and it isn't required anyway. llvm-svn: 141454
-
- Oct 01, 2011
-
-
Peter Collingbourne authored
This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951
-
- 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
-
- Jun 10, 2011
-
-
Bill Wendling authored
<rdar://problem/9583891> llvm-svn: 132860
-
- Apr 12, 2011
-
-
Daniel Dunbar authored
If enabled, this will attempt to use the CC_LOG_DIAGNOSTICS feature I dropped into Clang to print a log of all the diagnostics generated during an individual build (from the top-level). Not sure if this will actually be useful, but for now it is handy for testing the option. llvm-svn: 129312
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Nov 27, 2010
-
-
Daniel Dunbar authored
llvm-svn: 120196
-
- Nov 12, 2010
-
-
Rafael Espindola authored
llvm-svn: 118918
-
- Aug 15, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 111094
-
- Aug 02, 2010
-
-
Daniel Dunbar authored
llvm-svn: 110003
-
- Jul 20, 2010
-
-
Bob Wilson authored
llvmCore for the iOS Simulator. llvm-svn: 108922
-
- Jul 16, 2010
-
-
Daniel Dunbar authored
llvm-svn: 108493
-
- Jul 07, 2010
-
-
Duncan Sands authored
and not just for Debug+Asserts builds. llvm-svn: 107792
-
Gabor Greif authored
who knows how to cover Asserts or Debug separately please do not hesitate to extend this llvm-svn: 107779
-
Duncan Sands authored
builds to "Release". The default build is unchanged (optimization on, assertions on), however it is now called Release+Asserts. The intent is that future LLVM releases released via llvm.org will be Release builds in the new sense, i.e. will have assertions disabled (currently they have assertions enabled, for a more than 20% slowdown). This will bring them in line with MacOS releases, which ship with assertions disabled. It also means that "Release" now means the same things in make and cmake builds: cmake already disables assertions for "Release" builds AFAICS. llvm-svn: 107758
-
- Jul 01, 2010
-
-
Daniel Dunbar authored
llvm-svn: 107334
-
- May 01, 2010
-
-
Daniel Dunbar authored
llvm-svn: 102803
-
- Apr 30, 2010
-
-
Daniel Dunbar authored
llvm-svn: 102751
-
- Apr 24, 2010
-
-
Jim Grosbach authored
cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-side utilities since the flags will be for the cross-compiler. llvm-svn: 102225
-
- Mar 21, 2010
-
-
Gabor Greif authored
llvm-svn: 99148
-
- Feb 25, 2010
-
-
Jeffrey Yasskin authored
--enable-shared is passed to configure. llvm-svn: 97119
-
- Feb 23, 2010
-
-
Jeffrey Yasskin authored
llvm-svn: 96981
-
Jeffrey Yasskin authored
the examples shared to make sure the shared library keeps working. llvm-svn: 96959
-
Daniel Dunbar authored
llvm-svn: 96907
-
- Feb 18, 2010
-
-
Jeffrey Yasskin authored
llvm-svn: 96569
-
Jeffrey Yasskin authored
--enable-shared configure flag to have the tools linked shared. (2.7svn is just $(LLVMVersion) so it'll change to "2.7" in the release.) Always link the example programs shared to test that the shared library keeps working. On my mac laptop, Debug libLLVM2.7svn.dylib is 39MB, and opt (for example) is 16M static vs 440K shared. Two things are less than ideal here: 1) The library doesn't include any version information. Since we expect to break the ABI with every release, this shouldn't be much of a problem. If we do release a compatible 2.7.1, we may be able to hack its library to work with binaries compiled against 2.7.0, or we can just ask them to recompile. I'm hoping to get a real packaging expert to look at this for the 2.8 release. 2) llvm-config doesn't yet have an option to print link options for the shared library. I'll add this as a subsequent patch. llvm-svn: 96559
-
- Jan 20, 2010
-
-
Daniel Dunbar authored
llvm-svn: 93958
-
- Dec 12, 2009
-
-
Daniel Dunbar authored
llvm-svn: 91226
-
- Nov 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89841
-
- Nov 16, 2009
-
-
Daniel Dunbar authored
Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only utility of this is testing that we keep the examples up to date, I will just make the buildbots run with this flag. llvm-svn: 88979
-
- Oct 30, 2009
-
-
Jim Grosbach authored
apply to the build tools. If we want to allow build tool flags input, we should have separate inputs (BUILD_CFLAGS and BUILD_CXXFLAGS, perhaps). llvm-svn: 85607
-
Jim Grosbach authored
llvm-svn: 85606
-
Jim Grosbach authored
llvm-svn: 85605
-
- Oct 26, 2009
-
-
Chandler Carruth authored
direct inclusion edge from System to Support. llvm-svn: 85086
-
Chandler Carruth authored
llvm-svn: 85082
-
- Oct 22, 2009
-
-
Stuart Hastings authored
Now with Clang-compatibility. llvm-svn: 84872
-
- Oct 20, 2009
-
-
Daniel Dunbar authored
breaking Clang's Apple-style build. llvm-svn: 84592
-
- Oct 19, 2009
-
-
Stuart Hastings authored
llvm-svn: 84507
-
- Oct 09, 2009
-
-
Mikhail Glushenkov authored
Thanks to Chris for heads-up! llvm-svn: 83613
-
- Sep 26, 2009
-
-
Torok Edwin authored
too. llvm-svn: 82873
-