Age | Commit message (Expand) | Author | Files | Lines |
2017-05-31 | Try to fix buildbots | Matthias Braun | 1 | -1/+3 |
2017-05-31 | X86FloatingPoint: Fix livein lists | Matthias Braun | 1 | -0/+5 |
2017-03-31 | Refactor code to create getFallThrough method in MachineBasicBlock. | Jan Sjodin | 1 | -8/+14 |
2017-02-18 | MachineRegionInfo: Fix pass initialization | Matthias Braun | 1 | -1/+1 |
2017-02-13 | Address post-commit comments for https://reviews.llvm.org/D29596. NFCI. | Taewook Oh | 1 | -1/+1 |
2017-02-13 | Make MachineBasicBlock::updateTerminator to update DebugLoc as well | Taewook Oh | 1 | -2/+21 |
2017-01-20 | [AMDGPU] Prevent spills before exec mask is restored | Stanislav Mekhanoshin | 1 | -2/+8 |
2017-01-05 | CodeGen: Assert that liveness is up to date when reading block live-ins. | Matthias Braun | 1 | -1/+8 |
2016-12-16 | BranchRelaxation: Recompute live-ins when splitting a block | Matthias Braun | 1 | -0/+4 |
2016-12-16 | Implement LaneBitmask::any(), use it to replace !none(), NFCI | Krzysztof Parzyszek | 1 | -1/+1 |
2016-12-16 | [codegen] Add generic functions to skip debug values. | Florian Hahn | 1 | -14/+5 |
2016-12-15 | Extract LaneBitmask into a separate type | Krzysztof Parzyszek | 1 | -3/+3 |
2016-10-01 | Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) | Mehdi Amini | 1 | -1/+1 |
2016-09-16 | Place the lowered phi instruction(s) before the DEBUG_VALUE entry | Keith Walker | 1 | -1/+14 |
2016-09-14 | Finish renaming remaining analyzeBranch functions | Matt Arsenault | 1 | -9/+9 |
2016-09-14 | Make analyzeBranch family of instruction names consistent | Matt Arsenault | 1 | -9/+9 |
2016-09-11 | CodeGen: Turn on sentinel tracking for MachineInstr iterators | Duncan P. N. Exon Smith | 1 | -3/+3 |
2016-08-30 | CodeGen: Fixup for r280128, since GCC isn't as permissive as Clang | Duncan P. N. Exon Smith | 1 | -5/+3 |
2016-08-30 | ADT: Split ilist_node_traits into alloc and callback, NFC | Duncan P. N. Exon Smith | 1 | -7/+10 |
2016-08-30 | ADT: Guarantee transferNodesFromList is only called on transfers | Duncan P. N. Exon Smith | 1 | -3/+2 |
2016-08-16 | CodeGen: Don't dereference end() in MachineBasicBlock::CorrectExtraCFGEdges | Duncan P. N. Exon Smith | 1 | -4/+4 |
2016-08-12 | Use the range variant of find/find_if instead of unpacking begin/end | David Majnemer | 1 | -8/+6 |
2016-08-11 | Use the range variant of find instead of unpacking begin/end | David Majnemer | 1 | -6/+5 |
2016-07-15 | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 1 | -3/+3 |
2016-07-03 | [MBB] add a missing corner case in UpdateTerminator() | Haicheng Wu | 1 | -10/+20 |
2016-07-01 | CodeGen: Use MachineInstr& in LiveVariables API, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-05-25 | [MBB] Early exit to reduce indentation, per coding guidelines. NFC. | Chad Rosier | 1 | -59/+62 |
2016-05-05 | MachineFunction: Add a const modifier to print() parameter | Matthias Braun | 1 | -2/+3 |
2016-04-26 | [MachineBasicBlock] Take advantage of the partially dead information. | Quentin Colombet | 1 | -2/+9 |
2016-04-25 | [WinEH] Update SplitAnalysis::computeLastSplitPoint to cope with multiple EH ... | David Majnemer | 1 | -10/+0 |
2016-04-21 | [MachineBasicBlock] Make the pass argument truly mandatory when | Quentin Colombet | 1 | -7/+7 |
2016-04-21 | [MachineBasicBlock] Refactor SplitCriticalEdge to expose a query API. | Quentin Colombet | 1 | -27/+39 |
2016-04-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -1/+0 |
2016-02-27 | WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2016-02-27 | CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC | Duncan P. N. Exon Smith | 1 | -11/+10 |
2016-02-23 | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 1 | -1/+1 |
2016-01-07 | Remove extra whitespace. NFC. | Junmo Park | 1 | -1/+1 |
2015-12-13 | Fix a type issue in r255455. Should not use unsigned type as std::abs()'s tem... | Cong Hou | 1 | -1/+1 |
2015-12-13 | Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC. | Cong Hou | 1 | -1/+1 |
2015-12-13 | Add the missing header file <cstdint> needed by uint64_t | Cong Hou | 1 | -0/+1 |
2015-12-13 | Normalize MBB's successors' probabilities in several locations. | Cong Hou | 1 | -3/+23 |
2015-12-11 | CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness() | Matthias Braun | 1 | -24/+22 |
2015-12-01 | Allow known and unknown probabilities coexist in MBB's successor list. | Cong Hou | 1 | -8/+17 |
2015-12-01 | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 1 | -109/+33 |
2015-12-01 | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg | 1 | -33/+109 |
2015-12-01 | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 1 | -109/+33 |
2015-11-24 | Let SelectionDAG start to use probability-based interface to add successors. | Cong Hou | 1 | -3/+22 |
2015-11-18 | Remove a redundant assertion in MachineBasicBlock.cpp. NFC. | Cong Hou | 1 | -1/+0 |
2015-11-18 | Remove redundant code in MachineBasicBlock.cpp. NFC. | Cong Hou | 1 | -28/+8 |