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
*
Fix lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp for r273701
Kevin Enderby
2016-06-24
1
-2
/
+5
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-4
/
+4
*
ExecutionEngine: silence unused value warning
Saleem Abdulrasool
2016-06-24
1
-0
/
+3
*
ExecutionEngine: add preliminary support for COFF ARM
Saleem Abdulrasool
2016-06-24
2
-5
/
+294
*
IR: Introduce Module::global_objects().
Peter Collingbourne
2016-06-22
1
-4
/
+2
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-2
/
+2
*
[PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addend
Reid Kleckner
2016-06-16
1
-3
/
+21
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
[MCJIT] Update MCJIT and get the fibonacci example working again.
Lang Hames
2016-06-11
1
-5
/
+9
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-2
/
+3
*
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
Lang Hames
2016-05-31
2
-4
/
+4
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-3
/
+5
*
[Orc] Merge some common code for creating CompileCallbackManagers and
Lang Hames
2016-05-26
5
-73
/
+51
*
[RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when
Lang Hames
2016-05-25
3
-6
/
+8
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
2
-0
/
+6
*
[RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymous
Lang Hames
2016-05-19
1
-15
/
+52
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-2
/
+1
*
[RuntimeDyld] Thread Error through some APIs, remove calls to report_fatal_er...
Lang Hames
2016-05-18
4
-58
/
+18
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
2
-4
/
+10
*
[RuntimeDyld] Support R_390_PC64 relocation type
Bryan Chan
2016-05-13
1
-0
/
+5
*
[Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.
Lang Hames
2016-05-07
3
-81
/
+171
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
5
-11
/
+43
*
[ORC] Save AArch64 NEON state in the JIT reentry block.
Lang Hames
2016-05-01
1
-42
/
+74
*
[Orc] Add ORC lazy-compilation support for AArch64.
Lang Hames
2016-04-29
1
-0
/
+144
*
Use llvm:Twine instead of std::to_string.
Chaoren Lin
2016-04-28
3
-11
/
+11
*
[RuntimeDyld] Propagate another dropped error in RuntimeDyldELF.
Lang Hames
2016-04-27
1
-1
/
+2
*
[RuntimeDyld] Add missing include - <string> is requried for std::to_string.
Lang Hames
2016-04-27
3
-0
/
+3
*
[RuntimeDyld] Propagate Errors from findPPC64TOCSection.
Lang Hames
2016-04-27
1
-3
/
+6
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
13
-288
/
+471
*
[ORC] clang-format code that was touched in r267457. NFC.
Lang Hames
2016-04-25
5
-213
/
+189
*
[ORC] Thread Error/Expected through the RPC library.
Lang Hames
2016-04-25
4
-26
/
+55
*
[RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.
Davide Italiano
2016-04-24
1
-1
/
+5
*
[RuntimeDyld] Fix conservative over-allocation of memory for common symbols.
Lang Hames
2016-04-21
1
-4
/
+14
*
Fix another compilation error from r266919 for clang-atom-d525-fedora-rel which
Kevin Enderby
2016-04-20
1
-2
/
+5
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
9
-36
/
+101
*
[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.
Lang Hames
2016-04-18
2
-35
/
+27
*
Revert 266581 (and follow-up 266588), it doesn't build on Windows.
Nico Weber
2016-04-18
2
-27
/
+35
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
8
-10
/
+1
*
[ORC] Generalize the ORC RPC utils to support RPC function return values and
Lang Hames
2016-04-18
2
-35
/
+27
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-1
/
+8
*
More more change need as part of r264187 where ErrorOr<> was added
Kevin Enderby
2016-03-23
1
-1
/
+5
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
2
-2
/
+7
*
ExecutionEngine: tweak debug log
Saleem Abdulrasool
2016-03-05
1
-1
/
+1
*
[RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInPro...
Lang Hames
2016-03-03
1
-8
/
+6
*
Refactor duplicated code for linking with pthread.
Rafael Espindola
2016-03-01
1
-3
/
+3
*
[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
[next]