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
/
Utils
/
BasicInliner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-5
/
+5
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-10
/
+10
*
available_externall linkage is not local, this was confusing the codegenerator,
Edwin Török
2009-05-23
1
-1
/
+2
*
Changed option name from inline-threshold to basic-inline-threshold because
Mon P Wang
2009-02-23
1
-1
/
+1
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+1
*
Fix warning.
Daniel Dunbar
2008-10-31
1
-1
/
+1
*
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-30
1
-7
/
+18
*
Assorted comment/naming fixes, 80-col violations, and reindentation.
Daniel Dunbar
2008-10-28
1
-9
/
+10
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-5
/
+3
*
Make several variable declarations static.
Dan Gohman
2008-05-06
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Use SmallPtrSet.
Devang Patel
2007-07-27
1
-2
/
+1
*
Add BasicInliner interface.
Devang Patel
2007-07-25
1
-0
/
+171