CMake: Builds all examples. Corrected name of CBackend target.
[oota-llvm.git] / tools /
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.
2008-05-30 Mikhail GlushenkovA small optimization: use static char* array instead...
2008-05-30 Mikhail GlushenkovMake it possible to test if the '-o' option is provided.
2008-05-30 Mikhail GlushenkovAdd support for option aliases.
2008-05-30 Mikhail GlushenkovFix some headers.
2008-05-30 Mikhail GlushenkovNew tests for the 'case' expression: not_empty, in_lang...
2008-05-30 Mikhail Glushenkov-E should print to stdout.
2008-05-30 Mikhail GlushenkovMake it possible to have multiple input languages for...
2008-05-30 Mikhail GlushenkovRename StringVector to StrVector (to be consistent...
2008-05-30 Mikhail GlushenkovMinor error message fixes.
2008-05-30 Mikhail GlushenkovDocumentation and examples improvements
2008-05-30 Mikhail GlushenkovDo not generate empty 'if's for the output_suffix property.
2008-05-30 Mikhail GlushenkovUpdate documentation, add examples.
2008-05-30 Mikhail GlushenkovRename LLVMC-Tutorial.rst to LLVMC-Reference.rst
2008-05-30 Mikhail GlushenkovMake it possible to change the output file suffix based...
2008-05-30 Mikhail GlushenkovAdd support for user-provided hooks and environment...
2008-05-30 Mikhail GlushenkovEnable the response file ('llvmc @file') support.
2008-05-30 Mikhail GlushenkovUpdate the code to the fact that StringSet now lives...
2008-05-30 Mikhail GlushenkovMake it possible to use the generalised 'case' construc...
2008-05-30 Mikhail GlushenkovAdd a generalised 'case' construct.
2008-05-30 Nick Kledzikremove the StripSymbolsPass. This should not be done...
next