index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
ExecutionEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+6
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-4
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+4
*
Don't try to initialize memory for a global if the allocation failed in Execu...
Andrew Kaylor
2013-11-15
1
-0
/
+4
*
Remove dead code.
Rafael Espindola
2013-10-07
1
-13
/
+1
*
LLVM Interpreter: implementation of "insertvalue" and "extractvalue";
Elena Demikhovsky
2013-09-12
1
-1
/
+19
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
1
-3
/
+14
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
1
-3
/
+3
*
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-04-01
1
-3
/
+148
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-7
/
+12
*
Fix Casting
David Greene
2013-01-14
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-3
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+7
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-3
/
+2
*
Fix regression in old-style JIT.
Eli Friedman
2012-10-30
1
-7
/
+5
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-5
/
+6
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-4
/
+8
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-7
/
+4
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-4
/
+7
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-14
/
+14
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
MCJIT: Tidy up the constructor.
Jim Grosbach
2012-08-21
1
-1
/
+2
*
EngineBuilder::create is expected to take ownership of the TargetMachine pass...
Benjamin Kramer
2012-04-08
1
-3
/
+5
*
Make it feasible for clients using EngineBuilder to capture the TargetMachine...
Owen Anderson
2012-03-23
1
-31
/
+29
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+2
*
add more support for ConstantDataSequential
Chris Lattner
2012-01-24
1
-11
/
+27
*
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-12-12
1
-7
/
+14
*
EngineBuilder: support for custom TargetOptions. Fixes the
Peter Collingbourne
2011-12-07
1
-1
/
+4
*
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-12-01
1
-4
/
+4
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-5
/
+3
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
1
-2
/
+1
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-3
/
+4
*
Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...
Jeffrey Yasskin
2011-07-18
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-9
/
+9
*
ExecutionEngine: move createJIT() definition (v2)
Dylan Noblesmith
2011-05-13
1
-0
/
+29
*
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
1
-20
/
+18
*
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-07
1
-39
/
+12
*
ExecutionEngine: move createJIT() definition
Dylan Noblesmith
2011-05-06
1
-0
/
+29
*
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
1
-12
/
+10
*
Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears
Chandler Carruth
2011-04-28
1
-1
/
+1
*
Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't
Nick Lewycky
2011-04-11
1
-1
/
+5
*
llvm.global_[cd]tor is defined to be either external, or appending with an array
Nick Lewycky
2011-04-08
1
-6
/
+2
*
Fix comment to use llvm 2.x syntax.
Nick Lewycky
2011-04-06
1
-1
/
+1
*
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-03-04
1
-3
/
+4
*
Remove unneeded zero arrays.
Benjamin Kramer
2010-12-04
1
-4
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-28
1
-2
/
+2
*
lli: Add stub -use-mcjit option, which doesn't currently do anything.
Daniel Dunbar
2010-11-17
1
-1
/
+17
[next]