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
Age
Commit message (
Expand
)
Author
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-04-22
Fix JIT support for static ctors, which was apparently completely broken!
Chris Lattner
2006-03-24
Get JIT/Interpreter working on Windows again.
Jeff Cohen
2006-03-23
prune #includes
Chris Lattner
2006-03-23
remove always-null IntrinsicLowering argument.
Chris Lattner
2006-03-23
remove the intrinsiclowering hook
Chris Lattner
2006-03-22
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
Chris Lattner
2006-03-14
Convert llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-03-08
Add a helper method for running static ctors/dtors in the module.
Chris Lattner
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-02-07
The interpreter assumes that the caller of runFunction() must be lli, and
Jeff Cohen
2006-02-07
Teach the interpreter to handle global variables that are added to a module a...
Jeff Cohen
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-20
Fixed InitializeMemory to handle ConstantPacked.
Robert Bocchino
2006-01-07
Wrap long lines.
Chris Lattner
2006-01-07
wrap long line
Chris Lattner
2005-10-23
Fix a nasty bug that was causing miscompilation of global variables
Chris Lattner
2005-10-23
Shrinkify to match llc
Chris Lattner
2005-09-02
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
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-07-11
fix long lines
Chris Lattner
2005-06-18
core changes for varargs
Andrew Lenharth
2005-05-12
Fix a really horrible problem that causes the JIT to miscompile any program
Chris Lattner
2005-05-06
Make the stub functions be tail calls
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
* Remove trailing whitespace
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-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-02-27
Use const iterators where possible. Patch by Evan Jones!
Chris Lattner
2005-02-20
Fix problems running the HowToUseJIT on powerpc, and probably problems with
Chris Lattner
2005-02-02
This is no longer needed. Global variables with undef initializers can be
Chris Lattner
2005-01-21
If the interpreter tries to execute an external function, kill it. Of course
Chris Lattner
2005-01-16
Improve compatiblity with HPUX on Itanium, patch by Duraid Madina
Chris Lattner
2005-01-10
Rework constant pool handling so that function constant pools are no longer
Chris Lattner
[next]