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
*
[Orc] Add stack-realignment code to the i386 resolver function.
Lang Hames
2016-02-21
1
-27
/
+30
*
Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON on Windows
Andrew Kaylor
2016-02-16
2
-2
/
+11
*
Support: Fix incremental build when re-configuring targets
Duncan P. N. Exon Smith
2016-02-13
1
-0
/
+1
*
[Orc] Add lazy-JITting support for i386.
Lang Hames
2016-02-10
2
-0
/
+136
*
[Orc] Slightly improve the x86-64 resolver block machine code.
Lang Hames
2016-02-06
1
-8
/
+7
*
[Orc] Fix a typo in the comments for the x86_64 resolver block.
Lang Hames
2016-02-05
1
-2
/
+2
*
[Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class:
Lang Hames
2016-02-02
1
-2
/
+1
*
[RuntimeDyld][MachO] Fix handling of empty eh-frame sections.
Lang Hames
2016-01-28
1
-2
/
+2
*
Remove autoconf support
Chris Bieneman
2016-01-26
7
-112
/
+0
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
[RuntimeDyld][AArch64] Add support for the MachO ARM64_RELOC_SUBTRACTOR reloc.
Lang Hames
2016-01-21
1
-1
/
+53
*
Orc: Simplify lambda by using std::set's initializer_list ctor
David Blaikie
2016-01-20
1
-10
/
+9
*
Fix build warning.
Evgeniy Stepanov
2016-01-20
1
-1
/
+2
*
[Orc] Fix a use-after-move bug in the Orc C-bindings stack.
Lang Hames
2016-01-20
1
-3
/
+3
*
[Orc] #undef a MACRO after I'm done with it.
Lang Hames
2016-01-19
1
-7
/
+10
*
[Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until
Lang Hames
2016-01-19
1
-7
/
+17
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
2
-4
/
+4
*
[Orc] Replace switch cases with a macro.
Lang Hames
2016-01-15
1
-62
/
+35
*
LLVMRunStaticConstructors can be called before object is finalized, #24028
Amaury Sechet
2016-01-15
1
-0
/
+2
*
[Orc] Add support for EH-frame registration to the Orc Remote Target utility
Lang Hames
2016-01-14
2
-12
/
+12
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-3
/
+1
*
[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.
Lang Hames
2016-01-11
1
-0
/
+5
*
[Orc] Add support for remote JITing to the ORC API.
Lang Hames
2016-01-11
2
-0
/
+84
*
[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with
Lang Hames
2016-01-11
3
-4
/
+4
*
[Orc] Add error codes and a new std::error_category for remote-jit errors.
Lang Hames
2016-01-11
2
-0
/
+58
*
[RuntimeDyld] Add a notifyObjectLoaded method to RuntimeDyld::MemoryManager.
Lang Hames
2016-01-10
1
-1
/
+3
*
[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
Lang Hames
2016-01-10
3
-20
/
+28
*
[SectionMemoryManager] Don't just drop the RO free list
Keno Fischer
2016-01-10
1
-3
/
+0
*
[Orc] Enable user-supplied memory managers in the CompileOnDemand layer.
Lang Hames
2016-01-09
1
-1
/
+2
*
[Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memory
Lang Hames
2016-01-09
1
-0
/
+11
*
Delete APIs that have been deprecated since 2010.
Rafael Espindola
2015-12-19
1
-42
/
+0
*
Drop materializeAllPermanently.
Rafael Espindola
2015-12-18
1
-1
/
+1
*
[SectionMemoryManager] Make better use of virtual memory
Keno Fischer
2015-12-16
1
-23
/
+66
*
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
2015-12-06
3
-3
/
+4
*
Use make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
1
-1
/
+1
*
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
2015-12-04
3
-3
/
+3
*
[RuntimeDyld] DenseMap -> std::unordered_map
Keno Fischer
2015-12-03
2
-3
/
+4
*
[RuntimeDyld] Fix a class of arithmetic errors introduced in r253918
Sanjoy Das
2015-11-24
1
-4
/
+4
*
[RuntimeDyld] Avoid unused-private-field warning; NFC
Sanjoy Das
2015-11-23
1
-1
/
+5
*
[RuntimeDyld] Don't allocate unnecessary stub buffer space
Sanjoy Das
2015-11-23
4
-4
/
+29
*
[RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset
Sanjoy Das
2015-11-23
3
-7
/
+19
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
12
-223
/
+266
*
[RuntimeDyld] Fix resolving R_PPC64_REL24 relocations
Ulrich Weigand
2015-11-17
1
-3
/
+3
*
[RuntimeDyld] Fix indentation and whitespace; NFC
Sanjoy Das
2015-11-14
1
-21
/
+22
*
[RuntimeDyld] Add support for R_X86_64_PC8 relocation.
Maksim Panchenko
2015-11-08
1
-0
/
+8
*
Refactor: Simplify boolean conditional return statements in lib/llvm/Executio...
Alexander Kornienko
2015-11-05
1
-3
/
+1
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
2
-2
/
+6
*
RuntimeDyld: fix -Wtype-limits
Saleem Abdulrasool
2015-11-05
1
-2
/
+2
*
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...
Rafael Espindola
2015-11-03
4
-150
/
+90
*
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
2015-11-03
4
-90
/
+150
[next]