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
/
Interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-13
/
+0
*
Drop materializeAllPermanently.
Rafael Espindola
2015-12-18
1
-1
/
+1
*
[ExecutionEngine] Garbage collect some dead (and unsafe) code.
Davide Italiano
2015-10-22
1
-22
/
+0
*
Fix -Wmismatched-tags error in modules build by removing unused forward decla...
Richard Smith
2015-10-15
1
-1
/
+0
*
Interpreter: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-20
/
+20
*
Fix ffiInvoke() use of DataLayout, broken in 242414
Mehdi Amini
2015-07-16
1
-3
/
+3
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
4
-11
/
+9
*
Revert "Make ExecutionEngine owning a DataLayout"
Michael Kuperstein
2015-07-16
4
-8
/
+10
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
4
-10
/
+8
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[ExecutionEngine] ArrayRefize argument passing.
Benjamin Kramer
2015-06-13
4
-44
/
+28
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-8
/
+8
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-5
/
+4
*
Raising minimum required CMake version to 2.8.12.2.
Chris Bieneman
2015-03-23
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-8
/
+8
*
Revert "Raising minimum required CMake version to 2.8.12.2."
Tobias Grosser
2015-02-24
1
-1
/
+1
*
Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""
Chad Rosier
2015-02-23
1
-1
/
+1
*
Revert "Raising minimum required CMake version to 2.8.12.2."
Chad Rosier
2015-02-23
1
-1
/
+1
*
Raising minimum required CMake version to 2.8.12.2.
Chris Bieneman
2015-02-20
1
-1
/
+1
*
Converting FuncNames to a ManagedStatic to avoid static constructors and dest...
Chris Bieneman
2014-09-19
1
-14
/
+14
*
Add a missing return to operator=
Reid Kleckner
2014-09-16
1
-0
/
+1
*
Fix move-only type issues in Interpreter with MSVC
Reid Kleckner
2014-09-16
1
-12
/
+24
*
Spell out a move ctor. Even the 2013 vintage of MSVC cannot synthesize move c...
Benjamin Kramer
2014-09-16
1
-1
/
+1
*
Interpreter: Hack around a series of bugs in MSVC 2012 that copies around this
Benjamin Kramer
2014-09-16
1
-3
/
+9
*
Add return that was lost somehow in my last commit.
Benjamin Kramer
2014-09-15
1
-0
/
+1
*
Remove ancient hack that was emulating move semantics with reference counting.
Benjamin Kramer
2014-09-15
1
-20
/
+13
*
[MCJIT] Start Stringref-izing the ExecutionEngine interface.
Lang Hames
2014-09-15
1
-1
/
+1
*
build/cmake: Fix CMP0023 warning with libffi
Jan Vesely
2014-09-04
1
-1
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-12
/
+0
*
Support: add llvm::unique_lock
Dylan Noblesmith
2014-08-23
1
-3
/
+4
*
Support: make LLVM Mutexes STL-compatible
Dylan Noblesmith
2014-08-23
1
-3
/
+3
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
2
-10
/
+12
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+12
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-12
/
+0
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
2
-33
/
+33
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
3
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-8
/
+8
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
[next]