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
/
ExecutionEngine
/
JIT
/
JITEmitter.cpp
Age
Commit message (
Expand
)
Author
2006-05-02
Do not make the JIT memory manager manage the memory for globals. Instead
Chris Lattner
2006-05-02
Minor cleanups, no functionality change.
Chris Lattner
2006-05-02
Refactor the machine code emitter interface to pull the pointers for the current
Chris Lattner
2006-05-02
Remove dead method
Chris Lattner
2006-04-25
Fix a warning
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-02-09
simplify this code now that each constant pool entry is not separately allocated
Chris Lattner
2006-02-09
Adjust to MachineConstantPool interface change: instead of keeping a
Chris Lattner
2006-02-09
rename fields of constant pool entries
Chris Lattner
2006-01-31
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-22
Add #include of <iostream>
Chris Lattner
2006-01-07
Wrap long lines.
Chris Lattner
2005-08-01
one cannot allocate a global, until one is done initializing the global pointers
Andrew Lenharth
2005-07-30
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-29
support near allocations for the JIT
Andrew Lenharth
2005-07-28
Like constants, globals on some platforms are GOT relative. This means they ...
Andrew Lenharth
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-25
fix a warning on 32-bit systems
Chris Lattner
2005-07-22
the JIT memory manager will construct a GOT if you want it too. Also, it pla...
Andrew Lenharth
2005-07-20
count the number of relocations performed.
Chris Lattner
2005-07-12
For PR540:
Reid Spencer
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-18
Add support for targets that require stubs for external functions.
Chris Lattner
2005-03-17
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2005-02-20
Fix problems running the HowToUseJIT on powerpc, and probably problems with
Chris Lattner
2005-01-10
Rework constant pool handling so that function constant pools are no longer
Chris Lattner
2005-01-08
Silence VS warnings.
Chris Lattner
2004-12-13
Get rid of some leaks found by VC leak detector.
Reid Spencer
2004-12-05
Properly implement a fix for PR475
Chris Lattner
2004-12-01
Remove unneeded cast.
Chris Lattner
2004-11-30
Fix the JIT when being used from llvm-db
Chris Lattner
2004-11-22
Rename Emitter.cpp -> JITEmitter.cpp
Chris Lattner
2004-11-22
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
Chris Lattner
2004-11-22
These methods are obsolete
Chris Lattner
2004-11-22
Support targets that require stubs for external functions better
Chris Lattner
2004-11-21
Clean up DEBUG output
Chris Lattner
2004-11-21
Allow targets to avoid emitting a stub for EVERY lazily resolved call. In
Chris Lattner
2004-11-20
Implement relocation support by adding a target independent resolver interface.
Chris Lattner
2004-11-20
Add getCurrentPCOffset() and addRelocation() methods.
Chris Lattner
2004-11-19
Match change in MachineCodeEmitter prototype.
Chris Lattner
2004-11-15
Now that we have ghost linkage, we can force resolution of external symbols
Chris Lattner
2004-10-29
When emitting debug msgs for function stubs, don't truncate the
Brian Gaeke
2004-09-13
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-11
Convert the Emitter to use the lib/System "Memory" interface instead of the
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-05-28
Use the SystemUtils.h file to do our dirty work.
Chris Lattner
2004-05-27
This code is a real mess, but at least get the JIT *building* on platforms
Chris Lattner
2004-04-23
Implement emitWordAt() for the JIT emitter.
Brian Gaeke
2004-02-08
There is no reason to #define fd
Chris Lattner
[prev]
[next]