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
*
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
*
[mips64] Emit correct addend for some PC-relative relocations
Petar Jovanovic
2015-06-23
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
10
-10
/
+10
*
Fix line endings (NFC)
Joseph Tremoulet
2015-06-22
2
-40
/
+40
*
[ORC] Add NullResolver
Joseph Tremoulet
2015-06-22
2
-12
/
+40
*
[MCJIT] Add a FindGlobalVariableNamed utility
Keno Fischer
2015-06-20
3
-2
/
+45
*
Improve error handling of getRelocationAddend.
Rafael Espindola
2015-06-19
2
-12
/
+14
*
Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun.
Douglas Katzman
2015-06-19
1
-10
/
+10
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
10
-10
/
+10
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
4
-0
/
+12
*
[ExecutionEngine] ArrayRefize argument passing.
Benjamin Kramer
2015-06-13
9
-50
/
+33
*
[Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned
Lang Hames
2015-06-12
1
-2
/
+0
*
fix crash
Alexei Starovoitov
2015-06-10
1
-1
/
+2
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-3
/
+3
*
[Mips64][mcjit] Add R_MIPS_PC32 relocation
Petar Jovanovic
2015-06-08
1
-0
/
+5
*
Re-commit r238838, r238844 with fix for host/target endian mismatch and windo...
Daniel Sanders
2015-06-03
1
-12
/
+25
*
This reverts commit r238838, r238844 and r238888.
Rafael Espindola
2015-06-03
1
-5
/
+1
*
[mips][mcjit] Add support for R_MIPS_PC32.
Daniel Sanders
2015-06-02
1
-1
/
+5
*
Simplify now that we always use an alignment of 2 for ELF files.
Rafael Espindola
2015-06-02
1
-4
/
+4
*
[RuntimeDydlELF] Use range-based loop.
Davide Italiano
2015-06-02
1
-5
/
+3
*
add missing dependency for ExecutionEngine lib
Sanjay Patel
2015-06-01
2
-1
/
+2
*
Try to fix the build of IntelJITEventListener.
Rafael Espindola
2015-06-01
1
-2
/
+1
*
Simplify another function that doesn't fail.
Rafael Espindola
2015-06-01
1
-6
/
+3
*
Simplify interface of function that doesn't fail.
Rafael Espindola
2015-05-31
1
-4
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
3
-7
/
+4
*
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2015-05-28
4
-9
/
+279
*
[RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends.
Lang Hames
2015-05-27
1
-6
/
+5
*
Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and
Akira Hatanaka
2015-05-26
2
-4
/
+8
[next]