Age | Commit message (Expand) | Author | Files | Lines |
2016-08-19 | [CloneFunction] Don't remove unrelated nodes from the CGSSC | David Majnemer | 1 | -0/+6 |
2016-08-04 | Forgot the dyn_cast_or_null intended for r277691. | David Majnemer | 1 | -1/+1 |
2016-08-04 | Reinstate "[CloneFunction] Don't remove side effecting calls" | David Majnemer | 1 | -2/+33 |
2016-08-03 | Revert "[CloneFunction] Don't remove side effecting calls" | Reid Kleckner | 1 | -33/+2 |
2016-08-03 | [CloneFunction] Don't crash if the value map doesn't hold something | David Majnemer | 1 | -1/+1 |
2016-08-03 | [CloneFunction] Don't remove side effecting calls | David Majnemer | 1 | -2/+33 |
2016-06-26 | Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. | Benjamin Kramer | 1 | -4/+3 |
2016-06-25 | Reinstate r273711 | David Majnemer | 1 | -3/+5 |
2016-06-24 | Revert r273711, it caused PR28298. | Nico Weber | 1 | -5/+3 |
2016-06-24 | SimplifyInstruction does not imply DCE | David Majnemer | 1 | -3/+5 |
2016-06-11 | Delay dominator updation while cloning loop. | Vikram TV | 1 | -3/+9 |
2016-06-01 | IR: Allow multiple global metadata attachments with the same type. | Peter Collingbourne | 1 | -4/+4 |
2016-05-10 | Cloning: Clean up the interface to the CloneFunction function. | Peter Collingbourne | 1 | -28/+12 |
2016-04-27 | [Cloning] cloneLoopWithPreheader(): add assert to ensure no sub-loops | Vaivaswatha Nagaraj | 1 | -0/+2 |
2016-04-17 | Transforms: Try harder to fix bootstrap after r266565 | Duncan P. N. Exon Smith | 1 | -2/+2 |
2016-04-17 | ValueMapper: Don't allow explicit null mappings of Values, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2016-04-15 | [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. | Adrian Prantl | 1 | -42/+7 |
2016-04-07 | IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-03-30 | Cloning: Reduce complexity of debug info cloning and fix correctness issue. | Peter Collingbourne | 1 | -2/+11 |
2016-03-08 | Revert revisions 262636, 262643, 262679, and 262682. | Easwaran Raman | 1 | -22/+20 |
2016-03-03 | Infrastructure for PGO enhancements in inliner | Easwaran Raman | 1 | -20/+22 |
2016-02-18 | Remove uses of builtin comma operator. | Richard Trieu | 1 | -1/+2 |
2016-02-13 | [Cloning] Clone every Function's Debug Info | Keno Fischer | 1 | -2/+2 |
2016-01-08 | Remove CloningDirector and associated code | Easwaran Raman | 1 | -65/+7 |
2015-12-09 | Delete trailing whitespace; NFC | Sanjoy Das | 1 | -1/+1 |
2015-11-18 | Teach the inliner to track deoptimization state | Sanjoy Das | 1 | -1/+12 |
2015-11-16 | Also map the personality function in CloneFunctionInto | Keno Fischer | 1 | -0/+7 |
2015-11-05 | DI: Reverse direction of subprogram -> function edge. | Peter Collingbourne | 1 | -3/+1 |
2015-10-13 | TransformUtils: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -44/+42 |
2015-08-08 | Fix some comment typos. | Benjamin Kramer | 1 | -1/+1 |
2015-08-06 | Convert a bunch of loops to foreach. NFC. | Pete Cooper | 1 | -4/+4 |
2015-07-10 | [LoopDist] Move loop-versioning helper functions to Cloning, NFC | Adam Nemet | 1 | -0/+66 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-04-29 | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 1 | -5/+5 |
2015-04-20 | DebugInfo: Delete subclasses of DIScope | Duncan P. N. Exon Smith | 1 | -7/+9 |
2015-04-15 | DebugInfo: Gut DICompileUnit and DIFile | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-04-14 | DebugInfo: Update signature of DICompileUnit::replace*() | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-04-14 | DebugInfo: Gut DISubprogram and DILexicalBlock* | Duncan P. N. Exon Smith | 1 | -1/+2 |
2015-04-10 | [WinEH] Try to make outlining invokes work a little better | Reid Kleckner | 1 | -1/+1 |
2015-04-07 | DebugInfo: Remove DITypedArray<>, replace with typedefs | Duncan P. N. Exon Smith | 1 | -8/+7 |
2015-04-06 | Transforms: Stop using DIDescriptor::is*() and auto-casting | Duncan P. N. Exon Smith | 1 | -1/+2 |
2015-03-20 | Fixing a bug with WinEH PHI handling | Andrew Kaylor | 1 | -4/+11 |
2015-03-11 | Extended support for native Windows C++ EH outlining | Andrew Kaylor | 1 | -0/+8 |
2015-03-10 | remove names from comments; NFC | Sanjay Patel | 1 | -11/+9 |
2015-03-10 | fix typos; NFC | Sanjay Patel | 1 | -2/+2 |
2015-03-10 | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 1 | -18/+12 |
2015-02-23 | Remap frame variables for native Windows exception handling. | Andrew Kaylor | 1 | -2/+22 |
2015-02-18 | Adding implementation to outline C++ catch handlers for native Windows 64 exc... | Andrew Kaylor | 1 | -25/+89 |
2014-12-19 | Rename MapValue(Metadata*) to MapMetadata() | Duncan P. N. Exon Smith | 1 | -1/+1 |