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
...
*
Reverted r361134 because of a failing test left unattended for a long time.
Galina Kistanova
2019-05-22
1
-6
/
+8
*
Disable EHFrameSupport in JITLink/RuntimeDyld on AIX
Xing Xue
2019-05-22
2
-3
/
+5
*
[ORC] Assert that JITDylibs have unique names.
Lang Hames
2019-05-21
1
-0
/
+10
*
[ORC] fix use-after-move. NFC
Nick Desaulniers
2019-05-20
1
-6
/
+4
*
[ORC] Remove some unreachable code.
Lang Hames
2019-05-20
1
-4
/
+1
*
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...
Lang Hames
2019-05-20
2
-18
/
+18
*
Use llvm::sort. NFC
Fangrui Song
2019-05-20
1
-8
/
+6
*
[ORC] Change handling for SymbolStringPtr tombstones and empty keys.
Lang Hames
2019-05-16
1
-2
/
+0
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
2
-7
/
+9
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
2
-9
/
+7
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
2
-7
/
+9
*
[JITLink][MachO] Use getSymbol64TableEntry for 64-bit MachO files.
Lang Hames
2019-05-16
1
-1
/
+1
*
[JITLink][MachO] Honor the no-dead-strip flag on nlist entries.
Lang Hames
2019-05-13
1
-1
/
+8
*
[JITLink] Track section alignment and make sure it is respected during layout.
Lang Hames
2019-05-13
4
-11
/
+43
*
[JITLink] Add a test for zero-filled content.
Lang Hames
2019-05-12
2
-12
/
+26
*
[ORC] Make a narrowing-cast explicit to silence a compiler warning.
Lang Hames
2019-05-10
1
-1
/
+1
*
[JITLink][MachO] Mark atoms in sections 'no-dead-strip' set live by default.
Lang Hames
2019-05-10
2
-36
/
+66
*
[JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR.
Lang Hames
2019-05-09
1
-2
/
+2
*
[ORC] Simplify logic for updating edges when should-discard atoms are pruned.
Lang Hames
2019-05-09
1
-16
/
+4
*
[JITLink] Improve/fix some JITLink debugging output.
Lang Hames
2019-05-09
2
-9
/
+11
*
[ORC] Fix a formatting bug.
Lang Hames
2019-05-09
1
-1
/
+1
*
Fix LLVM_USE_PERF build after getPageSize change
Sven van Haastregt
2019-05-09
1
-3
/
+3
*
[Support] Add error handling to sys::Process::getPageSize().
Lang Hames
2019-05-08
3
-9
/
+9
*
Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes.
Lang Hames
2019-05-07
4
-29
/
+128
*
Revert r360194 "[JITLink] Add support for MachO .alt_entry atoms."
Lang Hames
2019-05-07
3
-110
/
+11
*
[JITLink] Add support for MachO .alt_entry atoms.
Lang Hames
2019-05-07
3
-11
/
+110
*
[JITLink] Add two useful Section operations: find by name, get address range.
Lang Hames
2019-05-04
1
-9
/
+2
*
[ORC] Pass object buffer ownership back in NotifyEmitted.
Lang Hames
2019-05-01
1
-19
/
+18
*
[JITLink] Make sure we explicitly deallocate memory on failure.
Lang Hames
2019-05-01
2
-4
/
+11
*
[ORC] Move SimpleCompiler/ConcurrentIRCompiler definitions into a .cpp file.
Lang Hames
2019-04-30
2
-0
/
+87
*
[JITLink] Add debugging output to print resolved external atoms.
Lang Hames
2019-04-30
1
-0
/
+6
*
[ORC][JITLink] Name in-memory compiled objects after their source modules.
Lang Hames
2019-04-30
1
-1
/
+2
*
[ORC] Allow JITDylib definition generators to return Errors.
Lang Hames
2019-04-30
2
-58
/
+94
*
[ORC] Replace the LLJIT/LLLazyJIT Create methods with Builder utilities.
Lang Hames
2019-04-29
1
-105
/
+131
*
[ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.
Lang Hames
2019-04-26
2
-51
/
+153
*
[ORC] Remove symbols from dependency lists when failing materialization.
Lang Hames
2019-04-25
1
-2
/
+29
*
[JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.
Lang Hames
2019-04-24
2
-13
/
+27
*
Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-04-23
1
-2
/
+2
*
[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.
Lang Hames
2019-04-22
8
-18
/
+22
*
[JITLink] Fix section start address calculation in eh-frame recorder.
Lang Hames
2019-04-22
1
-0
/
+3
*
[JITLink] Remove an overly strict error check in JITLink's eh-frame parser.
Lang Hames
2019-04-21
2
-13
/
+4
*
[JITLink] Factor basic common GOT and stub creation code into its own class.
Lang Hames
2019-04-21
2
-72
/
+130
*
[JITLink] Add yet more detail to MachO/x86-64 unsupported relocation errors.
Lang Hames
2019-04-20
1
-1
/
+4
*
[JITLink][ORC] Add JITLink to the list of dependencies for ORC.
Lang Hames
2019-04-20
1
-1
/
+2
*
[JITLink] Fix a bad formatv format string.
Lang Hames
2019-04-20
1
-1
/
+1
*
[JITLink] Add BinaryFormat to JITLink's dependencies.
Lang Hames
2019-04-20
1
-1
/
+1
*
[JITLink] Add more detail to MachO/x86-64 "unsupported relocation" errors.
Lang Hames
2019-04-20
1
-1
/
+5
*
[JITLink] Silence some MSVC implicit cast warnings.
Lang Hames
2019-04-20
1
-2
/
+3
*
[JITLink] Use memset instead of bzero.
Lang Hames
2019-04-20
1
-2
/
+2
*
[JITLink] Fix a missing header and bad prototype.
Lang Hames
2019-04-20
1
-1
/
+2
[prev]
[next]