reverting test commit
[oota-llvm.git] / tools / llvmc /
2011-05-02 Rafael Espindolallvmc: Pass -disable-cfi to llc.
2011-04-24 Mikhail GlushenkovRemove all references to plugins from the LLVMC docs.
2011-04-22 Mikhail GlushenkovThe .inc file is auto-generated and must not be edited...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-02-19 Mikhail GlushenkovMake "-opt [-emit-llvm]" work for .ll files.
2010-12-15 Mikhail GlushenkovCopy-pastos.
2010-12-15 Mikhail GlushenkovRemove ConvertToMAttrImpl, it became too '-march'-specific.
2010-12-15 Mikhail Glushenkovllvmc: Support -march arguments that should be forwarde...
2010-12-15 Mikhail Glushenkovllvmc: Better -mfpu/-mcpu support for ARM & PPC.
2010-12-15 Mikhail Glushenkovllvmc: more complete -march table for ARM.
2010-12-15 Mikhail Glushenkovllvmc: Support -mabi/-mfloat-abi.
2010-12-15 Mikhail Glushenkovllvmc: Forward -march/-mcpu/-mtune to as & ld.
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-28 Mikhail Glushenkovllvmc: First stab at better -march handling.
2010-11-22 Mikhail GlushenkovAdd a newline.
2010-11-22 Mikhail Glushenkovllvmc: Make -march/-mcpu/-mtune behaviour more consiste...
2010-10-23 Mikhail GlushenkovResurrect mcc16, it is useful as an example.
2010-10-23 Mikhail GlushenkovSyntax tweak in llvmc: (something [a,b,c]) -> (somethin...
2010-10-14 Mikhail GlushenkovForward -march correctly.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-09-22 Mikhail Glushenkovllvmc: Support '-emit-llvm -S' with -opt.
2010-09-22 Mikhail GlushenkovA more informative output suffix for the opt tool.
2010-09-21 Mikhail Glushenkovllvmc: split llvm_gcc_based into llvm_gcc_{pch,comp...
2010-09-21 Mikhail Glushenkovllvmc: put linker options in a separate OptList.
2010-09-02 Mikhail Glushenkovllvmc: .dylib support.
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Mikhail Glushenkovllvmc: Do not mention plugins in the code.
2010-08-20 Mikhail Glushenkovllvmc: Do not prefix option names with AutoGenerated.
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-19 Mikhail Glushenkovllvmc: Update examples.
2010-08-15 Mikhail GlushenkovUpdate tests.
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-19 Mikhail Glushenkovllvmc: Add a new option type (switch_list).
2010-07-17 Duncan SandsFix what seems like a clear buffer overflow, noticed...
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-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...
next