- 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
- 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 20 years ago
- d607491 This file was originally developed by the LLVM research group so this comment should stay. I also do NOT want my name explicity listed on src files. I am already mentioned in the credits. by Tanya Lattner · 20 years ago
- 6bb6935 Linker.h moved to include/llvm. by Reid Spencer · 20 years ago
- b908356 bugpoint needs LLVMLinker.a now. by Reid Spencer · 20 years ago
- b55bc06 Correct call of methods whose names have changed. by Reid Spencer · 20 years ago
- d292fb9 This program needs libLLVMLinker.a now by Reid Spencer · 20 years ago
- 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
- 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
- 63ab669 A tool for adding a symbol table to LLVM Archives by Reid Spencer · 20 years ago
- 8d18dcf Makefile for llvm-ranlib tool by Reid Spencer · 20 years ago
- 63efb77 *Fix usage of changed function prototype*Use Archive interface to symbol table for archives by Reid Spencer · 20 years ago
- d129664 This tool needs libLLVMArchive now by Reid Spencer · 20 years ago
- 0486e17 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
- 1893f92 We need the libLLVMArchive library now by Reid Spencer · 20 years ago
- 8c6ee66 Moved to lib/Linker (common with gccld) by Reid Spencer · 20 years ago
- 3a1582b Total rewrite using Archive library & new functionality 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
- cd18a83 Add the llvm-ranlib tool by Reid Spencer · 20 years ago
- 31391b6 Make sure llee can deal with compressed bytecode too. 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
- a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 20 years ago
- eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 20 years ago
- cc0bd56 Add a --disable-compression option to gccas so the default compression of by Reid Spencer · 20 years ago
- a152753 Use LLVMToolDir instead of ToolDir because the latter is no longer set (?) by Misha Brukman · 20 years ago
- 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 20 years ago
- 34b9071 Enable compression by default. by Reid Spencer · 20 years ago
- ae70fed * Enable bytecode compression by default by Reid Spencer · 20 years ago
- cf0eb8d Turn on compression by default. by Reid Spencer · 20 years ago
- 17f52c5 Add support for compressed bytecode by Reid Spencer · 20 years ago
- 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
- 4ad0b11 No, really, the library name is `LLVMexecve' by Misha Brukman · 20 years ago
- cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
- b188393 Fix file header comment by Misha Brukman · 20 years ago
- a6ad12d LLEE execve() wrapper library has changed its name and location by Misha Brukman · 20 years ago
- d6d8b83 Fix library names for sparc by Brian Gaeke · 20 years ago
- 0dac2eb Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't by Reid Spencer · 20 years ago
- af77d74 Implement linking. by Reid Spencer · 20 years ago
- 3a9b222 Eliminate the force flag, configuration item, and related support by Reid Spencer · 20 years ago
- 5a7f13b Pass -f to stkrc to ensure the output file is always written. by Reid Spencer · 20 years ago
- 2967b61 Eliminate the -F option (for forcing output) .. not needed by Reid Spencer · 20 years ago
- 6cf4acc Add llvm-ld to the subdirs to be built by Reid Spencer · 20 years ago
- e84f92d Convert to new library names. by Reid Spencer · 20 years ago
- f113e7b Update for library name change. by Reid Spencer · 20 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
- 395236f Improve help output from llvm-db 'info' command. Patch contributed by by Chris Lattner · 20 years ago
- 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
- 83f7c37 Remove template args that are the same as the default by Chris Lattner · 20 years ago
- d3f5e7e Make clean quieter. 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
- f405d10 Actually link all the analysis passes and their dependencies. by Reid Spencer · 20 years ago
- 0bade7e Remove extra comma. by Reid Spencer · 20 years ago
- 7b32daa Actually link in all the analysis passes. by Reid Spencer · 20 years ago
- 7925588 Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files by Nate Begeman · 20 years ago
- a78a902 Reid added --version to the CommandLine lib. Don't conflict with it. by Chris Lattner · 20 years ago
- 81dd3d4 Fix hyphenation and quoting style for great justice by Misha Brukman · 20 years ago
- 56cb207 * We don't use the ENABLE_*_JIT flags in the source base anymore by Misha Brukman · 20 years ago
- 53c8f29 Use the shared Makefile.JIT for JIT-enablement by Misha Brukman · 20 years ago
- 0647822 Since several tools and examples want JIT support, factor out the process of by Misha Brukman · 20 years ago
- ce6662f Enable the PowerPC JIT by compiling powerpc.o library into lli by Misha Brukman · 20 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
- fc6723f No space allowed between \ and end-of-line by Misha Brukman · 20 years ago
- 2c9039e Wrap lines at 80 cols by Misha Brukman · 20 years ago
- e3ef9b5 Don't miss global optimizations because we run before the inliner by Chris Lattner · 20 years ago
- 769dd7d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 796aacf Fix named of a library. by Reid Spencer · 20 years ago
- 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
- 93a00e4 Rename pass by Chris Lattner · 20 years ago
- 48f44cf Hrm, if there is an error loading a file, try printing a message so the by Chris Lattner · 20 years ago
- aefd04b Add some missing #includes by Reid Spencer · 20 years ago
- 8d9b680 Qualify Path with sys:: namespace so this file compiles. by Reid Spencer · 20 years ago
- b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
- 68d033c Finegrainify namespacification by Chris Lattner · 20 years ago
- e6bd638 Fix compilation warning. by Reid Spencer · 20 years ago