- Jun 01, 2006
-
-
Reid Spencer authored
llvm-svn: 28639
-
Reid Spencer authored
llvm-svn: 28637
-
Reid Spencer authored
llvm-svn: 28631
-
Reid Spencer authored
are available. These libraries are used in lib/System and should be included on the link line or if not available generate an error when building lib/System. llvm-svn: 28628
-
- May 21, 2006
-
-
Reid Spencer authored
Support Win32 platforms for llvm-gcc path. Patch by Anton Korobeynikov llvm-svn: 28426
-
- May 16, 2006
-
-
Reid Spencer authored
This assists with getting around configure's late binding values so that our LLVM variables don't end up with a "NONE" prefix. llvm-svn: 28325
-
- May 15, 2006
-
-
Rafael Espindola authored
llvm-svn: 28301
-
- May 09, 2006
-
-
Reid Spencer authored
and is unlikely to change in future releases. This also simplifies the parsing of the full and major llvm-gcc version numbers in the script. llvm-svn: 28180
-
- Apr 27, 2006
-
-
Reid Spencer authored
If we fail to find a required program, simply set that program to echo out something that tells the user the situation. That is, instead of just "true runtest" we now get "echo 'Skipped: runtest not found'". llvm-svn: 27990
-
- Apr 21, 2006
-
-
Reid Spencer authored
llvm-svn: 27919
-
- Apr 20, 2006
-
-
Chris Lattner authored
llvm-svn: 27883
-
Reid Spencer authored
llvm-svn: 27848
-
- Apr 19, 2006
-
-
Chris Lattner authored
llvm-svn: 27838
-
- Apr 14, 2006
-
-
Reid Spencer authored
llvm-svn: 27687
-
Reid Spencer authored
llvm-svn: 27686
-
- Apr 09, 2006
-
-
Reid Spencer authored
1. Assertions now default to on for all builds 2. If you want them disabled you must (a) --disable-assertions to configure or DISABLE_ASSERTIONS=1 to make. llvm-svn: 27548
-
- Apr 08, 2006
-
-
Reid Spencer authored
objdir == srcdir and objdir != srcdir. llvm-svn: 27516
-
- Apr 07, 2006
-
-
Reid Spencer authored
Support detection of a "CVS" directory at configure time to distinguish whether this is a release build or a "from tree" build. This knowledge is used to set the defaults for --enable-optimzied and --enable-assertions options. llvm-svn: 27487
-
Reid Spencer authored
llvm-gcc command. This will help distinguish which version is being used so the makefiles can accommodate. llvm-svn: 27461
-
- Mar 24, 2006
-
-
Reid Spencer authored
1. Check for Perl and only build llvm-config if its available. 2. Add some virtual components 3. Don't depend on "standard" location for Perl, but configured location 4. Document the tool with a POD file. This version is now ready for testing by users. llvm-svn: 27005
-
- Mar 22, 2006
-
-
Reid Spencer authored
is a handy tool for users of LLVM who want to be able to quickly get information about LLVM's configuration. It is intended to be used in the command line of other tools. Documentation will be forthcoming in a subsequent patch. llvm-svn: 26952
-
- Feb 27, 2006
-
-
Chris Lattner authored
llvm-svn: 26397
-
- Feb 16, 2006
-
-
Chris Lattner authored
llvm-svn: 26239
-
- Feb 15, 2006
-
-
Duraid Madina authored
llvm-svn: 26211
-
Duraid Madina authored
llvm-svn: 26199
-
- Feb 05, 2006
-
-
Chris Lattner authored
llvm-svn: 25989
-
- Jan 23, 2006
-
-
Reid Spencer authored
llvm-svn: 25542
-
- Jan 19, 2006
-
-
Reid Spencer authored
friends are actually detected. llvm-svn: 25454
-
Reid Spencer authored
Add checks for ceil, ceilf, floor, and floorf llvm-svn: 25453
-
- Dec 21, 2005
-
-
Reid Spencer authored
* Add --enable-debug-runtime option, defaults to disabled * Pass the new config var, DEBUG_RUNTIME, to Makefiles * Don't use -Wa,-strip-debug if debug-runtime is enabled llvm-svn: 24891
-
- Dec 19, 2005
-
-
John Criswell authored
projects. llvm-svn: 24865
-
- Nov 14, 2005
-
-
Chris Lattner authored
llvm-svn: 24351
-
Chris Lattner authored
llvm-svn: 24348
-
- Nov 08, 2005
-
-
John Criswell authored
llvm-svn: 24244
-
John Criswell authored
llvm-svn: 24243
-
- Nov 01, 2005
-
-
Misha Brukman authored
llvm-svn: 24143
-
- Aug 24, 2005
-
-
Reid Spencer authored
These patches make threading optional in LLVM. The configuration scripts are now modified to accept a --disable-threads switch. If this is used, the Mutex class will be implemented with all functions as no-op. Furthermore, linking against libpthread will not be done. Finally, the ParallelJIT example needs libpthread so its makefile was changed to always add -lpthread to the link line. llvm-svn: 23003
-
- Jul 27, 2005
-
-
Reid Spencer authored
Previously the script assumed the version number was the last field, now it assumes it is the first sequence of digits. llvm-svn: 22527
-
- Jul 22, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22501
-
- Jul 14, 2005
-
-
Reid Spencer authored
we actually get the path and not $GRAPHVIZ as the value. * Add a #define for the gv program (HAVE_GV) and its value LLVM_PATH_GV. llvm-svn: 22433
-