summaryrefslogtreecommitdiff
path: root/autoconf/configure.ac
Commit message (Expand)AuthorAge
...
* Implement fix for PR471:Reid Spencer2005-12-21
* Added the llvm-kernel project to the list of automatically configuredJohn Criswell2005-12-19
* add malloc_zone_statistics, remove mstatsChris Lattner2005-11-14
* add some stuff for mstats on darwinChris Lattner2005-11-14
* Updated version to 1.7cvs.John Criswell2005-11-08
* Merged from RELEASE_16.John Criswell2005-11-08
* Fixed copy-paste typo, patch by Marco Matthies.Misha Brukman2005-11-01
* For PR619:Reid Spencer2005-08-24
* For PR616:Reid Spencer2005-08-24
* Fix PR608:Reid Spencer2005-07-27
* Alpha has JITAndrew Lenharth2005-07-22
* * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED soReid Spencer2005-07-14
* Put the path to the Graphviz program in the #defines so it can be used.Reid Spencer2005-07-14
* Implement a test for the Graphviz program for Chris Lattner. The symbolReid Spencer2005-07-13
* For PR540:Reid Spencer2005-07-12
* In support of PR418:Reid Spencer2005-07-12
* We also have V8, so do not force every Sparc to be treated like a V9. It isMisha Brukman2005-06-06
* Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (theReid Spencer2005-06-02
* For PR514: Do not configure removed filesReid Spencer2005-05-19
* Updated version to LLVM 1.6 CVS.John Criswell2005-05-18
* Merged in release_15.John Criswell2005-05-18
* detect HP-UX when configuringDuraid Madina2005-05-16
* Remove the check for the ffsll function. Its no longer needed by theReid Spencer2005-05-15
* Changes for ffs lib call simplification:Reid Spencer2005-05-14
* Fix the "stacker doesn't build without llvm-gcc" problem. The configureReid Spencer2005-05-13
* llvm-fefw doesn't exist (yet)Misha Brukman2005-05-12
* Remove extraneous `U ' in copyright lineMisha Brukman2005-05-12
* Build the `Skeleton' target when building "all" targetsMisha Brukman2005-04-22
* Make sure the CBackend is always a target that is built.Reid Spencer2005-04-22
* Consolidate the target selection options into a single option,Reid Spencer2005-04-22
* First step in avoiding compilation/usage of non-relevant targets. NewReid Spencer2005-04-22
* Recognize an IA64 when we see oneMisha Brukman2005-03-17
* Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properlyReid Spencer2005-02-24
* Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer2005-02-16
* The pool allocator is now the llvm-poolalloc module in public CVSChris Lattner2005-02-11
* let configure recognize AlphasAndrew Lenharth2005-01-24
* Mark CVS versions different from releasesMisha Brukman2005-01-24
* We're working towards LLVM 1.5 now so bump the version number. This changeReid Spencer2005-01-22
* Fix llvm-java project autconfiguration.Alkis Evlogimenos2005-01-16
* Provide support for HP/UX aCC compiler's variant of hash_map and hash_setReid Spencer2005-01-16
* The Java project now lives under projects/llvm-java.Alkis Evlogimenos2005-01-05
* For PR351:Reid Spencer2004-12-31
* For PR351:Reid Spencer2004-12-31
* * Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer2004-12-29
* Make the x86_64 target names match between def and use. Thanks Misha.Reid Spencer2004-12-28
* Make the 64-bit x86 target named "x86_64" instead of "AMD64".Reid Spencer2004-12-28
* Don't create symbolic links for lib/System any more. It doesn't need them.Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-27
* Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it defineReid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-25