- 1eb4736 MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
- 53ce3f9 Fix for PR29010 by Marina Yatsina · 9 years ago
- 4b22642 Fixing bug committed in rev. 278321 by Marina Yatsina · 9 years ago
- 88f0c31 Avoid false dependencies of undef machine operands by Marina Yatsina · 9 years ago
- c1fa163 ExecutionDepsFix - Fix bug in clearance calculation by Marina Yatsina · 9 years ago
- 9cfc75c CodeGen: Use MachineInstr& in TargetInstrInfo, NFC by Duncan P. N. Exon Smith · 9 years ago
- 50271f7 Add opt-bisect support to additional passes that can be skipped by Andrew Kaylor · 10 years ago
- d1aabb2 livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC by Matthias Braun · 10 years ago
- 24f26e6 LivePhysRegs: Automatically determine presence of pristine regs. by Matthias Braun · 10 years ago
- 1dbf7a5 Add MachineFunctionProperty checks for AllVRegsAllocated for target passes by Derek Schuff · 10 years ago
- 7dd4569 use range-based for-loops; NFCI by Sanjay Patel · 10 years ago
- 8f11e1a CodeGen: Start removing implicit conversions to/from list iterators, 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
- d55bcf2 MachineRegisterInfo: Introduce isPhysRegUsed() by Matthias Braun · 10 years ago
- 7679afd Use make_range(rbegin(), rend()) to allow foreach loops. NFC. by Pete Cooper · 10 years ago
- 9912bb8 MachineRegisterInfo: Remove UsedPhysReg infrastructure by Matthias Braun · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 4297c3f remove function names from comments; NFC by Sanjay Patel · 11 years ago
- 12fa37f fix typo: NFC by Sanjay Patel · 11 years ago
- 046318b ExecutionDepsFix: Indizes -> Indices. by Matthias Braun · 11 years ago
- 6a8bfe7 Fix typo. by Eric Christopher · 11 years ago
- 8142efa ExecutionDepsFix: Correctly handle wide registers. by Matthias Braun · 11 years ago
- 0d6a010 Fixing -Wsign-compare warnings; NFC. by Aaron Ballman · 11 years ago
- addddc4 Silence more static analyzer warnings. by Michael Ilseman · 11 years ago
- cf0444b Move register class name strings to a single array in MCRegisterInfo to reduce static table size and number of relocation entries. by Craig Topper · 11 years ago
- 307c2cb Remove unnecessary TargetMachine.h includes. by Eric Christopher · 11 years ago
- fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
- d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
- 650c8f2 Clean up language and grammar. by Eric Christopher · 11 years ago
- 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
- c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
- 4584cd5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- 310034e Convert register liveness tracking to work on a sub-register level instead of just register units. by Juergen Ributzka · 12 years ago
- 60cf0ad comment typo. by Andrew Trick · 12 years ago
- 27709d0 Revert "Convert liveness tracking to work on a sub-register level instead of just register units." by Andrew Trick · 12 years ago
- 8df84fa Convert liveness tracking to work on a sub-register level instead of just register units. by Andrew Trick · 12 years ago
- 3a99693 Improve on r192635, ExeDepsFix for avx, and add a test case. by Andrew Trick · 12 years ago
- b6d56be Fix the ExecutionDepsFix pass to handle AVX instructions. by Andrew Trick · 12 years ago
- e1c1d36 Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 12 years ago
- df1ecbd7 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 12 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 0736442 Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed(). by Jakob Stoklund Olesen · 13 years ago
- 3c31499 Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to not propagate through implicit defs. by Silviu Baranga · 13 years ago
- bde9176 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 13 years ago
- 54038d7 Switch all register list clients to the new MC*Iterator interface. by Jakob Stoklund Olesen · 13 years ago
- 1d32658 Use uint16_t to store register overlaps to reduce static data. by Craig Topper · 14 years ago
- 3588a43 Move common code into an MRI function. by Jakob Stoklund Olesen · 14 years ago
- 7f8e563 Add bundle aware API for querying instruction properties and switch the code by Evan Cheng · 14 years ago
- 0284541 Fix PR11422. by Jakob Stoklund Olesen · 14 years ago
- e14ef7e Check all overlaps when looking for used registers. by Jakob Stoklund Olesen · 14 years ago
- f8ad336 Break false dependencies before partial register updates. by Jakob Stoklund Olesen · 14 years ago
- 543bef6 Track register ages more accurately. by Jakob Stoklund Olesen · 14 years ago
- 3dc89c9 Collapse DomainValues across loop back-edges. by Jakob Stoklund Olesen · 14 years ago
- 53ec977 Link to the live DomainValue after merging. by Jakob Stoklund Olesen · 14 years ago
- b7e44a3 Track reference count independently from clear(). by Jakob Stoklund Olesen · 14 years ago
- 5d08293 Call release() directly when cleaning up the remaining DomainValues. by Jakob Stoklund Olesen · 14 years ago
- 9e338bb Rename all methods to follow style guide. by Jakob Stoklund Olesen · 14 years ago
- 1438e19 Handle reference counts in one function: release(). by Jakob Stoklund Olesen · 14 years ago
- 1205881 Clear old DomainValue after merging. by Jakob Stoklund Olesen · 14 years ago
- a70e941 Kill and collapse outstanding DomainValues. by Jakob Stoklund Olesen · 14 years ago
- 68e197e Use a reverse post order instead of a DFS order. by Jakob Stoklund Olesen · 14 years ago
- 736cf46 Extract two methods. No functional change. by Jakob Stoklund Olesen · 14 years ago
- 44dcc58 MBB doesn't need to be a class member. by Jakob Stoklund Olesen · 14 years ago
- baffa7d Fix pass name after the source was moved. by Jakob Stoklund Olesen · 14 years ago
- bd5109f Rename class and clean up source. by Jakob Stoklund Olesen · 14 years ago
- 934b7d7 Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix. by Jakob Stoklund Olesen · 14 years ago[Renamed from llvm/lib/Target/X86/SSEDomainFix.cpp]
- 30c8112 Remove X86-dependent stuff from SSEDomainFix. by Jakob Stoklund Olesen · 14 years ago
- b48c994 Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo. by Jakob Stoklund Olesen · 14 years ago
- a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- d1d7ed6 Add StringRef::compare_numeric and use it to sort TableGen register records. by Jakob Stoklund Olesen · 15 years ago
- 9d2d053 Eliminate MachineBasicBlock::const_livein_iterator and make by Dan Gohman · 16 years ago
- 796583e Fix a number of clang -Wsign-compare warnings that didn't have an obvious by John McCall · 16 years ago
- 41051a0 Don't try to collapse DomainValues onto an incompatible SSE domain. by Jakob Stoklund Olesen · 16 years ago
- d03ac95 Clean up SSEDomainFix pass. by Jakob Stoklund Olesen · 16 years ago
- 42caaa4 Switch SSEDomainFix to SpecificBumpPtrAllocator. by Jakob Stoklund Olesen · 16 years ago
- 503a0ef reduce indentation, minor cleanups. by Chris Lattner · 16 years ago
- 58ca0a6 Use spaces, not tabs by Jakob Stoklund Olesen · 16 years ago
- 4cd5866 Fix PR6750. Don't try to merge a DomainValue with itself. by Jakob Stoklund Olesen · 16 years ago
- 710c689 Fix typo. Thank you, valgrind. by Jakob Stoklund Olesen · 16 years ago
- 3b9af40 Add cross-block inference to SSEDomainFix. by Jakob Stoklund Olesen · 16 years ago
- 486aa2e Be gentle to MSVC. C++ is hard, after all. by Jakob Stoklund Olesen · 16 years ago
- b551aa4 Basic implementation of SSEDomainFix pass. by Jakob Stoklund Olesen · 16 years ago
- d919276 Fix -Asserts warning, again. by Daniel Dunbar · 16 years ago
- 49e121d Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain crossings. by Jakob Stoklund Olesen · 16 years ago
- a86ccbf Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain crossings." by Jakob Stoklund Olesen · 16 years ago
- 31da45b Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain crossings. by Jakob Stoklund Olesen · 16 years ago