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