| Age | Commit message (Expand) | Author |
| 2013-02-27 | Doh, fix behaviour change introduced in r176168 which is tested in clang, | Nick Lewycky |
| 2013-02-27 | For each function that we optimize we initialize a new list of lib functions.... | Nadav Rotem |
| 2013-02-27 | IRBuilder has grown all sorts of useful utility functions. Make use of them to | Nick Lewycky |
| 2013-02-26 | Enhance integer division emulation support to handle types smaller than 32 bits, | Pedro Artigas |
| 2013-02-26 | Unify clang/llvm attributes for asan/tsan/msan (LLVM part) | Kostya Serebryany |
| 2013-02-24 | CVP: If we have a PHI with an incoming select, try to skip the select. | Benjamin Kramer |
| 2013-02-23 | Fixed a careless mistake. | Michael Gottesman |
| 2013-02-22 | Implement the NoBuiltin attribute. | Bill Wendling |
| 2013-02-21 | Allow GlobalValues to vectorize with AliasAnalysis | Renato Golin |
| 2013-02-21 | Remove dead code and whitespace. | Chad Rosier |
| 2013-02-20 | Update a comment that looks to have been accidentally deleted many moons ago. | Chad Rosier |
| 2013-02-20 | [asan] instrument invoke insns with noreturn attribute (as well as call insns) | Kostya Serebryany |
| 2013-02-19 | Remove unused variable. | Jakub Staszak |
| 2013-02-19 | Minor cleanups. No functionality change. | Jakub Staszak |
| 2013-02-19 | Remove unneeded #includes. | Jakub Staszak |
| 2013-02-19 | Fix typos. | Jakub Staszak |
| 2013-02-19 | [asan] instrument memory accesses with unusual sizes | Kostya Serebryany |
| 2013-02-19 | Temporarily revert r175470 for more review. | Bill Wendling |
| 2013-02-18 | Check to see if the 'no-builtin' attribute is set before simplifying a librar... | Bill Wendling |
| 2013-02-18 | [asan] revert r175266 as it breaks code with packed structures. supporting lo... | Kostya Serebryany |
| 2013-02-17 | BBVectorize: Fix an invalid reference bug | Hal Finkel |
| 2013-02-16 | The transform is: | Bill Wendling |
| 2013-02-16 | Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method. | Jakub Staszak |
| 2013-02-15 | BBVectorize: Call a DAG and DAG instead of a tree | Hal Finkel |
| 2013-02-15 | Fix refactoring mistake in "Teach InstCombine to work with smaller legal type... | Arnaud A. de Grandmaison |
| 2013-02-15 | Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2 | Arnaud A. de Grandmaison |
| 2013-02-15 | [asan] support long double on 64-bit. See https://code.google.com/p/address-s... | Kostya Serebryany |
| 2013-02-15 | Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ... | Benjamin Kramer |
| 2013-02-15 | BBVectorize: Cap the number of candidate pairs in each instruction group | Hal Finkel |
| 2013-02-14 | BBVectorize: Remove the remaining instances of std::multimap | Hal Finkel |
| 2013-02-14 | BBVectorize: Don't store candidate pairs in a std::multimap | Hal Finkel |
| 2013-02-13 | Retain the name of the new internal global that's been shrunk. | Bill Wendling |
| 2013-02-13 | LoopVectorize: Simplify code for clarity. | Benjamin Kramer |
| 2013-02-13 | Metadata for annotating loops as parallel. The first consumer for this | Pekka Jaaskelainen |
| 2013-02-13 | [asan] fix confusing indentation | Kostya Serebryany |
| 2013-02-13 | Fix comment | Arnaud A. de Grandmaison |
| 2013-02-12 | Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change. | Michael Gottesman |
| 2013-02-12 | Actually delete this code, since it's really not clear what it's | Dan Gohman |
| 2013-02-12 | Record PRE predecessors with a SmallVector instead of a DenseMap, and | Dan Gohman |
| 2013-02-12 | When disabling PRE for a value is directly redundant with itself | Dan Gohman |
| 2013-02-12 | Check that pointers are removed from maps before calling delete on the pointers, | Dan Gohman |
| 2013-02-12 | Minor code simplification. | Dan Gohman |
| 2013-02-12 | [ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m... | Alexander Potapenko |
| 2013-02-12 | [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ... | Kostya Serebryany |
| 2013-02-11 | BBVectorize: Don't over-search when building the dependency map | Hal Finkel |
| 2013-02-11 | BBVectorize: Omit unnecessary entries in PairableInstUsers | Hal Finkel |
| 2013-02-11 | Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas... | Michael Ilseman |
| 2013-02-11 | BBVectorize: Eliminate one more restricted linear search | Hal Finkel |
| 2013-02-11 | [asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default) | Kostya Serebryany |
| 2013-02-11 | BBVectorize: Remove the linear searches from pair connection searching | Hal Finkel |