| Age | Commit message (Expand) | Author |
| 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 |
| 2011-04-08 | Add a function for profiling to run at shutdown. Unlike the existing API, this | Nick Lewycky |
| 2011-04-08 | llvm.global_[cd]tor is defined to be either external, or appending with an array | Nick Lewycky |
| 2011-04-07 | Do not let debug info interfer with branch folding. | Devang Patel |
| 2011-04-07 | Expose more passes to the C API. | Rafael Espindola |
| 2011-04-07 | While hoisting common code from if/else, hoist debug info intrinsics if they ... | Devang Patel |
| 2011-04-07 | PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad | Eli Friedman |
| 2011-04-07 | Simplify. isIdenticalToWhenDefined() checks opcode. | Devang Patel |
| 2011-04-06 | While folding branch to a common destination into a predecessor, copy dbg val... | Devang Patel |
| 2011-04-05 | Fix typos. Adjust some whitespace for style. No functionality change. | Nick Lewycky |
| 2011-04-05 | InstCombine optimizes gep(bitcast(x)) even when the bitcasts casts away address | Nadav Rotem |
| 2011-04-04 | Remove some support for ReturnInsts with multiple operands, and for | Jay Foad |
| 2011-04-04 | Attempt to fix breakage from r128782 reported by Francois Pichet on | Eli Friedman |
| 2011-04-02 | PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction | Eli Friedman |
| 2011-04-02 | While SimplifyDemandedBits constant folds this, we can't rely on it here. | Benjamin Kramer |
| 2011-04-01 | Fix comment. | Benjamin Kramer |
| 2011-04-01 | Tweaks to the icmp+sext-to-shifts optimization to address Frits' comments: | Benjamin Kramer |
| 2011-04-01 | Fix build. | Benjamin Kramer |
| 2011-04-01 | InstCombine: Turn icmp + sext into bitwise/integer ops when the input has onl... | Benjamin Kramer |
| 2011-04-01 | InstCombine: Move (sext icmp) transforms into their own method. No intended f... | Benjamin Kramer |
| 2011-03-31 | Instcombile optimization: extractelement(cast) -> cast(extractelement) | Nadav Rotem |
| 2011-03-31 | InstCombine: APFloat can't perform arithmetic on PPC double doubles, don't ev... | Benjamin Kramer |
| 2011-03-31 | InstCombine: Fix transform to use the swapped predicate. | Benjamin Kramer |
| 2011-03-31 | InstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, y | Benjamin Kramer |
| 2011-03-31 | InstCombine: fold fcmp pred (fneg x), C -> fcmp swap(pred) x, -C | Benjamin Kramer |