index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
ExecutionEngineBindings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MCJIT] Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"
Fangrui Song
2019-12-24
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-8
/
+8
*
Move JIT listener C binding fallbackks to ExecutionEngineBindings.cpp.
Andres Freund
2018-07-25
1
-0
/
+24
*
Fix layering by moving Support/CodeGenCWrappers.h to Target
David Blaikie
2018-03-23
1
-1
/
+1
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-1
/
+3
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Use StringRef instead of raw pointer in ExecutionEngine
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Support: Fix incremental build when re-configuring targets
Duncan P. N. Exon Smith
2016-02-13
1
-0
/
+1
*
LLVMRunStaticConstructors can be called before object is finalized, #24028
Amaury Sechet
2016-01-15
1
-0
/
+2
*
Delete APIs that have been deprecated since 2010.
Rafael Espindola
2015-12-19
1
-42
/
+0
*
Fix ODR violation. NFC.
Diego Novillo
2015-07-27
1
-1
/
+1
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
1
-1
/
+1
*
Revert "Make ExecutionEngine owning a DataLayout"
Michael Kuperstein
2015-07-16
1
-1
/
+1
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
1
-1
/
+1
*
add missing dependency for ExecutionEngine lib
Sanjay Patel
2015-06-01
1
-0
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-5
/
+2
*
Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and
Akira Hatanaka
2015-05-26
1
-3
/
+7
*
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
Akira Hatanaka
2015-05-23
1
-1
/
+8
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
Peter Zotov
2014-12-22
1
-0
/
+8
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
1
-1
/
+2
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-3
/
+1
*
Remove dead code. NFC.
Rafael Espindola
2014-08-21
1
-8
/
+0
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
1
-5
/
+5
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+3
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-3
/
+1
*
[un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...
Artyom Skrobov
2014-05-13
1
-8
/
+0
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-9
/
+9
*
Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
2014-01-23
1
-0
/
+10
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
1
-8
/
+13
*
llvm-c: use typedef for function pointers
Anders Waldenborg
2013-09-30
1
-16
/
+8
*
Revert "llvm-c: Add LLVMGetPointerToFunction"
Anders Waldenborg
2013-09-20
1
-4
/
+0
*
llvm-c: Add LLVMGetPointerToFunction
Anders Waldenborg
2013-09-19
1
-0
/
+4
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-22
1
-3
/
+111
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
1
-111
/
+3
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-21
1
-3
/
+111
*
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
1
-9
/
+23
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+3
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-29
1
-0
/
+46
*
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-25
1
-48
/
+0
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-24
1
-0
/
+48
*
Fix dependency layering issues caused by r180112.
Eric Christopher
2013-04-23
1
-1
/
+0
*
Wrap.h: Define wrap / unwrap function for ExecutionEngine
Tom Stellard
2013-04-23
1
-1
/
+0
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+22
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-2
/
+0
[next]