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
/
include
/
llvm
/
Transforms
/
IPO.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply feedback from Chris.
Jeff Cohen
2005-01-10
1
-2
/
+3
*
Add more missing createXxxPass functions.
Jeff Cohen
2005-01-08
1
-0
/
+5
*
New prototype
Chris Lattner
2004-12-10
1
-0
/
+6
*
Move the strip pass from Scalar to IPO lib
Chris Lattner
2004-12-02
1
-0
/
+7
*
Declare a function in the correct namespace.
Reid Spencer
2004-10-18
1
-1
/
+1
*
Rename pass
Chris Lattner
2004-10-07
1
-3
/
+3
*
Do not prototype any of these passes as returning Pass*. Instead, be specific
Chris Lattner
2004-09-20
1
-18
/
+18
*
Add a pass
Chris Lattner
2004-08-13
1
-0
/
+8
*
Remove two dead passes
Chris Lattner
2004-06-28
1
-8
/
+0
*
Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
Misha Brukman
2004-04-22
1
-4
/
+4
*
Add a boolean flag to delete this function from module, leaving the rest behind.
Misha Brukman
2004-04-22
1
-3
/
+4
*
Rename createLoopExtractorPass to createSingleLoopExtractorPass
Chris Lattner
2004-03-14
1
-63
/
+64
*
Move loop extractor to the IPO header
Chris Lattner
2004-03-14
1
-0
/
+8
*
Add prototype
Chris Lattner
2004-03-07
1
-0
/
+6
*
Add prototype
Chris Lattner
2004-02-25
1
-0
/
+7
*
Fix typo in comment.
Brian Gaeke
2003-12-16
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Split the DAE pass into DAE and DAH passes
Chris Lattner
2003-11-05
1
-5
/
+6
*
Include new prototype
Chris Lattner
2003-10-23
1
-0
/
+6
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Add prototype for the lowersetjmp pass
Chris Lattner
2003-09-15
1
-0
/
+7
*
Change the RaiseAllocations pass from being a BasicBlockPass to being a Pass
Chris Lattner
2003-09-01
1
-0
/
+7
*
Add accessor function for the PruneEH pass
Chris Lattner
2003-08-31
1
-0
/
+6
*
Add argument to DAE to allow operation on non-internal functions
Chris Lattner
2003-06-25
1
-2
/
+5
*
Add prototype for the new DAE pass
Chris Lattner
2003-06-16
1
-0
/
+6
*
Remove pool alloc accessor
Chris Lattner
2003-02-03
1
-8
/
+0
*
Move inlining pass to IPO.h
Chris Lattner
2002-11-19
1
-0
/
+5
*
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner
2002-11-19
1
-0
/
+8
*
Converted SimpleStructMutation to take TargetData as a required pass.
Chris Lattner
2002-09-26
1
-3
/
+2
*
Move many files into IPO.h
Chris Lattner
2002-07-24
1
-0
/
+32
*
* Rename to IPO.h
Chris Lattner
2002-07-23
1
-1
/
+13
*
Prepare the file to become IPO.h
Chris Lattner
2002-07-23
1
-16
/
+8
*
Split the CleanupGCCOutput pass into two passes, and add real life actual
Chris Lattner
2002-04-10
1
-0
/
+27
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-30
/
+2
*
Convert xforms over to use new pass structure
Chris Lattner
2002-01-30
1
-5
/
+8
*
Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
Chris Lattner
2002-01-22
1
-5
/
+0
*
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-21
1
-4
/
+4
*
-cleangcc pass now remove type names that are never referenced and type names...
Chris Lattner
2001-11-15
1
-1
/
+5
*
Expose method to merge identically named methods
Chris Lattner
2001-11-03
1
-0
/
+6
*
Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...
Chris Lattner
2001-10-31
1
-0
/
+8
*
New GCC cleanup pass interface
Chris Lattner
2001-10-31
1
-0
/
+24