Remove extraneous character.
[oota-llvm.git] / tools / llvmc / plugins /
2010-07-01 Mikhail GlushenkovMake -filelist work with -linker=c++.
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-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-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-01-28 Mikhail GlushenkovSupport some more options...
2010-01-26 Mikhail GlushenkovSupport -arch.
2010-01-26 Mikhail GlushenkovSupport for -iquote.
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-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
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 GlushenkovForward -save-temps to llvm-gcc.
2009-12-01 Mikhail GlushenkovSupport -[weak_]framework and -F in llvmc.
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 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-10 Mikhail GlushenkovAllow llvmc to take .bc files as input.
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-03 Mikhail GlushenkovMove example plugins to the example/ directory.
2009-03-02 Mikhail GlushenkovMove the rules for building plugins to Makefile.rules.
2009-03-02 Mikhail GlushenkovFix build with objdir != srcdir.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.
2009-01-21 Mikhail GlushenkovFix 'llvm-config --libs' output.
2008-12-11 Mikhail GlushenkovAdd a '-Wo,' option that passes options to opt.
2008-12-11 Mikhail GlushenkovMerge Base.td and Tools.td.
2008-12-09 Mikhail GlushenkovSupport -emit-llvm properly (with -S and -c).
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovPlugin updates: support more options.
2008-12-07 Mikhail GlushenkovUpdate plugins to use (actions).
2008-11-28 Mikhail GlushenkovScrap some boilerplate.
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.