aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/plugins
AgeCommit message (Expand)Author
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-07-01Make -filelist work with -linker=c++.Mikhail Glushenkov
2010-04-29llc no longer requires the -f option to overwrite files.Dan Gohman
2010-04-19Support .a files directly (without -l).Mikhail Glushenkov
2010-04-03Pass -shared to the linker.Mikhail Glushenkov
2010-03-31Pass -m32/-m64 to assembler.Mikhail Glushenkov
2010-03-05Make it not an error to specify -O* options several times.Mikhail Glushenkov
2010-02-23Fix -mtune forwarding.Mikhail Glushenkov
2010-02-23Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' cha...Mikhail Glushenkov
2010-02-23Input files with empty suffixes must be passed to linker.Mikhail Glushenkov
2010-02-23Support -Xlinker et al.Mikhail Glushenkov
2010-02-23Typo.Mikhail Glushenkov
2010-02-23Correct option forwarding: initial implementation.Mikhail Glushenkov
2010-02-23Precompiled headers: initial support.Mikhail Glushenkov
2010-02-23New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov
2010-02-23Support '-install_name'.Mikhail Glushenkov
2010-02-13Support some more Darwin-only options.Mikhail Glushenkov
2010-02-13Support -mfix-and-continue properly.Mikhail Glushenkov
2010-02-13Revert r94752, turns out we don't need to touch these options.Mikhail Glushenkov
2010-01-28Support some more options...Mikhail Glushenkov
2010-01-26Support -arch.Mikhail Glushenkov
2010-01-26Support for -iquote.Mikhail Glushenkov
2010-01-02Forward -O0 to llvm-gcc.Mikhail Glushenkov
2010-01-02Apparently, it is OK for -MT to be specified several times.Mikhail Glushenkov
2010-01-01Minor simplifactions.Mikhail Glushenkov
2010-01-01Minor simplifications.Mikhail Glushenkov
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov
2009-12-07Deprecate 'unpack_values'.Mikhail Glushenkov
2009-12-07Pass '-msse' and friends to llc as '-mattr=+/-'.Mikhail Glushenkov
2009-12-04Forward -m32/-m64 to the linker.Mikhail Glushenkov
2009-12-04Support -march/-mtune/-mcpu.Mikhail Glushenkov
2009-12-01Add relocation model options.Mikhail Glushenkov
2009-12-01Forward -save-temps to llvm-gcc.Mikhail Glushenkov
2009-12-01Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov
2009-10-17-O[0-3] options should be also forwarded to opt and llc.Mikhail Glushenkov
2009-10-09Use llvm-as only for compiling .ll -> .bc.Mikhail Glushenkov
2009-10-08Unbreak the build.Mikhail Glushenkov
2009-10-08Make the Base plugin understand -MF and -MT.Mikhail Glushenkov
2009-09-28Add a way to query the number of input files.Mikhail Glushenkov
2009-09-10Allow llvmc to take .bc files as input.Mikhail Glushenkov
2009-04-21Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov
2009-04-18Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling
2009-04-18Add a configure check for llvm-gcc (reapply).Mikhail Glushenkov
2009-04-18Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling
2009-04-18Add a configure check for llvm-gcc.Mikhail Glushenkov
2009-03-31Do not pass '-relocation-model=pic' to llc.Mikhail Glushenkov
2009-03-03Move example plugins to the example/ directory.Mikhail Glushenkov
2009-03-02Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov
2009-03-02Fix build with objdir != srcdir.Mikhail Glushenkov