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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
fix typos
Gabor Greif
2008-03-06
1
-1
/
+1
*
Add pass to promote sret.
Devang Patel
2008-02-29
1
-0
/
+1
*
prune #includes, fit in 80 cols.
Chris Lattner
2008-02-25
1
-3
/
+5
*
remove the LowerSelect pass. The last client was the old Sparc backend, whic...
Chris Lattner
2008-02-19
1
-9
/
+0
*
remove the lower packed pass. It can never work and even the parts that
Chris Lattner
2008-02-19
1
-7
/
+0
*
The CorrelatedExpressionElimination pass is known to be buggy. Remove it.
Bill Wendling
2008-01-27
1
-11
/
+0
*
Allow clients to specify the inline threshold when creating
Chris Lattner
2008-01-12
2
-0
/
+2
*
don't include loopinfo.h from this file.
Chris Lattner
2008-01-11
1
-1
/
+3
*
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2008-01-07
1
-7
/
+0
*
back out accidental commit.
Chris Lattner
2008-01-06
1
-6
/
+0
*
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-06
1
-0
/
+6
*
Didn't mean to commit this.
Owen Anderson
2008-01-05
1
-6
/
+0
*
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-04
1
-0
/
+6
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
14
-28
/
+28
*
Start the process of making MachineLoopInfo possible by templating Loop.
Owen Anderson
2007-11-14
2
-4
/
+3
*
Make this header public
Anton Korobeynikov
2007-11-09
1
-0
/
+29
*
Deleting redundant copy of block extractor pass. See also PR1775.
Gordon Henriksen
2007-11-05
1
-1
/
+1
*
Reg2Mem cleanup and optimizations:
Anton Korobeynikov
2007-10-21
1
-2
/
+3
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
1
-1
/
+1
*
Remove RLE from the headers, since the pass itself is gone now.
Owen Anderson
2007-09-14
1
-7
/
+0
*
Add utility to clone loops.
Devang Patel
2007-08-10
1
-0
/
+9
*
add #ifndef guards
Chris Lattner
2007-08-10
1
-0
/
+5
*
Fix comment.
Devang Patel
2007-08-07
1
-1
/
+2
*
Begin loop index split pass.
Devang Patel
2007-08-07
1
-0
/
+6
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-7
/
+0
*
Use SmallPtrSet.
Devang Patel
2007-07-27
1
-2
/
+2
*
Add BasicInliner interface.
Devang Patel
2007-07-25
2
-0
/
+135
*
Add a GVN pass, using the value numbering code I developed for GVNPRE and the
Owen Anderson
2007-07-24
1
-0
/
+7
*
Rename a lot of things to change FastDLE to RedundantLoadElimination.
Owen Anderson
2007-07-24
1
-2
/
+2
*
Fix a comment.
Owen Anderson
2007-07-23
1
-1
/
+1
*
Add FastDLE, the load-elimination counterpart of FastDSE.
Owen Anderson
2007-07-23
1
-0
/
+7
*
Make LCSSA a loop pass.
Devang Patel
2007-07-13
1
-1
/
+1
*
Adding ability to demote phi to stack.
Tanya Lattner
2007-07-11
1
-0
/
+5
*
Add FastDSE, a new algorithm for doing dead store elimination. This algorith...
Owen Anderson
2007-07-11
1
-0
/
+7
*
Expose struct size threhold to allow users to tweak their own setting.
Devang Patel
2007-07-09
1
-1
/
+1
*
Add SplitEdge and SplitBlock utility routines.
Devang Patel
2007-07-06
1
-0
/
+11
*
Move inliner pass header file.
Tanya Lattner
2007-06-19
1
-0
/
+64
*
Do not preserve ETForest.
Devang Patel
2007-06-08
1
-9
/
+9
*
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-06-07
1
-2
/
+2
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-2
/
+2
*
Rename.
Devang Patel
2007-06-06
1
-1
/
+1
*
Avoid non-trivial loop unswitching while optimizing for size.
Devang Patel
2007-06-06
1
-1
/
+1
*
Put GVN-PRE in all the right places.
Owen Anderson
2007-05-29
1
-0
/
+7
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
2
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
2
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
2
-1
/
+6
[next]