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
path:
root
/
utils
/
TableGen
/
LLVMCConfigurationEmitter.cpp
Age
Commit message (
Expand
)
Author
2009-02-27
'append_cmd' should split its argument.
Mikhail Glushenkov
2009-01-28
Typo.
Mikhail Glushenkov
2009-01-28
Add three new option properties.
Mikhail Glushenkov
2009-01-21
Change the hook API back to prevent memory leaks.
Mikhail Glushenkov
2009-01-21
Allow hooks with arguments.
Mikhail Glushenkov
2008-12-18
Fix typo in error message.
Mikhail Glushenkov
2008-12-17
Some enhancements for the 'case' expression.
Mikhail Glushenkov
2008-12-11
Put Edge* classes into anonymous namespace.
Mikhail Glushenkov
2008-12-07
Make 'extern' an option property.
Mikhail Glushenkov
2008-12-07
Better error message.
Mikhail Glushenkov
2008-12-07
Re-apply Cedric's changes.
Mikhail Glushenkov
2008-12-07
Try to guess when the auto-generated cl::Sink option should be marked 'extern'.
Mikhail Glushenkov
2008-12-07
Add a (progn)-like construct for (actions). Implemented as a DAG list.
Mikhail Glushenkov
2008-12-07
Use (actions) instead of option properties, support external options.
Mikhail Glushenkov
2008-12-05
The use of the construct:
Cedric Venet
2008-11-28
Support multiple compilation graph definitions. Not terribly useful, but make...
Mikhail Glushenkov
2008-11-28
Add 'hidden' and 'really_hidden' option properties.
Mikhail Glushenkov
2008-11-26
Small fix: the error message was incorrect in some cases.
Mikhail Glushenkov
2008-11-17
Support dependencies between plugins by priority-sorting.
Mikhail Glushenkov
2008-11-17
Filter ToolPropertiesList to exclude all Tools not mentioned in the compilati...
Mikhail Glushenkov
2008-11-17
Add a layer of indirection to make plugins more flexible.
Mikhail Glushenkov
2008-11-12
Check the return value of std::getenv.
Mikhail Glushenkov
2008-11-12
Add a bit of lazy evaluation to PopulateCompilationGraph().
Mikhail Glushenkov
2008-11-12
Some cosmetic changes.
Mikhail Glushenkov
2008-11-08
Allow $CALL and $ENV in command names. Fixes #3025.
Mikhail Glushenkov
2008-11-08
Properly escape dashes in TableGen's LLVMC2 emitter.
Anton Korobeynikov
2008-09-22
Move llvmc2 header files under include/llvm/CompilerDriver
Mikhail Glushenkov
2008-09-22
Plugin support for llvmc2 (a-la opt).
Mikhail Glushenkov
2008-09-22
Make comments a little bit more clear.
Mikhail Glushenkov
2008-09-22
Get rid of GlobalLanguageMap. Global state is evil.
Mikhail Glushenkov
2008-09-22
Add a (forward_as) option property
Mikhail Glushenkov
2008-09-22
Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...
Mikhail Glushenkov
2008-06-04
Add #includes required by GCC 4.3, thanks for Zhongxing Xu
Chris Lattner
2008-06-01
Initialize members properly during construction
Anton Korobeynikov
2008-05-31
Callback was not executed on OS X when it was a function.
Mikhail Glushenkov
2008-05-30
Add a check for side effect-free options (specified only in the OptionList).
Mikhail Glushenkov
2008-05-30
Refactoring: remove code duplication introduced in the previous patch.
Mikhail Glushenkov
2008-05-30
Refactoring: split CollectProperties into two separate function objects.
Mikhail Glushenkov
2008-05-30
New feature: OptionList.
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
Make it possible to have multiple input languages for a single tool.
Mikhail Glushenkov
2008-05-30
Better error reporting for the 'case' construct.
Mikhail Glushenkov
[next]