It's spelled IEEEFP
[oota-llvm.git] / tools /
2004-10-28 Reid SpencerRemove the FORCE token, rename VERSION to VERSION_TOK...
2004-10-28 Reid SpencerImplement linking.
2004-10-28 Reid SpencerEliminate the force flag, configuration item, and relat...
2004-10-28 Reid SpencerPass -f to stkrc to ensure the output file is always...
2004-10-28 Reid SpencerEliminate the -F option (for forcing output) .. not...
2004-10-28 Reid SpencerAdd llvm-ld to the subdirs to be built
2004-10-28 Reid SpencerConvert to new library names.
2004-10-28 Reid SpencerUpdate for library name change.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-26 Chris LattnerImprove help output from llvm-db 'info' command. Patch...
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-25 Chris LattnerRemove template args that are the same as the default
2004-10-23 Reid SpencerMake clean quieter.
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Reid SpencerActually link all the analysis passes and their depende...
2004-10-18 Reid SpencerRemove extra comma.
2004-10-18 Reid SpencerActually link in all the analysis passes.
2004-10-17 Nate BegemanPass -single_module option to gcc when linking dynamic...
2004-10-17 Chris LattnerReid added --version to the CommandLine lib. Don't...
2004-10-15 Misha BrukmanFix hyphenation and quoting style for great justice
2004-10-14 Misha Brukman* We don't use the ENABLE_*_JIT flags in the source...
2004-10-14 Misha BrukmanUse the shared Makefile.JIT for JIT-enablement
2004-10-14 Misha BrukmanSince several tools and examples want JIT support,...
2004-10-14 Misha BrukmanEnable the PowerPC JIT by compiling powerpc.o library...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-12 Misha BrukmanNo space allowed between \ and end-of-line
2004-10-12 Misha BrukmanWrap lines at 80 cols
2004-10-11 Chris LattnerDon't miss global optimizations because we run before...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerFix named of a library.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Misha BrukmanUse the SparcV9-marked instr scheduling library
2004-10-07 Chris LattnerRename pass
2004-09-27 Chris LattnerHrm, if there is an error loading a file, try printing...
2004-09-25 Reid SpencerAdd some missing #includes
2004-09-25 Reid SpencerQualify Path with sys:: namespace so this file compiles.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerFinegrainify namespacification
2004-09-14 Reid SpencerFix compilation warning.
2004-09-14 Reid SpencerUpdate to reflect stkrc's new optimization capabilities.
2004-09-14 Reid SpencerSupport substitution options for the W, M, and f options.
2004-09-14 Reid SpencerSupport the -WX, -f -M options as pass throughs
2004-09-13 Reid SpencerChange banner name to reflect actual program this Makef...
2004-09-13 Reid SpencerGet rid of compile warning by having llvmExecve return...
2004-09-13 Reid SpencerInitial implementation of llvm-ld: stolen from gccld.
2004-09-13 Misha BrukmanAdd LLEE into compilation, but not for Sparc
2004-09-12 Reid SpencerExcise the -L option since llvm-link should not do...
2004-09-12 Reid SpencerExcise dependent library linking at Chris' request...
2004-09-12 Misha BrukmanSquelch compilation warnings on Sparc
2004-09-11 Reid SpencerImplement dependent library processing and search paths...
2004-09-08 Misha BrukmanMake file comment span the entire line
2004-09-03 Reid SpencerDon't re-instantiate the std::string in catch block.
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Reid SpencerMake sure <cassert> is included for platforms that...
2004-08-30 Reid SpencerInitial commit of a configuration file for compiling...
2004-08-30 Reid SpencerImplement the "setIncludePaths" and "setSymbolDefines...
2004-08-30 Reid SpencerPass lists of -I and -D options through to the Compiler...
2004-08-30 Reid SpencerNeed to throw std::string not const char* if we want...
2004-08-29 Reid SpencerAdd a missing header file
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-29 Reid Spenceradd llvmc
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-25 Reid SpencerLicense file for llvmc.
2004-08-24 Reid SpencerInsert declarations for two new functions that support...
2004-08-24 Reid SpencerRun the compilation actions before we attempt linking...
2004-08-24 Reid SpencerAdd the directory specified by LLVM_LIB_SEARCH_PATH...
2004-08-24 Reid SpencerGet rid of error messages from CommandLine because...
2004-08-24 Reid SpencerAdjustments for changes in the configuration language.
2004-08-24 Reid Spencer- Unify format of output messages
2004-08-24 Reid SpencerLink with bcreader and vmcore.
2004-08-24 Reid Spencer- Implement the %args% substitution
2004-08-24 Reid Spencer- Alphabetize the list of token enumerators.
2004-08-24 Reid Spencer- Rename and rearrange for clarity
2004-08-24 Reid Spencer- Remove unused GetSuffix function
2004-08-24 Reid SpencerRemove unneeded flags.
2004-08-22 Reid SpencerProvide support for retaining the version number found...
2004-08-22 Reid SpencerAdd the VERSION token.
2004-08-22 Reid SpencerAdd support for version numbers.
2004-08-22 Reid SpencerShorten lines so this file can be used as the documenta...
2004-08-21 Reid SpencerCorrect to change interface of the analyzer.
2004-08-20 Reid SpencerChange @ -> % in config files. @name@ might be needed...
2004-08-20 Reid SpencerImplement the correct search for configuration files...
2004-08-20 Reid SpencerAdd CONFIG_FILES so the language specific config files...
2004-08-20 Reid SpencerImplement Assembly support.
2004-08-19 Reid SpencerActually let it compile after file name changes.
2004-08-19 Reid SpencerMoved ConfigData -> Configuration
2004-08-19 Reid SpencerImplement many new features for llvmc. This is the...
2004-08-16 Reid SpencerBack out dependencies on lib/System/Path.h
2004-08-16 Reid SpencerFix definitions to match tool's actual capabilities.
2004-08-15 Chris LattnerDocumentation like this doesn't belong here, and now...
2004-08-15 Reid SpencerMore Functionality:
2004-08-15 Reid SpencerInitial configuration files (to be installed) for ll...
2004-08-14 Reid SpencerConverted to use flex for tokenizing input so we can...
2004-08-13 Reid SpencerFix header commentary.
2004-08-13 Reid SpencerAdditional functionality. This version handles option...
2004-08-13 Reid SpencerFirst version of a utility internal to llvmc that handl...
2004-08-12 Chris LattnerIf the block extractor fails, actually emit the bc...
next