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
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
2011-03-20
If a class inherits from RefCountedBaseVPTR allow all its subclasses to be us...
Argyrios Kyrtzidis
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-09-21
llvmc: Allow multiple output languages.
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-20
llvmc: Cut global namespace pollution.
Mikhail Glushenkov
2010-08-15
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-07-27
Return -1 only on failure to execute a program.
Mikhail Glushenkov
2010-07-23
StringRef'icate.
Mikhail Glushenkov
2010-07-23
Get rid of exceptions in llvmc.
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
2010-02-18
Refer to -help instead of --help since this is what tools themselves say.
Duncan Sands
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-11-07
llvmc: Add a '-time' option.
Mikhail Glushenkov
2009-10-22
Forgot a declaration.
Mikhail Glushenkov
2009-10-17
First draft of the OptionPreprocessor.
Mikhail Glushenkov
2009-10-14
Delete bogus semicolons.
Dan Gohman
2009-10-09
Raise the limit on built-in plugins in llvmc to 10.
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-08-27
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2009-08-27
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-07-09
Add a -t="dir" option to the driver. This can be used to specify the director...
Sanjiv Gupta
2009-07-07
s/llvmc2/llvmc/
Mikhail Glushenkov
2009-07-07
Add an 'init' option property.
Mikhail Glushenkov
2009-06-30
Move the driver entry point out of Main.inc.
Mikhail Glushenkov
2009-06-29
Make dynamic LLVMC plugins work on Windows (finally!).
Mikhail Glushenkov
2009-06-25
Make -save-temps behave like in GCC 4.5.
Mikhail Glushenkov
2009-06-23
Make llvmc work again.
Mikhail Glushenkov
2009-06-23
Typo.
Mikhail Glushenkov
2009-03-27
-write-graph now can be used with -o.
Mikhail Glushenkov
2009-03-07
Remove some duplication.
Mikhail Glushenkov
2009-03-02
Move code from Main.cpp to the include dir.
Mikhail Glushenkov
2009-03-02
Cosmetic fixes: include guards.
Mikhail Glushenkov
2009-03-02
Plugin::Priority() doesn't need to be pure virtual.
Mikhail Glushenkov
2009-03-02
Add a comment.
Mikhail Glushenkov
2009-03-02
Reorganize llvmc code.
Mikhail Glushenkov
2009-01-28
Add three new option properties.
Mikhail Glushenkov
2009-01-09
Add a --check-graph option to llvmc.
Mikhail Glushenkov
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
[next]