Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
97cf20e1b81f0af1acc39e7e367a13328e24f490
/
llvm
/
lib
/
Analysis
/
DataStructure
/
Parallelize.cpp
f6118db
Move all of the DSA headers into the Analysis/DataStructure subdir.
by Chris Lattner
· 21 years ago
f6729a3
Move PgmDependenceGraph.h out of the public include hierarchy
by Chris Lattner
· 21 years ago
ddc90ad
File depends on DSA, moved to lib/Analysis/DataStructure
by Misha Brukman
· 21 years ago
[Renamed from llvm/lib/Transforms/IPO/Parallelize.cpp]
8eebc49
DemoteRegToStack got moved from DemoteRegToStack.h to Local.h
by Chris Lattner
· 22 years ago
c91e1ff
* Remove function to find "main" in a Module, there's a method for that
by Misha Brukman
· 22 years ago
f52e03c
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
8b2bd4e
Fix spelling.
by Misha Brukman
· 22 years ago
ffc2d16
Final cleanup: remove dead code
by Chris Lattner
· 22 years ago
267f204
Not only is this a lot smaller, it actually works if there is already a
by Chris Lattner
· 22 years ago
d4a1af7
If "These should be used only by the auto-parallelization pass", we might as
by Chris Lattner
· 22 years ago
685dc1e
Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not
by Chris Lattner
· 22 years ago
6c6ba71
Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h
by Chris Lattner
· 22 years ago
c592c9f
Remove unnecessary use of NonCopyable
by Chris Lattner
· 22 years ago
379a8d2
Add new linkage types to support a real frontend
by Chris Lattner
· 23 years ago
9a672d1
This file implements a pass that automatically parallelizes a program,
by Vikram S. Adve
· 23 years ago