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
/
ExternalFunctions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
1
-3
/
+13
*
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
1
-2
/
+2
*
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
*
[ExecutionEngine] ArrayRefize argument passing.
Benjamin Kramer
2015-06-13
1
-31
/
+18
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-5
/
+4
*
Converting FuncNames to a ManagedStatic to avoid static constructors and dest...
Chris Bieneman
2014-09-19
1
-14
/
+14
*
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
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-3
/
+3
*
Don't expose symbols of lle_ functions.
Benjamin Kramer
2013-09-11
1
-7
/
+6
*
llvm interpreter: select, shuffle and insertelement instructions.
Elena Demikhovsky
2013-09-02
1
-2
/
+30
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+1
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-1
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...
NAKAMURA Takumi
2012-02-24
1
-0
/
+8
*
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...
NAKAMURA Takumi
2012-02-24
1
-22
/
+0
*
Using the new external-linkage warning recently added instead of disabling al...
Aaron Ballman
2012-02-14
1
-1
/
+1
*
Fixing warning due to the new "UTD return type in extern 'C'".
Aaron Ballman
2012-02-14
1
-2
/
+9
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
1
-3
/
+4
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-17
/
+17
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-1
/
+0
*
eliminate the Type::getDescription() method, using "<<" instead. This
Chris Lattner
2011-06-18
1
-2
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-1
/
+1
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-5
/
+5
*
Typo noticed by Duncan.
Torok Edwin
2010-03-30
1
-1
/
+1
*
Don't overwrite previous value, if it succeeded.
Torok Edwin
2010-03-30
1
-1
/
+2
*
Honour addGlobalMapping() in the interpreter, if it was used to add mappings for
Torok Edwin
2010-03-30
1
-0
/
+1
*
Replace strcpy with memcpy when we have the length around anyway.
Benjamin Kramer
2010-01-28
1
-3
/
+4
*
These should probably be errs().
David Greene
2010-01-05
1
-3
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+3
*
Fix passing of float arguments through ffi.
Nick Lewycky
2009-11-18
1
-1
/
+1
*
Fail less mysteriously; inform the user that their LLVM was not built with
Nick Lewycky
2009-11-17
1
-0
/
+3
*
Remove ByteswapSCANFResults, it is dead.
Daniel Dunbar
2009-11-08
1
-76
/
+0
*
We don't need to byteswap, the interpreter assumes the program is running
Nick Lewycky
2009-11-08
1
-8
/
+1
*
Stop using alloca.
Nick Lewycky
2009-09-18
1
-17
/
+14
*
Some platforms may need malloc.h for alloca.
Daniel Dunbar
2009-09-17
1
-3
/
+6
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
1
-4
/
+4
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-9
/
+12
*
This void is implicit in C++.
Dan Gohman
2009-08-12
1
-1
/
+1
*
MSVC warning fixes; patch by Stein Roger!
Daniel Dunbar
2009-08-07
1
-0
/
+11
*
Switch to getNameStr().
Daniel Dunbar
2009-07-24
1
-3
/
+3
[next]