- 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
- e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 20 years ago
- d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 20 years ago
- 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
- 14c225e Change banner name to reflect actual program this Makefile is for. by Reid Spencer · 20 years ago
- 6dd3713 Get rid of compile warning by having llvmExecve return the result of its by Reid Spencer · 20 years ago
- c0af3f0 Initial implementation of llvm-ld: stolen from gccld. by Reid Spencer · 20 years ago
- 247384c Add LLEE into compilation, but not for Sparc by Misha Brukman · 20 years ago
- dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 20 years ago
- a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 20 years ago
- a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 20 years ago
- 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 20 years ago
- ac09e25 Make file comment span the entire line by Misha Brukman · 20 years ago
- a3b4e09 Don't re-instantiate the std::string in catch block. by Reid Spencer · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 7903068 Make sure <cassert> is included for platforms that don't include it via by Reid Spencer · 20 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
- 62c91fc Provide timeout values to all abstract interpreters by Chris Lattner · 21 years ago
- eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 21 years ago
- b11a463 Remove redundant SCCP pass by Chris Lattner · 21 years ago
- 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
- e312e15 Err, fix last checkin by Chris Lattner · 21 years ago
- 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 21 years ago
- 269c80c Remove this printer by Chris Lattner · 21 years ago
- 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
- 593eb95 bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 21 years ago
- b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 21 years ago
- 84c34b7 Build skeleton target by Chris Lattner · 21 years ago
- 4d143ee IA64 compat by Chris Lattner · 21 years ago
- b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 21 years ago
- 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 21 years ago
- 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 21 years ago
- 0d88616 Correct an output typo. by Reid Spencer · 21 years ago
- 988a1a0 Prune unused #include by Chris Lattner · 21 years ago
- e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 21 years ago
- 4a1de8b Add -load option by Chris Lattner · 21 years ago