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
/
JIT
/
JIT.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-694
/
+0
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-5
/
+3
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
1
-19
/
+19
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+696
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-696
/
+0
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-5
/
+6
*
Revert "Replace Execution Engine's mutex with std::recursive_mutex."
Zachary Turner
2014-06-20
1
-19
/
+19
*
Replace Execution Engine's mutex with std::recursive_mutex.
Zachary Turner
2014-06-18
1
-19
/
+19
*
Cleanup more unreferenced MutexGuard parameters on functions.
Zachary Turner
2014-06-16
1
-22
/
+22
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-10
/
+10
*
[ExecutionEngine] Allow JIT clients to enable/disable module verification.
Lang Hames
2014-04-18
1
-3
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-3
/
+2
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-3
/
+7
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-3
/
+3
*
Remove dead code.
Rafael Espindola
2013-10-07
1
-156
/
+0
*
Fix the build issue under ia64. Close bug #5715
Sylvestre Ledru
2013-08-27
1
-1
/
+1
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-7
/
+7
*
JIT::runFunction(): add a fast path for functions with a single argument that...
Nuno Lopes
2012-08-02
1
-2
/
+7
*
You cannot call removeModule on a JIT with no modules. Patch by Verena
Chad Rosier
2012-07-25
1
-1
/
+1
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
1
-3
/
+27
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
1
-25
/
+3
*
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
1
-3
/
+25
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-3
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-12-12
1
-3
/
+2
*
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-12-01
1
-3
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-4
/
+4
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-2
/
+1
*
ExecutionEngine: move createJIT() definition (v2)
Dylan Noblesmith
2011-05-13
1
-19
/
+0
*
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
1
-16
/
+7
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-13
1
-2
/
+9
*
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-07
1
-4
/
+25
*
ExecutionEngine: move createJIT() definition
Dylan Noblesmith
2011-05-06
1
-19
/
+0
*
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
1
-16
/
+7
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-05-06
1
-2
/
+9
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Trailing whitespae.
Jim Grosbach
2011-03-15
1
-34
/
+34
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Fix some more 80-col violas.
Daniel Dunbar
2010-11-13
1
-4
/
+11
*
Fix the cleanup process of exception information in JIT. Now JIT
Duncan Sands
2010-10-21
1
-0
/
+6
*
When creating a JIT, try to load the program so that we can resolve symbols
Nick Lewycky
2010-08-17
1
-0
/
+3
*
Stop the JIT from refusing to work just because the program it was compiled into
Nick Lewycky
2010-08-09
1
-5
/
+0
*
Don't call __register_frame from the JIT on systems that use setjmp/longjmp
Bob Wilson
2010-07-26
1
-2
/
+2
*
first part of JIT support for address of labels, part of PR7264,
Chris Lattner
2010-07-11
1
-8
/
+46
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-6
/
+6
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-3
/
+3
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-4
/
+4
[next]