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
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-06
PowerPC: Fix unimplemented relocation on ppc64
Adhemerval Zanella
2013-05-05
Add EH support to the MCJIT.
Rafael Espindola
2013-05-04
AArch64: implement 64-bit absolute relocation in MCJIT
Tim Northover
2013-05-04
AArch64: add stubs to support long function calls on MCJIT
Tim Northover
2013-05-04
AArch64: implement relocations for global access
Tim Northover
2013-05-04
AArch64: implement first relocation required for MCJIT
Tim Northover
2013-05-03
[SystemZ] Add MCJIT support
Richard Sandiford
2013-05-01
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-04-30
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-30
Collect the Addend for external relocs.
Rafael Espindola
2013-04-29
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.
Rafael Espindola
2013-04-29
Update the documentation.
Rafael Espindola
2013-04-29
Use a RelocationRef instead of a relocation_iterator.
Rafael Espindola
2013-04-29
Exposing MCJIT through C API
Andrew Kaylor
2013-04-29
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-29
Replace ObjRelocationInfo with relocation_iterator.
Rafael Espindola
2013-04-26
Teach the interpreter to handle vector compares and additional vector arithme...
Nadav Rotem
2013-04-26
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-25
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-24
Exposing MCJIT through C API
Andrew Kaylor
2013-04-24
Making invalidateInstructionCache automatic in SectionMemoryManager
Andrew Kaylor
2013-04-23
Fix dependency layering issues caused by r180112.
Eric Christopher
2013-04-23
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
Wrap.h: Define wrap / unwrap function for ExecutionEngine
Tom Stellard
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-17
Two small cleanups for ELF's templates.
Rafael Espindola
2013-04-15
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-12
Revert r179409 because it caused some warnings and some of the build bots fail.
Nadav Rotem
2013-04-12
Add support for additional vector instructions in the interpreter.
Nadav Rotem
2013-04-05
Respect Addend when processing MCJIT relocations to local/global symbols.
Ulrich Weigand
2013-04-01
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-20
Formatting, grammar
Andrew Kaylor
2013-02-20
Adding support for absolute relocations. This occurs in ELF files when a rel...
Andrew Kaylor
2013-02-07
[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
Will Schmidt
2013-02-01
Fix misplaced 'break'.
Jim Grosbach
2013-01-31
interpreter: Fix errant fallthrough.
Jim Grosbach
2013-01-31
RuntimeDyld: Fix errant fallthrough.
Jim Grosbach
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-29
Formatting correction
Andrew Kaylor
2013-01-28
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-25
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
[next]