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
/
jello
Age
Commit message (
Expand
)
Author
2002-12-24
Jello is now part of LLI
Chris Lattner
2002-12-23
X86 target machine is now parameterizable
Chris Lattner
2002-12-22
brg
Brian Gaeke
2002-12-13
Pass command line arguments to main
Chris Lattner
2002-12-13
Add statistic
Chris Lattner
2002-12-13
Made status output debug-only (for testing diffs against lli).
Misha Brukman
2002-12-13
brg
Brian Gaeke
2002-12-13
Implement branches
Chris Lattner
2002-12-12
This checkin is brought to you by the brian gaeke allnighter fund.
Brian Gaeke
2002-12-06
Fix to make jello compile on Sparc even though it won't run.
Chris Lattner
2002-12-04
Add support for global value references
Chris Lattner
2002-12-04
Initial checkin of global var support code
Chris Lattner
2002-12-04
Implement simple global variable support
Chris Lattner
2002-12-04
Implement external function support
Chris Lattner
2002-12-04
Initial checkin of Unresolved function fault handler
Chris Lattner
2002-12-04
Implement lazy resolution of function calls
Chris Lattner
2002-12-03
Initial checkin of virtual machine implementation.
Chris Lattner
2002-12-03
Final tweak to printer
Chris Lattner
2002-12-03
Implement trivially simple debugger for MachineCodeEmitter interface
Chris Lattner
2002-12-02
Add initial support for machine code emission
Chris Lattner
2002-11-04
No need to explicitly inclue ExportSymbols now
Chris Lattner
2002-10-30
Return 0 instead of 1 for correct execution. Makes automated testing happy.
Misha Brukman
2002-10-29
* Privatize the TargetName
Chris Lattner
2002-10-29
Convert jello to use PassManager
Chris Lattner
2002-10-25
Initial checkin of LLVM JIT, codenamed jello. This tool is not built by
Chris Lattner