Age | Commit message (Expand) | Author | Files | Lines |
2020-08-22 | [LiveDebugValues][NFC] Move LiveDebugValues source for refactor | Jeremy Morse | 1 | -1976/+0 |
2020-06-30 | RegAlloc: Start using Register | Matt Arsenault | 1 | -15/+15 |
2020-06-22 | [DebugInfo] Update MachineInstr to help support variadic DBG_VALUE instructions | stozer | 1 | -18/+20 |
2020-06-18 | [NFC][LiveDebugValues] Document how LiveDebugValues operates | Jeremy Morse | 1 | -15/+90 |
2020-06-05 | [LiveDebugValues] Fix output stream (NFC) | Nikita Popov | 1 | -11/+10 |
2020-06-05 | [LiveDebugValues] Remove PendingInLocs (NFC) | Nikita Popov | 1 | -40/+13 |
2020-06-04 | [LiveDebugValues] Cache LexicalScopes::getMachineBasicBlocks, NFCI | Vedant Kumar | 1 | -23/+5 |
2020-06-01 | [LiveDebugValues] Remove early-exit when testing regmasks, NFC | Vedant Kumar | 1 | -4/+0 |
2020-06-01 | [LiveDebugValues] Add LocIndex::u32_{location,index}_t types for readability,... | Vedant Kumar | 1 | -15/+20 |
2020-06-01 | [LiveDebugValues] Speed up removeEntryValue, NFC | Vedant Kumar | 1 | -26/+98 |
2020-05-28 | [LiveDebugValues] Add cutoffs to avoid pathological behavior | Vedant Kumar | 1 | -0/+28 |
2020-05-26 | [DwarfExpression] Support entry values for indirect parameters | Vedant Kumar | 1 | -5/+1 |
2020-05-23 | TargetLowering.h - remove unnecessary TargetMachine.h include. NFC | Simon Pilgrim | 1 | -0/+1 |
2020-04-16 | [LiveDebugValues] Terminate open ranges on DBG_VALUE $noreg | Jeremy Morse | 1 | -1/+3 |
2020-04-07 | CodeGen: Use Register in TargetFrameLowering | Matt Arsenault | 1 | -1/+1 |
2020-03-20 | [LiveDebugValues] Speed up collectIDsForRegs, NFC | Vedant Kumar | 1 | -22/+41 |
2020-03-20 | [ADT] CoalescingBitVector: Avoid initial heap allocation, NFC | Vedant Kumar | 1 | -8/+12 |
2020-03-19 | Reland D73534: [DebugInfo] Enable the debug entry values feature by default | Djordje Todorovic | 1 | -2/+2 |
2020-03-13 | Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" | Nico Weber | 1 | -2/+2 |
2020-03-10 | Reland "[DebugInfo] Enable the debug entry values feature by default" | Djordje Todorovic | 1 | -2/+2 |
2020-03-03 | [LiveDebugValues] Do not insert DBG_VALUEs after a MBB terminator | Vedant Kumar | 1 | -0/+7 |
2020-03-02 | [LiveDebugValues] Prevent some misuse of LocIndex::fromRawInteger, NFC | Vedant Kumar | 1 | -1/+4 |
2020-02-27 | [LiveDebugValues] Encode register location within VarLoc IDs [3/3] | Vedant Kumar | 1 | -69/+158 |
2020-02-27 | [LiveDebugValues] Encode a location in VarLoc IDs, NFC [2/3] | Vedant Kumar | 1 | -62/+112 |
2020-02-20 | Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" | Djordje Todorovic | 1 | -2/+2 |
2020-02-19 | Reland "[DebugInfo] Enable the debug entry values feature by default" | Djordje Todorovic | 1 | -2/+2 |
2020-02-18 | Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" | Djordje Todorovic | 1 | -2/+2 |
2020-02-18 | Reland "[DebugInfo] Enable the debug entry values feature by default" | Djordje Todorovic | 1 | -2/+2 |
2020-02-17 | [LiveDebugValues] Visit open var locs just once in transferRegisterDef, NFC | Vedant Kumar | 1 | -10/+34 |
2020-02-12 | Revert "[DebugInfo] Enable the debug entry values feature by default" | Djordje Todorovic | 1 | -2/+2 |
2020-02-12 | [DebugInfo] Enable the debug entry values feature by default | Djordje Todorovic | 1 | -2/+2 |
2020-01-24 | [DebugInfo][LiveDebugValues] Teach Live Debug Values About Meta Instructions | Tom Weaver | 1 | -0/+6 |
2019-12-13 | [LiveDebugValues] Omit entry values for DBG_VALUEs with pre-existing expressions | David Stenberg | 1 | -2/+3 |
2019-12-05 | [LiveDebugValues] Silence the unused var warning; NFC | Djordje Todorovic | 1 | -2/+1 |
2019-12-05 | Reland "[LiveDebugValues] Introduce entry values of unmodified params" | Djordje Todorovic | 1 | -81/+304 |
2019-12-03 | [DebugInfo] Make DebugVariable class available in DebugInfoMetadata | stozer | 1 | -111/+26 |
2019-12-03 | Revert "[LiveDebugValues] Introduce entry values of unmodified params" | Djordje Todorovic | 1 | -301/+78 |
2019-12-03 | [LiveDebugValues] Introduce entry values of unmodified params | Djordje Todorovic | 1 | -78/+301 |
2019-11-20 | [DebugInfo] Remove the DIFlagArgumentNotModified debug info flag | Djordje Todorovic | 1 | -1/+1 |
2019-11-13 | Sink all InitializePasses.h includes | Reid Kleckner | 1 | -0/+1 |
2019-11-13 | [DebugInfo] Avoid creating entry values for clobbered registers | David Stenberg | 1 | -4/+31 |
2019-11-13 | [DebugInfo] Add helper for finding entry value candidates [NFC] | David Stenberg | 1 | -28/+61 |
2019-11-08 | Reland: [TII] Use optional destination and source pair as a return value; NFC | Djordje Todorovic | 1 | -3/+7 |
2019-10-31 | Revert rG57ee0435bd47f23f3939f402914c231b4f65ca5e - [TII] Use optional destin... | Simon Pilgrim | 1 | -9/+5 |
2019-10-31 | [TII] Use optional destination and source pair as a return value; NFC | Djordje Todorovic | 1 | -5/+9 |
2019-10-29 | Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2) | Sander de Smalen | 1 | -2/+1 |
2019-10-29 | Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn... | Simon Pilgrim | 1 | -1/+2 |
2019-10-28 | Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2) | Sander de Smalen | 1 | -2/+1 |
2019-10-25 | Fix a variable typo in LiveDebugValues [NFC] | David Stenberg | 1 | -2/+2 |
2019-10-25 | [LiveDebugValues] Small code clean up; NFC | Djordje Todorovic | 1 | -18/+11 |