Age | Commit message (Expand) | Author |
2010-11-09 | Fixed version of 118639 with an extra assert to catch similar problems | Rafael Espindola |
2010-11-09 | Adds RABasic verification and tracing. | Andrew Trick |
2010-11-09 | Add a trivial virtual dtor to AbstractRegisterDescription to appease | Matt Beaumont-Gay |
2010-11-09 | Reverting r118604. Windows build broke. | Andrew Trick |
2010-11-09 | Adds RABasic verification and tracing. | Andrew Trick |
2010-11-09 | Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shl | Dan Gohman |
2010-11-09 | Fix an inline asm pasto from 117667; was preventing | Dale Johannesen |
2010-11-08 | Adds support for spilling previously allocated live intervals to | Andrew Trick |
2010-11-08 | Add registry hook for assembly text output | Che-Liang Chiou |
2010-11-06 | Prune includes. | Benjamin Kramer |
2010-11-05 | When passing a parameter using the 'byval' mechanism, inline code needs to be... | Duncan Sands |
2010-11-04 | Add 118023 back, but with proper spelling for .uleb128/.sleb128. | Rafael Espindola |
2010-11-04 | Revert previous patch. Some targets don't support uleb and say | Rafael Espindola |
2010-11-04 | MCize. | Rafael Espindola |
2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands |
2010-11-04 | Disable fancy splitting during spilling unless -extra-spiller-splits is given. | Jakob Stoklund Olesen |
2010-11-03 | Just return undef for invalid masks or elts, and since we're doing that, | Eric Christopher |
2010-11-03 | Let RegAllocBasic require MachineDominators - they are already available and | Jakob Stoklund Olesen |
2010-11-03 | Tag debug output as regalloc | Jakob Stoklund Olesen |
2010-11-03 | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands |
2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
2010-11-03 | If we have an undef mask our Elt will be -1 for our access, handle | Eric Christopher |
2010-11-03 | Fix DAGCombiner to avoid going into an infinite loop when it | Dan Gohman |
2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
2010-11-02 | Fixes <rdar://problem/8612856>: During postRAsched, the antidependence | Andrew Trick |
2010-11-02 | Simplify. | Devang Patel |
2010-11-02 | If value map does not have register for an argument then try to find frame in... | Devang Patel |
2010-11-02 | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel |
2010-11-02 | Don't try to split weird critical edges that really aren't: | Jakob Stoklund Olesen |
2010-11-01 | MachineLICM should not claim to be preserving the CFG when it can split critical | Jakob Stoklund Olesen |
2010-11-01 | Be more precise about verifying missing kill flags. | Jakob Stoklund Olesen |
2010-11-01 | When inserting copies during splitting, always use the parent register as the | Jakob Stoklund Olesen |
2010-11-01 | Add kill flag verification. | Jakob Stoklund Olesen |
2010-11-01 | Update kill flags while rewriting instructions after splitting. | Jakob Stoklund Olesen |
2010-11-01 | When we look at instructions to convert to setting the 's' flag, we need to look | Bill Wendling |
2010-11-01 | Don't assign new registers created during a split to the same stack slot, but | Jakob Stoklund Olesen |
2010-11-01 | Add basic LiveStacks verification. | Jakob Stoklund Olesen |
2010-11-01 | The testcase is now XFAILed. Sorry about the breakage. | Bill Wendling |
2010-10-31 | Revert r117876 for now, it's causing more testsuite failures. | Eric Christopher |
2010-10-31 | Disable the peephole optimizer until 186.crafty on armv6 is fixed. This is what | Bill Wendling |
2010-10-31 | Attach a GCModuleInfo to a MachineFunction. | Nicolas Geoffray |
2010-10-30 | Include MachineBasicBlock numbers in viewCFG() output. | Jakob Stoklund Olesen |
2010-10-30 | Make sure copies are inserted after any exception handling labels at the top of | Jakob Stoklund Olesen |
2010-10-30 | Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed | Jakob Stoklund Olesen |
2010-10-30 | Disable more of physical register live intervals verification. | Jakob Stoklund Olesen |
2010-10-30 | Print out register class of spilled register. | Jakob Stoklund Olesen |
2010-10-29 | Teach machine cse to eliminate instructions with multiple physreg uses and de... | Evan Cheng |
2010-10-29 | Remove DAG combiner patch to fold vector splats. Instcombiner does it now. | Bob Wilson |
2010-10-29 | Fix sign error. | Jakob Stoklund Olesen |
2010-10-29 | Avoiding overly aggressive latency scheduling. If the two nodes share an | Evan Cheng |