summaryrefslogtreecommitdiff
path: root/tools/llvmc/CompilerDriver.cpp
Commit message (Expand)AuthorAge
* Make TempDir a PathWithStatus so we don't have to cast it to one.Reid Spencer2007-04-08
* For PR1291:Reid Spencer2007-04-07
* For PR789:Reid Spencer2007-03-29
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner2007-02-07
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR786:Reid Spencer2006-11-02
* For PR797:Reid Spencer2006-08-25
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-21
* Patches to correct several bugs in llvmc.Reid Spencer2006-08-16
* No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner2006-08-01
* silly cleanupChris Lattner2006-05-29
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* For PR514:Reid Spencer2005-05-19
* Minor clean-upsMisha Brukman2005-05-03
* Remove trailing whitespaceMisha Brukman2005-04-22
* #include system headers after all LLVM headersMisha Brukman2005-04-20
* Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer2005-04-11
* Conform to the documented interface by null terminating argument lists!Chris Lattner2005-02-13
* Use Config/alloca.h instead of alloca.h - pointed out by Duraid and MishaBrian Gaeke2004-12-20
* Make this compile on Solaris.Brian Gaeke2004-12-19
* For PR351:Reid Spencer2004-12-19
* Make use of the new Path inserter function.Reid Spencer2004-12-13
* PR351: \Reid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* * Don't pass empty arguments to ExecuteAndWait because it can cause theReid Spencer2004-11-23
* Get the -o option rightReid Spencer2004-11-20
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Implement linking.Reid Spencer2004-10-28
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-14
* Changes For Bug 352Reid Spencer2004-09-01
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-30
* Add a missing header fileReid Spencer2004-08-29
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-29
* Run the compilation actions before we attempt linking work.Reid Spencer2004-08-24
* - Remove unused GetSuffix functionReid Spencer2004-08-24
* Change @ -> % in config files. @name@ might be needed for config files toReid Spencer2004-08-20
* Implement Assembly support.Reid Spencer2004-08-20
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-19
* Back out dependencies on lib/System/Path.hReid Spencer2004-08-16
* More Functionality:Reid Spencer2004-08-15
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-14
* Fix header commentary.Reid Spencer2004-08-13
* Additional functionality. This version handles option parsing and parameterReid Spencer2004-08-13