| Age | Commit message (Expand) | Author |
| 2011-06-04 | Fix BasicAA's recursion detection so that it doesn't pessimize | Dan Gohman |
| 2011-06-03 | A typedef's context is not the same as type's context. It is the context of t... | Devang Patel |
| 2011-05-20 | indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs. | Andrew Trick |
| 2011-05-13 | Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a | Julien Lerouge |
| 2011-05-12 | Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. | Devang Patel |
| 2011-05-12 | Let Objective-C front-end identify class extension, in dwarf output, using an... | Devang Patel |
| 2011-05-09 | Change a few std::maps to DenseMaps. | Dan Gohman |
| 2011-05-05 | Minor change: Fix the typo in RegionPass.h and RegionPass.cpp. | Hongbin Zheng |
| 2011-05-02 | Forgot to commit the changes to this file. | Duncan Sands |
| 2011-04-28 | teach GVN to widen integer loads when they are overaligned, when doing an | Chris Lattner |
| 2011-04-26 | Fix an off by one error while accessing complex address element of a DIVariable. | Devang Patel |
| 2011-04-26 | Enhance MemDep: When alias analysis returns a partial alias result, | Chris Lattner |
| 2011-04-24 | PR9214: Convert the DIBuilder API to use ArrayRef. | Jay Foad |
| 2011-04-23 | Remove unused STL header includes. | Jay Foad |
| 2011-04-22 | Let front-end tie subprogram declaration with subprogram definition directly. | Devang Patel |
| 2011-04-16 | Introduce support to encode Objective-C property information in debugging inf... | Devang Patel |
| 2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
| 2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad |
| 2011-04-09 | PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced | Eli Friedman |
| 2011-04-09 | fix a potentially serious bug in AliasSet::removeCallSite | Chris Lattner |
| 2011-04-05 | Add support to encode function's template parameters. | Devang Patel |
| 2011-04-05 | remove postdom frontiers, because it is dead. Forward dom frontiers are | Chris Lattner |
| 2011-04-04 | Region: Allow user control the printing style of the print function. | Tobias Grosser |
| 2011-03-24 | Fix typo in comment. | Jay Foad |
| 2011-03-18 | Avoid creating canonical induction variables for non-native types. | Andrew Trick |
| 2011-03-17 | Added isValidRewrite() to check the result of ScalarEvolutionExpander. | Andrew Trick |
| 2011-03-14 | Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap | Andrew Trick |
| 2011-03-02 | Remove DIFactory. Patch by Devang. | Duncan Sands |
| 2011-03-01 | Today, the language front ends produces llvm.dbg.* intrinsics, used to encode... | Devang Patel |
| 2011-02-28 | Delete the LiveValues pass. I won't get get back to the project it | Dan Gohman |
| 2011-02-22 | Follow LLVM coding style. | Devang Patel |
| 2011-02-18 | Provide enums to build complex address calucation expressions. | Devang Patel |
| 2011-02-15 | Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cpp | Devang Patel |
| 2011-02-09 | Teach instsimplify some tricks about exact/nuw/nsw shifts. | Chris Lattner |
| 2011-02-05 | Rewrite how the indirect call bonus is handled. This now works by: | Eric Christopher |
| 2011-02-02 | Add support to describe template value parameter in debug info. | Devang Patel |
| 2011-02-02 | Add support to describe template parameter type in debug info. | Devang Patel |
| 2011-02-01 | Reapply 124275 since the Dragonegg failure was unreproducible. | Eric Christopher |
| 2011-01-29 | This is #included by .c files. Remove C++-style comments. | Bill Wendling |
| 2011-01-29 | Move InstCombine's knowledge of fdiv to SimplifyInstruction(). | Frits van Bommel |
| 2011-01-29 | Implementation of path profiling. | Andrew Trick |
| 2011-01-28 | My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPEC | Duncan Sands |
| 2011-01-26 | Temporarily revert 124275 to see if it brings the dragonegg buildbot back. | Eric Christopher |
| 2011-01-26 | Separate out the constant bonus from the size reduction metrics. Rework | Eric Christopher |
| 2011-01-25 | According to my auto-simplifier the most common missed simplifications in | Duncan Sands |
| 2011-01-24 | Perhaps a bit too much vertical whitespace. | Eric Christopher |
| 2011-01-24 | Give GetUnderlyingObject a TargetData, to keep it in sync | Dan Gohman |
| 2011-01-23 | Convert a std::vector to a SmallVector for another 5.4% speedup on domtree. | Cameron Zwarich |
| 2011-01-23 | In the simpler version of the link-eval data structure that we use in dominator | Cameron Zwarich |
| 2011-01-23 | Remove useless struct fields. | Cameron Zwarich |