- 72b9deb [CodeGen] Skip over dbg-instr in twoaddr pass by Markus Lavin · 7 years ago
- 0649443 [TwoAddressInstructionPass] Replace subregister uses when processing tied operands by Bjorn Pettersson · 7 years ago
- c9dac6b TwoAddressInstructionPass: Modernize/fix some comments; NFC by Matthias Braun · 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
- f6ff51f [TwoAddressInstructionPass] Improve tryInstructionCommute of X86 FMA and vpternlog instructions by Craig Topper · 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
- a8a83d1 [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. by Francis Visoiu Mistrih · 8 years ago
- 62378bb TwoAddressInstructionPass: Trigger -O0 behavior on optnone by Matthias Braun · 8 years ago
- e86327f [TwoAddressInstructionPass] Bugfix in handling of sunk instructions. by Jonas Paulsson · 8 years ago
- 9d7bb0c [CodeGen] Print register names in lowercase 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
- 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
- 4f81cdd [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 0e35ea3 Remove redundant copy in recurrences by Taewook Oh · 8 years ago
- 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
- a09ff59 [CodeGen] Don't require AA in TwoAddress at -O0. by Ahmed Bougacha · 8 years ago
- aa741ab [TwoAddressInstruction] Fix typo in comment. NFC by Craig Topper · 9 years ago
- 116bbab [CodeGen] Rename MachineInstrBuilder::addOperand. NFC by Diana Picus · 9 years ago
- 7600794 [TwoAddressInstruction] When commuting an instruction don't assume that the destination register is operand 0. Pass it from the caller. by Craig Topper · 9 years ago
- 1f81dee [CodeGen] Make the TwoAddressInstructionPass check if the instruction is commutable before calling findCommutedOpIndices for every operand. Also make sure the operand is a register before each call to save some work on commutable instructions that might have an operand. by Craig Topper · 9 years ago
- f403df3 Replace subregister uses when processing tied operands by Matt Arsenault · 9 years ago
- e36d771 Make TwoAddressInstructionPass::rescheduleMIBelowKill subreg-aware by Michael Kuperstein · 9 years ago
- 50d30768 CodeGen: Avoid iterator conversions in TwoAddressInstructionPass, NFC by Duncan P. N. Exon Smith · 9 years ago
- d26fdc8 CodeGen: Use MachineInstr& in LiveVariables API, 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
- f84547c LiveIntervalAnalysis: Remove LiveVariables requirement by Matthias Braun · 9 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- be8f8c4 CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, 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
- ac697c5 Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveIntervalTest by Matthias Braun · 10 years ago
- bbb528f LiveIntervalAnalysis: Remove LiveVariables requirement by Matthias Braun · 10 years ago
- ecefe5a Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes. by Eugene Zelenko · 10 years ago
- 0b2a949 use range-based for loops; NFCI by Sanjay Patel · 10 years ago
- b53791e don't repeat function/variable names in comments; NFC by Sanjay Patel · 10 years ago
- 96824de fix typo; NFC by Sanjay Patel · 10 years ago
- f1ff53e CodeGen: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- da5168b Use range-based for loops. NFC. by Craig Topper · 10 years ago
- 2c4068f [TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting, make sure regB has been updated to take into account the commute. by Craig Topper · 10 years ago
- 16c4da0 Improved the interface of methods commuting operands, improved X86-FMA3 mem-folding&coalescing. by Andrew Kaylor · 10 years ago
- a9cb538 Reformat blank lines. by NAKAMURA Takumi · 10 years ago
- 8496503 Reformat comment lines. by NAKAMURA Takumi · 10 years ago
- 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
- 40dd510 [TwoAddressInstructionPass] Rename a variable to match the coding style. by Quentin Colombet · 10 years ago
- 9729fb3 [TwoAddressInstructionPass] Try 3 Addr Conversion After Commuting. by Quentin Colombet · 10 years ago
- 07066cc MachineInstr: Remove unused parameter. by Matthias Braun · 10 years ago
- 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
- 4d93479 Revert the test commit. by Wei Mi · 11 years ago
- 20401ee Test commit. It will be reverted in the next commit. by Wei Mi · 11 years ago
- 2891913 Fix a problem where the TwoAddressInstructionPass which generate redundant register moves in a loop. by Eric Christopher · 11 years ago
- 3372620 Replace some uses of getSubtargetImpl with the cached version by Eric Christopher · 11 years ago
- 70573dc Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> by David Blaikie · 11 years ago
- 12f0d9e Improve logic that decides if its profitable to commute when some of the virtual registers involved have uses/defs chains connecting them to physical register. Fix up the tests that this change improves. by Craig Topper · 11 years ago
- d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
- 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
- c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
- b36376e Switch a number of loops in lib/CodeGen over to range-based for-loops, now that by Owen Anderson · 12 years ago
- 16c6bf4 Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing by Owen Anderson · 12 years ago
- 4584cd5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
- e339828 Allow MachineCSE to coalesce trivial subregister copies the same way that it coalesces normal copies. by Andrew Trick · 12 years ago
- f152836 Revert "Allow MachineCSE to coalesce trivial subregister copies the same way that it coalesces normal copies." by Rafael Espindola · 12 years ago
- 88bd862 Allow MachineCSE to coalesce trivial subregister copies the same way by Andrew Trick · 12 years ago
- 13ddb7c Rename LiveRange to LiveInterval::Segment by Matthias Braun · 12 years ago
- b94011f Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 12 years ago
- f85a76f TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should look by Evan Cheng · 12 years ago
- 608a698 Register Coalescing: add a flag to disable rescheduling. by Andrew Trick · 12 years ago
- a69d0aa Remove unused #includes. by Bill Wendling · 13 years ago
- 1b4c64c Add a use of an otherwise unused variable to remove a warning in non-Asserts by Cameron Zwarich · 13 years ago
- 6868f38 TwoAddressInstructionPass::tryInstructionTransform() only potentially returns by Cameron Zwarich · 13 years ago
- f05c0cb TwoAddrInstructionPass::tryInstructionTransform() has a case where it calls by Cameron Zwarich · 13 years ago
- e6907bc TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction by Cameron Zwarich · 13 years ago
- 4e80d9e Fix a bug with the LiveIntervals updating in the two-address pass found by by Cameron Zwarich · 13 years ago
- 35c3050 Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware. by Cameron Zwarich · 13 years ago
- 7d13fb4 Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware in by Cameron Zwarich · 13 years ago
- 384026b Stop relying on physical register kill flags in isKilled() in the two-address by Cameron Zwarich · 13 years ago
- 9e722ae Make another kill check LiveIntervals-aware. by Cameron Zwarich · 13 years ago
- c896478 Split part of isKilled() into a separate function for use elsewhere. by Cameron Zwarich · 13 years ago
- 94b204b Update isKilledAt in TwoAddressInstructionPass.cpp to use LiveIntervals when by Cameron Zwarich · 13 years ago
- 2ad3ca3 Only use LiveIntervals in TwoAddressInstructionPass, not a mix of Liveintervals by Cameron Zwarich · 13 years ago
- caad7e1 Find anchoring end points for repairIntervalsInRange and repairIndexesInRange by Cameron Zwarich · 13 years ago
- 9db062e Fully qualify llvm::next to avoid ambiguity when building as C++11. by David Blaikie · 13 years ago
- 8e60d4d Add support to the two-address pass for updating LiveIntervals in many of the by Cameron Zwarich · 13 years ago
- 2991feb Move the computation of the IsEarlyClobber flag into its own loop, since the by Cameron Zwarich · 13 years ago
- 3673581 Remove verification after PHIElimination when using LiveIntervals, and move it by Cameron Zwarich · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- da2b6b3 Simplify REG_SEQUENCE lowering. by Jakob Stoklund Olesen · 13 years ago
- 1dfe4fc Reduce indentation with early exit. by Jakob Stoklund Olesen · 13 years ago
- 7fa17d4 Also make the current basic block a class member. by Jakob Stoklund Olesen · 13 years ago
- d788e32 Make the Processed set a class member. by Jakob Stoklund Olesen · 13 years ago
- 112a44d Fix whitespace and function names to be coding standardy. by Jakob Stoklund Olesen · 13 years ago
- 09d69f5 Remove the canCombineSubRegIndices() target hook. by Jakob Stoklund Olesen · 13 years ago
- af50f17 Stop adding <imp-def> operands when expanding REG_SEQUENCE. by Jakob Stoklund Olesen · 13 years ago
- ade363e Search the whole instruction for tied operands. by Jakob Stoklund Olesen · 13 years ago
- a538d83 Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed. by Craig Topper · 13 years ago
- 702bcc3 Remove the TII::scheduleTwoAddrSource() hook. by Jakob Stoklund Olesen · 13 years ago
- 420798c Fix a future TwoAddressInstructionPass crash. by Jakob Stoklund Olesen · 13 years ago
- fbf45dc Skip tied operand pairs that already have the same register. by Jakob Stoklund Olesen · 13 years ago