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
/
ExtractFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-2
/
+2
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+5
*
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-11
1
-3
/
+2
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-1
/
+3
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+1
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-2
/
+2
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-4
/
+25
*
Make llvm-extract preserve the callingconv of prototypes in the extracted
Chris Lattner
2007-01-25
1
-0
/
+1
*
llvm-extract should remove module-level asm
Chris Lattner
2006-10-20
1
-3
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-15
/
+15
*
stop using method.
Chris Lattner
2005-03-15
1
-1
/
+1
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-3
/
+3
*
Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
Misha Brukman
2004-04-22
1
-11
/
+11
*
Add a flag to choose between isolating a function or deleting the function from
Misha Brukman
2004-04-22
1
-6
/
+29
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-5
/
+3
*
This file was somehow missing a top-level comment line.
Misha Brukman
2003-11-17
1
-1
/
+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
-1
/
+1
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-3
/
+5
*
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner
2002-11-19
1
-0
/
+83