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
*
[MCJIT] Support DisableSymbolSearching and InstallLazyFunctionCreator in MCJIT.
Lang Hames
2014-08-14
1
-5
/
+13
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
13
-33
/
+33
*
[MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.
Lang Hames
2014-08-08
6
-44
/
+49
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
17
-12
/
+2295
*
[MCJIT] Replace a c-style cast with reinterpret_cast + static_cast.
Lang Hames
2014-08-07
1
-4
/
+4
*
fix configure+make build
Rafael Espindola
2014-08-07
1
-1
/
+1
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
16
-2294
/
+11
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
2
-9
/
+11
*
[MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.
Lang Hames
2014-08-02
1
-5
/
+0
*
Include Archive.h
Rafael Espindola
2014-08-01
1
-0
/
+1
*
Move virtual method out of line.
Rafael Espindola
2014-08-01
1
-0
/
+4
*
Replace comment about ownership with std::unique_ptr.
Rafael Espindola
2014-08-01
2
-9
/
+5
*
Use range loop.
Rafael Espindola
2014-08-01
1
-7
/
+3
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-1
/
+1
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
Delete dead code.
Rafael Espindola
2014-07-31
3
-10
/
+4
*
[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
Lang Hames
2014-07-30
6
-12
/
+31
*
[MCJIT] Add options to llvm-rtdyld to describe a phony target address space for
Lang Hames
2014-07-29
1
-3
/
+3
*
[MCJIT] Make sure we print the full 64-bit result of exprs in RuntimeDyldChec...
Lang Hames
2014-07-29
1
-2
/
+2
*
[MCJIT] Make the RuntimeDyldChecker stub_addr builtin use file names rather than
Lang Hames
2014-07-29
2
-2
/
+4
*
[RuntimeDyld][AArch64] Make encode/decodeAddend also work on big-endian hosts.
Juergen Ributzka
2014-07-29
1
-18
/
+31
*
[RuntimeDyld][AArch64] Make encode/decodeAddend more typesafe by using the re...
Juergen Ributzka
2014-07-29
3
-9
/
+12
*
Remove dead code.
Rafael Espindola
2014-07-24
2
-66
/
+0
*
ExecutionEngine: remove a stray semicolon
Saleem Abdulrasool
2014-07-23
1
-1
/
+1
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
4
-11
/
+4
*
RuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2014-07-23
1
-0
/
+1
*
[MCJIT] Make stub_addr functionality in RuntimeDyldChecker work in release mode.
Lang Hames
2014-07-22
1
-2
/
+0
*
[MCJIT] Teach RuntimeDyldChecker to handle underscores at the start of symbols.
Lang Hames
2014-07-22
1
-1
/
+1
*
[MCJIT] Improve stub_addr file-not-found diagnostic to help track down a
Lang Hames
2014-07-22
1
-2
/
+17
*
[MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.
Lang Hames
2014-07-22
5
-548
/
+777
*
Appease the buildbots.
Juergen Ributzka
2014-07-22
1
-0
/
+1
*
[RuntimeDyld][MachO][AArch64] Add a helper function for encoding addends in i...
Juergen Ributzka
2014-07-22
1
-75
/
+110
*
[RuntimeDyld][MachO][AArch64] Implement the decodeAddend method.
Juergen Ributzka
2014-07-22
1
-0
/
+92
*
[RuntimeDyld][MachO][AArch64] Add assertion to check for duplicate addend def...
Juergen Ributzka
2014-07-22
1
-4
/
+4
*
[RuntimeDyld] Change the return type of decodeAddend to match the storage type.
Juergen Ributzka
2014-07-22
2
-6
/
+6
*
Fixing an MSVC conversion warning about implicitly converting the shift resul...
Aaron Ballman
2014-07-21
1
-1
/
+1
*
[PowerPC] ELFv2 dynamic loader support
Ulrich Weigand
2014-07-20
3
-20
/
+47
*
[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO and teach
Lang Hames
2014-07-19
2
-26
/
+33
*
[MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_ADDEND values into the
Lang Hames
2014-07-18
1
-1
/
+3
*
[MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenly
Lang Hames
2014-07-17
2
-2
/
+2
*
Drop the udis86 wrapper from llvm::sys
Alp Toker
2014-07-17
1
-7
/
+0
*
[MCJIT] Significantly refactor the RuntimeDyldMachO class.
Lang Hames
2014-07-17
7
-826
/
+1097
*
[MCJIT] Improve a RuntimeDyldChecker diagnostic.
Lang Hames
2014-07-16
1
-3
/
+7
*
[RuntimeDyld] Revert r211652 - MachO object GDB registration support.
Lang Hames
2014-07-15
2
-144
/
+21
*
[RuntimeDyld] Handle endiannes differences between the host and target while
Lang Hames
2014-07-14
1
-14
/
+19
*
[RuntimeDyld] Fix stub size and offset for AArch64 in RuntimeDyldMachO.h.
Lang Hames
2014-07-12
1
-2
/
+10
*
[RuntimeDyld] Add GOT support for AArch64 to RuntimeDyldMachO.
Lang Hames
2014-07-11
1
-24
/
+174
*
[RuntimeDyld] Improve error diagnostic in RuntimeDyldChecker.
Lang Hames
2014-07-10
1
-4
/
+15
*
ExecutionEngine::create(): fix interpreter fallback when JIT is unavailable
Alp Toker
2014-07-01
1
-7
/
+8
*
Fix build following r211956
Alp Toker
2014-06-28
1
-1
/
+1
[next]