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
/
Interpreter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-2
/
+6
*
Drop materializeAllPermanently.
Rafael Espindola
2015-12-18
1
-1
/
+1
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
1
-3
/
+2
*
Revert "Make ExecutionEngine owning a DataLayout"
Michael Kuperstein
2015-07-16
1
-2
/
+3
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
1
-3
/
+2
*
[ExecutionEngine] ArrayRefize argument passing.
Benjamin Kramer
2015-06-13
1
-8
/
+6
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
1
-6
/
+7
*
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-24
1
-1
/
+1
*
Return an error_code from materializeAllPermanently.
Rafael Espindola
2014-01-14
1
-1
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-7
/
+6
*
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
2009-07-18
1
-3
/
+1
*
Add an option to allocate JITed global data separately from code. By
Jeffrey Yasskin
2009-07-08
1
-2
/
+2
*
Fix the Ocaml bindings for the ExecutionEngine: with the change to build
Bob Wilson
2009-06-24
1
-4
/
+1
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
1
-1
/
+1
*
The second part of the change from -fast to -O#. This changes the JIT to accept
Bill Wendling
2009-04-29
1
-1
/
+1
*
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-08-08
1
-1
/
+2
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-0
/
+4
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
simplify creation of the interpreter, make ExecutionEngine ctor protected,
Chris Lattner
2007-12-06
1
-12
/
+4
*
For PR1486:
Reid Spencer
2007-06-01
1
-1
/
+1
*
Remove the insufficient code in Interpreter::create that computed the
Reid Spencer
2007-03-06
1
-12
/
+0
*
Remove unnecessary #include.
Reid Spencer
2007-03-03
1
-1
/
+0
*
Deal with error handling better.
Reid Spencer
2007-03-03
1
-7
/
+15
*
Remove tabs.
Reid Spencer
2007-01-29
1
-2
/
+2
*
Implement use of new IntrinsicLowering interface.
Reid Spencer
2007-01-29
1
-1
/
+1
*
For PR761:
Reid Spencer
2007-01-26
1
-12
/
+11
*
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-15
1
-1
/
+1
*
Simplify TargetData ctor call
Chris Lattner
2006-06-16
1
-1
/
+1
*
Simplify interpreter construction.
Chris Lattner
2006-06-16
1
-20
/
+10
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-1
/
+1
*
Get JIT/Interpreter working on Windows again.
Jeff Cohen
2006-03-24
1
-0
/
+5
*
remove the intrinsiclowering hook
Chris Lattner
2006-03-23
1
-7
/
+5
*
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
Chris Lattner
2006-03-22
1
-1
/
+14
*
The interpreter assumes that the caller of runFunction() must be lli, and
Jeff Cohen
2006-02-07
1
-4
/
+3
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-2
/
+3
*
* Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-20
1
-1
/
+1
*
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2004-02-09
1
-2
/
+2
*
Pass around IntrinsicLowering instances as appropriate.
Chris Lattner
2003-12-28
1
-6
/
+14
*
No longer run atExit functions from run()
Chris Lattner
2003-12-26
1
-4
/
+1
*
Finegrainify namespacification
Chris Lattner
2003-12-14
1
-3
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Be friendly to gcc 3.4... good compiler. Nice compiler.
Chris Lattner
2003-11-05
1
-1
/
+0
*
ExecutionEngine::create no longer takes a TraceMode argument.
Brian Gaeke
2003-10-24
1
-13
/
+7
[next]