- 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
- 71a4c0c [CodeGen] Fix printing bundles in MIR output by Krzysztof Parzyszek · 8 years ago
- 19618fc [x86] Introduce a pass to begin more systematically fixing PR36028 and similar issues. by Chandler Carruth · 8 years ago
- e92f0cf [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
- 10b3135 [WebAssembly] Add DebugLoc information to WebAssembly block and loop. by Derek Schuff · 8 years ago
- e4fae4d5 [CodeGen] Don't omit any redundant information in -debug output by Francis Visoiu Mistrih · 8 years ago
- 7f0f8bb [CodeGen] Fix tests breaking after r325505 by Francis Visoiu Mistrih · 8 years ago
- 68ced40 Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print" by Francis Visoiu Mistrih · 8 years ago
- 3fbbdf3 [CodeGen] Separate MBB metadata from instructions in -debug printing by Francis Visoiu Mistrih · 8 years ago
- 1e002a2 [CodeGen] Print irreducible loop header weight as a MIR comment by Francis Visoiu Mistrih · 8 years ago
- afad84e [CodeGen] Print predecessors, successors, then liveins in -debug printing by Francis Visoiu Mistrih · 8 years ago
- f6ed795 [CodeGen] Print bundled instructions using the MIR syntax in -debug output by Francis Visoiu Mistrih · 8 years ago
- 33979ce [CodeGen] Print predecessors as MIR comments in -debug output by Francis Visoiu Mistrih · 8 years ago
- fb7b14f7 [CodeGen] Unify the syntax of MBB liveins in MIR and -debug output by Francis Visoiu Mistrih · 8 years ago
- 7d3dde3 [CodeGen] Don't compute BranchProbability for MBB::print by Francis Visoiu Mistrih · 8 years ago
- a37e009 [CodeGen] Only print successors when the list is not empty by Francis Visoiu Mistrih · 8 years ago
- 39ec2e9 [CodeGen] Unify the syntax of MBB successors in MIR and -debug output by Francis Visoiu Mistrih · 8 years ago
- d65438d [CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print by Francis Visoiu Mistrih · 8 years ago
- da89d18 [CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug output by Francis Visoiu Mistrih · 8 years ago
- eb3f76f [CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print by Francis Visoiu Mistrih · 8 years ago
- 378b5f3 [CodeGen] Print RegClasses on MI in verbose mode by Francis Visoiu Mistrih · 8 years ago
- f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
- f842297 Rename LiveIntervalAnalysis.h to LiveIntervals.h by Matthias Braun · 8 years ago
- 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
- 9d419d3 [CodeGen] Rename functions PrintReg* to printReg* by Francis Visoiu Mistrih · 8 years ago
- b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
- 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
- dce9def Irreducible loop metadata for more accurate block frequency under PGO. by Hiroshi Yamauchi · 8 years ago
- 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
- 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
- fdf9bf4 CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
- 559aa75 Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue" by Daniel Jasper · 8 years ago
- 7b3a38e [X86] Correct dwarf unwind information in function epilogue by Petar Jovanovic · 8 years ago
- d497119 Restrict the definition of loop preheader to avoid EH blocks by Andrew Kaylor · 8 years ago
- e2e6591 Try to fix buildbots by Matthias Braun · 8 years ago
- ac4becc X86FloatingPoint: Fix livein lists by Matthias Braun · 8 years ago
- f1a30f1 Refactor code to create getFallThrough method in MachineBasicBlock. by Jan Sjodin · 9 years ago
- 4313059 MachineRegionInfo: Fix pass initialization by Matthias Braun · 9 years ago
- 4d35f9e Address post-commit comments for https://reviews.llvm.org/D29596. NFCI. by Taewook Oh · 9 years ago
- 06a2128 Make MachineBasicBlock::updateTerminator to update DebugLoc as well by Taewook Oh · 9 years ago
- 6ec3e3a [AMDGPU] Prevent spills before exec mask is restored by Stanislav Mekhanoshin · 9 years ago
- 1172332 CodeGen: Assert that liveness is up to date when reading block live-ins. by Matthias Braun · 9 years ago
- 1819830 BranchRelaxation: Recompute live-ins when splitting a block by Matthias Braun · 9 years ago
- ea9f8ce Implement LaneBitmask::any(), use it to replace !none(), NFCI by Krzysztof Parzyszek · 9 years ago
- 3c8b8c9 [codegen] Add generic functions to skip debug values. by Florian Hahn · 9 years ago
- 91b5cf8 Extract LaneBitmask into a separate type by Krzysztof Parzyszek · 9 years ago
- 36d33fc Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) by Mehdi Amini · 9 years ago
- 830a8c1 Place the lowered phi instruction(s) before the DEBUG_VALUE entry by Keith Walker · 9 years ago
- 1b9fc8e Finish renaming remaining analyzeBranch functions by Matt Arsenault · 9 years ago
- e8e0f5c Make analyzeBranch family of instruction names consistent by Matt Arsenault · 9 years ago
- cc9edac CodeGen: Turn on sentinel tracking for MachineInstr iterators by Duncan P. N. Exon Smith · 9 years ago
- 73b8dbd CodeGen: Fixup for r280128, since GCC isn't as permissive as Clang by Duncan P. N. Exon Smith · 9 years ago
- f947c3a ADT: Split ilist_node_traits into alloc and callback, NFC by Duncan P. N. Exon Smith · 9 years ago
- b7668d5 ADT: Guarantee transferNodesFromList is only called on transfers by Duncan P. N. Exon Smith · 9 years ago
- 41cf73c CodeGen: Don't dereference end() in MachineBasicBlock::CorrectExtraCFGEdges by Duncan P. N. Exon Smith · 9 years ago
- 4253126 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
- 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
- 71c30a1 Rename AnalyzeBranch* to analyzeBranch*. by Jacques Pienaar · 9 years ago
- b71b2f6 [MBB] add a missing corner case in UpdateTerminator() by Haicheng Wu · 9 years ago
- d26fdc8 CodeGen: Use MachineInstr& in LiveVariables API, NFC by Duncan P. N. Exon Smith · 9 years ago
- dca7651 [MBB] Early exit to reduce indentation, per coding guidelines. NFC. by Chad Rosier · 9 years ago
- 0e881d6 MachineFunction: Add a const modifier to print() parameter by Matthias Braun · 9 years ago
- 08e7999 [MachineBasicBlock] Take advantage of the partially dead information. by Quentin Colombet · 9 years ago
- dd21523 [WinEH] Update SplitAnalysis::computeLastSplitPoint to cope with multiple EH successors by David Majnemer · 9 years ago
- 23341a8 [MachineBasicBlock] Make the pass argument truly mandatory when splitting edges. by Quentin Colombet · 9 years ago
- 77e1878 [MachineBasicBlock] Refactor SplitCriticalEdge to expose a query API. by Quentin Colombet · 9 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
- f9ab416 WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC by Duncan P. N. Exon Smith · 10 years ago
- 3ac9cc6 CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC by Duncan P. N. Exon Smith · 10 years ago
- 6307eb5 CodeGen: TII: Take MachineInstr& in predicate API, NFC by Duncan P. N. Exon Smith · 10 years ago
- eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
- 1238610 Remove extra whitespace. NFC. by Junmo Park · 10 years ago
- c00e65a Fix a type issue in r255455. Should not use unsigned type as std::abs()'s template type. by Cong Hou · 10 years ago
- 663dd01 Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC. by Cong Hou · 10 years ago
- c0a33e0 Add the missing header file <cstdint> needed by uint64_t by Cong Hou · 10 years ago
- c106989 Normalize MBB's successors' probabilities in several locations. by Cong Hou · 10 years ago
- 60d69e2 CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness() by Matthias Braun · 10 years ago
- 4aef7ef Allow known and unknown probabilities coexist in MBB's successor list. by Cong Hou · 10 years ago
- d97c100 Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
- 1dbaf67 Revert r254348: "Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces." by Hans Wennborg · 10 years ago
- fa1917c Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
- 1938f2e Let SelectionDAG start to use probability-based interface to add successors. by Cong Hou · 10 years ago
- 136bc65 Remove a redundant assertion in MachineBasicBlock.cpp. NFC. by Cong Hou · 10 years ago
- 11c1420 Remove redundant code in MachineBasicBlock.cpp. NFC. by Cong Hou · 10 years ago
- b9204a5 [WinEH] Don't forward branches across empty EH pad BBs by Reid Kleckner · 10 years ago
- b8fd162 [WinEH] Mark funclet entries and exits as clobbering all registers by Reid Kleckner · 10 years ago
- 23a3bf0 Add new interfaces to MBB for manipulating successors with probabilities instead of weights. NFC. by Cong Hou · 10 years ago
- 07eeb80 Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successors when optimization is disabled. by Cong Hou · 10 years ago
- 0ac8eb9 CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFC by Duncan P. N. Exon Smith · 10 years ago
- 166e085 Rename some function arguments in MachineBasicBlock.cpp/h by turning the first letter into upper case. NFC. by Cong Hou · 10 years ago
- c804cdb TargetRegisterInfo: Introduce PrintLaneMask. by Matthias Braun · 10 years ago
- e6a2485 TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropriate; NFC by Matthias Braun · 10 years ago
- ed17079 [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessor by Reid Kleckner · 10 years ago
- c7b155f Use the cached TargetInstrInfo instead of looking it up again. by Eric Christopher · 10 years ago
- d9da162 Save LaneMask with livein registers by Matthias Braun · 10 years ago
- 0e28823 [WinEH] Add some support for code generating catchpad by Reid Kleckner · 10 years ago
- 130bd90 MachineBasicBlock: Use MCPhysReg instead of unsigned in livein API by Matthias Braun · 10 years ago
- 1b50bb5 Try to fix buildbots by Matthias Braun · 10 years ago
- 7a8b115 Let's try to fix GNU libstdc++ buildbots by Matthias Braun · 10 years ago
- b2b7ef1 MachineBasicBlock: Add liveins() method returning an iterator_range by Matthias Braun · 10 years ago