aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-12-02[Orc] Add setters for target options and features to JITTargetMachineBuilder.Lang Hames1-3/+1
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner1-0/+1
2019-08-06Re-land D65760/r367944 Diego Caballero1-1/+15
2019-08-05Reverting D65760/r367944 due to buildbot failure.Puyan Lotfi1-15/+1
2019-08-05[ORC] Add CPU name and sub-target features to detectHostDiego Caballero1-1/+15
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-30[ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.Lang Hames1-0/+55