projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposin...
2013-08-19
Andrew Kaylor
Trying again with PIC tests for MCJIT
commit
|
commitdiff
|
tree
2013-08-19
Andrew Kaylor
Adding PIC support for ELF on x86_64 platforms
commit
|
commitdiff
|
tree
2013-08-19
Andrew Kaylor
Reverting r188709 until I can figure out the proper...
commit
|
commitdiff
|
tree
2013-08-19
Andrew Kaylor
Adding tests for PIC with MCJIT
commit
|
commitdiff
|
tree
2013-08-19
Andrew Kaylor
Adding comments to document RuntimeDyld relocation...
commit
|
commitdiff
|
tree
2013-07-22
Andrew Kaylor
Adding example source to support MCJIT/Kaleidoscope...
commit
|
commitdiff
|
tree
2013-06-28
Andrew Kaylor
Revising the MCJIT ObjectCache interface to allow subclasses...
commit
|
commitdiff
|
tree
2013-05-10
Andrew Kaylor
Fix MCJITCAPITest.cpp unit test on Windows.
commit
|
commitdiff
|
tree
2013-04-29
Andrew Kaylor
Exposing MCJIT through C API
commit
|
commitdiff
|
tree
2013-04-25
Andrew Kaylor
Re-enabling MCJIT object caching with memory leak fixed
commit
|
commitdiff
|
tree
2013-04-25
Andrew Kaylor
Fixing OCAML bindings for MCJIT
commit
|
commitdiff
|
tree
2013-04-24
Andrew Kaylor
Exposing MCJIT through C API
commit
|
commitdiff
|
tree
2013-04-24
Andrew Kaylor
Making invalidateInstructionCache automatic in SectionMemory...
commit
|
commitdiff
|
tree
2013-04-23
Andrew Kaylor
Fixing cmake build for MCJIT unit tests
commit
|
commitdiff
|
tree
2013-04-23
Andrew Kaylor
Fixing typo in comment.
commit
|
commitdiff
|
tree
2013-04-23
Andrew Kaylor
Adding object caching support to MCJIT
commit
|
commitdiff
|
tree
2013-02-25
Andrew Kaylor
Provide workaround for PR 15130.
commit
|
commitdiff
|
tree
2013-02-20
Andrew Kaylor
Formatting, grammar
commit
|
commitdiff
|
tree
2013-02-20
Andrew Kaylor
Adding support for absolute relocations. This occurs...
commit
|
commitdiff
|
tree
2013-01-29
Andrew Kaylor
Formatting correction
commit
|
commitdiff
|
tree
2013-01-28
Andrew Kaylor
Add support for source and line information to IntelJITEvent...
commit
|
commitdiff
|
tree
2013-01-26
Andrew Kaylor
Add DIContext::getLineInfoForAddressRange() function...
commit
|
commitdiff
|
tree
2013-01-25
Andrew Kaylor
Add support for applying in-memory relocations to the...
commit
|
commitdiff
|
tree
2013-01-18
Andrew Kaylor
Fixing behavior of ELFObjectFile::getSymbolFileOffset().
commit
|
commitdiff
|
tree
2012-11-28
Andrew Kaylor
Moving SectionMemoryManager to MCJIT to avoid cross...
commit
|
commitdiff
|
tree
2012-11-27
Andrew Kaylor
Fix comment formatting in RuntimeDyld.h
commit
|
commitdiff
|
tree
2012-11-27
Andrew Kaylor
Modifying lli to use the SectionMemoryManager.
commit
|
commitdiff
|
tree
2012-11-27
Andrew Kaylor
Moving SectionMemoryManager into RuntimeDyld and adding...
commit
|
commitdiff
|
tree
2012-11-27
Andrew Kaylor
Implementing page permission setting in MCJIT unit...
commit
|
commitdiff
|
tree
2012-11-27
Andrew Kaylor
Make building of llvm-jitlistener conditional on the...
commit
|
commitdiff
|
tree
2012-11-21
Andrew Kaylor
Adding tests for the Intel JIT event listener's MCJIT...
commit
|
commitdiff
|
tree
2012-11-21
Andrew Kaylor
Implementing basic function-level profiling support...
commit
|
commitdiff
|
tree
2012-11-17
Andrew Kaylor
Marking remote mcjit tests as XFAIL for cygwin (hopefully...
commit
|
commitdiff
|
tree
2012-11-16
Andrew Kaylor
Claim ownership of MCJIT
commit
|
commitdiff
|
tree
2012-11-16
Andrew Kaylor
Marking remote mcjit tests as XFAIL for mingw32 (hopefully...
commit
|
commitdiff
|
tree
2012-11-16
Andrew Kaylor
Marking remote mcjit tests as XFAIL for ARM (hopefully...
commit
|
commitdiff
|
tree
2012-11-16
Andrew Kaylor
Adding new tests to test lli's pseudo-remote feature...
commit
|
commitdiff
|
tree
2012-11-15
Andrew Kaylor
Interface changes to allow RuntimeDyld memory managers...
commit
|
commitdiff
|
tree
2012-11-06
Andrew Kaylor
Fix build error from previous commit.
commit
|
commitdiff
|
tree
2012-11-06
Andrew Kaylor
Add interface for object-based JIT events.
commit
|
commitdiff
|
tree
2012-11-05
Andrew Kaylor
Add a method to indicate section address re-assignment...
commit
|
commitdiff
|
tree
2012-11-02
Andrew Kaylor
Change resolveRelocation parameters so the relocations...
commit
|
commitdiff
|
tree
2012-11-01
Andrew Kaylor
Fixed format string to avoid pointer truncation during...
commit
|
commitdiff
|
tree
2012-11-01
Andrew Kaylor
Streamlined memory manager hierarchy for MCJIT and...
commit
|
commitdiff
|
tree
2012-11-01
Andrew Kaylor
Fixed format strings to avoid pointer truncation during...
commit
|
commitdiff
|
tree
2012-10-31
Andrew Kaylor
Mark code, not data, as executable in lli RemoteTarget...
commit
|
commitdiff
|
tree
2012-10-12
Andrew Kaylor
Check section type rather than assuming it's code when...
commit
|
commitdiff
|
tree
2012-10-12
Andrew Kaylor
Correcting enum values mentioned in comments.
commit
|
commitdiff
|
tree
2012-10-10
Andrew Kaylor
Adding comments to clarify the reason for non-standard...
commit
|
commitdiff
|
tree
2012-10-10
Andrew Kaylor
Cosmetic changes
commit
|
commitdiff
|
tree
2012-10-10
Andrew Kaylor
This patch adds new functions to the SectionRef and...
commit
|
commitdiff
|
tree
2012-10-04
Andrew Kaylor
Adding MCJIT and MemoryBuffer unit tests
commit
|
commitdiff
|
tree
2012-10-02
Andrew Kaylor
Clean-up of memory buffer and object ownership model...
commit
|
commitdiff
|
tree
2012-10-02
Andrew Kaylor
Support for generating ELF objects on Windows.
commit
|
commitdiff
|
tree
2012-09-28
Andrew Kaylor
Removing dependency on third party library for Intel...
commit
|
commitdiff
|
tree
2012-09-26
Andrew Kaylor
Fix of hang during Intel JIT profiling
commit
|
commitdiff
|
tree
2012-09-19
Andrew Kaylor
This patch adds memory support functions which will...
commit
|
commitdiff
|
tree
2012-08-07
Andrew Kaylor
Enable lazy compilation in MCJIT
commit
|
commitdiff
|
tree
2012-07-27
Andrew Kaylor
Fixing problems with X86_64_32 relocations and making...
commit
|
commitdiff
|
tree
2012-07-27
Andrew Kaylor
Test commit, clean up comment
commit
|
commitdiff
|
tree
2012-07-27
Andrew Kaylor
Test commit, clean up comment
commit
|
commitdiff
|
tree