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