- 4c06e0d remove attributions by Chris Lattner · 17 years ago
- 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
- ead1aea Align make log output with the rest of llvm. by Reid Spencer · 18 years ago
- d748ea3 End of life for gccld. Remove its source code and enable the generation by Reid Spencer · 18 years ago
- 8912cdd Write the deprecation message to stderr instead of stdout so that it by Reid Spencer · 18 years ago
- 1ce58ee Put in a disabled template for when gccld is replaced by the shell script. by Reid Spencer · 18 years ago
- f49262e Get the right warning message. by Reid Spencer · 18 years ago
- 7d8311f New shell script to replace gccld, eventually. by Reid Spencer · 18 years ago
- ef9b9a7 For PR411: by Reid Spencer · 18 years ago
- a49fd07 add an instcombine pass to clean up after heavy-lifting IP passes by Chris Lattner · 18 years ago
- aeacab2 shutdown the app when done. by Chris Lattner · 18 years ago
- 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
- c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
- 1a7f6ff Remove extra header. by Nick Lewycky · 18 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
- 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 18 years ago
- d452599 Added the --disable-compression option which controls whether the by John Criswell · 18 years ago
- b156afb Enable 'predsimplify' optimization. by Nick Lewycky · 18 years ago
- cf508bc Move ipsccp pass earlier to clean up obvious bogosities by Chris Lattner · 18 years ago
- aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
- 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
- 142ca8e For PR797: by Reid Spencer · 18 years ago
- e1647f4 For PR797: by Reid Spencer · 18 years ago
- 8ea5ecb For PR797: by Reid Spencer · 18 years ago
- 0b32d8b Use Path::getFileStatus to get status-related info. by Chris Lattner · 18 years ago
- 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
- 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
- c780982 Free memory allocated by copy_env. by Chris Lattner · 19 years ago
- f4484f3 For PR521: by Reid Spencer · 19 years ago
- 156aa35 Implement PR679: by Reid Spencer · 19 years ago
- f574494 Remove -start-group and -end-group no-op options, accidentally committed by Reid Spencer · 19 years ago
- 328ead9 Adjust the constructor to the Linker class to take an argument that names by Reid Spencer · 19 years ago
- cb83465 Allow users to specify -Wl,-native* multiple times if they please by Chris Lattner · 19 years ago
- 2b11995 add a hack that fixes: llvm-gcc main.c -Wl,-native -o a.out -g by Chris Lattner · 19 years ago
- a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
- e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
- fbcd54f Fix PR637 by Chris Lattner · 19 years ago
- 7b5634d Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -native by Chris Lattner · 19 years ago
- f394213 1. Do not use .c_str() to keep a persistent handle on a temporary string. by Chris Lattner · 19 years ago
- 1d924f6 Pass -export-dynamic to gcc when compiling with -native and the link is by Chris Lattner · 19 years ago
- 8f1ac1c Make sure we don't error out if an invalid path is used, just simply by Reid Spencer · 19 years ago
- a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
- dd04df0 For PR495: by Reid Spencer · 19 years ago
- e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- 704448f Eliminate trailing spaces at end-of-line by Misha Brukman · 20 years ago
- 8f586ba Consistently eschew space between `*' or `&' and function argument name by Misha Brukman · 20 years ago
- b0bafc5 * Print commands as we execute them with `-v' by Misha Brukman · 20 years ago
- bf9add4 The first argument to ExecuteAndWait should be the program name, but pointed by Chris Lattner · 20 years ago
- 837149c Changes to enable creation of native executables directly from gccld and to by Reid Spencer · 20 years ago
- ed5fa58 Make sure to null terminate argument lists! by Chris Lattner · 20 years ago
- 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
- 682084a Use explicit construction of sys::Path from std::string because the by Reid Spencer · 20 years ago
- f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface 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
- 5f76760 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
- 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
- c406413 Convert to use new Linker class interface by Reid Spencer · 20 years ago
- bcfe1e2 Do not internalize a module if -link-as-library is passed. by Chris Lattner · 20 years ago
- c59e09e This pass is no longer needed. by Chris Lattner · 20 years ago
- b4a400a Turn on ipsccp by default instead of simple IPCP by Chris Lattner · 20 years ago
- 6b463b2 When -link-as-library, add -l options to Module's deplibs by Reid Spencer · 20 years ago
- c191d49 Fix PR139:\ by Reid Spencer · 20 years ago
- 3f14fb1 Recognize --strip-all as a synonym for -s. by Chris Lattner · 20 years ago
- bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 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
- 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
- c7ebfdd This tool needs the libLLVMArchive library now. by Reid Spencer · 20 years ago
- 6903c86 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
- 4c1af90 Provide exception handling by Reid Spencer · 20 years ago
- 5e081fb Moved to lib/Linker by Reid Spencer · 20 years ago
- 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 20 years ago
- eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 20 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
- 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
- cac731e We won't use automake by Reid Spencer · 20 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
- e3ef9b5 Don't miss global optimizations because we run before the inliner by Chris Lattner · 20 years ago
- 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 93a00e4 Rename pass by Chris Lattner · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
- 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
- 93127fb This pass has proven its metal, remove -disable option. by Chris Lattner · 20 years ago
- 2d26ffb Run DSE at link-time, and turn on an IP alias analysis by default in gccld! by Chris Lattner · 20 years ago
- 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
- 681692d Make gccld copy the llvm-stub program to be the execution wrapper for by Chris Lattner · 20 years ago
- 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 20 years ago
- 7e88d41 Refactor a bit of code into a function, no functionality changes. by Chris Lattner · 20 years ago
- bed85ff Header file moved by Chris Lattner · 20 years ago
- 7532e34 Allow the user to set the LLVMINTERP environment variable as a workaround, for by Brian Gaeke · 21 years ago
- 7a46e4c Don't use invalid HTML in a doxygen comment. by Misha Brukman · 21 years ago