- 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 · 21 years ago
- e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 21 years ago
- d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 21 years ago
- 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 21 years ago
- 14c225e Change banner name to reflect actual program this Makefile is for. by Reid Spencer · 21 years ago
- 6dd3713 Get rid of compile warning by having llvmExecve return the result of its by Reid Spencer · 21 years ago
- c0af3f0 Initial implementation of llvm-ld: stolen from gccld. by Reid Spencer · 21 years ago
- 247384c Add LLEE into compilation, but not for Sparc by Misha Brukman · 21 years ago
- dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 21 years ago
- a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 21 years ago
- a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 21 years ago
- 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 21 years ago
- ac09e25 Make file comment span the entire line by Misha Brukman · 21 years ago
- a3b4e09 Don't re-instantiate the std::string in catch block. by Reid Spencer · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- 7903068 Make sure <cassert> is included for platforms that don't include it via by Reid Spencer · 21 years ago
- 016e335 Initial commit of a configuration file for compiling C++ programs with by Reid Spencer · 21 years ago
- ca01f9b Implement the "setIncludePaths" and "setSymbolDefines" interface methods. by Reid Spencer · 21 years ago
- 7c14fd1 Pass lists of -I and -D options through to the Compiler Driver. by Reid Spencer · 21 years ago
- 6386009 Need to throw std::string not const char* if we want error messages to be by Reid Spencer · 21 years ago
- 93426ba Add a missing header file by Reid Spencer · 21 years ago
- 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 21 years ago
- 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
- 615edcc add llvmc by Reid Spencer · 21 years ago
- 52c2dc1 Convert llvmc to use the lib/System interface instead of directly by Reid Spencer · 21 years ago
- ca04487 License file for llvmc. by Reid Spencer · 21 years ago
- 9fd58e0 Insert declarations for two new functions that support the dependent by Reid Spencer · 21 years ago
- 198e888 Run the compilation actions before we attempt linking work. by Reid Spencer · 21 years ago
- aff3c77 Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of by Reid Spencer · 21 years ago
- 4495632 Get rid of error messages from CommandLine because -time-passes was by Reid Spencer · 21 years ago
- 01b77f9 Adjustments for changes in the configuration language. by Reid Spencer · 21 years ago
- 2cf17a4 - Unify format of output messages by Reid Spencer · 21 years ago
- 02413b0 Link with bcreader and vmcore. by Reid Spencer · 21 years ago
- f384db3 - Implement the %args% substitution by Reid Spencer · 21 years ago
- bf39488 - Alphabetize the list of token enumerators. by Reid Spencer · 21 years ago
- ec4f588 - Rename and rearrange for clarity by Reid Spencer · 21 years ago
- a01439a - Remove unused GetSuffix function by Reid Spencer · 21 years ago
- fd2f728 Remove unneeded flags. by Reid Spencer · 21 years ago
- 59a745a Provide support for retaining the version number found in a config file. by Reid Spencer · 21 years ago
- c0e9bec Add the VERSION token. by Reid Spencer · 21 years ago
- 1df7121 Add support for version numbers. by Reid Spencer · 21 years ago
- b50acbc Shorten lines so this file can be used as the documentation example by Reid Spencer · 21 years ago
- 7593745 Correct to change interface of the analyzer. by Reid Spencer · 21 years ago
- 53aa793 Change @ -> % in config files. @name@ might be needed for config files to by Reid Spencer · 21 years ago
- b38e405 Implement the correct search for configuration files. llvmc will now try by Reid Spencer · 21 years ago
- aa43a4b Add CONFIG_FILES so the language specific config files can be installed. by Reid Spencer · 21 years ago
- 9a8fedd Implement Assembly support. by Reid Spencer · 21 years ago
- f51a87c Actually let it compile after file name changes. by Reid Spencer · 21 years ago
- cbabe7f Moved ConfigData -> Configuration by Reid Spencer · 21 years ago
- bae6825 Implement many new features for llvmc. This is the first version that will by Reid Spencer · 21 years ago
- 2a069fa Back out dependencies on lib/System/Path.h by Reid Spencer · 21 years ago
- 6964e3f Fix definitions to match tool's actual capabilities. by Reid Spencer · 21 years ago
- d2e89a7 Documentation like this doesn't belong here, and now we have the commandguide by Chris Lattner · 21 years ago
- bf43772 More Functionality: by Reid Spencer · 21 years ago
- 936f5c7 Initial configuration files (to be installed) for ll (LLVM Assembly) and by Reid Spencer · 21 years ago
- 68fb37a Converted to use flex for tokenizing input so we can use an easier to by Reid Spencer · 21 years ago
- a3f1855 Fix header commentary. by Reid Spencer · 21 years ago
- 5c56dc1 Additional functionality. This version handles option parsing and parameter by Reid Spencer · 21 years ago
- 2594c9a First version of a utility internal to llvmc that handles the parsing and by Reid Spencer · 21 years ago
- 891150f If the block extractor fails, actually emit the bc file that failed to extract by Chris Lattner · 21 years ago
- abf1ce3 Move CompilerDriver.h here. by Reid Spencer · 21 years ago
- 8fd3bca Initial makefile for the LLVM Compiler Driver. by Reid Spencer · 21 years ago
- 034a544 First "do nothing" version of the LLVM Compiler Driver. This version just by Reid Spencer · 21 years ago
- 84b3e01 while we're at it, make the libraries be on separate lines by Chris Lattner · 21 years ago
- 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 21 years ago
- b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 21 years ago
- a2b5f45 sparcv9select is history. by Brian Gaeke · 21 years ago
- 3b87f21 * Convert C++ comments to C * Add UIUC copyright notice headers by Misha Brukman · 21 years ago
- eab43d8 Shared libraries are usually prepended with `lib' by Misha Brukman · 21 years ago
- 4efe35f sparcv9select is history by Brian Gaeke · 21 years ago
- 7633391 libsparcv9select is history by Brian Gaeke · 21 years ago
- 93127fb This pass has proven its metal, remove -disable option. by Chris Lattner · 21 years ago
- 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
- 2d26ffb Run DSE at link-time, and turn on an IP alias analysis by default in gccld! by Chris Lattner · 21 years ago
- 7d91e49 Finally give bugpoint -timeout support! by Chris Lattner · 21 years ago
- e96b2ed Pass timeouts into the low level "execute program with timeout" function by Chris Lattner · 21 years ago