aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/CompilerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-11/+11
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-2/+1
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-061-15/+6
* add bitcode support, optimize reading to not read all function bodies justChris Lattner2007-05-061-4/+16
* Make TempDir a PathWithStatus so we don't have to cast it to one.Reid Spencer2007-04-081-3/+2
* For PR1291:Reid Spencer2007-04-071-1/+2
* For PR789:Reid Spencer2007-03-291-2/+2
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-2/+2
* move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner2007-02-071-0/+17
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* For PR786:Reid Spencer2006-11-021-7/+0
* For PR797:Reid Spencer2006-08-251-2/+3
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-10/+30
* For PR797:Reid Spencer2006-08-211-10/+14
* Patches to correct several bugs in llvmc.Reid Spencer2006-08-161-4/+49
* No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner2006-08-011-1/+2
* silly cleanupChris Lattner2006-05-291-1/+1
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Final Changes For PR495:Reid Spencer2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-071-15/+15
* For PR495:Reid Spencer2005-07-071-9/+9
* For PR514:Reid Spencer2005-05-191-1/+33
* Minor clean-upsMisha Brukman2005-05-031-15/+13
* Remove trailing whitespaceMisha Brukman2005-04-221-41/+41
* #include system headers after all LLVM headersMisha Brukman2005-04-201-2/+1
* Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer2005-04-111-2/+3
* Conform to the documented interface by null terminating argument lists!Chris Lattner2005-02-131-7/+5
* Use Config/alloca.h instead of alloca.h - pointed out by Duraid and MishaBrian Gaeke2004-12-201-1/+1
* Make this compile on Solaris.Brian Gaeke2004-12-191-0/+1
* For PR351:Reid Spencer2004-12-191-8/+13
* Make use of the new Path inserter function.Reid Spencer2004-12-131-3/+3
* PR351: \Reid Spencer2004-12-131-2/+3
* Path::get -> Path::toStringReid Spencer2004-12-111-33/+34
* * Don't pass empty arguments to ExecuteAndWait because it can cause theReid Spencer2004-11-231-41/+56
* Get the -o option rightReid Spencer2004-11-201-21/+43
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-40/+45
* Implement linking.Reid Spencer2004-10-281-735/+746
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-141-91/+184
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-301-42/+130
* Add a missing header fileReid Spencer2004-08-291-0/+1
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-291-519/+564
* Run the compilation actions before we attempt linking work.Reid Spencer2004-08-241-42/+99
* - Remove unused GetSuffix functionReid Spencer2004-08-241-78/+118
* Change @ -> % in config files. @name@ might be needed for config files toReid Spencer2004-08-201-7/+7
* Implement Assembly support.Reid Spencer2004-08-201-14/+39
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-191-132/+252
* Back out dependencies on lib/System/Path.hReid Spencer2004-08-161-22/+29
* More Functionality:Reid Spencer2004-08-151-31/+163
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-141-12/+36