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
/
ExecutionEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtor
David Blaikie
2014-09-02
1
-5
/
+3
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-26
/
+2
*
Give ExecutionEngine of top level buffers.
Rafael Espindola
2014-08-26
1
-0
/
+5
*
ExecutionEngine: address review comments
Dylan Noblesmith
2014-08-26
1
-7
/
+6
*
ExecutionEngine: unique_ptr-ify
Dylan Noblesmith
2014-08-25
1
-20
/
+12
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-1
/
+1
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
1
-18
/
+16
*
Use a range loop. NFC.
Rafael Espindola
2014-08-18
1
-2
/
+2
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-2
/
+25
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-25
/
+2
*
Include Archive.h
Rafael Espindola
2014-08-01
1
-0
/
+1
*
Move virtual method out of line.
Rafael Espindola
2014-08-01
1
-0
/
+4
*
Delete dead code.
Rafael Espindola
2014-07-31
1
-2
/
+1
*
Remove dead code.
Rafael Espindola
2014-07-24
1
-51
/
+0
*
ExecutionEngine::create(): fix interpreter fallback when JIT is unavailable
Alp Toker
2014-07-01
1
-7
/
+8
*
Revert "Replace Execution Engine's mutex with std::recursive_mutex."
Zachary Turner
2014-06-20
1
-8
/
+8
*
Replace Execution Engine's mutex with std::recursive_mutex.
Zachary Turner
2014-06-18
1
-8
/
+8
*
Clean up some unnecessary mutex guards.
Zachary Turner
2014-06-16
1
-25
/
+24
*
ExecutionEngine: avoid NDEBUG in headers
Alp Toker
2014-05-31
1
-0
/
+21
*
Use range loop.
Rafael Espindola
2014-05-08
1
-25
/
+21
*
Fix MSVC build broken by r207580
David Blaikie
2014-04-29
1
-0
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[ExecutionEngine] Allow JIT clients to enable/disable module verification.
Lang Hames
2014-04-18
1
-10
/
+20
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-31
/
+31
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-5
/
+5
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-3
/
+1
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-1
/
+3
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-3
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+6
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-4
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+4
*
Don't try to initialize memory for a global if the allocation failed in Execu...
Andrew Kaylor
2013-11-15
1
-0
/
+4
*
Remove dead code.
Rafael Espindola
2013-10-07
1
-13
/
+1
*
LLVM Interpreter: implementation of "insertvalue" and "extractvalue";
Elena Demikhovsky
2013-09-12
1
-1
/
+19
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
1
-3
/
+14
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
1
-3
/
+3
*
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-04-01
1
-3
/
+148
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-7
/
+12
*
Fix Casting
David Greene
2013-01-14
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-3
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+7
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-3
/
+2
*
Fix regression in old-style JIT.
Eli Friedman
2012-10-30
1
-7
/
+5
[prev]
[next]