index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify SROA conversion to integer in some ways, make it more general in oth...
Chris Lattner
2007-04-11
1
-131
/
+138
*
Strengthen the boundary conditions of this fold, implementing
Chris Lattner
2007-04-09
1
-3
/
+3
*
Re-constify things that don't break the build. Last patch in this
Owen Anderson
2007-04-09
1
-2
/
+4
*
eliminate the last uses of some TLI methods.
Chris Lattner
2007-04-09
1
-3
/
+7
*
Unconst-ify stuff that broke the build.
Owen Anderson
2007-04-09
1
-1
/
+1
*
Const-ify some parameters, and some cosmetic cleanups. No functionality
Owen Anderson
2007-04-09
1
-3
/
+4
*
Tabs -> Spaces
Owen Anderson
2007-04-09
1
-36
/
+36
*
Improve some _slow_ behavior introduced in my patches the last few days.
Owen Anderson
2007-04-09
1
-42
/
+42
*
switch LSR to use isLegalAddressingMode instead of other simpler hooks
Chris Lattner
2007-04-09
1
-18
/
+21
*
Check _all_ PHINodes.
Devang Patel
2007-04-09
1
-1
/
+1
*
Insert new pre-header before new header. Original pre-header may
Devang Patel
2007-04-09
1
-2
/
+2
*
Preserve canonical loop form.
Devang Patel
2007-04-09
1
-5
/
+55
*
Don't link against System or Support library. These things will already
Reid Spencer
2007-04-09
1
-1
/
+1
*
Do not create new pre-header. Reuse original pre-header.
Devang Patel
2007-04-09
1
-73
/
+57
*
Simpler for() loops.
Devang Patel
2007-04-09
1
-23
/
+17
*
Fix future bug. Of course, Chris spotted this.
Devang Patel
2007-04-09
1
-11
/
+12
*
More cosmetic changes.
Devang Patel
2007-04-09
1
-14
/
+18
*
Only cosmetic changes. Zero functionality Change.
Devang Patel
2007-04-09
1
-97
/
+100
*
Fix PR1304 and Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll
Chris Lattner
2007-04-09
1
-2
/
+10
*
Eliminate useless insertelement instructions. This implements
Chris Lattner
2007-04-09
1
-0
/
+4
*
Cleanup some from my DomSet-removal changes. Add a new
Owen Anderson
2007-04-09
1
-4
/
+4
*
Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315)
Chris Lattner
2007-04-08
1
-1
/
+1
*
reenable this xform, whoops :)
Chris Lattner
2007-04-08
1
-1
/
+2
*
Fix regression on Instcombine/apint-or2.ll
Chris Lattner
2007-04-08
1
-30
/
+29
*
Generalize the code that handles (A&B)|(A&C) to work where B/C are not consta...
Chris Lattner
2007-04-08
1
-30
/
+83
*
implement a fixme: move optimizations for fwrite out of fputs into a new
Chris Lattner
2007-04-08
1
-26
/
+56
*
Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson.
Nick Lewycky
2007-04-08
1
-89
/
+54
*
Significantly simplify the clients of GetConstantStringInfo, by having it
Chris Lattner
2007-04-07
1
-235
/
+154
*
Fix problems in the sprintf optimizer
Chris Lattner
2007-04-07
1
-81
/
+60
*
Change CastToCStr to take a pointer instead of a reference.
Chris Lattner
2007-04-07
1
-82
/
+76
*
Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86
Chris Lattner
2007-04-07
1
-1
/
+1
*
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
1
-48
/
+85
*
Add support for cast instructions.
Nick Lewycky
2007-04-07
1
-17
/
+75
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
1
-1
/
+0
*
Completely purge DomSet from LoopSimplify. This is part of the
Owen Anderson
2007-04-07
1
-82
/
+46
*
BreakCriticalEdges does still preserve DominatorTree.
Owen Anderson
2007-04-07
1
-0
/
+1
*
Expunge DomSet from BreakCriticalEdges. This is part of the continuing
Owen Anderson
2007-04-07
1
-52
/
+18
*
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
2
-24
/
+28
*
Support NE inequality in ValueRanges.
Nick Lewycky
2007-04-07
1
-3
/
+58
*
Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.
Owen Anderson
2007-04-07
1
-3
/
+2
*
Cleanup. Refactor out the applying of value ranges to its own method.
Nick Lewycky
2007-04-07
1
-30
/
+35
*
Use TargetData to find the size of a type.
Nick Lewycky
2007-04-07
1
-13
/
+34
*
Strengthen icmp snuggling by doing 'compare-or-equal-to' to 'compare'
Nick Lewycky
2007-04-07
1
-16
/
+23
*
Add loop rotation pass.
Devang Patel
2007-04-07
1
-0
/
+431
*
fix a miscompilation in printf optimizer.
Chris Lattner
2007-04-07
1
-38
/
+36
*
trunc to bool no longer compares against zero
Chris Lattner
2007-04-07
1
-10
/
+5
*
cleanups for strlen optimizer
Chris Lattner
2007-04-07
1
-34
/
+21
*
Introduce a new ReplaceCallWith method, which simplifies a lot of code.
Chris Lattner
2007-04-07
1
-186
/
+86
*
fixes for strcpy optimizer
Chris Lattner
2007-04-07
1
-53
/
+42
*
Fix bugs in strncmp.
Chris Lattner
2007-04-07
1
-62
/
+52
[next]