Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4d0ff0c74d35e6c5bfc60c3864e8ac7655737f8f
/
llvm
/
lib
/
CodeGen
/
ParallelCG.cpp
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