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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
Lang Hames
2014-05-19
1
-2
/
+7
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
[RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixes
Lang Hames
2014-05-13
1
-0
/
+11
*
[un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...
Artyom Skrobov
2014-05-13
1
-8
/
+0
*
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
Lang Hames
2014-05-12
6
-16
/
+227
*
[RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signatures
Lang Hames
2014-05-09
2
-142
/
+121
*
Use range loop.
Rafael Espindola
2014-05-08
1
-25
/
+21
*
Back out r208257 while I investigate tester failures.
Lang Hames
2014-05-07
1
-14
/
+0
*
[RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve the
Lang Hames
2014-05-07
1
-0
/
+14
*
[ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.
James Molloy
2014-04-30
3
-3
/
+11
*
Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique
Reid Kleckner
2014-04-29
1
-13
/
+17
*
Fix MSVC build broken by r207580
David Blaikie
2014-04-29
1
-0
/
+5
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
7
-54
/
+75
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
7
-39
/
+40
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
12
-72
/
+73
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
11
-11
/
+22
*
Revert "[rtdyld,c++11] Range'ify symbol table walking."
Jim Grosbach
2014-04-21
1
-25
/
+33
*
[rtdyld,c++11] Range'ify symbol table walking.
Jim Grosbach
2014-04-21
1
-33
/
+25
*
Convert getFileOffset to getOffset and move it to its only user.
Rafael Espindola
2014-04-21
1
-9
/
+32
*
[ExecutionEngine] Allow JIT clients to enable/disable module verification.
Lang Hames
2014-04-18
3
-14
/
+25
*
[Allocator] Finally, finish nuking the redundant code that led me here
Chandler Carruth
2014-04-15
1
-7
/
+7
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
3
-37
/
+37
*
Replace two calls to object::symbol_iterator::increment(), which had
Kaelyn Takata
2014-04-14
1
-10
/
+4
*
[Allocator] Make the underlying allocator a template instead of an
Chandler Carruth
2014-04-14
1
-14
/
+11
*
[Allocator] Switch the BumpPtrAllocator to use a vector of pointers to
Chandler Carruth
2014-04-14
1
-9
/
+6
*
LLVMBuild.txt: Add missing dependencies.
NAKAMURA Takumi
2014-04-10
1
-1
/
+1
*
Changes in IntelJITEventListener - By Arch Robinson
Elena Demikhovsky
2014-04-06
1
-4
/
+3
*
Remove section_rel_empty. Just compare begin() and end() instead.
Rafael Espindola
2014-04-03
1
-3
/
+5
*
[Allocator] Lift the slab size and size threshold into template
Chandler Carruth
2014-03-30
1
-4
/
+4
*
ARM64: initial backend import
Tim Northover
2014-03-29
2
-0
/
+56
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
2
-1
/
+3
*
[cleanup] Hoist the initialization and constants for slab sizes to the
Chandler Carruth
2014-03-28
1
-20
/
+17
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
[MCJIT] Check if there have been errors during RuntimeDyld execution.
Juergen Ributzka
2014-03-26
2
-1
/
+3
*
AArch64_BE Elf support for MC-JIT runtime dynamic linker
Christian Pirker
2014-03-26
2
-1
/
+2
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
[RuntimeDyld] Fix comment for previous commit (r204439)
Juergen Ributzka
2014-03-21
1
-2
/
+4
*
[RuntimeDyld] clang-format files.
Juergen Ributzka
2014-03-21
6
-747
/
+580
*
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
2014-03-21
6
-46
/
+51
*
Add an option to MCJIT to have it forward all sections to the
Lang Hames
2014-03-20
3
-17
/
+44
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-8
/
+5
*
Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup by
Lang Hames
2014-03-13
1
-16
/
+10
*
[ppc64] Patch in TOC restore code after all external function calls
Ulrich Weigand
2014-03-11
1
-3
/
+3
*
Make createObjectImage and createObjectImageFromFile static methods on the
Lang Hames
2014-03-08
4
-74
/
+70
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
13
-183
/
+175
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
9
-15
/
+11
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
4
-4
/
+4
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
3
-7
/
+7
[next]