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
/
InlineSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch makes the inliner refuse to inline functions that have alloca
Chris Lattner
2004-08-12
1
-25
/
+57
*
bug 122:
Reid Spencer
2004-07-18
1
-3
/
+2
*
Remove the "really gross hacks" that are there to deal with recursive functions.
Chris Lattner
2004-04-08
1
-7
/
+1
*
Restore old inlining heuristic. As the comment indicates, this is a nasty
Chris Lattner
2004-03-15
1
-1
/
+8
*
This change makes two big adjustments.
Chris Lattner
2004-03-13
1
-11
/
+49
*
Considering that CI is not even IN SCOPE here, I wooda thought the compiler
Chris Lattner
2003-11-21
1
-1
/
+1
*
* Finegrainify namespacification
Chris Lattner
2003-11-21
1
-30
/
+99
*
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
*
Reorder for minor efficiency gain
Chris Lattner
2003-10-20
1
-1
/
+1
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
1
-1
/
+1
*
Fix spelling.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Fix bugzilla bug #5
Chris Lattner
2003-10-07
1
-1
/
+6
*
Speed up the predicate used to decide when to inline by caching the size
Chris Lattner
2003-10-06
1
-13
/
+28
*
Heavily refactor code:
Chris Lattner
2003-08-31
1
-127
/
+27
*
Inline invoke instructions as well as call instructions
Chris Lattner
2003-08-24
1
-13
/
+18
*
Big diff for a small change: delete inlined functions if all callees have
Chris Lattner
2003-08-24
1
-21
/
+32
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-1
/
+2
*
Allow the inlining limit to be controlled from the command line!
Chris Lattner
2003-06-28
1
-1
/
+5
*
* Separate all of the grunt work of inlining out into the Utils library.
Chris Lattner
2003-05-29
1
-169
/
+127
*
Don't inline functions that take variable numbers of arguments!
Chris Lattner
2003-05-08
1
-3
/
+4
*
Remove using decl
Chris Lattner
2003-05-08
1
-2
/
+1
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-1
/
+1
*
Fix references to functions
Chris Lattner
2003-01-13
1
-6
/
+8
*
Minor changes to cloning interface
Chris Lattner
2002-11-19
1
-4
/
+9
*
Rework inline pass to use cloning infrastructure to do the dirty work
Chris Lattner
2002-11-19
1
-112
/
+38
*
Start using the new function cloning header
Chris Lattner
2002-11-19
1
-1
/
+2
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-3
/
+2
*
Don't insert a PHI node to merge "returns" from an inlined function if there
Chris Lattner
2002-09-22
1
-1
/
+12
*
Fix FunctionInlining pass assertion failure:
Chris Lattner
2002-09-16
1
-1
/
+1
*
Clean up code due to auto-insert constructors
Chris Lattner
2002-09-10
1
-4
/
+3
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
* Remove getPassName implementation
Chris Lattner
2002-07-23
1
-1
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-55
/
+38
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-0
/
+4
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+1
*
s/Method/Function
Chris Lattner
2002-04-27
1
-1
/
+1
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-10
/
+10
*
Add a fixme so that we don't forget this is broken.
Chris Lattner
2002-04-18
1
-0
/
+3
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-0
/
+1
*
s/Method/Function
Chris Lattner
2002-04-08
1
-2
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-45
/
+42
*
s/Method/Function
Chris Lattner
2002-03-29
1
-3
/
+3
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-1
/
+15
*
When inlining basic blocks and instructions, give them a name!
Chris Lattner
2002-02-25
1
-0
/
+4
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
1
-10
/
+7
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-6
/
+7
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-1
/
+1
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-0
/
+1
[next]