| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Utils: Style cleanups, NFC | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -7/+7 |
* | Utils: Avoid RAUW on metadata in CloneFunction() | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -4/+4 |
* | Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite... | Duncan P. N. Exon Smith | 2014-07-21 | 1 | -2/+3 |
* | [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra... | Manuel Jacob | 2014-07-20 | 1 | -3/+2 |
* | Revert "Patch for function cloning to inline all blocks whose address is taken" | Eric Christopher | 2014-05-19 | 1 | -106/+34 |
* | Patch for function cloning to inline all blocks whose address is taken | Gerolf Hoflehner | 2014-04-30 | 1 | -34/+106 |
* | Restore CloneFunction.cpp which got accidently | Gerolf Hoflehner | 2014-04-26 | 1 | -92/+33 |
* | Revert commit r207302 since build failures | Gerolf Hoflehner | 2014-04-26 | 1 | -33/+92 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -4/+4 |