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
/
lib
/
Target
/
Alpha
/
AlphaJITInfo.cpp
Age
Commit message (
Expand
)
Author
2008-11-08
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-04-16
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-07-27
Resolve BB references with relocation.
Evan Cheng
2006-07-25
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-05-02
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-01-01
Remove a 'using namespace std'.
Chris Lattner
2005-08-04
No, IDEFs shouldn't be JITed
Andrew Lenharth
2005-07-30
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-28
support bsr, and more .td simplification
Andrew Lenharth
2005-07-28
get lazy JITing working. Some of shootout runs now
Andrew Lenharth
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-22
finally found the gcc defined constants
Andrew Lenharth
2005-07-22
Alpha JIT (beta)
Andrew Lenharth