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
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[APInt] Use inplace shift methods where possible. NFCI
Craig Topper
2017-04-28
1
-1
/
+1
*
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...
Renato Golin
2017-04-23
1
-1
/
+1
*
[APInt] Use operator<<= instead of shl where possible. NFC
Craig Topper
2017-04-23
1
-1
/
+1
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-1
/
+1
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-3
/
+3
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-3
/
+2
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-2
/
+6
*
Do a sweep over move ctors and remove those that are identical to the default.
Benjamin Kramer
2016-10-20
1
-22
/
+3
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
1
-3
/
+13
*
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
[next]