| Commit message (Expand) | Author | Age | Files | Lines |
| * | Balance parentheses. | Benjamin Kramer | 2011-04-29 | 1 | -1/+1 |
| * | InstCombine: turn (C1 << A) << C2) into (C1 << C2) << A) | Benjamin Kramer | 2011-04-29 | 1 | -1/+8 |
| * | Preserve line number information. | Devang Patel | 2011-04-28 | 1 | -0/+7 |
| * | We require threse bits to be zero, too. | Benjamin Kramer | 2011-04-28 | 1 | -2/+2 |
| * | Only read *predecessor once so as to fix a theoretical issue where it changes | Nick Lewycky | 2011-04-28 | 1 | -7/+10 |
| * | Remove DbgDeclare only if all uses are converted. | Devang Patel | 2011-04-28 | 1 | -1/+5 |
| * | Fix a comment. | Benjamin Kramer | 2011-04-28 | 1 | -1/+1 |
| * | improve comment. | Chris Lattner | 2011-04-28 | 1 | -1/+6 |
| * | Do not lose line number info while eliminating tail call. | Devang Patel | 2011-04-28 | 1 | -1/+3 |
| * | final step needed to resolve PR6627, which allows us to flatten the code down to | Chris Lattner | 2011-04-28 | 1 | -3/+7 |
| * | code cleanups only. | Chris Lattner | 2011-04-28 | 1 | -36/+32 |
| * | Reapply r130340: Fix for PR9730. | Andrew Trick | 2011-04-28 | 1 | -1/+1 |
| * | InstCombine: Merge "(trunc x) == C1 & (and x, CA) == C2" into a single and+icmp. | Benjamin Kramer | 2011-04-28 | 1 | -0/+36 |
| * | centralize "marking for deletion" into a helper function. Pass GVN around to | Chris Lattner | 2011-04-28 | 1 | -52/+56 |
| * | Promote toErase to be an ivar of the GVN class. | Chris Lattner | 2011-04-28 | 1 | -39/+35 |
| * | teach GVN to widen integer loads when they are overaligned, when doing an | Chris Lattner | 2011-04-28 | 1 | -20/+123 |
| * | Reverting r130340 in the unlikely event that it's responsible for a llvm-gcc ... | Andrew Trick | 2011-04-28 | 1 | -1/+1 |
| * | Fixes PR9730: indvars: An asserting value handle still pointed to this value | Andrew Trick | 2011-04-27 | 1 | -1/+1 |
| * | Simplify cfg inserts a call to trap when unreachable code is detected. Assign... | Devang Patel | 2011-04-27 | 1 | -1/+2 |
| * | Stop trying to have instcombine preserve LCSSA form: this was not | Duncan Sands | 2011-04-27 | 3 | -6/+0 |
| * | Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst" | Chris Lattner | 2011-04-26 | 1 | -0/+25 |
| * | some random cleanups, no functionality change. | Chris Lattner | 2011-04-26 | 1 | -5/+5 |
| * | Improve the bail-out predicate to really only kick in when phi | Chris Lattner | 2011-04-26 | 1 | -1/+2 |
| * | Rename everything to follow LLVM style ... I think. | Nick Lewycky | 2011-04-26 | 1 | -207/+300 |
| * | Enhance MemDep: When alias analysis returns a partial alias result, | Chris Lattner | 2011-04-26 | 1 | -24/+78 |
| * | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 6 | -6/+0 |
| * | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad | 2011-04-21 | 2 | -3/+3 |
| * | In gcov profiling, give all functions an extra unified return block. This is | Nick Lewycky | 2011-04-21 | 1 | -5/+17 |
| * | Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a | Nick Lewycky | 2011-04-21 | 1 | -3/+3 |
| * | Add independent controls for whether GCOV profiling should emit .gcno files or | Nick Lewycky | 2011-04-21 | 1 | -4/+16 |
| * | Fix another case of <rdar://problem/9184212> that only occurs with code | Cameron Zwarich | 2011-04-20 | 1 | -31/+44 |
| * | The bitcast case here is actually handled uniformly earlier in the function, so | Cameron Zwarich | 2011-04-20 | 1 | -8/+3 |
| * | Cleanup some code to better use an early return style in preparation for adding | Cameron Zwarich | 2011-04-20 | 1 | -6/+10 |
| * | Trivial simplification. | Jay Foad | 2011-04-19 | 1 | -2/+1 |
| * | Mark some functions as used which are used within debug-only code. This | Chandler Carruth | 2011-04-18 | 1 | -0/+3 |
| * | Rename a misleadingly-named variable. | Frits van Bommel | 2011-04-16 | 1 | -5/+5 |
| * | Fix bug when checking phi operands in InstCombiner::visitPHINode(), | Jay Foad | 2011-04-16 | 1 | -1/+1 |
| * | Fix cmake build. | Rafael Espindola | 2011-04-16 | 1 | -1/+1 |
| * | Move the re-stemming function up top and use it where it's currently inlined. | Nick Lewycky | 2011-04-16 | 1 | -15/+25 |
| * | Rename LineProfiling to GCOVProfiling to more accurately represent what it | Nick Lewycky | 2011-04-16 | 3 | -218/+509 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 17 | -25/+25 |
| * | Add an instcombine for constructs like a | -(b != c); a select is more | Eli Friedman | 2011-04-14 | 1 | -1/+8 |
| * | Fix an infinite alternation in JumpThreading where two transforms would repea... | Owen Anderson | 2011-04-14 | 1 | -3/+15 |
| * | Cleanup r129509 based on comments by Chris | Mon P Wang | 2011-04-14 | 1 | -7/+6 |
| * | Cleanup r129472 by using a utility routine as suggested by Eli. | Mon P Wang | 2011-04-14 | 1 | -51/+43 |
| * | rework FoldBranchToCommonDest to exit earlier when there is a bonus | Chris Lattner | 2011-04-14 | 1 | -39/+30 |
| * | fix a couple -Wsign-compare warnings. | Chris Lattner | 2011-04-14 | 1 | -2/+2 |
| * | Vectors with different number of elements of the same element type can have | Mon P Wang | 2011-04-13 | 1 | -6/+64 |
| * | Fixed the revision 129449. | Junjie Gu | 2011-04-13 | 1 | -1/+1 |
| * | Passing unroll parameters (unroll-count, threshold, and partial unroll) via L... | Junjie Gu | 2011-04-13 | 1 | -12/+23 |