Fix a problem exposed by my previous commit and noticed by a release-asserts
[oota-llvm.git] / tools / llvmc /
2010-04-29 Dan Gohmanllc no longer requires the -f option to overwrite files.
2010-04-19 Mikhail GlushenkovSupport .a files directly (without -l).
2010-04-03 Mikhail GlushenkovPass -shared to the linker.
2010-03-31 Mikhail GlushenkovPass -m32/-m64 to assembler.
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-02-26 Sanjiv Guptadisable-mem2reg and disable-gvn options should not...
2010-02-23 Mikhail GlushenkovFix -mtune forwarding.
2010-02-23 Mikhail GlushenkovUpdate mcc16 and the ancient Clang plugin for the ...
2010-02-23 Mikhail GlushenkovInput files with empty suffixes must be passed to linker.
2010-02-23 Mikhail GlushenkovSupport -Xlinker et al.
2010-02-23 Mikhail GlushenkovTypo.
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovPrecompiled headers: initial support.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Mikhail GlushenkovSupport '-install_name'.
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-13 Mikhail GlushenkovSupport some more Darwin-only options.
2010-02-13 Mikhail GlushenkovSupport -mfix-and-continue properly.
2010-02-13 Mikhail GlushenkovRevert r94752, turns out we don't need to touch these...
2010-02-08 Sanjiv GuptaFixed build error for redefinition.
2010-02-08 Sanjiv GuptaAdd uppercase and lowercase part defines in driver.
2010-01-28 Mikhail GlushenkovSupport some more options...
2010-01-26 Mikhail GlushenkovSupport -arch.
2010-01-26 Mikhail GlushenkovSupport for -iquote.
2010-01-24 Chris Lattnermark some libraries that currently require RTTI.
2010-01-02 Mikhail GlushenkovForward -O0 to llvm-gcc.
2010-01-02 Mikhail GlushenkovApparently, it is OK for -MT to be specified several...
2010-01-01 Mikhail GlushenkovMinor simplifactions.
2010-01-01 Mikhail GlushenkovMinor simplifications.
2009-12-23 Mikhail GlushenkovMake it easier to regenerate docs when srcdir != objdir.
2009-12-23 Mikhail GlushenkovAllow (set_option SwitchOption, true).
2009-12-19 Sanjiv GuptaAdding a bunch of options to the mcc16 driver.
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovSmall documentation update.
2009-12-07 Mikhail GlushenkovDocumentation update.
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-12-07 Mikhail GlushenkovPass '-msse' and friends to llc as '-mattr=+/-'.
2009-12-04 Mikhail GlushenkovForward -m32/-m64 to the linker.
2009-12-04 Mikhail GlushenkovSupport -march/-mtune/-mcpu.
2009-12-01 Mikhail GlushenkovAdd relocation model options.
2009-12-01 Mikhail GlushenkovTypo.
2009-12-01 Mikhail GlushenkovForward -save-temps to llvm-gcc.
2009-12-01 Mikhail GlushenkovSupport -[weak_]framework and -F in llvmc.
2009-11-19 Mikhail GlushenkovMake example/Hello compile again.
2009-10-25 Mikhail GlushenkovDocument OptionPreprocessor.
2009-10-21 Sanjiv GuptaAdded more options to mcc16 driver.
2009-10-21 Mikhail GlushenkovClarify documentation on multi_val options.
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-10-17 Mikhail Glushenkov-O[0-3] options should be also forwarded to opt and...
2009-10-09 Mikhail GlushenkovSlight rewording.
2009-10-09 Mikhail GlushenkovUse llvm-as only for compiling .ll -> .bc.
2009-10-08 Mikhail GlushenkovUnbreak the build.
2009-10-08 Mikhail GlushenkovMake the Base plugin understand -MF and -MT.
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Mikhail GlushenkovDocument the 'not' combinator.
2009-09-10 Mikhail GlushenkovAllow llvmc to take .bc files as input.
2009-08-27 Benjamin KramerInverse logic to increase portability.
2009-08-27 Sanjiv GuptaTo make mcc16 run correctly on mac.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-06 Sanjiv Guptallvm-ld has a new option called -b to specify the name...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-13 Sanjiv GuptaAdded a fixme for platform specific GetDirSeparator().
2009-07-13 Sanjiv Guptaallow mcc16 users to specify --save-temps even though...
2009-07-11 Mikhail GlushenkovUpdate documentation.
2009-07-11 Sanjiv GuptaErase the temp dir before starting.
2009-07-10 Sanjiv GuptaLink std.lib (.bc code) with llvm-ld.
2009-07-09 Mikhail GlushenkovDocumentation update.
2009-07-09 Mikhail GlushenkovWe don't need to set SaveTemps here.
2009-07-09 Mikhail GlushenkovAdjust comment.
2009-07-09 Sanjiv GuptaBy default -t is always on for mcc16 and it uses ....
2009-07-09 Sanjiv GuptaAdded few more options to individual tools.
2009-07-09 Sanjiv GuptaReturn dir separator as per platform.
2009-07-07 Mikhail GlushenkovDocumentation update.
2009-07-07 Mikhail GlushenkovShow how to modify built-in options.
2009-07-07 Mikhail GlushenkovDocumentation update.
2009-07-02 Sanjiv GuptaPrefix bin dir to executables.
2009-07-02 Sanjiv GuptaFixed handling of -c option.wq
2009-07-01 Sanjiv GuptaExecutables will be at InstallDir/bin directory. Std...
2009-06-30 Mikhail GlushenkovClang is now production quality (at least for C).
2009-06-30 Mikhail GlushenkovAdd a way to access argv[0] in hooks.
2009-06-25 Mikhail GlushenkovUpdate documentation.
2009-06-25 Mikhail GlushenkovRemove duplication.
2009-06-23 Mikhail GlushenkovTemporary copy-pasto to make examples compile.
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-17 Mikhail GlushenkovAnother small documentation update.
2009-06-16 Chris LattnerRemove support for building LLVM libraries into "relinked"
2009-06-16 Mikhail GlushenkovDocumentation update.
2009-06-07 Mikhail GlushenkovA basic PIC16 toolchain driver.
2009-05-06 Mikhail GlushenkovThe 'forward_as' property did not use its second argument.
2009-04-21 Mikhail GlushenkovSupport --with-llvmgccdir and friends in llvmc, take 2.
2009-04-18 Bill WendlingRevert 69474 and 69475. They are causing failures durin...
2009-04-18 Mikhail GlushenkovAdd a configure check for llvm-gcc (reapply).
2009-04-18 Bill WendlingTemporarily revert r69438 and r69439. These were causin...
2009-04-18 Mikhail GlushenkovAdd a configure check for llvm-gcc.
2009-03-31 Mikhail GlushenkovDo not pass '-relocation-model=pic' to llc.
2009-03-27 Mikhail GlushenkovDocumentation update.
2009-03-03 Mikhail GlushenkovAdd example/Skeleton.
2009-03-03 Mikhail GlushenkovComment fixes.
2009-03-03 Mikhail GlushenkovUse LLVMLIBS instead of USEDLIBS.
next