summaryrefslogtreecommitdiffstats
path: root/llvm/test/LTO/X86/parallel.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
| | | | | | | | Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D72143 Patch by Kazuaki Ishizaki.
* Add powerpc64 to parallel.ll unsupported architecture list.Peter Collingbourne2015-09-041-1/+1
| | | | llvm-svn: 246862
* Use UNSUPPORTED instead of XFAIL to disable this test, as it passes on one ↵Peter Collingbourne2015-08-281-1/+1
| | | | | | AArch64 bot. llvm-svn: 246344
* Tweak XFAIL line for mips.Peter Collingbourne2015-08-281-1/+1
| | | | llvm-svn: 246269
* XFAIL parallel.ll test on MIPS and AArch64 until test failures can be ↵Peter Collingbourne2015-08-281-0/+3
| | | | | | investigated. llvm-svn: 246261
* CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.Peter Collingbourne2015-08-271-0/+22
llvm::splitCodeGen is a function that implements the core of parallel LTO code generation. It uses llvm::SplitModule to split the module into linkable partitions and spawning one code generation thread per partition. The function produces multiple object files which can be linked in the usual way. This has been threaded through to LTOCodeGenerator (and llvm-lto for testing purposes). Separate patches will add parallel LTO support to the gold plugin and lld. Differential Revision: http://reviews.llvm.org/D12260 llvm-svn: 246236
OpenPOWER on IntegriCloud