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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo in a comment.
Dan Gohman
2007-10-31
1
-1
/
+1
*
At end of LSR, replace uses of now constant (as result of SplitCriticalEdge) ...
Evan Cheng
2007-10-30
1
-9
/
+33
*
It's not safe to tell SplitCriticalEdge to merge identical edges. It may dele...
Evan Cheng
2007-10-30
1
-11
/
+9
*
- Bug fixes.
Evan Cheng
2007-10-29
1
-10
/
+38
*
Don't bitcast from pointer-to-vector to pointer-to-array when
Dan Gohman
2007-10-29
1
-20
/
+4
*
Use an array instead of a fixed-length std::vector.
Dan Gohman
2007-10-29
1
-6
/
+8
*
Do a real assert if there is an unhandled vector instruction instead
Dan Gohman
2007-10-29
1
-3
/
+3
*
Update a comment to reflect the current code.
Dan Gohman
2007-10-29
1
-2
/
+2
*
Remove an unused function argument.
Dan Gohman
2007-10-29
1
-6
/
+6
*
Fix a typo in a comment.
Dan Gohman
2007-10-29
1
-1
/
+1
*
Avoid calling ValidStride when not all uses are addresses.
Dan Gohman
2007-10-29
1
-6
/
+5
*
Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators
Chris Lattner
2007-10-29
1
-4
/
+6
*
A number of LSR fixes:
Evan Cheng
2007-10-26
1
-21
/
+32
*
Fix a crash. Make sure TLI is not null.
Evan Cheng
2007-10-26
1
-1
/
+1
*
More fleshing out of docs/Passes.html, plus some typo fixes and
Gordon Henriksen
2007-10-26
2
-9
/
+9
*
Loosen up iv reuse to allow reuse of the same stride but a larger type when t...
Evan Cheng
2007-10-26
1
-17
/
+21
*
Do not rewrite compare instruction using iv of a different stride if the new
Evan Cheng
2007-10-25
1
-36
/
+80
*
Remove code that's commented out.
Evan Cheng
2007-10-25
1
-2
/
+0
*
If a loop termination compare instruction is the only use of its stride,
Evan Cheng
2007-10-25
1
-34
/
+163
*
Fix off by 1 bug in printf->puts lowering.
Dale Johannesen
2007-10-24
1
-1
/
+3
*
simplify some code by using the new isNaN predicate
Chris Lattner
2007-10-24
1
-4
/
+2
*
Implement a couple of foldings for ordered and unordered comparisons,
Chris Lattner
2007-10-24
1
-4
/
+44
*
Strength reduction improvements.
Dan Gohman
2007-10-22
1
-20
/
+61
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
2
-77
/
+83
*
Reg2Mem cleanup and optimizations:
Anton Korobeynikov
2007-10-21
2
-25
/
+72
*
Try again.
Devang Patel
2007-10-18
1
-3
/
+36
*
Allow GVN to eliminate redundant calls to functions without side effects.
Owen Anderson
2007-10-18
1
-5
/
+65
*
Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by
Chris Lattner
2007-10-18
1
-3
/
+3
*
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-18
2
-2
/
+0
*
Reverting r43070 for now. It's causing llc test failures.
Evan Cheng
2007-10-17
1
-25
/
+0
*
Do not raise free() call that is called through invoke instruction.
Devang Patel
2007-10-17
1
-0
/
+2
*
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-10-17
2
-0
/
+2
*
Apply "Instead of loading small c string constant, use integer constant direc...
Devang Patel
2007-10-17
1
-25
/
+28
*
Use immediate stores.
Devang Patel
2007-10-16
1
-3
/
+25
*
Achieve same result but use fewer lines of code.
Devang Patel
2007-10-15
1
-8
/
+7
*
Dest type is always i8 *. This allows some simplification.
Devang Patel
2007-10-12
1
-33
/
+12
*
Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.ll
Chris Lattner
2007-10-12
1
-1
/
+7
*
eliminate warning
Gabor Greif
2007-10-12
1
-1
/
+1
*
Fix some 80 column violations.
Chris Lattner
2007-10-12
1
-35
/
+42
*
Lower memcpy if it makes sense.
Devang Patel
2007-10-11
1
-0
/
+46
*
Do not walk invalid iterator.
Devang Patel
2007-10-09
1
-2
/
+2
*
Fix bug in updating dominance frontier after loop
Devang Patel
2007-10-05
1
-27
/
+117
*
Fix 80 col violation.
Devang Patel
2007-10-03
1
-3
/
+3
*
Refactor code in a separate method.
Devang Patel
2007-10-03
1
-33
/
+46
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
4
-6
/
+6
*
Tone down an overzealous optimization.
Dale Johannesen
2007-10-03
1
-3
/
+21
*
Fix PR1719, by not marking llvm.global.annotations internal.
Tanya Lattner
2007-10-03
1
-0
/
+1
*
Fix PR1719, by not marking llvm.noinline internal.
Chris Lattner
2007-10-03
1
-0
/
+1
*
Fix stride computations for long double arrays.
Dale Johannesen
2007-10-01
1
-1
/
+1
*
Relax unsafe use check. If there is one unconditional use inside the loop the...
Devang Patel
2007-10-01
1
-22
/
+22
[next]