index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
Parallelize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DemoteRegToStack got moved from DemoteRegToStack.h to Local.h
Chris Lattner
2004-03-14
1
-4
/
+4
*
* Remove function to find "main" in a Module, there's a method for that
Misha Brukman
2004-02-29
1
-168
/
+124
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-3
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix spelling.
Misha Brukman
2003-10-10
1
-3
/
+3
*
Final cleanup: remove dead code
Chris Lattner
2003-09-01
1
-39
/
+0
*
Not only is this a lot smaller, it actually works if there is already a
Chris Lattner
2003-09-01
1
-5
/
+1
*
If "These should be used only by the auto-parallelization pass", we might as
Chris Lattner
2003-09-01
1
-1
/
+31
*
Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not
Chris Lattner
2003-09-01
1
-1
/
+1
*
Minor cleanups
Chris Lattner
2003-09-01
1
-13
/
+8
*
Remove unnecessary use of NonCopyable
Chris Lattner
2003-08-06
1
-4
/
+3
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-1
/
+2
*
This file implements a pass that automatically parallelizes a program,
Vikram S. Adve
2002-12-10
1
-0
/
+548