summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2005-01-23Add support for fp tolerancesChris Lattner1-3/+11
2005-01-23Adjust to changed interface.Chris Lattner1-1/+2
2005-01-22oopsJeff Cohen1-1/+1
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen10-34/+72
2005-01-22Fix VC++ complaintJeff Cohen2-2/+3
2005-01-17sysconfdir -> PROJ_etcdirReid Spencer1-4/+4
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer2-6/+6
2005-01-15Improve output precision.Chris Lattner1-2/+12
2005-01-07X86 BE requires SelectionDAGChris Lattner1-0/+1
2005-01-06Get the #ifdef right on LinkAllPasses.h.Jeff Cohen1-1/+0
2005-01-06Fix minor mistakesJeff Cohen1-0/+1
2005-01-06Add project opt to Visual Studio.Jeff Cohen1-0/+1
2005-01-05Make opt honor the quiet option when printing the bytecode warning.Reid Spencer1-1/+1
2005-01-02Prevent output of bytecode to std::cout unless the --force flag is given.Reid Spencer1-1/+4
2005-01-01Move the code for printing out a warning about bytecode output to a consoleReid Spencer1-7/+1
2005-01-01Fix typo 'ompress' => 'compress'.Jeff Cohen3-3/+3
2004-12-31Correct the conditional test for non-portable tools so that it willReid Spencer1-2/+1
2004-12-30Fix the help documentation to not imply multiple archive files can beReid Spencer1-1/+1
2004-12-30For PR351:Reid Spencer17-840/+948
2004-12-27For PR351:Reid Spencer1-2/+2
2004-12-22Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke1-1/+2
2004-12-22Correct compilation for Cygwin. FindExecutable now returns a sys::Path.Reid Spencer1-3/+3
2004-12-22Support the gas option --traditional-format which, for some reason, getsReid Spencer1-0/+3
2004-12-22Fix the Win32 buildMisha Brukman1-1/+1
2004-12-22Make parameters to CopyFile use explicit instantiation of sys::Path.Reid Spencer1-1/+1
2004-12-21Use explicit construction of sys::Path from std::string because theReid Spencer1-1/+1
2004-12-20Allow compilers that can't distinguish between a class instantiation andReid Spencer1-1/+2
2004-12-20llvm/Config/unistd.h has gone away, far, far awayMisha Brukman1-2/+0
2004-12-20Incorporate the contents of include/llvm/Config/unistd.h as this is theReid Spencer1-1/+11
2004-12-20Use Config/alloca.h instead of alloca.h - pointed out by Duraid and MishaBrian Gaeke1-1/+1
2004-12-19Make this compile on Solaris.Brian Gaeke1-0/+1
2004-12-19For PR351:Reid Spencer4-39/+48
2004-12-19For PR351:Reid Spencer1-24/+27
2004-12-19For PR351:Reid Spencer1-4/+4
2004-12-18sys::CopyFile returns void and throws an exception on error which will beReid Spencer1-4/+1
2004-12-18sys::CopyString throws an exception on error which will be caught by gccldReid Spencer1-4/+1
2004-12-18The CopyFile function got moved into the sys namespace.Reid Spencer2-2/+2
2004-12-17Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOTReid Spencer1-1/+1
2004-12-17Fix this file to actually work. ifneq was incorrectly used. Subtract outReid Spencer1-9/+6
2004-12-17Makefile.JIT doesn't exist any more so it doesn't need to be distributed.Reid Spencer1-2/+0
2004-12-17Disable bugpoint and llvm-db tools for Win32. They can't be supported onReid Spencer1-2/+10
2004-12-16Linking in all of ScalarOpts.Tanya Lattner1-1/+1
2004-12-16For PR351:Reid Spencer7-44/+54
2004-12-16For PR351:Reid Spencer2-17/+16
2004-12-16No targets actually use this libraryChris Lattner1-1/+0
2004-12-15Unbreak all archive reading operations introduced by the last patch whichReid Spencer1-2/+3
2004-12-15Do not fail an assertion on a broken archiveChris Lattner1-1/+6
2004-12-15Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/libReid Spencer2-2/+2
2004-12-15For PR351:Reid Spencer3-3/+0
2004-12-15For PR351:Reid Spencer3-20/+34