- May 17, 2007
-
-
Reid Spencer authored
llvm-svn: 37166
-
- May 08, 2007
-
-
Tanya Lattner authored
llvm-svn: 36922
-
- Apr 21, 2007
-
-
Reid Spencer authored
llvm-svn: 36320
-
- Apr 11, 2007
-
-
Reid Spencer authored
llvm-svn: 35872
-
- Apr 02, 2007
-
-
Reid Spencer authored
llvm-svn: 35596
-
- Mar 29, 2007
-
-
Reid Spencer authored
llvm-svn: 35452
-
- Mar 21, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 35242
-
- Feb 16, 2007
-
-
Reid Spencer authored
llvm-svn: 34350
-
- Jan 21, 2007
-
-
Reid Spencer authored
llvm-svn: 33422
-
Reid Spencer authored
Regenerate for ARM support. llvm-svn: 33419
-
- Jan 20, 2007
-
-
Reid Spencer authored
Regenerate to include NetBSD. llvm-svn: 33407
-
Reid Spencer authored
llvm-svn: 33392
-
- Jan 19, 2007
-
-
Reid Spencer authored
Regenerated for Anton Korobeynikov. llvm-svn: 33360
-
- Jan 17, 2007
-
-
Reid Spencer authored
Adjust configuration for Stacker's new name: llvm-stacker. llvm-svn: 33277
-
- Jan 12, 2007
-
-
Jeff Cohen authored
llvm-svn: 33126
-
- Dec 21, 2006
-
-
Reid Spencer authored
cc1 and cc1plus executables live. llvm-svn: 32738
-
- Dec 16, 2006
-
-
Reid Spencer authored
The default is disabled until we know this doesn't break anyone. llvm-svn: 32635
-
- Dec 11, 2006
-
-
Reid Spencer authored
llvm-svn: 32416
-
- Dec 08, 2006
-
-
Reid Spencer authored
llvm-svn: 32350
-
- Dec 01, 2006
-
-
Reid Spencer authored
Add HAVE_PTHREAD to makefiles with support from configure and use it to determine whether to build examples/ParallelJIT. Patch by Anton Korobeynikov. llvm-svn: 32054
-
- Nov 17, 2006
-
-
Reid Spencer authored
premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807
-
Reid Spencer authored
be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793
-
- Nov 14, 2006
-
-
Tanya Lattner authored
llvm-svn: 31715
-
- Nov 05, 2006
-
-
Reid Spencer authored
stands a chance of being compiled with a non C99 C compiler. The default is enabled so you must specifically disable this feature if you want the CBE output compiled with an older C compiler. llvm-svn: 31461
-
- Nov 03, 2006
-
-
Reid Spencer authored
llvm-svn: 31422
-
Reid Spencer authored
llvm-svn: 31416
-
- Oct 02, 2006
-
-
Chris Lattner authored
llvm-svn: 30690
-
- Sep 14, 2006
-
-
Reid Spencer authored
header file on Darwin. llvm-svn: 30319
-
- Aug 25, 2006
-
-
Reid Spencer authored
Demote check for bison from error to warning and make sure that the makefile can handle an empty definition for BISON variable. llvm-svn: 29861
-
- Aug 23, 2006
-
-
Reid Spencer authored
(hopefully) provide support for it. llvm-svn: 29833
-
- Aug 16, 2006
-
-
Reid Spencer authored
Remove the search for etags. Nothing in LLVM uses it any more. llvm-svn: 29718
-
- Aug 09, 2006
-
-
Evan Cheng authored
llvm-svn: 29578
-
- Aug 04, 2006
-
-
Reid Spencer authored
Update ltld.[ch] to version 1.5.22. Correct the notes about updating these tools (autoconf/README.TXT) Add configure options for getting the correct option for including a whole archive when linking. llvm-svn: 29529
-
- Jul 29, 2006
-
-
Reid Spencer authored
llvm-svn: 29403
-
- Jul 28, 2006
-
-
Reid Spencer authored
1. Get the path to the pwd binary (/bin/pwd usually) from configure. 2. Use that path to run pwd in all path variables set in Makefile.config.in The hope is that these changes will resolve symlinks to physical paths. This should work on all platforms where the binary pwd defaults to printing physical paths. The shell version of pwd generally doesn't (it will print the symlink path). llvm-svn: 29381
-
Reid Spencer authored
have a compile-host version of "nm", not build-host. In order to effect this we must use autoconf to determine the correct "nm" to use and propagate that through the makefiles, through llvm-config and finally to GenLibDeps.pl as an optional argument. Patch contributed by Anton Korobeynikov. Thanks! llvm-svn: 29368
-
- Jul 26, 2006
-
-
Reid Spencer authored
Provide support for making cross-compiling builds. See the PR for details. Patch provided by Anton Korobeynikov. Thanks, Anton! llvm-svn: 29309
-
- Jul 06, 2006
-
-
Evan Cheng authored
llvm-svn: 29010
-
- Jun 21, 2006
-
-
Evan Cheng authored
llvm-svn: 28882
-
- Jun 20, 2006
-
-
John Criswell authored
llvm-svn: 28870
-