Add "generic" fallback.
[oota-llvm.git] / tools /
2009-12-09 Chris Lattnerwhen opt crashes, print its command line arguments...
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-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-11-25 Viktor KutuzovRollback changes r89516: Added two SubtargetFeatures...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-21 Viktor KutuzovAdded two SubtargetFeatures::AddFeatures methods, which...
2009-11-19 Mikhail GlushenkovMake example/Hello compile again.
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-11-17 Duncan SandsMake bugpoint pass -load arguments to LLI. This lets...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-11-01 Nick LewyckyLine this up as well.
2009-11-01 Nick LewyckyFix whitespace.
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanRemove the #include of Pass.h from PassManager.h. This...
2009-10-28 Viktor KutuzovFix to pass options from Gold plugin to LTO codegen
2009-10-27 Jeffrey YasskinRevert the API changes from r85295 to make it easier...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Mikhail GlushenkovDocument OptionPreprocessor.
2009-10-22 Duncan SandsInclude config.h in order to have HAVE_STDINT_H be...
2009-10-22 Chris Lattnerllvm-ld doesn't throw.
2009-10-22 Chris Lattnerthis doesn't use EH either.
2009-10-22 Chris Lattnernothing opt uses can throw, remove the try block and...
2009-10-22 Chris LattnerAdd some command line options for twiddling the default...
2009-10-21 Sanjiv GuptaAdded more options to mcc16 driver.
2009-10-21 Mikhail GlushenkovClarify documentation on multi_val options.
2009-10-21 Jeffrey YasskinDelete the MacOSJITEventListener per echristo's request...
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-17 Daniel Dunbarllvm-as: Simplify, and don't create empty output files...
2009-10-16 Evan ChengAdd a CodeGenOpt::Less level to match -O1. It'll be...
2009-10-16 Daniel DunbarMC: Remove unneeded context argument to MCExpr::Evaluate*.
2009-10-16 Daniel DunbarMC: Tweak variable assignment diagnostics, and make...
2009-10-16 Daniel DunbarMC: When parsing a variable reference, substitute absol...
2009-10-14 Duncan SandsThere seems to be no reason for opt's -S option to...
2009-10-11 Nick LewyckyFix Makefile to build correctly on Darwin. Patch by...
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-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-05 Chris Lattnerremove llvm-db: it is completely broken and if anyone...
2009-10-04 Oscar FuentesCMake: remove .so file extension from library names...
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Mikhail GlushenkovDocument the 'not' combinator.
2009-09-27 Chris Lattneradd a new DirectiveMap stringmap, which allows more...
2009-09-27 Chris Lattneravoid copying MCAsmInfo by value, add an (extremely...
2009-09-25 Daniel DunbarMake llvm-bcanalyzer percentages more readable.
2009-09-25 Daniel DunbarStrip trailing whitespace.
2009-09-25 Duncan SandsPrint INST_INBOUNDS_GEP rather than UnknownCode30.
2009-09-23 Gabor Greifpretty mechanical changes to match coding guidelines...
2009-09-22 Daniel DunbarFix llvm-config --src-root and --obj-root for CMake...
2009-09-22 Daniel Dunbarllvm-config: Remove unused variables.
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-19 Nick LewyckyRemove the default value for ConstantStruct::get's...
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-09-16 Dan GohmanNow that llc can read .ll files directly, teach it...
2009-09-16 Kevin EnderbyFixed some problems with the logic of parsing line...
2009-09-16 Xerxes RanbyMake cmake generated llvm-config output correct JIT...
2009-09-16 Chris Lattneruse an accessor to simplify code.
2009-09-15 Dan GohmanGive llvm-link a -S option.
2009-09-15 Dan GohmanDon't bother using a PassManager just to print a Module.
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-12 Dan GohmanConvert llvm-link to IRReader.
2009-09-11 Douglas GregorDe-bork CMake build. llvm-extract depends on asmparser
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-09-10 Mikhail GlushenkovAllow llvmc to take .bc files as input.
2009-09-10 Nuno Lopesfix leakage of Module
2009-09-10 Daniel DunbarMC: Give target specific parsers access to the MCStreamer.
2009-09-07 Daniel DunbarAdd -output-prefix option to bugpoint (to change the...
2009-09-06 Benjamin KramerFix an integer truncation noticed by MSVC.
2009-09-05 Daniel Dunbaropt: Add -S option to print output as LLVM assembly.
2009-09-04 Kevin EnderbyAdded AsmToken enum constants to MCAsmLexer.h for ...
2009-09-04 Kevin EnderbyAdded the AsmToken::Hash enum constant to MCAsmLexer...
2009-09-03 Kevin EnderbyRemoved the non-target independent AsmToken::Register...
2009-09-03 Dan GohmanMake bugpoint use ParseIRFile instead of doing the...
2009-09-03 Dan GohmanUse IRReader.h in opt, to support reading of LLVM Assem...
2009-09-03 Chris LattnerTAI -> MAI
2009-09-03 Daniel DunbarTweak comment.
2009-09-02 Douglas GregorUnbreak my CMake build. Say you'll link again.
2009-09-02 Dan GohmanSwitch llc from ParseBitcodeFile to ParseIRFile. This...
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExp...
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::Parse[Paren]Expression forms...
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::getContext.
2009-08-31 Daniel Dunbarllvm-mc: Switch MCExpr construction to using static...
next