aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen2005-02-161-1/+3
* add Alpha to llcAndrew Lenharth2005-02-151-0/+1
* Move helper function here.Chris Lattner2005-02-131-0/+28
* Conform to the documented interface by null terminating argument lists!Chris Lattner2005-02-132-7/+8
* Make sure to null terminate argument lists!Chris Lattner2005-02-132-1/+4
* Print the module, not the pointer.Chris Lattner2005-02-132-2/+2
* Fix PR506:Reid Spencer2005-02-131-4/+6
* clean up commentsChris Lattner2005-01-291-3/+2
* This has been deprecated for long enough, nuke it.Chris Lattner2005-01-291-9/+0
* Add support for fp tolerancesChris Lattner2005-01-231-3/+11
* Adjust to changed interface.Chris Lattner2005-01-231-1/+2
* oopsJeff Cohen2005-01-221-1/+1
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-2210-34/+72
* Fix VC++ complaintJeff Cohen2005-01-222-2/+3
* sysconfdir -> PROJ_etcdirReid Spencer2005-01-171-4/+4
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-162-6/+6
* Improve output precision.Chris Lattner2005-01-151-2/+12
* X86 BE requires SelectionDAGChris Lattner2005-01-071-0/+1
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-061-1/+0
* Fix minor mistakesJeff Cohen2005-01-061-0/+1
* Add project opt to Visual Studio.Jeff Cohen2005-01-061-0/+1
* Make opt honor the quiet option when printing the bytecode warning.Reid Spencer2005-01-051-1/+1
* Prevent output of bytecode to std::cout unless the --force flag is given.Reid Spencer2005-01-021-1/+4
* Move the code for printing out a warning about bytecode output to a consoleReid Spencer2005-01-011-7/+1
* Fix typo 'ompress' => 'compress'.Jeff Cohen2005-01-013-3/+3
* Correct the conditional test for non-portable tools so that it willReid Spencer2004-12-311-2/+1
* Fix the help documentation to not imply multiple archive files can beReid Spencer2004-12-301-1/+1
* For PR351:Reid Spencer2004-12-3017-840/+948
* For PR351:Reid Spencer2004-12-271-2/+2
* Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke2004-12-221-1/+2
* Correct compilation for Cygwin. FindExecutable now returns a sys::Path.Reid Spencer2004-12-221-3/+3
* Support the gas option --traditional-format which, for some reason, getsReid Spencer2004-12-221-0/+3
* Fix the Win32 buildMisha Brukman2004-12-221-1/+1
* Make parameters to CopyFile use explicit instantiation of sys::Path.Reid Spencer2004-12-221-1/+1
* Use explicit construction of sys::Path from std::string because theReid Spencer2004-12-211-1/+1
* Allow compilers that can't distinguish between a class instantiation andReid Spencer2004-12-201-1/+2
* llvm/Config/unistd.h has gone away, far, far awayMisha Brukman2004-12-201-2/+0
* Incorporate the contents of include/llvm/Config/unistd.h as this is theReid Spencer2004-12-201-1/+11
* Use Config/alloca.h instead of alloca.h - pointed out by Duraid and MishaBrian Gaeke2004-12-201-1/+1
* Make this compile on Solaris.Brian Gaeke2004-12-191-0/+1
* For PR351:Reid Spencer2004-12-194-39/+48
* For PR351:Reid Spencer2004-12-191-24/+27
* For PR351:Reid Spencer2004-12-191-4/+4
* sys::CopyFile returns void and throws an exception on error which will beReid Spencer2004-12-181-4/+1
* sys::CopyString throws an exception on error which will be caught by gccldReid Spencer2004-12-181-4/+1
* The CopyFile function got moved into the sys namespace.Reid Spencer2004-12-182-2/+2
* Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOTReid Spencer2004-12-171-1/+1
* Fix this file to actually work. ifneq was incorrectly used. Subtract outReid Spencer2004-12-171-9/+6
* Makefile.JIT doesn't exist any more so it doesn't need to be distributed.Reid Spencer2004-12-171-2/+0
* Disable bugpoint and llvm-db tools for Win32. They can't be supported onReid Spencer2004-12-171-2/+10