aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-30Refactoring: split CollectProperties into two separate function objects.Mikhail Glushenkov
2008-05-30Show argv[0] in error messages (like gcc).Mikhail Glushenkov
2008-05-30New feature: OptionList.Mikhail Glushenkov
2008-05-30Documentation update.Mikhail Glushenkov
2008-05-30A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov
2008-05-30Make it possible to test if the '-o' option is provided.Mikhail Glushenkov
2008-05-30Fix: 'sink' handling was broken.Mikhail Glushenkov
2008-05-30Add support for option aliases.Mikhail Glushenkov
2008-05-30Allow nesting of case expressions.Mikhail Glushenkov
2008-05-30Small error message improvement.Mikhail Glushenkov
2008-05-30Remove RequireDefault parameter from EmitCaseConstructHandler.Mikhail Glushenkov
2008-05-30Fix some headers.Mikhail Glushenkov
2008-05-30New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov
2008-05-30-E should print to stdout.Mikhail Glushenkov
2008-05-30Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov
2008-05-30Rename StringVector to StrVector (to be consistent with LLVMCConfigurationEmi...Mikhail Glushenkov
2008-05-30Minor error message fixes.Mikhail Glushenkov
2008-05-30Documentation and examples improvementsMikhail Glushenkov
2008-05-30Better error reporting for the 'case' construct.Mikhail Glushenkov
2008-05-30Do not generate empty 'if's for the output_suffix property.Mikhail Glushenkov
2008-05-30Update documentation, add examples.Mikhail Glushenkov
2008-05-30Rename LLVMC-Tutorial.rst to LLVMC-Reference.rstMikhail Glushenkov
2008-05-30Make it possible to use hooks like this: '$CALL(MyHook)/path/to/file'.Mikhail Glushenkov
2008-05-30Make it possible to change the output file suffix based on command-line options.Mikhail Glushenkov
2008-05-30Add support for user-provided hooks and environment variable reads to the cmd...Mikhail Glushenkov
2008-05-30Enable the response file ('llvmc @file') support.Mikhail Glushenkov
2008-05-30Update the code to the fact that StringSet now lives in llvm/ADT.Mikhail Glushenkov
2008-05-30Some small tweaks to make the generated code prettier.Mikhail Glushenkov
2008-05-30Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov
2008-05-30Add a generalised 'case' construct.Mikhail Glushenkov
2008-05-30Unbreak this test.Nick Lewycky
2008-05-30remove the StripSymbolsPass. This should not be done by default in libLTO.dy...Nick Kledzik
2008-05-30Remove an unused variable.Dan Gohman
2008-05-30Fix an error in the comment for APInt::getMinSignedBits.Dan Gohman
2008-05-30Fix a typo in a comment.Dan Gohman
2008-05-30Fix a copy+paste error in a comment.Dan Gohman
2008-05-30Fix doxygen comment syntax.Dan Gohman
2008-05-29Make the renumbering correct in the face of deleted instructions that have be...Owen Anderson
2008-05-29add doxygen commentsGabor Greif
2008-05-29Unbreak build.Bill Wendling
2008-05-29Remove guard, so *each* inclusion will result in a warningAnton Korobeynikov
2008-05-29Add patterns for CALL32m and CALL64m. They aren't matched in mostDan Gohman
2008-05-29Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling
2008-05-29Remove <iostream>.Bill Wendling
2008-05-29Add newline at end of file.Owen Anderson
2008-05-29Fix a tblgen problem handling variable_ops in tblgen instructionDan Gohman
2008-05-29const-ify getOpcode.Dan Gohman
2008-05-29Prune and tidy #includes.Dan Gohman
2008-05-29Expand small memmovs using inline code. Set the X86 threshold for expandingDan Gohman
2008-05-29For PR1338: Rename test dirsAnton Korobeynikov