| Commit message (Expand) | Author | Age | Files | Lines |
| * | Return StringRef instead of a naked char*; NFC | Sanjoy Das | 2016-03-09 | 1 | -2/+2 |
| * | [IRCE] Reflow comments; NFC | Sanjoy Das | 2016-03-09 | 1 | -4/+2 |
| * | FunctionIndex is not optional for renameModuleForThinLTO(), make it a referen... | Mehdi Amini | 2016-03-09 | 2 | -3/+3 |
| * | fix variable name; NFC | Sanjay Patel | 2016-03-08 | 1 | -3/+3 |
| * | use range-based loop; NFCI | Sanjay Patel | 2016-03-08 | 1 | -3/+2 |
| * | rangify, fix function names; NFCI | Sanjay Patel | 2016-03-08 | 1 | -27/+22 |
| * | don't repeat function names in documentation comments; NFC | Sanjay Patel | 2016-03-08 | 1 | -4/+4 |
| * | Revert "[InstCombine] Combine A->B->A BitCast" | Junmo Park | 2016-03-08 | 2 | -104/+0 |
| * | Fix evaluation order. Spotted by Alexander Riccio! | Peter Collingbourne | 2016-03-08 | 1 | -1/+1 |
| * | Revert revisions 262636, 262643, 262679, and 262682. | Easwaran Raman | 2016-03-08 | 4 | -144/+30 |
| * | [tsan] Add support for pointer typed atomic stores, loads, and cmpxchg | Anna Zaks | 2016-03-07 | 1 | -8/+31 |
| * | [LoopDataPrefetch] If prefetch distance is not set, skip pass | Adam Nemet | 2016-03-07 | 1 | -2/+5 |
| * | Revert "Enable LoopLoadElimination by default" | Adam Nemet | 2016-03-07 | 1 | -2/+2 |
| * | [DFSan] Remove an overly aggressive assert reported in PR26068. | Chandler Carruth | 2016-03-07 | 1 | -4/+0 |
| * | [PGO] Add a commandline option to control number of the VP annotation metadata. | Rong Xu | 2016-03-04 | 1 | -2/+10 |
| * | Fix a use-after-free bug introduced in r262636 | Easwaran Raman | 2016-03-04 | 2 | -6/+11 |
| * | [InstCombine] Combine A->B->A BitCast | Guozhi Wei | 2016-03-03 | 2 | -0/+104 |
| * | [InstCombine] transform bitcasted bitwise logic ops with constants (PR26702) | Sanjay Patel | 2016-03-03 | 1 | -7/+28 |
| * | Infrastructure for PGO enhancements in inliner | Easwaran Raman | 2016-03-03 | 4 | -29/+138 |
| * | Use LineLocation instead of CallsiteLocation to index callsite profile. | Dehao Chen | 2016-03-03 | 1 | -14/+6 |
| * | [LoopUtils, LV] Fix PR26734 | Matthew Simpson | 2016-03-03 | 1 | -1/+1 |
| * | Explode store of arrays in instcombine | Amaury Sechet | 2016-03-02 | 1 | -1/+33 |
| * | Unpack array of all sizes in InstCombine | Amaury Sechet | 2016-03-02 | 1 | -5/+38 |
| * | Really fix ASAN leak/etc issues with MemorySSA unittests | Daniel Berlin | 2016-03-02 | 1 | -3/+2 |
| * | Revert "Fix ASAN detected errors in code and test" (it was not meant to be co... | Daniel Berlin | 2016-03-02 | 1 | -2/+3 |
| * | Fix ASAN detected errors in code and test | Daniel Berlin | 2016-03-02 | 1 | -3/+2 |
| * | [AA] Hoist the logic to reformulate various AA queries in terms of other | Chandler Carruth | 2016-03-02 | 3 | -3/+3 |
| * | Attempt to fix ASAN failure in a MemorySSA test. | George Burgess IV | 2016-03-02 | 1 | -4/+4 |
| * | revert r262424 because there's a *clang test* for AArch64 that checks -O3 asm... | Sanjay Patel | 2016-03-02 | 1 | -17/+5 |
| * | [InstCombine] convert 'isPositive' and 'isNegative' vector comparisons to shi... | Sanjay Patel | 2016-03-01 | 1 | -5/+17 |
| * | Perform InstructioinCombiningPass before SampleProfile pass. | Dehao Chen | 2016-03-01 | 2 | -21/+4 |
| * | Fix an issue where fast math flags were dropped during scalarization. | Owen Anderson | 2016-03-01 | 1 | -2/+4 |
| * | Add the beginnings of an update API for preserving MemorySSA | Daniel Berlin | 2016-03-01 | 1 | -0/+107 |
| * | Revert "calculate builtin_object_size if argument is a removable pointer" | Petar Jovanovic | 2016-03-01 | 1 | -19/+6 |
| * | calculate builtin_object_size if argument is a removable pointer | Petar Jovanovic | 2016-03-01 | 1 | -6/+19 |
| * | [x86, InstCombine] transform more x86 masked loads to LLVM intrinsics | Sanjay Patel | 2016-02-29 | 1 | -1/+7 |
| * | [LLE] Fix a comment | Adam Nemet | 2016-02-29 | 1 | -3/+3 |
| * | [x86, InstCombine] transform x86 AVX masked loads to LLVM intrinsics | Sanjay Patel | 2016-02-29 | 1 | -1/+39 |
| * | [LLE] Fix SingleSource/Benchmarks/Polybench/stencils/jacobi-2d-imper with Polly | Adam Nemet | 2016-02-29 | 1 | -0/+5 |
| * | Enable LoopLoadElimination by default | Adam Nemet | 2016-02-29 | 1 | -2/+2 |
| * | Minor code cleanup. NFC | Rong Xu | 2016-02-29 | 1 | -16/+15 |
| * | Move discriminator assignment to the right place. | Dehao Chen | 2016-02-29 | 1 | -4/+7 |
| * | [PGO] Remove redundant counter copies for avail_extern functions. | Xinliang David Li | 2016-02-27 | 1 | -3/+32 |
| * | Revert "[sancov] do not instrument nodes that are full pre-dominators" | Renato Golin | 2016-02-27 | 1 | -22/+11 |
| * | [instrprof] Use __{start,stop}_SECNAME on PS4 too. | Sean Silva | 2016-02-27 | 1 | -1/+2 |
| * | [sancov] properly initializing pass. | Mike Aizatsky | 2016-02-27 | 1 | -1/+6 |
| * | [libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage... | Kostya Serebryany | 2016-02-27 | 1 | -12/+14 |
| * | [LICM] Teach LICM how to handle cases where the alias set tracker was | Chandler Carruth | 2016-02-27 | 1 | -20/+32 |
| * | [sancov] do not instrument nodes that are full pre-dominators | Mike Aizatsky | 2016-02-27 | 1 | -11/+22 |
| * | [InstCombine] Be more conservative about removing stackrestore | Reid Kleckner | 2016-02-27 | 1 | -1/+7 |