Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c3dbe2397792302232114ebb15507c3977b605d2
/
llvm
/
lib
/
CodeGen
/
ParallelCG.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
9a45114
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up to dwo output.
by Peter Collingbourne
· 7 years ago
6a86e25
Pass a reference to a module to the bitcode writer.
by Rafael Espindola
· 8 years ago
c468b64
Remove redundant includes from lib/CodeGen.
by Michael Zolotukhin
· 8 years ago
d9445c4
Bitcode: Change module reader functions to return an llvm::Expected.
by Peter Collingbourne
· 9 years ago
ad17679
Split Bitcode/ReaderWriter.h into separate reader and writer headers
by Teresa Johnson
· 9 years ago
1afc1de
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param.
by Benjamin Kramer
· 9 years ago
caa1169
[ParallelCG] SmallVector<char> -> SmallString.
by Davide Italiano
· 10 years ago
3c1c987
Keep only the splitCodegen version that takes a factory.
by Rafael Espindola
· 10 years ago
7950b12
[ParallelCG] Add a new splitCodeGen() API which takes a TargetMachineFactory.
by Davide Italiano
· 10 years ago
2abf2e7
Revert "[LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory."
by Davide Italiano
· 10 years ago
3fdd27d
[LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory.
by Davide Italiano
· 10 years ago
268826a
[gold] Save bitcode for module partitions (save-temps + split codegen).
by Evgeniy Stepanov
· 10 years ago
d84c7de
Change split code gen to use ThreadPool
by Teresa Johnson
· 10 years ago
d19d4d3
Add to the split module utility an SCC based method which allows not to globalize any local variables.
by Sergei Larin
· 10 years ago
4d45090
[LTO] Add option to emit assembly from LTOCodeGenerator
by Tobias Edler von Koch
· 10 years ago
592ee15
Support: Support LLVM_ENABLE_THREADS=0 in llvm/Support/thread.h.
by Peter Collingbourne
· 10 years ago
c269ed5
CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.
by Peter Collingbourne
· 10 years ago