- 611b533 [SchedModel] Fix for read advance cycles with implicit pseudo operands. by Jonas Paulsson · 7 years ago
- 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
- 726e12c ScheduleDAG: Cleanup dumping code; NFC by Matthias Braun · 7 years ago
- 7bcfeab [ScheduleDAGInstrs / buildSchedGraph] Clear subregister entries also. by Jonas Paulsson · 7 years ago
- d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
- 801bf7e [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 7 years ago
- 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
- 0d7df36 [TargetSchedule] shrink interface for init(); NFCI by Sanjay Patel · 7 years ago
- e92f0cf [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
- 68ced40 Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print" 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
- f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
- c41e2f6 Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value by Yaxun Liu · 8 years ago
- f902ef0 Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value by Yaxun Liu · 8 years ago
- a5315a0 CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value by Yaxun Liu · 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
- b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 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
- b49b015 [ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsForCodeGen when no identifiable object found by Hiroshi Inoue · 8 years ago
- 52854dc Fix typo. by Eric Christopher · 8 years ago
- b9417db [StackColoring] Update AliasAnalysis information in stack coloring pass by Hiroshi Inoue · 8 years ago
- 0cd23f56 [CodeGen] Rename DEBUG_TYPE to match passnames by Evandro Menezes · 8 years ago
- e2ae001 ScheduleDAGInstrs: Fix fixupKills() adding too many kill flags. by Matthias Braun · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- 7ea6923 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 868bbd4 ScheduleDAGInstrs: Fix fixupKills() by Matthias Braun · 8 years ago
- 93f47e5 Refactor alias check from MISched into common helper. NFC. by Eli Friedman · 9 years ago
- 49f0220 [MISched] Remove unused arguments. NFC. by Eli Friedman · 9 years ago
- 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
- c91e28a ScheduleDAGInstrs: Do not try to toggle kill flags on debug uses by Matthias Braun · 9 years ago
- 26e8c35 ScheduleDAGInstrs: Cleanup toggleKillFlag(); NFC by Matthias Braun · 9 years ago
- bd7d918 ScheduleDAGInstrs: Cleanup; NFC by Matthias Braun · 9 years ago
- ea9f8ce Implement LaneBitmask::any(), use it to replace !none(), NFCI by Krzysztof Parzyszek · 9 years ago
- 91b5cf8 Extract LaneBitmask into a separate type by Krzysztof Parzyszek · 9 years ago
- 4063988 ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI by Matthias Braun · 9 years ago
- 325cd2c ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps() by Matthias Braun · 9 years ago
- f29b12d ScheduleDAGInstrs: Ignore dependencies of constant physregs by Matthias Braun · 9 years ago
- 111603f ScheduleDAGInstrs: Slightly simplify code; NFC by Matthias Braun · 9 years ago
- c8440dd MachineInstrBundle: Pass iterators to getBundle(Start|End); NFC by Matthias Braun · 9 years ago
- e7c72cd Fix machine operand traversal in ScheduleDAGInstrs::fixupKills by Krzysztof Parzyszek · 9 years ago
- 298e007 ScheduleDAGInstrs: Cleanup, use range based for; NFC by Matthias Braun · 9 years ago
- d98cf00 [CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantLoad. NFC by Justin Lebar · 9 years ago
- 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
- d6ddc7e Untabify. by NAKAMURA Takumi · 9 years ago
- b77911b CodeGen: Use MachineInstr& in ScheduleDAGIntrs, NFC by Duncan P. N. Exon Smith · 9 years ago
- 9cfc75c CodeGen: Use MachineInstr& in TargetInstrInfo, NFC by Duncan P. N. Exon Smith · 9 years ago
- 4c994ee ScheduleDAGInstrs: Fix memory corruption by Matthias Braun · 9 years ago
- 8a5b467 ScheduleDAGInstrs: Comment on why subreg defs are not seen as uses; NFC by Matthias Braun · 9 years ago
- e5a2f11 Fix PR26655: Bail out if all regs of an inst BUNDLE have the correct kill flag by Mandeep Singh Grang · 9 years ago
- a356bb7 [ScheduleDAG] Make sure to process all def operands before any use operands by Krzysztof Parzyszek · 9 years ago
- bc46f62 ScheduleDAGInstrs.cpp: Don't peel the iterator when it points the end. This will fix the crash in r268143. by NAKAMURA Takumi · 9 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- 59ae854 Do not modify a cl::opt programmatically, global mutable state is evil. by Mehdi Amini · 9 years ago
- 6381713 [ScheduleDAGInstrs] Re-factor for based on review feedback. NFC. by Geoff Berry · 9 years ago
- c0739d8 [ScheduleDAGInstrs] Handle instructions with multiple MMOs by Geoff Berry · 9 years ago
- b472856 Fix PR26940 where compiles times regressed massively. by Chandler Carruth · 9 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
- c5b668d Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" by Duncan P. N. Exon Smith · 10 years ago
- dc0848c CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC by Duncan P. N. Exon Smith · 10 years ago
- 98963fe [ScheduleDAGInstrs] isUnsafeMemoryObject() removed by Jonas Paulsson · 10 years ago
- 2293685 [ScheduleDagInstrs] Improved comments by Jonas Paulsson · 10 years ago
- ac29f01 [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten. by Jonas Paulsson · 10 years ago
- 8c73863 Temporarily revert "[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten." by Jonas Paulsson · 10 years ago
- 23f12e5 [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten. by Jonas Paulsson · 10 years ago
- b46d0f9 [ScheduleDAGInstrs] Simplify logic to improve readability. NFC. by Chad Rosier · 10 years ago
- d4f6409 MachineScheduler: Allow independent scheduling of sub register defs by Matthias Braun · 10 years ago
- 5d45861 RegisterPressure: Make liveness tracking subregister aware by Matthias Braun · 10 years ago
- b505c76 RegisterPressure: Expose RegisterOperands API by Matthias Braun · 10 years ago
- 12fe227 ScheduleDAGInstrs: Bug fix for missed memory dependency. by Geoff Berry · 10 years ago
- b17e8b1 ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMI by Matthias Braun · 10 years ago
- 97d0ffb ScheduleDAGInstrs: Rework schedule graph builder. by Matthias Braun · 10 years ago
- 2fd672a Revert "ScheduleDAGInstrs: Rework schedule graph builder." by Matthias Braun · 10 years ago
- d35fe3d ScheduleDAGInstrs: Rework schedule graph builder. by Matthias Braun · 10 years ago
- 93563e7 ScheduleDAGInstrs: Remove IsPostRA flag; NFC by Matthias Braun · 10 years ago
- f2f1944 Revert "ScheduleDAGInstrs: Remove IsPostRA flag" by Matthias Braun · 10 years ago
- 7ffadd0 ScheduleDAGInstrs: Remove IsPostRA flag by Matthias Braun · 10 years ago
- 84921b9 Refactor: Simplify boolean conditional return statements in lib/CodeGen. by Rafael Espindola · 10 years ago
- 6e98cd3 CodeGen: Avoid more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- d9da162 Save LaneMask with livein registers by Matthias Braun · 10 years ago
- b2b7ef1 MachineBasicBlock: Add liveins() method returning an iterator_range by Matthias Braun · 10 years ago
- df005cb Fix some comment typos. by Benjamin Kramer · 10 years ago
- bd7287e Move most user of TargetMachine::getDataLayout to the Module one by Mehdi Amini · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- c3f49eb [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. by Chandler Carruth · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- ac80dc7 [PM/AA] Remove the Location typedef from the AliasAnalysis class now by Chandler Carruth · 10 years ago
- e41e146 CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands by Matthias Braun · 10 years ago
- f8c028c use range-based for-loop by Sanjay Patel · 10 years ago
- 490aca9 use range-based for-loop; NFCI by Sanjay Patel · 10 years ago
- bff3a7e Remove MCInstrItineraries includes in parts that don't use them anymore by Matthias Braun · 10 years ago
- ee13fbe CodeGen: ignore DEBUG_VALUE nodes in KILL tagging by Saleem Abdulrasool · 10 years ago
- f54b73d ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not non-aliasing distinct objects by Arnold Schwaighofer · 10 years ago
- 300069a ScheduleDAGInstrs should toggle kill flags on bundled instrs. by Pete Cooper · 10 years ago
- a28d91d DataLayout is mandatory, update the API to reflect it with references. by Mehdi Amini · 11 years ago
- 1cdefae Rewrite MachineOperand::print and MachineInstr::print to avoid by Eric Christopher · 11 years ago
- afa6813 Bugfix for missed dependency from store to load in buildSchedGraph(). by Jonas Paulsson · 11 years ago