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
/
llvmc.cpp
Age
Commit message (
Expand
)
Author
2008-05-04
Drop llvmc also, it will be replaced by shiny new llvmc2
Anton Korobeynikov
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2007-12-29
remove attributions from tools.
Chris Lattner
2007-10-22
add a 'don't use me' marker.
Chris Lattner
2007-10-08
Move the space in overview output for commands out of each of the
Dan Gohman
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2006-12-06
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-09-04
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-08-21
For PR797:
Reid Spencer
2006-05-29
silly cleanup
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-05-05
* Use consistent spacing for function arguments
Misha Brukman
2005-05-03
std::string(NULL) does not a proper constructor make
Misha Brukman
2005-05-03
Omit periods at the end of command-line switch explanations for consistency
Misha Brukman
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-02-18
Adjust the help output so that it will fit cleanly within 80 columns.
Reid Spencer
2004-12-30
For PR351:
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-11-23
* Adjust the options to make them either accept multiple occurrences or be
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
Eliminate the -F option (for forcing output) .. not needed
Reid Spencer
2004-09-14
Support the -WX, -f -M options as pass throughs
Reid Spencer
2004-09-03
Don't re-instantiate the std::string in catch block.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-30
Pass lists of -I and -D options through to the Compiler Driver.
Reid Spencer
2004-08-30
Need to throw std::string not const char* if we want error messages to be
Reid Spencer
2004-08-29
Convert llvmc to use the lib/System interface instead of directly
Reid Spencer
2004-08-24
Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of
Reid Spencer
2004-08-24
Get rid of error messages from CommandLine because -time-passes was
Reid Spencer
2004-08-24
- Unify format of output messages
Reid Spencer
2004-08-19
Actually let it compile after file name changes.
Reid Spencer
2004-08-19
Implement many new features for llvmc. This is the first version that will
Reid Spencer
2004-08-15
More Functionality:
Reid Spencer
2004-08-14
Converted to use flex for tokenizing input so we can use an easier to
Reid Spencer
2004-08-13
Additional functionality. This version handles option parsing and parameter
Reid Spencer
2004-08-10
Move CompilerDriver.h here.
Reid Spencer
2004-08-10
First "do nothing" version of the LLVM Compiler Driver. This version just
Reid Spencer