[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on some...
[oota-llvm.git] / tools /
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-22 Oscar FuentesCMake: `make install' for libraries, executables and...
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-10-16 Mikhail GlushenkovRe-apply Makefile changes. Fix build with srcdir !...
2008-10-15 Bill WendlingUnbreak the build. Please test out the proper fix for...
2008-10-15 Anton KorobeynikovTemporary revert r57567 and unbreak the build.
2008-10-15 Mikhail Glushenkovllvmc2: Documentation update. Describe recent work...
2008-10-15 Mikhail Glushenkovllvmc2: Some Makefile fixes and renames.
2008-10-15 Mikhail GlushenkovUse (a slightly modified) llvm.css for llvmc2 docs.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-10 Devang PatelFix build failure.
2008-10-04 Oscar FuentesCMake: Reflected changes on source file structure....
2008-10-03 Mikhail GlushenkovRename llvmc2/core to llvmc2/driver.
2008-10-03 Mikhail GlushenkovRename llvmc2/src to llvmc2/core.
2008-10-03 Mikhail GlushenkovFix build breakage when objdir!=srcdir (proper fix).
2008-10-03 Mikhail GlushenkovFix build breakage (again) when srcdir != objdir, other...
2008-10-03 Bill WendlingUnbreak the build.
2008-10-02 Mikhail GlushenkovFix build breakage.
2008-10-02 Mikhail GlushenkovBuild system tweaks to make it more convenient for...
2008-10-02 Bill WendlingAvoid name shadowing with E variable defined in for...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-24 Oscar FuentesCMake: Lists of source files updated. Removed bogus...
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-22 Mikhail GlushenkovConvert llvmc2 plugins to use llvm/Support/Registry...
2008-09-22 Mikhail GlushenkovMove llvmc2 header files under include/llvm/CompilerDriver
2008-09-22 Mikhail GlushenkovPlugin support for llvmc2 (a-la opt).
2008-09-22 Mikhail GlushenkovAdd a 'Debugging' section to the documentation.
2008-09-22 Mikhail GlushenkovMake comments a little bit more clear.
2008-09-22 Mikhail GlushenkovGet rid of GlobalLanguageMap. Global state is evil.
2008-09-22 Mikhail GlushenkovRename our version of ccc to ccc2
2008-09-22 Mikhail GlushenkovFix some comments
2008-09-22 Mikhail GlushenkovAdd a (forward_as) option property
2008-09-22 Mikhail GlushenkovDelete the file llvmc2/doc/LLVMC-Enhancements.rst ...
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-19 Duncan SandsTurn on the AddReadAttrs pass.
2008-09-19 Duncan SandsTeach -callgraph to always print the callgraph (as the
2008-09-17 Devang PatelFix comments, help messages.
2008-09-17 Devang PatelFix cut-n-pasto.
2008-09-16 Devang PatelAdd -O1, -O2 and -O3 that matches llvm-gcc's -O1, ...
2008-09-15 Duncan SandsEnd of the GlobalsModRef experiment.
2008-09-12 Duncan SandsGive GlobalsModRef a whirl in the nightly testers.
2008-09-09 Evan ChengAllow use of ssh to perform remote execution.
2008-08-27 Devang PatelBackout 55429
2008-08-27 Devang PatelAdd facility to create a target.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-21 Dan GohmanDon't silently ignore errors when opening output streams.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Anton KorobeynikovLink GC metadata printers by default to llc
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2008-08-15 Owen AndersonRemove GCSE, ValueNumbering, and LoadValueNumbering...
2008-08-08 Evan ChengAdd -fast command line option to lli. It enables fast...
2008-07-29 Matthijs KooijmanImprove bugpoint output a bit by outputting the actual...
2008-07-24 Devang PatelIdentify llvm bit-code file that is causing linking...
2008-07-22 Devang PatelQuit early, if unable to reproduce error using original...
2008-07-22 Devang PatelRemove temp. files in the end.
2008-07-22 Bill WendlingRemove more tabs.
2008-07-21 Devang PatelProvide llvm bitcode file to native object file interface.
2008-07-19 Nick Kledziktentative definitions are default visibility
2008-07-18 Devang Pateltypo.
2008-07-18 Devang PatelIf all linker input files are native object files then...
2008-07-18 Devang PatelStart writing lto-bugpoint tool.
2008-07-16 Devang PatelName string length is end position marker - begin posit...
2008-07-16 Devang PatelDo not forget global definitions from inline asm code...
2008-07-15 Devang PatelLinkOnce definitions have default scope, like weak...
2008-07-14 Evan ChengGoodbye tail duplication (for good this time).
2008-07-14 Dan GohmanReformat this message to fit in 80 cols.
2008-07-13 Duncan SandsFix comment.
2008-07-13 Chris LattnerFix PR2231 - opt -internalize -std-compile-opts should...
2008-07-08 Nick Kledzikfix dangling pointer and argv off by one errors. Add...
2008-07-08 Owen AndersonGlobal variables beginning with \01 have special meanin...
2008-07-07 Nick Kledzikadd _lto_codegen_debug_options so that linker can use it
2008-07-03 Devang PatelProvide a hook to set the code generation debug option...
2008-07-02 Owen AndersonUse ADCE instead of just DCE. ADCE will better clean...
2008-06-30 Devang PatelRename new lto2 tool as lto.
2008-06-30 Devang PatelRemove old LTO interface.
2008-06-30 Devang PatelMove dominator info printer into tool/opt/GraphPrinters.cpp
2008-06-27 Argyrios KyrtzidisSince we are using GCC to assemble the program, make...
2008-06-25 Chris Lattnerjump threading can introduce allocas, make sure we...
2008-06-25 Chris Lattnerrun mem2reg after the second jump threading pass in...
2008-06-25 Chris Lattnerremove some dead options.
2008-06-19 Duncan SandsFix some warnings reported by gcc-4.3. Hopefully
2008-06-18 Bill WendlingRefactor the way to get a string containing the feature...
2008-06-18 Bill WendlingIf compiling for PPC on an i386 box, the LTO wouldn...
2008-06-15 Argyrios KyrtzidisAdd an "exe" suffix only if the output file has no...
2008-06-15 Argyrios KyrtzidisMake sure all produced executable files have "exe"...
2008-06-15 Argyrios KyrtzidisMake sure that the current executable filename has...
2008-06-15 Argyrios KyrtzidisAppend "exe" suffix to executable files.
2008-06-12 Matthijs KooijmanLet bugpoint display generated messages on stderr only...
2008-06-12 Matthijs KooijmanAdd -silence-passes option to bugpoint. This option...
2008-05-30 Mikhail GlushenkovMake all help strings start in upper case.
2008-05-30 Mikhail GlushenkovFix the -opt switch and add a test case for it.
2008-05-30 Mikhail GlushenkovFix indentation.
2008-05-30 Mikhail GlushenkovAdd a --dry-run option to llvmc2. Patch by Holger Schurig.
2008-05-30 Mikhail GlushenkovAdd a --save-temps option.
2008-05-30 Mikhail GlushenkovAdd a check for side effect-free options (specified...
2008-05-30 Mikhail GlushenkovDocumentation update.
2008-05-30 Mikhail GlushenkovShow argv[0] in error messages (like gcc).
2008-05-30 Mikhail GlushenkovNew feature: OptionList.
2008-05-30 Mikhail GlushenkovDocumentation update.
next