| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated. | Hsiangkai Wang | 2019-01-18 | 1 | -13/+125 |
* | [NFC] Refine doxygen format. | Hsiangkai Wang | 2018-11-30 | 1 | -57/+64 |
* | [DebugInfo] Handle stack slot offsets for spilled sub-registers in LDV | David Stenberg | 2018-09-07 | 1 | -30/+57 |
* | [DebugInfo] Fix bug in LiveDebugVariables. | Hsiangkai Wang | 2018-09-05 | 1 | -5/+10 |
* | Revert "[DebugInfo] Fix bug in LiveDebugVariables." | Hsiangkai Wang | 2018-09-02 | 1 | -10/+5 |
* | [DebugInfo] Fix bug in LiveDebugVariables. | Hsiangkai Wang | 2018-09-02 | 1 | -5/+10 |
* | [LiveDebugVariables] Avoid faulty addDefsFromCopies in computeIntervals | Bjorn Pettersson | 2018-08-25 | 1 | -1/+9 |
* | Revert r340508: [DebugInfo] Fix bug in LiveDebugVariables. | Chandler Carruth | 2018-08-23 | 1 | -10/+5 |
* | [DebugInfo] Fix bug in LiveDebugVariables. | Hsiangkai Wang | 2018-08-23 | 1 | -5/+10 |
* | [CodeGen] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-16 | 1 | -1/+1 |
* | [DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property | Mikael Holmen | 2018-06-21 | 1 | -8/+2 |
* | [DebugInfo] Keep DBG_VALUE undef in LiveDebugVariables | Mikael Holmen | 2018-06-21 | 1 | -10/+22 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -21/+25 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
* | Fixup for rL326769 (RegState::Debug is being truncated to a bool) | Bjorn Pettersson | 2018-03-06 | 1 | -2/+5 |
* | [DebugInfo] Discard invalid DBG_VALUE instructions in LiveDebugVariables | Bjorn Pettersson | 2018-03-06 | 1 | -1/+37 |
* | [DebugInfo] Don't insert DEBUG_VALUE after terminators | Stefan Maksimovic | 2018-02-09 | 1 | -1/+1 |
* | [MachineOperand] Fix LiveDebugVariables code after isRenamable change. | Geoff Berry | 2017-12-29 | 1 | -1/+4 |
* | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
* | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 2017-12-13 | 1 | -1/+1 |
* | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -2/+2 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
* | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
* | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -2/+2 |
* | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -2/+2 |
* | [DebugInfo] Insert DEBUG_VALUEs after each register redefinition | Karl-Johan Karlsson | 2017-10-05 | 1 | -18/+57 |
* | Implement David Blaikie's suggestion for comparison operators | Reid Kleckner | 2017-10-03 | 1 | -3/+8 |
* | [DebugInfo] Correctly coalesce DBG_VALUEs that mix direct and indirect values | Reid Kleckner | 2017-10-03 | 1 | -83/+126 |
* | [DebugInfo] Do not extend range for physreg in LiveDebugVariables | Bjorn Pettersson | 2017-09-28 | 1 | -6/+6 |
* | Cleanup some problems with LLVM_ENABLE_DUMP in release builds, and | Don Hinton | 2017-09-27 | 1 | -1/+1 |
* | Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs" | Reid Kleckner | 2017-09-20 | 1 | -40/+72 |
* | [DebugInfo] Use a MapVector to coalesce MachineOperand locations | Reid Kleckner | 2017-09-20 | 1 | -56/+46 |
* | Revert "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs" | Reid Kleckner | 2017-09-19 | 1 | -54/+35 |
* | Re-land r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VA... | Reid Kleckner | 2017-09-19 | 1 | -35/+54 |
* | Revert r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VAL... | Hans Wennborg | 2017-09-18 | 1 | -53/+35 |
* | Name the sentinel value used for the location number of the undefined registe... | Reid Kleckner | 2017-09-15 | 1 | -7/+9 |
* | [DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs | Reid Kleckner | 2017-09-15 | 1 | -35/+53 |
* | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-08-24 | 1 | -29/+49 |
* | [LiveDebugVariables] Use lexical scope to trim debug value live intervals | Robert Lougher | 2017-08-03 | 1 | -7/+90 |
* | Extend ifndef to printDebugLoc. | Florian Hahn | 2017-07-31 | 1 | -1/+1 |
* | Extend ifdefs to more unused helper functions. | Florian Hahn | 2017-07-31 | 1 | -1/+1 |
* | Guard print() functions only used by dump() functions. | Florian Hahn | 2017-07-31 | 1 | -0/+2 |
* | Remove the unused offset field from LiveDebugVariables (NFC) | Adrian Prantl | 2017-07-28 | 1 | -17/+14 |
* | Remove the unused offset from DBG_VALUE (NFC) | Adrian Prantl | 2017-07-28 | 1 | -1/+1 |
* | Mark dump() methods as const. NFC | Sam Clegg | 2017-06-21 | 1 | -1/+1 |
* | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -3/+3 |
* | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -1/+1 |
* | [CodeGen] Rename MachineInstrBuilder::addOperand. NFC | Diana Picus | 2017-01-13 | 1 | -1/+1 |
* | Remove dead code from LiveDebugVariables.cpp (NFC) | Adrian Prantl | 2016-09-28 | 1 | -44/+10 |