summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-071-464/+0
* [ORC] Save AArch64 NEON state in the JIT reentry block.Lang Hames2016-05-011-42/+74
* [Orc] Add ORC lazy-compilation support for AArch64.Lang Hames2016-04-291-0/+144
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-251-119/+111
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-12/+12
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [Orc] Add stack-realignment code to the i386 resolver function.Lang Hames2016-02-211-27/+30
* [Orc] Add lazy-JITting support for i386.Lang Hames2016-02-101-0/+125
* [Orc] Slightly improve the x86-64 resolver block machine code.Lang Hames2016-02-061-8/+7
* [Orc] Fix a typo in the comments for the x86_64 resolver block.Lang Hames2016-02-051-2/+2
* [Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class:Lang Hames2016-02-021-2/+1
* [Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion withLang Hames2016-01-111-0/+171
OpenPOWER on IntegriCloud