"polly/LICENSE.txt" did not exist on "7cd7aeee9a82e00e8ca67668e525a5f103d607a4"
- Sep 14, 2012
-
-
Filipe Cabecinhas authored
Make the flags part of configure and make invocations, for now. llvm-svn: 163911
-
- Sep 11, 2012
-
-
Filipe Cabecinhas authored
Unbreaks the build on FreeBSD People that are using Linux: if you have any problems with this patch please let me know, and tell us how you are compiling lldb with the makefiles. llvm-svn: 163639
-
- Feb 22, 2012
-
-
Benjamin Kramer authored
Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it doesn't link anymore. The bug seems to be fixed in g++ 4.5. llvm-svn: 151198
-
Benjamin Kramer authored
llvm-svn: 151191
-
Benjamin Kramer authored
llvm-svn: 151187
-
- Jan 05, 2012
-
-
Johnny Chen authored
a new POSIX platform. It also contains fixes for 64bit FreeBSD. The patch is based on changes by Mark Peek <mp@FreeBSD.org> and "K. Macy" <kmacy@freebsd.org> in their github repo located at https://github.com/fbsd/lldb. llvm-svn: 147609
-
- Nov 12, 2011
-
-
Daniel Dunbar authored
level based, so that lldb itself can be a symlink inside the tools dir. llvm-svn: 144429
-
- Oct 31, 2011
-
-
Daniel Dunbar authored
llvm-svn: 143383
-
- Aug 02, 2011
-
-
Johnny Chen authored
I did not take the patch for ClangExpressionParser.cpp since there was a recent change by Peter for the same line. Feel free to disagree. :-) Reference: ---------------------------------------------------------------------- r136580 | pcc | 2011-07-30 15:42:24 -0700 (Sat, 30 Jul 2011) | 3 lines Add reloc arg to standard JIT createJIT() Fixes non-__APPLE__ build. Patch by Matt Johnson! ---------------------------------------------------------------------- Also, I ignore the part of the patch to remove the RegisterContextDarwin*.h/.cpp. llvm-svn: 136720
-
- Jun 20, 2011
-
-
Peter Collingbourne authored
llvm-svn: 133462
-
- May 20, 2011
-
-
Johnny Chen authored
Replace python static settings of compiler flags with invocation of python-config. Signed-off-by:
Johnny Chen <johnny.chen@apple.com> llvm-svn: 131697
-
- May 17, 2011
-
-
Johnny Chen authored
Update to Python2.7 from Python 2.6. llvm-svn: 131465
-
- Feb 05, 2011
-
-
Greg Clayton authored
llvm-svn: 124929
-
- Jan 26, 2011
-
-
Stephen Wilson authored
With the current target revision of Clang libclangChecker no longer exists and is not needed. Update the include path so we can get at ARM_DWARF_Registers.h and friends. llvm-svn: 124240
-
- Jan 06, 2011
-
-
Stephen Wilson authored
In particular, we are looking to ignore the "#pragma mark" construct which GCC warns about on platforms other than Darwin. This cleans up diagnostic output significantly. llvm-svn: 122974
-
- Jul 10, 2010
-
-
Eli Friedman authored
a bunch of BSD-isms. llvm-svn: 108027
-
- Jul 09, 2010
-
-
Greg Clayton authored
enabled LLVM make style building and made this compile LLDB on Mac OS X. We can now iterate on this to make the build work on both linux and macosx. llvm-svn: 108009
-
- Jul 01, 2010
-
-
Daniel Dunbar authored
llvm-svn: 107327
-
- Jun 26, 2010
-
-
Daniel Dunbar authored
llvm-svn: 106932
-
- Jun 25, 2010
-
-
Daniel Dunbar authored
llvm-svn: 106863
-
- Jun 19, 2010
-
-
Chris Lattner authored
in PR7397 llvm-svn: 106386
-
- Jun 08, 2010
-
-
Daniel Dunbar authored
llvm-svn: 105644
-
Daniel Dunbar authored
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. llvm-svn: 105638
-
Daniel Dunbar authored
- This eliminates most dependencies on how Clang is installed relative to LLVM. llvm-svn: 105637
-
- Apr 30, 2010
-
-
Daniel Dunbar authored
Move include installation steps to better location, inside each include dir instead of at the top-level. Also, don't set NO_INSTALL=1 for c-index-test. llvm-svn: 102724
-
- Mar 18, 2010
-
-
Kovarththanan Rajaratnam authored
llvm-svn: 98823
-
Kovarththanan Rajaratnam authored
llvm-svn: 98822
-
- Mar 10, 2010
-
-
Chris Lattner authored
Patch by Matthias Klose! llvm-svn: 98192
-
- Dec 22, 2009
-
-
Daniel Dunbar authored
llvm-svn: 91854
-
- Nov 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89836
-
- Nov 15, 2009
-
-
Daniel Dunbar authored
Move tools/wpa to examples/wpa, and unbreak its build. llvm-svn: 88825
-
- Oct 12, 2009
-
-
Axel Naumann authored
Fix exclusion of .tmp, which in turn enables installation of $(PROJ_OBJ_ROOT)/tools/clang/include/*.inc. llvm-svn: 83855
-
- Oct 09, 2009
-
-
Axel Naumann authored
llvm-svn: 83665
-
Douglas Gregor authored
llvm-svn: 83582
-
- Sep 23, 2009
-
-
Torok Edwin authored
because the toplevel 'make check-all' needs the rule for test/lit.site.cfg, and for that test/ must exist. llvm-svn: 82624
-
- Mar 24, 2009
-
-
Daniel Dunbar authored
Again, I tried to update cmake but it is untested. llvm-svn: 67605
-
- Mar 18, 2009
-
-
Daniel Dunbar authored
llvm-svn: 67168
-
- Mar 17, 2009
-
-
Douglas Gregor authored
diagnostics. This builds on the patch that Sebastian committed and then revert. Major differences are: - We don't remove or use the current ".def" files. Instead, for now, we just make sure that we're building the ".inc" files. - Fixed CMake makefiles to run TableGen and build the ".inc" files when needed. Tested with both the Xcode and Makefile generators provided by CMake, so it should be solid. - Fixed normal makefiles to handle out-of-source builds that involve the ".inc" files. I'll send a separate patch to the list with Sebastian's changes that eliminate the use of the .def files. llvm-svn: 67058
-
- Mar 14, 2009
-
-
Sebastian Redl authored
Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. llvm-svn: 67009
-
Sebastian Redl authored
llvm-svn: 67007
-