- b687c0c Prevent output of bytecode to std::cout unless the --force flag is given. by Reid Spencer · 20 years ago
- 5737913 Move the code for printing out a warning about bytecode output to a console by Reid Spencer · 20 years ago
- 7109ce8 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 20 years ago
- bb4fe3d Correct the conditional test for non-portable tools so that it will by Reid Spencer · 20 years ago
- 3d1cc28 Fix the help documentation to not imply multiple archive files can be processed. by Reid Spencer · 20 years ago
- 1ef8bda For PR351: by Reid Spencer · 20 years ago
- 5116330 For PR351: * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles by Reid Spencer · 20 years ago
- 06c375b Fix the build on PowerPC/Darwin - it thought we were declaring a new by Brian Gaeke · 20 years ago
- 8d8b41d Correct compilation for Cygwin. FindExecutable now returns a sys::Path. by Reid Spencer · 20 years ago
- 5512655 Support the gas option --traditional-format which, for some reason, gets by Reid Spencer · 20 years ago
- 81417b6 Fix the Win32 build by Misha Brukman · 20 years ago
- bf42763 Make parameters to CopyFile use explicit instantiation of sys::Path. by Reid Spencer · 20 years ago
- 682084a Use explicit construction of sys::Path from std::string because the by Reid Spencer · 20 years ago
- 5d28218 Allow compilers that can't distinguish between a class instantiation and by Reid Spencer · 20 years ago
- 6e6e88a llvm/Config/unistd.h has gone away, far, far away by Misha Brukman · 20 years ago
- 3000cbf Incorporate the contents of include/llvm/Config/unistd.h as this is the by Reid Spencer · 20 years ago
- fabf41f Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha by Brian Gaeke · 20 years ago
- 5743141 Make this compile on Solaris. by Brian Gaeke · 20 years ago
- f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 20 years ago
- b31baa8 For PR351: by Reid Spencer · 20 years ago
- 2418bf9 For PR351: Turn path instance variables into sys::Path instead of std::string by Reid Spencer · 20 years ago
- 06c06db sys::CopyFile returns void and throws an exception on error which will be by Reid Spencer · 20 years ago
- b2d8c36 sys::CopyString throws an exception on error which will be caught by gccld by Reid Spencer · 20 years ago
- 1bd2653 The CopyFile function got moved into the sys namespace. by Reid Spencer · 20 years ago
- 9141f03 Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT by Reid Spencer · 20 years ago
- 691b3a1 Fix this file to actually work. ifneq was incorrectly used. Subtract out by Reid Spencer · 20 years ago
- 30b9746 Makefile.JIT doesn't exist any more so it doesn't need to be distributed. by Reid Spencer · 20 years ago
- a442107 Disable bugpoint and llvm-db tools for Win32. They can't be supported on by Reid Spencer · 20 years ago
- f1131b3 Linking in all of ScalarOpts. by Tanya Lattner · 20 years ago
- 5f76760 For PR351: by Reid Spencer · 20 years ago
- 9ac1418 For PR351: by Reid Spencer · 20 years ago
- 780cbd9 No targets actually use this library by Chris Lattner · 20 years ago
- b4ed7b0 Unbreak all archive reading operations introduced by the last patch which by Reid Spencer · 20 years ago
- 67c3821 Do not fail an assertion on a broken archive by Chris Lattner · 20 years ago
- 175bf06 Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib by Reid Spencer · 20 years ago
- b50ae12 For PR351: by Reid Spencer · 20 years ago
- 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 20 years ago
- cda985e For PR351: by Reid Spencer · 20 years ago
- 6da1e0d For PR351: by Reid Spencer · 20 years ago
- 93f8f55 For PR351: Adjust to interface change for FindExecutable. by Reid Spencer · 20 years ago
- 51ab8ec For PR351: by Reid Spencer · 20 years ago
- 90484fb For PR351: by Reid Spencer · 20 years ago
- f7d4f10 Minor cleanups by Misha Brukman · 20 years ago
- 319cdec For PR351: by Reid Spencer · 20 years ago
- 05f7e79 Make the loop termination condition clear when building the set of items to by Reid Spencer · 20 years ago
- 9d88d1a For PR351: \ by Reid Spencer · 20 years ago
- 12786d5 Make use of the new Path inserter function. by Reid Spencer · 20 years ago
- 11db4b8 PR351: \ Use sys::Path not FileUtilities to check file types by Reid Spencer · 20 years ago
- c406413 Convert to use new Linker class interface by Reid Spencer · 20 years ago
- e487402 LinkModules is now in the Linker class by Reid Spencer · 20 years ago
- bcfe1e2 Do not internalize a module if -link-as-library is passed. by Chris Lattner · 20 years ago
- 96690a8 Revert the last patch. We really do need SimplyCFG. by Reid Spencer · 20 years ago
- 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
- 357cf54 Remove this pass as its no longer needed. by Reid Spencer · 20 years ago
- c59e09e This pass is no longer needed. by Chris Lattner · 20 years ago
- cb8cb8e Get rid of warning from flex. by Reid Spencer · 20 years ago
- b4a400a Turn on ipsccp by default instead of simple IPCP by Chris Lattner · 20 years ago
- 17b1afe Link V8 backend into llc. by Brian Gaeke · 20 years ago
- 6b463b2 When -link-as-library, add -l options to Module's deplibs by Reid Spencer · 20 years ago
- ce9653c For PR387:\ by Reid Spencer · 20 years ago
- c191d49 Fix PR139:\ by Reid Spencer · 20 years ago
- 40add59 Add -strip-debug option remove the temporary -disable-dse option by Chris Lattner · 20 years ago
- f8f70c1 Adjust to change in pass name by Chris Lattner · 20 years ago
- 3f14fb1 Recognize --strip-all as a synonym for -s. by Chris Lattner · 20 years ago
- 0de66b5 Implement file replacement correctly even with the f (TruncateNames) flag by Reid Spencer · 20 years ago
- a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
- aadc418 No longer necessary, moved Makefile.rules by Reid Spencer · 20 years ago
- 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
- f00b540 Make sure the program's symbols can be dlsym'd as well. by Reid Spencer · 20 years ago
- 1a3ba7f Make the check a little quieter. by Reid Spencer · 20 years ago
- bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
- 07accb5 Always pass -D_GNU_SOURCE to cc1plus by Reid Spencer · 20 years ago
- c702fa3 Always pass -D_GNU_SOURCE to cc1 by Reid Spencer · 20 years ago
- 1945a11 Correct the configuration variable used to find the bin directory. by Reid Spencer · 20 years ago
- c9b37ee Make sure additional C++ suffixes are recognized by llvmc. by Reid Spencer · 20 years ago
- 65bc4e0 * Adjust the options to make them either accept multiple occurrences or be by Reid Spencer · 20 years ago
- 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
- 2d3ee4e Configuration data now supports a vector of library paths. by Reid Spencer · 20 years ago
- dc6812d Add the c and cpp configuration files. by Reid Spencer · 20 years ago
- f1a889c Removed in favor of configurable (*.in) versions. by Reid Spencer · 20 years ago
- e9564ce Make various adjustments to parsing so that the separator character doesn't by Reid Spencer · 20 years ago
- c0f376d SPACE is a legitimate token now, to separate option words. by Reid Spencer · 20 years ago
- 90654fd Handle space, separators, bad substitutions, and library search path better by Reid Spencer · 20 years ago
- b98c672 Configurable language configuration files. by Reid Spencer · 20 years ago
- 08602e5 Get the -o option right by Reid Spencer · 20 years ago
- 679a723 Get the -o option right by Reid Spencer · 20 years ago
- 3c7b107 Not needed any more. by Reid Spencer · 20 years ago
- 9822de2 Content moved to llvm-ld.cpp by Reid Spencer · 20 years ago
- 445564a Incorporate GenerateCode.cpp. Make static things static. by Reid Spencer · 20 years ago
- c457fbb First cut at implementing generic link-time Optimization by Reid Spencer · 20 years ago
- 0fdd363 The Archive class now has differentiation for BSD4.4 and SVR4 style archive by Reid Spencer · 20 years ago
- fd80b5c Fix a bug that caused stuff like this: by Chris Lattner · 20 years ago
- fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 20 years ago
- d29c636 Remove debugging code, unneuter this functionality by Chris Lattner · 20 years ago
- a269ec7 remove debugging code by Chris Lattner · 20 years ago
- 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 20 years ago
- 86f42db -disable-opt is not -O0, it's okay for it to disable internalize. by Chris Lattner · 20 years ago
- 429a9cb Even with -disable-opt we should still internalize and strip if requested. by Chris Lattner · 20 years ago
- babb45b Per code review: \ by Reid Spencer · 20 years ago
- bede583 Per code review: \ by Reid Spencer · 20 years ago