index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
1
-0
/
+2
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
10
-22
/
+22
*
JITEventListener.h: Use llvm-config.h instead of config.h.
NAKAMURA Takumi
2012-12-13
1
-1
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
5
-9
/
+7
*
Fix comment formatting in RuntimeDyld.h
Andrew Kaylor
2012-11-27
1
-23
/
+21
*
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
1
-0
/
+176
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-1
/
+10
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-4
/
+4
*
Fix comment.
Jakub Staszak
2012-11-14
1
-1
/
+1
*
Remove DOS line endings.
Jakub Staszak
2012-11-14
2
-141
/
+141
*
Add interface for object-based JIT events.
Andrew Kaylor
2012-11-06
1
-0
/
+15
*
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
1
-0
/
+7
*
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
2
-33
/
+19
*
Spacing.
Eric Christopher
2012-10-16
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
3
-3
/
+148
*
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-28
1
-102
/
+0
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
1
-4
/
+4
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-1
/
+1
*
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
2012-09-13
2
-2
/
+2
*
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-09-05
1
-0
/
+4
*
Fixed few warnings.
Galina Kistanova
2012-07-19
1
-1
/
+1
*
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-29
1
-4
/
+7
*
Fix comments from copy-paste to a more relevant meaning
Eli Bendersky
2012-04-29
3
-3
/
+3
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
1
-11
/
+0
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
1
-0
/
+11
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
1
-11
/
+0
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
2
-0
/
+15
*
Make it feasible for clients using EngineBuilder to capture the TargetMachine...
Owen Anderson
2012-03-23
1
-11
/
+12
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
2
-14
/
+9
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
1
-11
/
+1
*
Missed getPointerToNamedFunction() declaration.
Danil Malyshev
2012-03-21
1
-0
/
+4
*
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
1
-0
/
+11
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
3
-4
/
+264
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-4
/
+6
*
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
2
-3
/
+19
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
2
-2
/
+28
*
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2012-01-05
1
-0
/
+11
*
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-12-12
1
-3
/
+2
*
EngineBuilder: support for custom TargetOptions. Fixes the
Peter Collingbourne
2011-12-07
1
-0
/
+11
*
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-12-01
1
-0
/
+1
*
Delete names for unused parameters in inline function definitions in headers,...
Eli Friedman
2011-11-04
1
-4
/
+4
*
Tidy up. Formatting.
Jim Grosbach
2011-09-29
1
-8
/
+5
*
The code model of JIT should default to JITDefault.
Nicolas Geoffray
2011-08-30
1
-1
/
+1
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-2
/
+4
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-0
/
+12
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Add to RuntimeDyld support different object formats
Danil Malyshev
2011-07-13
1
-0
/
+1
*
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
1
-8
/
+2
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-13
1
-0
/
+8
[next]