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
*
[SectionMemoryManager] Use range-based for loops. No functional change intended.
Benjamin Kramer
2015-08-31
1
-21
/
+10
*
[mips64][mcjit] Add N64R6 relocations tests and fix N64R2 tests
Petar Jovanovic
2015-08-28
1
-2
/
+2
*
[RuntimeDyld] Make sure code-sections aren't under-aligned.
Lang Hames
2015-08-14
1
-0
/
+6
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
[mips][mcjit] Calculate correct addend for HI16 and PCHI16 reloc
Petar Jovanovic
2015-08-13
3
-9
/
+65
*
[RuntimeDyld][AArch64] Add explicit addends before calling relocationValueRef.
Lang Hames
2015-08-11
1
-5
/
+4
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
3
-8
/
+8
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-05
3
-3
/
+3
*
Rename all references to old mailing lists to new lists.llvm.org address.
Tanya Lattner
2015-08-05
1
-1
/
+1
*
[RuntimeDyld] Adapt PPC64 relocations to PPC32
Hal Finkel
2015-08-04
2
-0
/
+26
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-03
1
-1
/
+1
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
2
-24
/
+24
*
[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.
Lang Hames
2015-07-29
2
-2
/
+15
*
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
2015-07-28
5
-38
/
+40
*
Fix ODR violation. NFC.
Diego Novillo
2015-07-27
1
-1
/
+1
*
[RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.
Lang Hames
2015-07-24
4
-38
/
+46
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
2
-2
/
+2
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
2
-2
/
+2
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
2
-2
/
+2
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
Fix ffiInvoke() use of DataLayout, broken in 242414
Mehdi Amini
2015-07-16
1
-3
/
+3
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
8
-50
/
+62
*
Revert "Make ExecutionEngine owning a DataLayout"
Michael Kuperstein
2015-07-16
8
-52
/
+49
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
8
-49
/
+52
*
Fix the -DBUILD_SHARED_LIBS=ON build.
Rafael Espindola
2015-07-07
3
-2
/
+5
*
Simplify by passing in the section of the symbol. NFC.
Rafael Espindola
2015-07-07
1
-22
/
+5
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
6
-16
/
+7
*
[Mips] Add support for MCJIT for MIPS32r6
Petar Jovanovic
2015-07-06
1
-3
/
+58
*
[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.
Lang Hames
2015-07-04
2
-7
/
+13
*
Use a continue to reduce indentation.
Rafael Espindola
2015-07-03
1
-19
/
+20
*
Use a continue to reduce indentation.
Rafael Espindola
2015-07-03
1
-51
/
+52
*
Context is allocated just a few lines above. Don't check if it is null.
Rafael Espindola
2015-07-03
1
-32
/
+26
*
Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.
Rafael Espindola
2015-07-03
2
-8
/
+13
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-2
/
+3
*
Try to fix the build of IntelJITEventListener.
Rafael Espindola
2015-07-02
1
-7
/
+6
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
5
-17
/
+31
*
Use ErrorOr in getRelocationAdress.
Rafael Espindola
2015-06-30
1
-3
/
+2
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
2
-8
/
+4
*
Cleanup getRelocationAddend.
Rafael Espindola
2015-06-30
1
-7
/
+5
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
5
-14
/
+7
*
Upgrade JIT listeners for changes in the libObject API.
Benjamin Kramer
2015-06-29
2
-22
/
+19
*
Expose getFlags via ELFSectionRef.
Rafael Espindola
2015-06-26
1
-7
/
+7
*
Add a ELFSectionRef class and use it to expose getSectionType.
Rafael Espindola
2015-06-26
1
-3
/
+3
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
2
-3
/
+2
*
Make getOther ELF only.
Rafael Espindola
2015-06-26
1
-3
/
+2
*
Use Symbol.getValue to simplify RuntimeDyldCOFF::getSymbolOffset. NFC.
Rafael Espindola
2015-06-24
1
-17
/
+2
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
2
-11
/
+11
*
Be sure to set the DataLayout before checking the cache.
Rafael Espindola
2015-06-23
1
-2
/
+2
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
3
-7
/
+5
[next]