Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e6e93ccd0c8d336dc3fa195373ed2951738adba8
/
lib
/
Analysis
/
DataStructure
/
Parallelize.cpp
99cc88b
* Remove function to find "main" in a Module, there's a method for that
by Misha Brukman
· 21 years ago
1e2385b
Finegrainify namespacification
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
cf00c4a
Fix spelling.
by Misha Brukman
· 22 years ago
758fefc
Final cleanup: remove dead code
by Chris Lattner
· 22 years ago
273328e
Not only is this a lot smaller, it actually works if there is already a
by Chris Lattner
· 22 years ago
09a6705
If "These should be used only by the auto-parallelization pass", we might as
by Chris Lattner
· 22 years ago
60a3518
Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not
by Chris Lattner
· 22 years ago
aa92145
Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h
by Chris Lattner
· 22 years ago
8043127
Remove unnecessary use of NonCopyable
by Chris Lattner
· 22 years ago
4ad02e7
Add new linkage types to support a real frontend
by Chris Lattner
· 22 years ago
e12c74c
This file implements a pass that automatically parallelizes a program,
by Vikram S. Adve
· 23 years ago