aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2004-12-30Fix the help documentation to not imply multiple archive files can beReid Spencer
2004-12-30For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-22Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke
2004-12-22Correct compilation for Cygwin. FindExecutable now returns a sys::Path.Reid Spencer
2004-12-22Support the gas option --traditional-format which, for some reason, getsReid Spencer
2004-12-22Fix the Win32 buildMisha Brukman
2004-12-22Make parameters to CopyFile use explicit instantiation of sys::Path.Reid Spencer
2004-12-21Use explicit construction of sys::Path from std::string because theReid Spencer
2004-12-20Allow compilers that can't distinguish between a class instantiation andReid Spencer
2004-12-20llvm/Config/unistd.h has gone away, far, far awayMisha Brukman
2004-12-20Incorporate the contents of include/llvm/Config/unistd.h as this is theReid Spencer
2004-12-20Use Config/alloca.h instead of alloca.h - pointed out by Duraid and MishaBrian Gaeke
2004-12-19Make this compile on Solaris.Brian Gaeke
2004-12-19For PR351:Reid Spencer
2004-12-19For PR351:Reid Spencer
2004-12-19For PR351:Reid Spencer
2004-12-18sys::CopyFile returns void and throws an exception on error which will beReid Spencer
2004-12-18sys::CopyString throws an exception on error which will be caught by gccldReid Spencer
2004-12-18The CopyFile function got moved into the sys namespace.Reid Spencer
2004-12-17Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOTReid Spencer
2004-12-17Fix this file to actually work. ifneq was incorrectly used. Subtract outReid Spencer
2004-12-17Makefile.JIT doesn't exist any more so it doesn't need to be distributed.Reid Spencer
2004-12-17Disable bugpoint and llvm-db tools for Win32. They can't be supported onReid Spencer
2004-12-16Linking in all of ScalarOpts.Tanya Lattner
2004-12-16For PR351:Reid Spencer
2004-12-16For PR351:Reid Spencer
2004-12-16No targets actually use this libraryChris Lattner
2004-12-15Unbreak all archive reading operations introduced by the last patch whichReid Spencer
2004-12-15Do not fail an assertion on a broken archiveChris Lattner
2004-12-15Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/libReid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-14For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13Minor cleanupsMisha Brukman
2004-12-13For PR351:Reid Spencer
2004-12-13Make the loop termination condition clear when building the set of items toReid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-13Make use of the new Path inserter function.Reid Spencer
2004-12-13PR351: \Reid Spencer
2004-12-13Convert to use new Linker class interfaceReid Spencer
2004-12-13LinkModules is now in the Linker classReid Spencer
2004-12-12Do not internalize a module if -link-as-library is passed.Chris Lattner
2004-12-11Revert the last patch. We really do need SimplyCFG.Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-12-10Remove this pass as its no longer needed.Reid Spencer