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
Commit message (
Expand
)
Author
Age
Files
Lines
*
BasicAliasAnalysis and FunctionAttrs were both
Duncan Sands
2009-01-18
1
-81
/
+2
*
Add the private linkage.
Rafael Espindola
2009-01-15
12
-28
/
+31
*
rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary
Chris Lattner
2009-01-14
1
-24
/
+26
*
Correct a comment.
Duncan Sands
2009-01-13
1
-1
/
+1
*
Enable recursive inlining. Reduce inlining threshold
Dale Johannesen
2009-01-12
1
-5
/
+5
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-2
/
+2
*
Increase default inlining aggressiveness in partial
Dale Johannesen
2009-01-11
1
-2
/
+2
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
1
-2
/
+2
*
Adjustments to last patch based on review.
Dale Johannesen
2009-01-09
3
-0
/
+11
*
Whitespace - correct formatting.
Duncan Sands
2009-01-07
1
-2
/
+2
*
Remove alloca tracking from nocapture analysis. Not only
Duncan Sands
2009-01-07
1
-69
/
+16
*
Reorder these.
Duncan Sands
2009-01-07
1
-24
/
+24
*
Use a switch rather than a sequence of "isa" tests.
Duncan Sands
2009-01-07
1
-16
/
+32
*
The verifier checks that the aliasee is not null.
Duncan Sands
2009-01-07
1
-2
/
+1
*
Teach the internalize pass to also internalize
Duncan Sands
2009-01-05
1
-0
/
+12
*
Not having an aliasee is a theoretical possibility.
Duncan Sands
2009-01-05
1
-1
/
+2
*
Format more neatly.
Duncan Sands
2009-01-05
1
-1
/
+1
*
Remove trailing spaces.
Duncan Sands
2009-01-05
1
-10
/
+10
*
Delete unused global aliases with internal linkage.
Duncan Sands
2009-01-05
1
-8
/
+23
*
Any void readonly functions are provably dead, don't waste time adding
Nick Lewycky
2009-01-03
1
-14
/
+0
*
Load tracking means that the value analyzed may
Duncan Sands
2009-01-02
1
-2
/
+8
*
When calculating 'nocapture' argument attributes, allow
Duncan Sands
2009-01-02
1
-21
/
+60
*
Improve comments and reorganize a bit - no functionality
Duncan Sands
2009-01-02
1
-56
/
+44
*
Make adding nocapture a bit stronger. FreeInst is nocapture. Also,
Nick Lewycky
2009-01-02
1
-3
/
+27
*
Mention that this pass does escape analysis in the
Duncan Sands
2009-01-01
1
-3
/
+5
*
Look through phi nodes and select instructions when
Duncan Sands
2008-12-31
1
-3
/
+8
*
Don't analyze arguments already marked 'nocapture'.
Duncan Sands
2008-12-31
1
-1
/
+2
*
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands
2008-12-31
2
-13
/
+127
*
Experiments show that looking through phi nodes
Duncan Sands
2008-12-29
1
-0
/
+2
*
Allow readnone functions to read (and write!) global
Duncan Sands
2008-12-29
1
-4
/
+19
*
insert some sequence points and preincrement an iterator to avoid
Chris Lattner
2008-12-17
1
-7
/
+8
*
Enhance heap sra to be substantially more aggressive w.r.t PHI
Chris Lattner
2008-12-17
1
-105
/
+182
*
Fix another crash found by inspection. If we have a PHI node merging
Chris Lattner
2008-12-16
1
-47
/
+68
*
fix a crash found by inspection.
Chris Lattner
2008-12-16
1
-1
/
+1
*
switch some std::set/std::map to SmallPtrSet/DenseMap.
Chris Lattner
2008-12-16
1
-14
/
+13
*
enhance heap-sra to apply to fixed sized array allocations, not just
Chris Lattner
2008-12-15
1
-4
/
+43
*
Use stripPointerCasts.
Chris Lattner
2008-12-15
1
-7
/
+2
*
minor tweaks for formatting, allow bitcast in ValueIsOnlyUsedLocallyOrStoredT...
Chris Lattner
2008-12-15
1
-12
/
+29
*
refactor some code into a new TryToOptimizeStoreOfMallocToGlobal function.
Chris Lattner
2008-12-15
1
-62
/
+66
*
Fix error where it wasn't getting the correct caller function.
Bill Wendling
2008-11-21
1
-1
/
+2
*
If the function being inlined has a higher stack protection level than the
Bill Wendling
2008-11-21
1
-0
/
+9
*
Do not forget llvm.dbg.declare's first argument while removing debugging info...
Devang Patel
2008-11-20
1
-4
/
+12
*
Remove unused variables.
Devang Patel
2008-11-19
1
-12
/
+9
*
Fix typo.
Devang Patel
2008-11-19
1
-1
/
+1
*
Add new helper pass that strips all symbol names except debugging information.
Devang Patel
2008-11-18
1
-28
/
+51
*
Remove even more llvm.dbg variables.
Devang Patel
2008-11-18
1
-33
/
+50
*
If SI->size() is 0, we are not allowed to dereference ->begin().
Edwin Török
2008-11-16
1
-2
/
+4
*
simplify loop
Chris Lattner
2008-11-16
1
-5
/
+2
*
Refactor code.
Devang Patel
2008-11-14
1
-37
/
+60
*
Really remove all debug information.
Devang Patel
2008-11-13
1
-11
/
+52
[next]