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
/
LLVMCCConfigurationEmitter.cpp
Age
Commit message (
Expand
)
Author
2008-05-06
Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitter
Mikhail Glushenkov
2008-05-06
Add output redirection, rename namespace llvmcc to namespace llvmc.
Mikhail Glushenkov
2008-05-06
Small output formatting fix.
Mikhail Glushenkov
2008-05-06
Add inward edge counters to Nodes; Associate JoinLists with JoinTools.
Mikhail Glushenkov
2008-05-06
Return const char* instead of std::string in Tool classes
Mikhail Glushenkov
2008-05-06
Refactoring: extract method.
Mikhail Glushenkov
2008-05-06
Add new edge properties: parameter_equals, element_in_list, and.
Mikhail Glushenkov
2008-05-06
Implemented switch_on edge property.
Mikhail Glushenkov
2008-05-06
More work on edge properties. Use Edge classes instead of strings in Compilat...
Mikhail Glushenkov
2008-05-06
Ongoing work: add an edge typechecker, rudimentary support for edge properties.
Mikhail Glushenkov
2008-05-06
Convert internal representation to use DAG. This gives us more flexibility an...
Mikhail Glushenkov
2008-05-06
Code reorg
Mikhail Glushenkov
2008-03-27
Fix build breakage on Windows with GCC 4.3. References bug #2176.
Mikhail Glushenkov
2008-03-23
Add first proof-of-concept universal compiler driver framework based
Anton Korobeynikov