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
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
4
-27
/
+69
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
3
-51
/
+27
*
[ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses.
Lang Hames
2017-06-23
1
-2
/
+2
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
3
-27
/
+51
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
2
-42
/
+29
*
Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt...
Sagar Thakur
2017-06-22
4
-124
/
+15
*
[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld
Sagar Thakur
2017-06-22
4
-15
/
+124
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
2
-30
/
+53
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
5
-5
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
12
-15
/
+15
*
[RuntimeDyld, PowerPC] Fix regression from r303637
Ulrich Weigand
2017-05-23
1
-7
/
+9
*
[RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio...
Ulrich Weigand
2017-05-23
1
-8
/
+5
*
[RuntimeDyld, PowerPC] Fix relocation detection overflow
Ulrich Weigand
2017-05-23
1
-8
/
+8
*
[RuntimeDyld] Fix debug section relocation (pr20457)
Pavel Labath
2017-05-17
1
-3
/
+7
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
9
-24
/
+18
*
[SystemZ] Support missing relocation types in RuntimeDyldELF
Ulrich Weigand
2017-05-09
1
-3
/
+18
*
Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld.
Lang Hames
2017-05-07
2
-0
/
+16
*
[bpf] add relocation support
Alexei Starovoitov
2017-05-03
2
-0
/
+35
*
[APInt] Use inplace shift methods where possible. NFCI
Craig Topper
2017-04-28
1
-1
/
+1
*
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...
Renato Golin
2017-04-23
1
-1
/
+1
*
[APInt] Use operator<<= instead of shl where possible. NFC
Craig Topper
2017-04-23
1
-1
/
+1
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-1
/
+1
*
[ORC] Add RPC and serialization support for Errors and Expecteds.
Lang Hames
2017-04-13
1
-0
/
+3
*
[ORC] Add missing file from r300155.
Lang Hames
2017-04-13
1
-0
/
+55
*
[ORC] Use native Errors rather than converted std::error_codes for ORC RPC.
Lang Hames
2017-04-13
2
-19
/
+5
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-3
/
+3
*
[Orc] Make orcError return an error_code rather than Error.
Lang Hames
2017-04-06
1
-6
/
+3
*
[RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.
Lang Hames
2017-04-04
1
-2
/
+2
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Use MutableArrayRef for APFloat::convertToInteger
Simon Pilgrim
2017-03-20
1
-1
/
+1
*
Strip trailing whitespace
Simon Pilgrim
2017-03-20
1
-8
/
+8
*
[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
Lang Hames
2017-02-20
2
-6
/
+6
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-1
/
+1
*
RuntimeDyldELF/AArch64: Implement basic GOT support
Eugene Leviant
2017-02-06
4
-73
/
+176
*
RuntimeDyldELF: Don't abort on R_X86_64_NONE, it's a no-oop.
Will Dietz
2017-01-28
1
-0
/
+2
*
RuntimeDyldELF: add LDST128_ABS_LO12_NC reloc
Eugene Leviant
2017-01-23
1
-0
/
+6
*
RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocs
Eugene Leviant
2017-01-23
1
-1
/
+13
*
[Orc][RPC] Add an RPCFunctionNotSupported error type and return it from
Lang Hames
2017-01-15
1
-0
/
+20
*
RuntimeDyldELF: implement R_AARCH64_PREL64 reloc
Eugene Leviant
2017-01-10
1
-0
/
+3
*
Fix MSVC build failure introduced in r291431
Pavel Labath
2017-01-09
1
-4
/
+3
*
RuntimeDyldELF: don't create thunk if not needed
Eugene Leviant
2017-01-09
2
-1
/
+47
*
[ExecutionEngine] Fix compile errors in OProfileJITEventListener.
Lang Hames
2017-01-03
1
-8
/
+8
*
RuntimeDyldELF: refactor AArch64 relocations. NFC.
Eugene Leviant
2016-12-27
1
-106
/
+44
*
RuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC reloc
Eugene Leviant
2016-12-27
1
-0
/
+9
*
[Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting on
Lang Hames
2016-12-25
1
-0
/
+2
*
Update mailing list post URL and add libunwind reference
Ed Maste
2016-12-21
1
-1
/
+2
*
Fix R_AARCH64_MOVW_UABS_G3 relocation
Yichao Yu
2016-12-15
1
-23
/
+49
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-3
/
+3
*
[mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...
Simon Dardis
2016-12-13
6
-306
/
+411
*
[mips][rtdyld] Merge code to write relocated values to the section. NFC
Simon Dardis
2016-12-07
2
-126
/
+111
[next]