| Age | Commit message (Expand) | Author |
| 2011-04-28 | teach GVN to widen integer loads when they are overaligned, when doing an | Chris Lattner |
| 2011-04-28 | Reverting r130340 in the unlikely event that it's responsible for a llvm-gcc ... | Andrew Trick |
| 2011-04-27 | Fixes PR9730: indvars: An asserting value handle still pointed to this value | Andrew Trick |
| 2011-04-27 | Simplify cfg inserts a call to trap when unreachable code is detected. Assign... | Devang Patel |
| 2011-04-27 | Stop trying to have instcombine preserve LCSSA form: this was not | Duncan Sands |
| 2011-04-26 | Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst" | Chris Lattner |
| 2011-04-26 | some random cleanups, no functionality change. | Chris Lattner |
| 2011-04-26 | Improve the bail-out predicate to really only kick in when phi | Chris Lattner |
| 2011-04-26 | Rename everything to follow LLVM style ... I think. | Nick Lewycky |
| 2011-04-26 | Enhance MemDep: When alias analysis returns a partial alias result, | Chris Lattner |
| 2011-04-23 | Remove unused STL header includes. | Jay Foad |
| 2011-04-21 | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad |
| 2011-04-21 | In gcov profiling, give all functions an extra unified return block. This is | Nick Lewycky |
| 2011-04-21 | Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a | Nick Lewycky |
| 2011-04-21 | Add independent controls for whether GCOV profiling should emit .gcno files or | Nick Lewycky |
| 2011-04-20 | Fix another case of <rdar://problem/9184212> that only occurs with code | Cameron Zwarich |
| 2011-04-20 | The bitcast case here is actually handled uniformly earlier in the function, so | Cameron Zwarich |
| 2011-04-20 | Cleanup some code to better use an early return style in preparation for adding | Cameron Zwarich |
| 2011-04-19 | Trivial simplification. | Jay Foad |
| 2011-04-18 | Mark some functions as used which are used within debug-only code. This | Chandler Carruth |
| 2011-04-16 | Rename a misleadingly-named variable. | Frits van Bommel |
| 2011-04-16 | Fix bug when checking phi operands in InstCombiner::visitPHINode(), | Jay Foad |
| 2011-04-16 | Fix cmake build. | Rafael Espindola |
| 2011-04-16 | Move the re-stemming function up top and use it where it's currently inlined. | Nick Lewycky |
| 2011-04-16 | Rename LineProfiling to GCOVProfiling to more accurately represent what it | Nick Lewycky |
| 2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
| 2011-04-14 | Add an instcombine for constructs like a | -(b != c); a select is more | Eli Friedman |
| 2011-04-14 | Fix an infinite alternation in JumpThreading where two transforms would repea... | Owen Anderson |
| 2011-04-14 | Cleanup r129509 based on comments by Chris | Mon P Wang |
| 2011-04-14 | Cleanup r129472 by using a utility routine as suggested by Eli. | Mon P Wang |
| 2011-04-14 | rework FoldBranchToCommonDest to exit earlier when there is a bonus | Chris Lattner |
| 2011-04-14 | fix a couple -Wsign-compare warnings. | Chris Lattner |
| 2011-04-13 | Vectors with different number of elements of the same element type can have | Mon P Wang |
| 2011-04-13 | Fixed the revision 129449. | Junjie Gu |
| 2011-04-13 | Passing unroll parameters (unroll-count, threshold, and partial unroll) via L... | Junjie Gu |
| 2011-04-13 | Add the alias analysis to the C api. | Rafael Espindola |
| 2011-04-13 | Reapply r129401 with patch for clang. | Bill Wendling |
| 2011-04-12 | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling |
| 2011-04-12 | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling |
| 2011-04-12 | lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u... | NAKAMURA Takumi |
| 2011-04-12 | Add support for line profiling. Very work-in-progress. | Nick Lewycky |
| 2011-04-12 | Consider ConstantAggregateZero as well as ConstantArray/Struct. | Nick Lewycky |
| 2011-04-12 | Fix reassociate to use a worklist instead of recursing when new | Dan Gohman |
| 2011-04-11 | comment cleanup, use moveBefore instead of removeFromParent+insertBefore. | Chris Lattner |
| 2011-04-11 | remove the StructRetPromotion pass. It is unused, not maintained and | Chris Lattner |
| 2011-04-11 | Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't | Nick Lewycky |
| 2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad |
| 2011-04-09 | Add back a couple checks removed by r129128; the fact that an intitializer | Eli Friedman |
| 2011-04-09 | fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec... | Chris Lattner |
| 2011-04-09 | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner |