aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/CompilerDriver.cpp
AgeCommit message (Expand)Author
2008-05-04Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov
2008-02-26Detabify.Bill Wendling
2007-12-29remove attributions from tools.Chris Lattner
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06add bitcode support, optimize reading to not read all function bodies justChris Lattner
2007-04-08Make TempDir a PathWithStatus so we don't have to cast it to one.Reid Spencer
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-02-07move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2006-11-02For PR786:Reid Spencer
2006-08-25For PR797:Reid Spencer
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-16Patches to correct several bugs in llvmc.Reid Spencer
2006-08-01No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner
2006-05-29silly cleanupChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-19For PR514:Reid Spencer
2005-05-03Minor clean-upsMisha Brukman
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-20#include system headers after all LLVM headersMisha Brukman
2005-04-11Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer
2005-02-13Conform to the documented interface by null terminating argument lists!Chris Lattner
2004-12-20Use Config/alloca.h instead of alloca.h - pointed out by Duraid and MishaBrian Gaeke
2004-12-19Make this compile on Solaris.Brian Gaeke
2004-12-19For PR351:Reid Spencer
2004-12-13Make use of the new Path inserter function.Reid Spencer
2004-12-13PR351: \Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-23* Don't pass empty arguments to ExecuteAndWait because it can cause theReid Spencer
2004-11-20Get the -o option rightReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-28Implement linking.Reid Spencer
2004-09-14Support the -WX, -f -M options as pass throughsReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-30Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer
2004-08-29Add a missing header fileReid Spencer
2004-08-29Convert llvmc to use the lib/System interface instead of directlyReid Spencer
2004-08-24Run the compilation actions before we attempt linking work.Reid Spencer
2004-08-24- Remove unused GetSuffix functionReid Spencer
2004-08-20Change @ -> % in config files. @name@ might be needed for config files toReid Spencer
2004-08-20Implement Assembly support.Reid Spencer
2004-08-19Implement many new features for llvmc. This is the first version that willReid Spencer