index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvmc
/
CompilerDriver.cpp
Age
Commit message (
Expand
)
Author
2008-05-04
Drop llvmc also, it will be replaced by shiny new llvmc2
Anton Korobeynikov
2008-02-26
Detabify.
Bill Wendling
2007-12-29
remove attributions from tools.
Chris Lattner
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-06
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
switch tools to bitcode instead of bytecode
Chris Lattner
2007-05-06
add bitcode support, optimize reading to not read all function bodies just
Chris Lattner
2007-04-08
Make TempDir a PathWithStatus so we don't have to cast it to one.
Reid Spencer
2007-04-07
For PR1291:
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-07
move an llvmc-specific function out of the bcreader into llvmc.
Chris Lattner
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-08-25
For PR797:
Reid Spencer
2006-08-22
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-08-16
Patches to correct several bugs in llvmc.
Reid Spencer
2006-08-01
No need to check isWriteable here (which isn't sufficient anyway). Just attempt
Chris Lattner
2006-05-29
silly cleanup
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-05-19
For PR514:
Reid Spencer
2005-05-03
Minor clean-ups
Misha Brukman
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-04-20
#include system headers after all LLVM headers
Misha Brukman
2005-04-11
Ensure that the arguments passed to sys::Program::ExecuteAndWait include
Reid Spencer
2005-02-13
Conform to the documented interface by null terminating argument lists!
Chris Lattner
2004-12-20
Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha
Brian Gaeke
2004-12-19
Make this compile on Solaris.
Brian Gaeke
2004-12-19
For PR351:
Reid Spencer
2004-12-13
Make use of the new Path inserter function.
Reid Spencer
2004-12-13
PR351: \
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-11-23
* Don't pass empty arguments to ExecuteAndWait because it can cause the
Reid Spencer
2004-11-20
Get the -o option right
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-10-28
Implement linking.
Reid Spencer
2004-09-14
Support the -WX, -f -M options as pass throughs
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-30
Implement the "setIncludePaths" and "setSymbolDefines" interface methods.
Reid Spencer
2004-08-29
Add a missing header file
Reid Spencer
2004-08-29
Convert llvmc to use the lib/System interface instead of directly
Reid Spencer
2004-08-24
Run the compilation actions before we attempt linking work.
Reid Spencer
2004-08-24
- Remove unused GetSuffix function
Reid Spencer
2004-08-20
Change @ -> % in config files. @name@ might be needed for config files to
Reid Spencer
2004-08-20
Implement Assembly support.
Reid Spencer
2004-08-19
Implement many new features for llvmc. This is the first version that will
Reid Spencer
[next]