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
*
Add an early implementation of a partial inlining pass. The idea behind this
Owen Anderson
2009-06-14
1
-0
/
+5
*
Add helper pass to remove llvm.dbg.declare intrinsics.
Devang Patel
2009-03-09
1
-2
/
+7
*
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands
2008-12-31
1
-2
/
+4
*
Add new helper pass that strips all symbol names except debugging information.
Devang Patel
2008-11-18
1
-0
/
+7
*
Undo previous check-in.
Devang Patel
2008-11-11
1
-7
/
+0
*
Add utility pass to remove dbg info.
Devang Patel
2008-11-11
1
-0
/
+7
*
Add a new MergeFunctions pass. It finds identical functions and merges them.
Nick Lewycky
2008-11-02
1
-3
/
+9
*
Add a new pass AddReadAttrs which works out which functions
Duncan Sands
2008-09-19
1
-0
/
+6
*
Initial version of a Partial Specialization IPO pass. It triggers a couple h...
Andrew Lenharth
2008-09-03
1
-0
/
+6
*
Add missing decls.
Devang Patel
2008-09-03
1
-0
/
+5
*
Add missing semicolumn in my last commit.
Matthijs Kooijman
2008-06-26
1
-1
/
+1
*
Improve comments wrt createInternalize.
Matthijs Kooijman
2008-06-26
1
-2
/
+7
*
Rename a few variables to be more consistent.
Matthijs Kooijman
2008-06-24
1
-1
/
+1
*
Simplify internalize pass. Add test case.
Devang Patel
2008-05-14
1
-4
/
+9
*
Delete the IPO simplify-libcalls and completely reimplement it as
Chris Lattner
2008-05-01
1
-5
/
+0
*
Allow argpromote to promote struct arguments with a specified number
Chris Lattner
2008-04-19
1
-2
/
+3
*
FunctionExtractorPass has been superceded by GVExtractorPass
Andrew Lenharth
2008-03-21
1
-8
/
+0
*
add a pass that can extract all kinds of global values, not just functions. ...
Andrew Lenharth
2008-03-07
1
-0
/
+9
*
Add pass to promote sret.
Devang Patel
2008-02-29
1
-0
/
+1
*
Allow clients to specify the inline threshold when creating
Chris Lattner
2008-01-12
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Deleting redundant copy of block extractor pass. See also PR1775.
Gordon Henriksen
2007-11-05
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+173