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 a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-11
1
-0
/
+5
*
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
Chad Rosier
2012-02-25
1
-0
/
+1
*
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling
2011-08-03
1
-7
/
+0
*
Fix typo in comment.
Jay Foad
2011-07-26
1
-1
/
+1
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-7
/
+0
*
remove the StructRetPromotion pass. It is unused, not maintained and
Chris Lattner
2011-04-11
1
-1
/
+0
*
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2011-01-16
1
-6
/
+0
*
Let the -inline-threshold command line argument take precedence over the
Jakob Stoklund Olesen
2010-11-02
1
-0
/
+2
*
Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,
Dan Gohman
2010-08-26
1
-2
/
+1
*
The BlockExtractorPass() constructor was not reading the BlockFile and that was
Rafael Espindola
2010-07-31
1
-1
/
+1
*
Debugging infomration is encoded in llvm IR using metadata. This is designed
Devang Patel
2010-07-01
1
-0
/
+5
*
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-24
1
-7
/
+0
*
remove the IndMemRemPass, which only made sense for when malloc/free were int...
Chris Lattner
2009-10-18
1
-4
/
+0
*
Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass.
Dan Gohman
2009-09-28
1
-3
/
+2
*
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
*
For PR411:
Reid Spencer
2007-02-05
1
-20
/
+11
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-1
/
+2
*
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2007-01-26
1
-3
/
+4
*
Add new constructor to accept vector of exported names while creating
Devang Patel
2006-07-20
1
-0
/
+1
*
Add a simple pass to make sure that all (non-library) calls to malloc and free
Andrew Lenharth
2006-04-10
1
-0
/
+5
*
add an option to the internalize pass
Chris Lattner
2005-10-18
1
-3
/
+5
*
Declare a function to create the SimplifyLibCalls pass.
Reid Spencer
2005-04-25
1
-0
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-3
/
+3
*
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
[next]