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