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
/
include
/
llvm
/
CompilerDriver
/
Common.td
Age
Commit message (
Expand
)
Author
2011-09-20
Remove more of llvmc and dependencies.
Eric Christopher
2011-05-05
llvmc: Make 'true' and 'false' instances of a 'Bool' class.
Mikhail Glushenkov
2010-08-23
llvmc: Make syntax more consistent.
Mikhail Glushenkov
2010-08-23
llvmc: Properly handle (error) in edge properties.
Mikhail Glushenkov
2010-08-15
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-07-19
llvmc: Add a new option type (switch_list).
Mikhail Glushenkov
2010-03-05
Make it not an error to specify -O* options several times.
Mikhail Glushenkov
2010-02-23
Correct option forwarding: initial implementation.
Mikhail Glushenkov
2010-02-23
New experimental/undocumented feature: 'works_on_empty'.
Mikhail Glushenkov
2010-02-23
Add a way to enable '-opt=foo' forwarding.
Mikhail Glushenkov
2009-12-17
Add a 'set_option' action for use in OptionPreprocessor.
Mikhail Glushenkov
2009-12-15
Validate the generated C++ code in llvmc tests.
Mikhail Glushenkov
2009-12-07
Deprecate 'unpack_values'.
Mikhail Glushenkov
2009-12-07
Implement 'forward_value' and 'forward_transformed_value'.
Mikhail Glushenkov
2009-10-22
Forgot a declaration.
Mikhail Glushenkov
2009-10-17
First draft of the OptionPreprocessor.
Mikhail Glushenkov
2009-09-28
Add a way to query the number of input files.
Mikhail Glushenkov
2009-09-10
Distinguish between 'empty' and empty DAG marker.
Mikhail Glushenkov
2009-09-10
Add a logical 'not' operator to llvmc's TableGen dialect.
Mikhail Glushenkov
2009-07-07
s/llvmc2/llvmc/
Mikhail Glushenkov
2009-07-07
Add an 'init' option property.
Mikhail Glushenkov
2009-01-28
Add three new option properties.
Mikhail Glushenkov
2008-12-17
Some enhancements for the 'case' expression.
Mikhail Glushenkov
2008-12-07
Make 'extern' an option property.
Mikhail Glushenkov
2008-12-07
Use (actions) instead of option properties, support external options.
Mikhail Glushenkov
2008-11-28
Add 'hidden' and 'really_hidden' option properties.
Mikhail Glushenkov
2008-11-17
Support dependencies between plugins by priority-sorting.
Mikhail Glushenkov
2008-11-17
Add a layer of indirection to make plugins more flexible.
Mikhail Glushenkov
2008-10-02
Build system tweaks to make it more convenient for the plugin authors.
Mikhail Glushenkov