Properly print flags on Sparc
[oota-llvm.git] / tools /
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...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-29 Owen AndersonRe-enable the newly simplified ADCE. This fixes a...
2008-05-28 Nick Kledzikuse space insted of tabs
2008-05-27 Nick Kledzikfix infinite recursion if a global's initializer refere...
2008-05-27 Devang PatelAdd instcombine after global optimizations.
2008-05-27 Devang PatelUse IPSCCPPass instead of IPConstantPropagationPass.
2008-05-27 Owen AndersonRemove ADCE from the optimization pipeline.
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2008-05-23 Dale JohannesenMake LTO expect common and weak to be represented diffe...
2008-05-21 Evan ChengRename -no-lazy to -disable-lazy-compilation.
2008-05-16 Dale JohannesenAdd CommonLinkage, in a way that preserves the
2008-05-16 Dale JohannesenAdd CommonLinkage to lto (treated same as weak AFAICT)
2008-05-16 Evan ChengRe-enable tail duplication pass (now with default thres...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-15 Evan ChengRemove tail duplication pass.
2008-05-14 Devang PatelRecover nestedloop regression reported by nightly tester.
2008-05-14 Devang PatelDo not run instruction combiner in middle of loop optim...
2008-05-12 Mikhail GlushenkovFilter option names to escape symbols not allowed as...
2008-05-12 Mikhail GlushenkovMake it possible to choose between different compilatio...
2008-05-12 Mikhail GlushenkovFix some error messages; Make LLVMC pass through the...
2008-05-10 Owen AndersonRe-enable loop deletion by default.
2008-05-09 Mikhail GlushenkovRename Example.td to Graph.td.
2008-05-09 Nick Kledzikuse doxygen comments for makeBuffer()
2008-05-09 Mikhail GlushenkovReapply 50867: A small refactoring (extract method...
2008-05-09 Nick Kledzik<rdar://problem/5917641> use getMemBufferCopy if suppli...
2008-05-08 Tanya LattnerRevertin 50867 since it was breaking the build.
2008-05-08 Mikhail GlushenkovAdd -E and -S options
2008-05-08 Mikhail GlushenkovA small refactoring (extract method) + some comment...
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-06 Owen AndersonDisable loop deletion until the release branch.
2008-05-06 Mikhail GlushenkovChange from llvm::SmallSet<std::string> to llvm::String...
next