Try to fix ocaml bindings.
[oota-llvm.git] / tools /
2010-10-07 Dan GohmanThis file needs ToolOutputFile.h too.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-10-07 Michael J. SpencerFix Whitespace.
2010-10-07 Michael J. SpencerFix warnings on Windows.
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-10-02 Oscar FuentesStop the build if cyclic library dependecies found.
2010-09-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2010-09-27 Bill WendlingAdd a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H...
2010-09-27 Bill WendlingThe "linker_private_weak*" linkages should set the...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-09-23 Dan GohmanFix llvm-extract -delete's lazy loading to materialize...
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-16 Daniel Dunbarllvm-mc: Teach -as-lex to print more token kinds.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Dan GohmanUse ParseIRFile to auto-detect LLVM Assembly automatically.
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-10 NAKAMURA TakumiDon't build redundant libLLVMgold.a.
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-09-08 Tobias GrosserExecute all Pass Printers even if -quiet is set.
2010-09-08 Tobias GrosserInclude original pass name in the PassPrinter's name.
2010-09-05 Chris Lattnercleanups: mark stuff static, only tagdecls should be...
2010-09-03 Bill WendlingQuiesce warning about non-virtual d'tor in virtual...
2010-09-02 Chris Lattneradd a new "llvm-dis -show-annotations" option, which...
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris LattnerAsmPrinter has a formatted stream, pass it down through...
2010-09-02 Mikhail Glushenkovllvmc: .dylib support.
2010-09-02 Nick LewyckyFix compile errors.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-31 Michael J. SpencerCleanup Whitespace.
2010-08-30 Dan GohmanFix llc to run the verifier once, not twice.
2010-08-28 Chris Lattnertidy up
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-08-27 Michael J. SpencerFix the msvs 2010 build.
2010-08-26 Devang PatelFix prototypes.
2010-08-26 Oscar FuentesUpdated CMake library dependencies. Removed unnecessary...
2010-08-26 Dan GohmanRewrite ExtractGV, removing a bunch of stuff that didn...
2010-08-25 Dan GohmanConvert llvm-extract to use lazy loading. This makes...
2010-08-25 Dan Gohmanlto_codegen_set_gcc_path was removed.
2010-08-25 Dan GohmanFix a few missing entries in lto.exports.
2010-08-25 Eric ChristopherApparently this is needed for llvm-link to link.
2010-08-24 Bill Wendling- Add the LinkerPrivateWeakDefAutoLinkage to the Ada...
2010-08-24 Chris LattnerApply "Win32's Hybrid path separator in argv[0] should...
2010-08-24 John McCallCheck in a couple of changes that I apparently never...
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Mikhail Glushenkovllvmc: Do not mention plugins in the code.
2010-08-20 Dan GohmanConvert tools to use tool_output_file, and introduce...
2010-08-20 Mikhail Glushenkovllvmc: Do not prefix option names with AutoGenerated.
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-20 Dan GohmanUse tool_output_file in llvm-extract and llvm-link...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-08-20 Dan GohmanMake the SCC printing passes use errs() instead of...
2010-08-20 Dan GohmanPrint chatty verbose messages to errs() instead of...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
2010-08-19 Mikhail Glushenkovllvmc: Update examples.
2010-08-18 Dan GohmanEliminate some redundancy by relying on raw_fd_ostream...
2010-08-18 Dan GohmanAllow the -analyze option to follow the -o option,...
2010-08-18 Dan GohmanDon't translate "-" to outs() manually; raw_ostream...
2010-08-18 Dan GohmanDon't translate "-" to outs() manually; raw_ostream...
2010-08-18 Dan GohmanDon't register stdout to be deleted on a signal.
2010-08-18 Dan GohmanRemove an unused command-line option.
2010-08-17 Anton KorobeynikovThis patch enables ENABLE_SHARED=1 to build DLL based...
2010-08-15 Oscar FuentesCMake: Improved COMMENT on a custom command
2010-08-15 Mikhail GlushenkovUpdate tests.
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-08-11 Rafael EspindolaMake it possible to set the cpu used for codegen.
2010-08-11 Daniel Dunbarlto: Fix an inverted conditional which prevented the...
2010-08-11 Daniel Dunbarlto: Fix gratuitous memory leaks.
2010-08-10 Daniel Dunbarlto: Reduce nesting.
2010-08-10 Daniel DunbarLTOModule.cpp: Fix numerous style issues.
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-08-10 Rafael EspindolaFix silly bug.
2010-08-10 Rafael EspindolaUse RunPassesOn as in the rest of bugpoint.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-08-09 Rafael EspindolaDon't try to build a plugin on windows.
2010-08-08 Michael J. Spencerllc: Fix help typo as pointed out by Nick Lewycky.
2010-08-08 Rafael EspindolaAdd a opt-args option that can be used to pass argument...
2010-08-08 Rafael Espindolas/libLLVMgold/LLVMgold/g
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-08 Rafael EspindolaTry to fix cmake build.
2010-08-07 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-07 Rafael EspindolaAnother missing file :-(
2010-08-07 Rafael EspindolaAdd missing file.
2010-08-07 Rafael EspindolaMove the bugpoint test passes to a plugin in preparatio...
2010-08-06 Michael J. Spencerllc: Clarify -mc-relax-all description.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Bob WilsonRevert bugpoint change due to buildbot breakage.
2010-08-05 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-05 Rafael EspindolaAdd const to compileProgram and to the various test...
2010-08-05 Rafael EspindolaAdd a Module argument to the remaining runPasses method...
2010-08-05 Rafael EspindolaMake EmitProgressBitcode const and add a Module argumen...
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-07-31 Michael J. Spencerllc: Add -mc-relax-all.
next