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
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
1
-2
/
+2
*
[ExecutionEngine] Fix rL362941: Add UnaryOperator visitor to the interpreter
Cameron McInally
2019-06-10
1
-0
/
+2
*
[ExecutionEngine] Add UnaryOperator visitor to the interpreter
Cameron McInally
2019-06-10
2
-0
/
+53
*
Add newline to interpreter debugging output
Kristof Beyls
2019-03-07
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
5
-20
/
+15
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
2
-11
/
+7
*
[ExecutionEngine][Interpreter] Fix out-of-bounds array access.
Lang Hames
2018-11-20
1
-1
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
2
-24
/
+24
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-5
/
+5
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-1
/
+1
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-1
/
+1
*
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
[next]