| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall | David Majnemer | 2016-04-19 | 3 | -11/+11 |
| * | [ValueTracking] Improve isImpliedCondition for conditions with matching opera... | Chad Rosier | 2016-04-19 | 2 | -5/+10 |
| * | Minor improvement to debug output for Function Importer (NFC) | Mehdi Amini | 2016-04-19 | 1 | -9/+9 |
| * | Correct IDF calculator for ReverseIDF | Daniel Berlin | 2016-04-19 | 2 | -2/+2 |
| * | Port DemandedBits to the new pass manager. | Michael Kuperstein | 2016-04-18 | 3 | -12/+12 |
| * | Port InstrProfiling pass to the new pass manager | Xinliang David Li | 2016-04-18 | 3 | -88/+43 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 30 | -52/+17 |
| * | Transforms: Try harder to fix bootstrap after r266565 | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -2/+2 |
| * | Linker: Don't double-schedule appending variables | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -0/+9 |
| * | Transforms: Fix bootstrap after r266565 | Duncan P. N. Exon Smith | 2016-04-17 | 2 | -5/+5 |
| * | ValueMapper: Don't allow explicit null mappings of Values, NFC | Duncan P. N. Exon Smith | 2016-04-17 | 2 | -3/+5 |
| * | Fix a typo in rL265762 | Sanjoy Das | 2016-04-17 | 1 | -1/+1 |
| * | IR: Use an explicit map for debug info type uniquing | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -0/+1 |
| * | ValueMapper: Separate mapping of distinct and uniqued nodes (again) | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -220/+204 |
| * | ValueMapper: Only put cyclic nodes into CyclicNodes, NFCI | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -2/+11 |
| * | ValueMapper: Fix unused var warning. NFC | Simon Atanasyan | 2016-04-16 | 1 | -0/+2 |
| * | ThinLTO: Move the ODR resolution to be based purely on the summary. | Mehdi Amini | 2016-04-16 | 1 | -38/+19 |
| * | ThinLTO: Make aliases explicit in the summary | Mehdi Amini | 2016-04-16 | 1 | -32/+54 |
| * | ValueMapper: Stop memoizing ConstantAsMetadata | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -9/+36 |
| * | Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC" | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -61/+303 |
| * | Revert "ValueMapper: Eliminate cross-file co-recursion, NFC" | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -303/+61 |
| * | ValueMapper: Eliminate cross-file co-recursion, NFC | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -61/+303 |
| * | ValueMapper: Hide Mapper::VM behind an accessor, NFC | Duncan P. N. Exon Smith | 2016-04-15 | 1 | -29/+32 |
| * | [cfi] Support explicit sections for functions in cfi-icall. | Evgeniy Stepanov | 2016-04-15 | 1 | -2/+3 |
| * | [InstCombine] Don't transform compares of calls to functions named fabs{f,l,} | David Majnemer | 2016-04-15 | 1 | -30/+25 |
| * | [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. | Adrian Prantl | 2016-04-15 | 3 | -100/+35 |
| * | [SimplifyCFG] propagate branch metadata when creating select (PR27344) | Sanjay Patel | 2016-04-15 | 1 | -2/+2 |
| * | [PM] Add a SpeculativeExecution pass for targets with divergent branches. | Justin Lebar | 2016-04-15 | 1 | -0/+2 |
| * | [Speculation] Add a SpeculativeExecution mode where the pass does nothing unl... | Justin Lebar | 2016-04-15 | 1 | -5/+43 |
| * | [ARM] Adding IEEE-754 SIMD detection to loop vectorizer | Renato Golin | 2016-04-14 | 1 | -6/+48 |
| * | [InstCombine] remove constant by inverting compare + logic (PR27105) | Sanjay Patel | 2016-04-14 | 1 | -0/+9 |
| * | Fix null pointer access for discriminator assignment. | Dehao Chen | 2016-04-14 | 1 | -0/+2 |
| * | Update discriminator assignment algorithm to handle nested call correctly. | Dehao Chen | 2016-04-14 | 1 | -20/+14 |
| * | [ValueMapper] Range-loopify to improve readability. NFC. | Davide Italiano | 2016-04-14 | 1 | -3/+3 |
| * | [StructurizeCFG] Annotate branches that were treated as uniform | Nicolai Haehnle | 2016-04-14 | 1 | -0/+15 |
| * | [CodeGen] Teach LLVM how to lower @llvm.{min,max}num to {MIN,MAX}NAN | David Majnemer | 2016-04-14 | 3 | -7/+32 |
| * | ARM: override cost function to re-enable ConstantHoisting (& fix it). | Tim Northover | 2016-04-13 | 1 | -0/+12 |
| * | ValueMapper: Resolve cycles on the new nodes | Duncan P. N. Exon Smith | 2016-04-13 | 1 | -2/+4 |
| * | NFC mergefunc: const correctness | JF Bastien | 2016-04-13 | 1 | -18/+20 |
| * | [PGO] Remove redundant VP instrumentation | Betul Buyukkurt | 2016-04-13 | 1 | -0/+16 |
| * | Revert "Make aliases explicit in the summary" | Mehdi Amini | 2016-04-13 | 1 | -54/+32 |
| * | Make aliases explicit in the summary | Mehdi Amini | 2016-04-13 | 1 | -32/+54 |
| * | Simplify strlen to a subtraction for certain cases. | David L Kreitzer | 2016-04-13 | 1 | -0/+51 |
| * | [InstCombine] We folded an fcmp to an i1 instead of a vector of i1 | David Majnemer | 2016-04-13 | 1 | -1/+1 |
| * | Minor cleanup in Internalize, hide helper class using anonymous namespace (NFC) | Mehdi Amini | 2016-04-13 | 1 | -5/+6 |
| * | Really return whether Internalize did change the Module or not. | Mehdi Amini | 2016-04-13 | 1 | -7/+5 |
| * | Modernize Internalizer with for-range loop (NFC) | Mehdi Amini | 2016-04-13 | 1 | -8/+6 |
| * | Refactor the InternalizePass into a helper class, and expose it through a pub... | Mehdi Amini | 2016-04-13 | 1 | -68/+91 |
| * | Refactor Internalization pass to use as a callback instead of a StringSet (NFC) | Mehdi Amini | 2016-04-13 | 2 | -79/+97 |
| * | Fix FunctionImport export list computation: need to take a reference to a map... | Mehdi Amini | 2016-04-13 | 1 | -1/+1 |