aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* No really, this is LLVM!Chris Lattner2004-10-301-1/+1
* Fixed bug with infinite epilogues.Tanya Lattner2004-10-304-105/+187
* Fix file header commentMisha Brukman2004-10-291-1/+1
* * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declarationMisha Brukman2004-10-291-5/+7
* Don't modify user vars because they will get passed down (modified) toReid Spencer2004-10-291-42/+47
* Change name of target lib to conform to new naming scheme.Brian Gaeke2004-10-292-2/+2
* Remove dependency on MRegisterInfo::getRegClassBrian Gaeke2004-10-292-4/+30
* Fix grammar (i.e.)Misha Brukman2004-10-291-1/+1
* Disable the build in the samples directory so that llvmc dependencies don'tReid Spencer2004-10-291-1/+1
* The Alpha (tm) intrinsics aren't even being usedMisha Brukman2004-10-291-91/+1
* The Alpha (tm) intrinsics have never been used anywhereMisha Brukman2004-10-292-47/+0
* LLEE execve() wrapper library has changed its name and locationMisha Brukman2004-10-291-1/+1
* When emitting debug msgs for function stubs, don't truncate theBrian Gaeke2004-10-291-1/+1
* Print P and [AR] files on update.Vikram S. Adve2004-10-291-1/+4
* Make sure the LLVM_CONFIG_DIR environment variable is set so we don't getReid Spencer2004-10-291-1/+1
* Make the list of automatic Makefile* files updated explicit instead ofReid Spencer2004-10-291-2/+2
* * Add spaces between function names for readabilityMisha Brukman2004-10-291-35/+45
* This line breaks FreeBSD and apparently isn't useful anymore.Chris Lattner2004-10-291-1/+0
* Commented out the _Alloc_traits specialization entirely, as it is onlyJohn Criswell2004-10-281-1/+7
* Only add the _Alloc_traits specialization in if we're compiling forJohn Criswell2004-10-281-0/+2
* Fix the dependency of lex.o on gram.tab.hReid Spencer2004-10-281-1/+1
* Added the poolalloc module to the list of projects to configure, if present.John Criswell2004-10-282-28/+34
* Bug Fixes:Reid Spencer2004-10-281-49/+34
* Make parallel "install" and "uninstall" targets not step on itself.Reid Spencer2004-10-281-47/+20
* Gep indices must be of int, uint, long or ulong type.Alkis Evlogimenos2004-10-281-1/+1
* Make sure the sources get distributed (use EXTRA_DIST)Reid Spencer2004-10-281-5/+3
* Fix library names for sparcBrian Gaeke2004-10-281-3/+3
* Fix library name.Reid Spencer2004-10-282-2/+2
* Fix library name.Alkis Evlogimenos2004-10-282-2/+2
* Fix library name.Reid Spencer2004-10-281-1/+1
* Fix name of libraryReid Spencer2004-10-281-1/+1
* Regenerated after fixing typo.Brian Gaeke2004-10-282-3/+3
* Make sure we test the right variable for the AC_DEFINEReid Spencer2004-10-281-1/+1
* It's spelled IEEEFPBrian Gaeke2004-10-281-1/+1
* Use llvmc to compile the Stacker programsReid Spencer2004-10-281-30/+7
* Add the samples directory to the buildReid Spencer2004-10-281-2/+2
* Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn'tReid Spencer2004-10-281-2/+1
* Implement linking.Reid Spencer2004-10-281-735/+746
* Eliminate the force flag, configuration item, and related supportReid Spencer2004-10-283-26/+24
* Pass -f to stkrc to ensure the output file is always written.Reid Spencer2004-10-281-4/+4
* Eliminate the -F option (for forcing output) .. not neededReid Spencer2004-10-281-6/+10
* Add llvm-ld to the subdirs to be builtReid Spencer2004-10-281-3/+3
* Convert to new library names.Reid Spencer2004-10-281-2/+3
* Get rid of drivel.Reid Spencer2004-10-281-12/+3
* Make sure that the yacc and lex output are specified as BUILT_SOURCES.Reid Spencer2004-10-281-8/+7
* Bug Fixes:Reid Spencer2004-10-281-9/+7
* Update for library name change.Reid Spencer2004-10-281-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-2751-92/+101
* Add the HAVE_RAND48 define.Reid Spencer2004-10-271-11/+11
* Changes to support rand48 testsReid Spencer2004-10-278-86/+255