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
/
tools
/
llvm2cpp
/
CppWriter.cpp
Age
Commit message (
Expand
)
Author
2006-12-18
Remove a call to Type::isSigned().
Reid Spencer
2006-12-12
Generate the correct cast opcode for constant expressions.
Reid Spencer
2006-12-06
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-11-27
For PR950:
Reid Spencer
2006-11-08
For PR950:
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-11-02
For PR950:
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-09-28
simplify code
Chris Lattner
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-08-14
Provide indentation of the generated program.
Reid Spencer
2006-06-15
Actually add instructions to the list of defined values so it gets
Reid Spencer
2006-06-01
Teach CppWriter how to emit an inline (partial) function.
Reid Spencer
2006-06-01
Restore default arguments for llvm2cpp back to health by declaring an
Reid Spencer
2006-06-01
Fix a bug where incorrect C++ was being emitted.
Reid Spencer
2006-05-31
fix utostr
Andrew Lenharth
2006-05-31
Major reorganization and extension of the code. The diff on this will be a
Reid Spencer
2006-05-31
Don't generate module definitions when the -fragment option is given.
Reid Spencer
2006-05-30
Fix more bugs. This version now passes all of the Feature test except for
Reid Spencer
2006-05-30
Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working with
Reid Spencer
2006-05-30
First complete version of llvm2cpp that doesn't crash on any of the Feature
Reid Spencer
2006-05-29
Next batch of implementation:
Reid Spencer
2006-05-29
Fix two bugs in the CppWriter.cpp:
Reid Spencer
2006-05-29
Initial Commit of llvm2cpp
Reid Spencer
[prev]