| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h | Reid Spencer | 2006-09-14 | 1 | -1/+1 |
* | Add irix as a (potential) new platform so that Timothy Baldridge can | Reid Spencer | 2006-08-22 | 1 | -0/+5 |
* | Add llvm.spec to the list of files to be configured. | Reid Spencer | 2006-08-16 | 1 | -1/+3 |
* | Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. | Reid Spencer | 2006-08-04 | 1 | -0/+28 |
* | Fix the --with-extra-options to use the correct variable. | Reid Spencer | 2006-07-28 | 1 | -3/+3 |
* | For PR848: | Reid Spencer | 2006-07-28 | 1 | -0/+1 |
* | Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to | Reid Spencer | 2006-07-27 | 1 | -0/+3 |
* | Bump version # | Chris Lattner | 2006-07-27 | 1 | -1/+1 |
* | For PR814: | Reid Spencer | 2006-07-26 | 1 | -2/+10 |
* | Fixed a typo. | Evan Cheng | 2006-07-06 | 1 | -1/+1 |
* | Added --with-extra-options=opts to specify additional options to build LLVM a... | Evan Cheng | 2006-06-20 | 1 | -0/+10 |
* | Added the privbracket project to the list of projects to auto-configure. | John Criswell | 2006-06-20 | 1 | -0/+1 |
* | For PR633: | Reid Spencer | 2006-06-05 | 1 | -3/+4 |
* | Some enhancements for gv/graphviz/dot/dotty support and better handling of | Reid Spencer | 2006-06-05 | 1 | -5/+26 |
* | For PR798: | Reid Spencer | 2006-06-02 | 1 | -0/+8 |
* | Provide configuration support and usage for MINGW32 platform | Reid Spencer | 2006-06-01 | 1 | -4/+2 |
* | Make sure windows.h is #included first. | Reid Spencer | 2006-06-01 | 1 | -1/+2 |
* | Make sure that when checking for MINGW32 libraries we ask for windows.h | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Provide support for detecting if the Win32 imaghlp and psapi libraries | Reid Spencer | 2006-06-01 | 1 | -0/+5 |
* | For PR784: | Reid Spencer | 2006-05-21 | 1 | -1/+1 |
* | Make sure to default ${prefix} to /usr/local if the user didn't specify it. | Reid Spencer | 2006-05-16 | 1 | -0/+3 |
* | added a skeleton of the ARM backend | Rafael Espindola | 2006-05-14 | 1 | -1/+1 |
* | Use the -dumpversion option to llvm-gcc which gives us just the version # | Reid Spencer | 2006-05-09 | 1 | -1/+1 |
* | For PR747: | Reid Spencer | 2006-04-27 | 1 | -10/+10 |
* | Configure llvm-config in tools, not utils. | Reid Spencer | 2006-04-20 | 1 | -1/+1 |
* | Never build SparcV9 | Chris Lattner | 2006-04-20 | 1 | -3/+3 |
* | Allow OpenBSD to be recognized as a UNIX platform. | Reid Spencer | 2006-04-19 | 1 | -0/+3 |
* | Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot). | Reid Spencer | 2006-04-14 | 1 | -1/+1 |
* | remove the "cvs" part of the version number for the release branch. | Reid Spencer | 2006-04-14 | 1 | -1/+1 |
* | Change the assertions defaults: | Reid Spencer | 2006-04-09 | 1 | -6/+4 |
* | Ensure that the automatic "CVS build" detection works for both | Reid Spencer | 2006-04-08 | 1 | -1/+1 |
* | For PR723: | Reid Spencer | 2006-04-07 | 1 | -2/+28 |
* | For support of new GCC v4, obtain the full and major versions of the | Reid Spencer | 2006-04-06 | 1 | -0/+4 |
* | Update to llvm-config tool, by Erik Kidd: | Reid Spencer | 2006-03-23 | 1 | -7/+16 |
* | These changes are necessary to support the new llvm-config tool. llvm-config | Reid Spencer | 2006-03-22 | 1 | -0/+3 |
* | Use -emit-llvm -S to get .ll file output from llvm-gcc | Chris Lattner | 2006-02-27 | 1 | -1/+1 |
* | don't build the skeleton target | Chris Lattner | 2006-02-16 | 1 | -2/+1 |
* | reverting previous change, will add support for other compilers later | Duraid Madina | 2006-02-15 | 1 | -0/+11 |
* | previously, configure would die if GCC or ICC was not found. Now it'll | Duraid Madina | 2006-02-15 | 1 | -11/+0 |
* | SparcV8 -> Sparc | Chris Lattner | 2006-02-05 | 1 | -3/+3 |
* | don't need this any more; the "#define hashes to trees" hack is coming | Duraid Madina | 2006-01-23 | 1 | -1/+0 |
* | add checks for new functions. I'd appreciate it if someone could regen | Chris Lattner | 2006-01-23 | 1 | -3/+3 |
* | Make sure that libm is used during config tests so that ceil, floor, and | Reid Spencer | 2006-01-19 | 1 | -1/+1 |
* | For PR696: | Reid Spencer | 2006-01-19 | 1 | -2/+2 |
* | Implement fix for PR471: | Reid Spencer | 2005-12-21 | 1 | -0/+9 |
* | Added the llvm-kernel project to the list of automatically configured | John Criswell | 2005-12-19 | 1 | -0/+1 |
* | add malloc_zone_statistics, remove mstats | Chris Lattner | 2005-11-14 | 1 | -1/+1 |
* | add some stuff for mstats on darwin | Chris Lattner | 2005-11-14 | 1 | -1/+2 |
* | Updated version to 1.7cvs. | John Criswell | 2005-11-08 | 1 | -1/+1 |
* | Merged from RELEASE_16. | John Criswell | 2005-11-08 | 1 | -2/+2 |