Don't include Operator.h from InstrTypes.h.
[oota-llvm.git] / tools / llvmc / src /
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-28 Mikhail Glushenkovllvmc: First stab at better -march handling.
2010-11-22 Mikhail Glushenkovllvmc: Make -march/-mcpu/-mtune behaviour more consiste...
2010-10-23 Mikhail GlushenkovSyntax tweak in llvmc: (something [a,b,c]) -> (somethin...
2010-10-14 Mikhail GlushenkovForward -march correctly.
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-15 Mikhail GlushenkovUpdate tests.
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.