Add a note about registering the backend so it's available in LLC and LLI
[oota-llvm.git] / tools /
2004-12-27 Reid SpencerFor PR351:
2004-12-22 Brian GaekeFix the build on PowerPC/Darwin - it thought we were...
2004-12-22 Reid SpencerCorrect compilation for Cygwin. FindExecutable now...
2004-12-22 Reid SpencerSupport the gas option --traditional-format which,...
2004-12-22 Misha BrukmanFix the Win32 build
2004-12-22 Reid SpencerMake parameters to CopyFile use explicit instantiation...
2004-12-21 Reid SpencerUse explicit construction of sys::Path from std::string...
2004-12-20 Reid SpencerAllow compilers that can't distinguish between a class...
2004-12-20 Misha Brukmanllvm/Config/unistd.h has gone away, far, far away
2004-12-20 Reid SpencerIncorporate the contents of include/llvm/Config/unistd...
2004-12-20 Brian GaekeUse Config/alloca.h instead of alloca.h - pointed out...
2004-12-19 Brian GaekeMake this compile on Solaris.
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-18 Reid Spencersys::CopyFile returns void and throws an exception...
2004-12-18 Reid Spencersys::CopyString throws an exception on error which...
2004-12-18 Reid SpencerThe CopyFile function got moved into the sys namespace.
2004-12-17 Reid SpencerReverse the logic for Win32 to ensure that bugpoint...
2004-12-17 Reid SpencerFix this file to actually work. ifneq was incorrectly...
2004-12-17 Reid SpencerMakefile.JIT doesn't exist any more so it doesn't need...
2004-12-17 Reid SpencerDisable bugpoint and llvm-db tools for Win32. They...
2004-12-16 Tanya LattnerLinking in all of ScalarOpts.
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Chris LattnerNo targets actually use this library
2004-12-15 Reid SpencerUnbreak all archive reading operations introduced by...
2004-12-15 Chris LattnerDo not fail an assertion on a broken archive
2004-12-15 Reid SpencerChange LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Misha BrukmanMinor cleanups
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerMake the loop termination condition clear when building...
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerMake use of the new Path inserter function.
2004-12-13 Reid SpencerPR351: \
2004-12-13 Reid SpencerConvert to use new Linker class interface
2004-12-13 Reid SpencerLinkModules is now in the Linker class
2004-12-12 Chris LattnerDo not internalize a module if -link-as-library is...
2004-12-11 Reid SpencerRevert the last patch. We really do need SimplyCFG.
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-10 Reid SpencerRemove this pass as its no longer needed.
2004-12-10 Chris LattnerThis pass is no longer needed.
2004-12-10 Reid SpencerGet rid of warning from flex.
2004-12-10 Chris LattnerTurn on ipsccp by default instead of simple IPCP
2004-12-10 Brian GaekeLink V8 backend into llc.
2004-12-08 Reid SpencerWhen -link-as-library, add -l options to Module's deplibs
2004-12-07 Reid SpencerFor PR387:\
2004-12-05 Reid SpencerFix PR139:\
2004-12-03 Chris LattnerAdd -strip-debug option
2004-12-02 Chris LattnerAdjust to change in pass name
2004-12-02 Chris LattnerRecognize --strip-all as a synonym for -s.
2004-12-02 Reid SpencerImplement file replacement correctly even with the...
2004-11-29 Reid SpencerShared library extension is now in LTDL_SHLIB_EXT
2004-11-29 Reid SpencerNo longer necessary, moved Makefile.rules
2004-11-29 Reid SpencerUse LLVMLIBS=JIT to get JIT libraries
2004-11-29 Reid SpencerMake sure the program's symbols can be dlsym'd as well.
2004-11-29 Reid SpencerMake the check a little quieter.
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-25 Reid SpencerAlways pass -D_GNU_SOURCE to cc1plus
2004-11-25 Reid SpencerAlways pass -D_GNU_SOURCE to cc1
2004-11-25 Reid SpencerCorrect the configuration variable used to find the...
2004-11-24 Reid SpencerMake sure additional C++ suffixes are recognized by...
2004-11-23 Reid Spencer* Adjust the options to make them either accept multipl...
2004-11-23 Reid Spencer* Don't pass empty arguments to ExecuteAndWait because...
2004-11-23 Reid SpencerConfiguration data now supports a vector of library...
2004-11-23 Reid SpencerAdd the c and cpp configuration files.
2004-11-23 Reid SpencerRemoved in favor of configurable (*.in) versions.
2004-11-23 Reid SpencerMake various adjustments to parsing so that the separat...
2004-11-23 Reid SpencerSPACE is a legitimate token now, to separate option...
2004-11-23 Reid SpencerHandle space, separators, bad substitutions, and librar...
2004-11-23 Reid SpencerConfigurable language configuration files.
2004-11-20 Reid SpencerGet the -o option right
2004-11-20 Reid SpencerGet the -o option right
2004-11-20 Reid SpencerNot needed any more.
2004-11-20 Reid SpencerContent moved to llvm-ld.cpp
2004-11-20 Reid SpencerIncorporate GenerateCode.cpp. Make static things static.
2004-11-20 Reid SpencerFirst cut at implementing generic link-time Optimization
2004-11-20 Reid SpencerThe Archive class now has differentiation for BSD4...
2004-11-19 Chris LattnerFix a bug that caused stuff like this:
2004-11-19 Chris LattnerFix a bug in the checkin where I adjusted this code...
2004-11-18 Chris LattnerRemove debugging code, unneuter this functionality
2004-11-18 Chris Lattnerremove debugging code
2004-11-18 Tanya LattnerAdding option to llc for ModuloScheduling. By default...
2004-11-17 Chris Lattner-disable-opt is not -O0, it's okay for it to disable...
2004-11-16 Chris LattnerEven with -disable-opt we should still internalize...
2004-11-16 Reid SpencerPer code review: \
2004-11-16 Reid SpencerPer code review: \
2004-11-16 Chris LattnerMake this code not depend on LinkModules leaving the...
2004-11-15 Tanya LattnerThis file was originally developed by the LLVM research...
2004-11-14 Reid SpencerLinker.h moved to include/llvm.
2004-11-14 Reid Spencerbugpoint needs LLVMLinker.a now.
2004-11-14 Reid SpencerCorrect call of methods whose names have changed.
2004-11-14 Reid SpencerThis program needs libLLVMLinker.a now
next