projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Create macro INITIALIZE_TM_PASS.
[oota-llvm.git]
/
include
/
llvm
/
ExecutionEngine
/
2014-05-31
Alp Toker
ExecutionEngine: avoid NDEBUG in headers
tree
|
commitdiff
2014-04-29
David Blaikie
Fix MSVC build broken by r207580
tree
|
commitdiff
2014-04-29
David Blaikie
PR19553: Memory leak in RuntimeDyldELF::createObjectIma...
tree
|
commitdiff
2014-04-24
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-21
Jim Grosbach
Object: iterator_range accessors for ObjectImage symbol...
tree
|
commitdiff
2014-04-18
Lang Hames
[ExecutionEngine] Allow JIT clients to enable/disable...
tree
|
commitdiff
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-03-26
Juergen Ributzka
[MCJIT] Check if there have been errors during RuntimeD...
tree
|
commitdiff
2014-03-20
Lang Hames
Add an option to MCJIT to have it forward all sections...
tree
|
commitdiff
2014-03-16
NAKAMURA Takumi
Untabify.
tree
|
commitdiff
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-05
Chandler Carruth
[Layering] Move DebugLoc.h into the IR library. The...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move ValueMap to the IR library. While this...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move ValueHandle into the IR library where...
tree
|
commitdiff
2014-02-18
Rafael Espindola
Rename some member variables from TD to DL.
tree
|
commitdiff
2014-02-12
Lang Hames
Extend RTDyld API to enable optionally precomputing...
tree
|
commitdiff
2014-01-23
Juergen Ributzka
Add target analysis passes to the codegen pipeline...
tree
|
commitdiff
2014-01-08
Lang Hames
Re-apply r196639: Add support for archives and object...
tree
|
commitdiff
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
tree
|
commitdiff
2013-12-07
NAKAMURA Takumi
Whitespace cleanups.
tree
|
commitdiff
2013-12-07
Lang Hames
Revert r196639 while I investigate a bot failure.
tree
|
commitdiff
2013-12-07
Lang Hames
Add support for archives and object file caching under...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
tree
|
commitdiff
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-10-24
Andrew Kaylor
Optimizing MCJIT module state tracking
tree
|
commitdiff
2013-10-21
Andrew Kaylor
Improving MCJIT/RuntimeDyld thread safety
tree
|
commitdiff
2013-10-16
Andrew Kaylor
Adding support for deregistering EH frames with MCJIT.
tree
|
commitdiff
2013-10-11
Andrew Kaylor
Adding multiple object support to MCJIT EH frame handling
tree
|
commitdiff
2013-10-07
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2013-10-04
Andrew Kaylor
Adding support and tests for multiple module handling...
tree
|
commitdiff
2013-10-02
Filip Pizlo
This threads SectionName through the allocateCodeSectio...
tree
|
commitdiff
2013-10-01
Andrew Kaylor
Adding multiple module support for MCJIT.
tree
|
commitdiff
2013-08-20
Jakub Staszak
Fix include guards.
tree
|
commitdiff
2013-06-28
Andrew Kaylor
Revising the MCJIT ObjectCache interface to allow subcl...
tree
|
commitdiff
2013-06-10
Rafael Espindola
Pass a StringRef to sys::identifyFileType.
tree
|
commitdiff
2013-05-22
Filip Pizlo
Expose the RTDyldMemoryManager through the C API. This...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Put RTDyldMemoryManager into its own file, and make...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Roll out r182411 and 182412 because it's still broken.
tree
|
commitdiff
2013-05-21
Filip Pizlo
Put RTDyldMemoryManager into its own file, and make...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Roll out r182407 and r182408 because they broke builds.
tree
|
commitdiff
2013-05-21
Filip Pizlo
Expose the RTDyldMemoryManager through the C API. This...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Put RTDyldMemoryManager into its own file, and make...
tree
|
commitdiff
2013-05-17
David Tweed
Minor changes to the MCJITTest unittests to use the...
tree
|
commitdiff
2013-05-14
Filip Pizlo
SectionMemoryManager shouldn't be a JITMemoryManager...
tree
|
commitdiff
2013-05-07
Rafael Espindola
Remove exception handling support from the old JIT.
tree
|
commitdiff
2013-05-05
Rafael Espindola
Add EH support to the MCJIT.
tree
|
commitdiff
2013-05-01
Filip Pizlo
This patch breaks up Wrap.h so that it does not have...
tree
|
commitdiff
2013-04-25
Andrew Kaylor
Re-enabling MCJIT object caching with memory leak fixed
tree
|
commitdiff
2013-04-25
Rafael Espindola
Revert "Adding object caching support to MCJIT"
tree
|
commitdiff
2013-04-24
Andrew Kaylor
Making invalidateInstructionCache automatic in SectionM...
tree
|
commitdiff
2013-04-23
Eric Christopher
Fix dependency layering issues caused by r180112.
tree
|
commitdiff
2013-04-23
Andrew Kaylor
Fixing typo in comment.
tree
|
commitdiff
2013-04-23
Andrew Kaylor
Adding object caching support to MCJIT
tree
|
commitdiff
2013-04-01
Nadav Rotem
Add support for vector data types in the LLVM interpreter.
tree
|
commitdiff
2013-03-15
Eric Christopher
Silence anonymous type in anonymous union warnings.
tree
|
commitdiff
2013-01-25
Andrew Kaylor
Add support for applying in-memory relocations to the...
tree
|
commitdiff
2013-01-10
Jakub Staszak
Fix include guards so they exactly match file names.
tree
|
commitdiff
2012-12-13
NAKAMURA Takumi
JITEventListener.h: Use llvm-config.h instead of config.h.
tree
|
commitdiff
2012-12-03
Chandler Carruth
Sort the #include lines for the include/... tree with...
tree
|
commitdiff
2012-11-27
Andrew Kaylor
Fix comment formatting in RuntimeDyld.h
tree
|
commitdiff
2012-11-27
Andrew Kaylor
Moving SectionMemoryManager into RuntimeDyld and adding...
tree
|
commitdiff
2012-11-15
Andrew Kaylor
Interface changes to allow RuntimeDyld memory managers...
tree
|
commitdiff
2012-11-15
Dmitri Gribenko
Use empty parens for empty function parameter list...
tree
|
commitdiff
2012-11-14
Jakub Staszak
Fix comment.
tree
|
commitdiff
2012-11-14
Jakub Staszak
Remove DOS line endings.
tree
|
commitdiff
2012-11-06
Andrew Kaylor
Add interface for object-based JIT events.
tree
|
commitdiff
2012-11-05
Andrew Kaylor
Add a method to indicate section address re-assignment...
tree
|
commitdiff
2012-11-01
Andrew Kaylor
Streamlined memory manager hierarchy for MCJIT and...
tree
|
commitdiff
2012-10-16
Eric Christopher
Spacing.
tree
|
commitdiff
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
tree
|
commitdiff
2012-10-02
Andrew Kaylor
Clean-up of memory buffer and object ownership model...
tree
|
commitdiff
2012-09-28
Andrew Kaylor
Removing dependency on third party library for Intel...
tree
|
commitdiff
2012-09-18
Craig Topper
Mark unimplemented copy constructors and copy assignmen...
tree
|
commitdiff
2012-09-14
Dmitri Gribenko
Fix Doxygen issues:
tree
|
commitdiff
2012-09-13
Jim Grosbach
Better const handling for RuntimeDyld and MCJIT.
tree
|
commitdiff
2012-09-05
Jim Grosbach
MCJIT: getPointerToFunction() references target address...
tree
|
commitdiff
2012-07-19
Galina Kistanova
Fixed few warnings.
tree
|
commitdiff
2012-04-29
Eli Bendersky
Fix some formatting, grammar and style issues and add...
tree
|
commitdiff
2012-04-29
Eli Bendersky
Fix comments from copy-paste to a more relevant meaning
tree
|
commitdiff
2012-03-30
Danil Malyshev
Re-factored RuntimeDyLd:
tree
|
commitdiff
2012-03-29
Bill Wendling
Revert r153694. It was causing failures in the buildbots.
tree
|
commitdiff
2012-03-29
Danil Malyshev
Re-factored RuntimeDyld.
tree
|
commitdiff
2012-03-28
Danil Malyshev
Move getPointerToNamedFunction() from JIT/MCJIT to...
tree
|
commitdiff
2012-03-23
Owen Anderson
Make it feasible for clients using EngineBuilder to...
tree
|
commitdiff
2012-03-22
Chandler Carruth
Revert a series of commits to MCJIT to get the build...
tree
|
commitdiff
2012-03-21
Danil Malyshev
Re-factored RuntimeDyld.
tree
|
commitdiff
2012-03-21
Danil Malyshev
Missed getPointerToNamedFunction() declaration.
tree
|
commitdiff
2012-03-21
Danil Malyshev
Based on this discussion: lists.cs.uiuc.edu/pipermail...
tree
|
commitdiff
2012-03-13
Eli Bendersky
Add profiling support for Intel Parallel Amplifier...
tree
|
commitdiff
2012-02-05
Craig Topper
Convert assert(0) to llvm_unreachable
tree
|
commitdiff
2012-01-16
Jim Grosbach
ExecutionEngine interface to re-map addresses for engin...
tree
|
commitdiff
2012-01-16
Jim Grosbach
MCJIT support for non-function sections.
tree
|
commitdiff
2012-01-05
Danil Malyshev
A small re-factored JIT/MCJIT::getPointerToNamedFunctio...
tree
|
commitdiff
2011-12-12
Dylan Noblesmith
ExecutionEngine: refactor interface
tree
|
commitdiff
2011-12-07
Peter Collingbourne
EngineBuilder: support for custom TargetOptions. Fixes the
tree
|
commitdiff
2011-12-01
Dylan Noblesmith
ExecutionEngine: honor optimization level
tree
|
commitdiff
2011-11-04
Eli Friedman
Delete names for unused parameters in inline function...
tree
|
commitdiff
2011-09-29
Jim Grosbach
Tidy up. Formatting.
tree
|
commitdiff
next