summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Teach machine cse to eliminate instructions with multiple physreg uses and de...Evan Cheng2010-10-29
* Remove DAG combiner patch to fold vector splats. Instcombiner does it now.Bob Wilson2010-10-29
* Fix sign error.Jakob Stoklund Olesen2010-10-29
* Avoiding overly aggressive latency scheduling. If the two nodes share anEvan Cheng2010-10-29
* Don't transfer unused values to the new intervals formed by splitting.Jakob Stoklund Olesen2010-10-29
* Silence Release build warnings.Benjamin Kramer2010-10-29
* Teach ConnectedVNInfoEqClasses::Classify to deal with unused values.Jakob Stoklund Olesen2010-10-29
* Never propagate the idom value out of a block that defines its own value.Jakob Stoklund Olesen2010-10-29
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* This may be an ARM target, so check for _Unwind_SjLj_Resume.Bill Wendling2010-10-29
* Fix broken equivalence class calculation. We could probably also useJakob Stoklund Olesen2010-10-29
* Print out the connected components in the verifier after complaining about theirJakob Stoklund Olesen2010-10-29
* Run a verification pass before any splitting to better distribute blame.Jakob Stoklund Olesen2010-10-29
* Ignore empty blocks.Devang Patel2010-10-28
* One day, physical register live ranges will be sensible.Jakob Stoklund Olesen2010-10-28
* Replace SplitKit SSA update with an iterative algorithm very similar to the oneJakob Stoklund Olesen2010-10-28
* Make MachineDominators available for SplitEditor. We are going to need it forJakob Stoklund Olesen2010-10-28
* Add a temporary command line option to verify machine code after each spill orJakob Stoklund Olesen2010-10-28
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-28
* Technically DIFile scope should also be handled here.Devang Patel2010-10-28
* Teach the DAG combiner to fold a splat of a splat. Radar 8597790.Bob Wilson2010-10-28
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-28
* Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng2010-10-28
* Fix a major bug in operand latency computation. The use index must be adjustedEvan Cheng2010-10-28
* Putting r117193 back except for the compile time cost. Rather than assuming f...Evan Cheng2010-10-27
* COFF: Add IMAGE_SCN_MEM_READ to text sections.Michael J. Spencer2010-10-27
* Fix whitespace.Michael J. Spencer2010-10-27
* Formatting.Jim Grosbach2010-10-27
* Handle critical loop predecessors by making both inside and outside registersJakob Stoklund Olesen2010-10-27
* Compute critical loop predecessors in the same way as critical loop exits.Jakob Stoklund Olesen2010-10-27
* Physical registers trivially have multiple connected components all the time.Jakob Stoklund Olesen2010-10-27
* Use a MemIntrinsicSDNode for ISD::PREFETCH, which touchesDale Johannesen2010-10-26
* Remove the vector of live vregs. I thought we would need to trackAndrew Trick2010-10-26
* After splitting, compute connected components of all new registers, not just forJakob Stoklund Olesen2010-10-26
* Verify that live intervals are connected. If there are multiple connectedJakob Stoklund Olesen2010-10-26
* Call RenumberValues for all new registers created during splitting. This isJakob Stoklund Olesen2010-10-26
* Preserve PHIDef bits in cloned values during splitting.Jakob Stoklund Olesen2010-10-26
* Assign source ordering to nodes created for StoreInst.Devang Patel2010-10-26
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-26
* Remmeber to print full live interval on verification error.Jakob Stoklund Olesen2010-10-26
* Jakob's review of the basic register allocator.Andrew Trick2010-10-26
* s/beginScope/beginInstruction/gDevang Patel2010-10-26
* Don't verify physical registers going into landing pads.Jakob Stoklund Olesen2010-10-26
* Use instruction itinerary to determine what instructions are 'cheap'.Evan Cheng2010-10-26
* For statistics that are only used in functions declared in !NDEBUG, wrap theNick Lewycky2010-10-26
* InlineSpiller can also update LiveStacks.Jakob Stoklund Olesen2010-10-26
* Make the spiller responsible for updating the LiveStacks analysis.Jakob Stoklund Olesen2010-10-26
* When the "true" and "false" blocks of a diamond if-conversion are the same,Bob Wilson2010-10-26
* Change if-conversion to keep track of the extra cost due to microcodedBob Wilson2010-10-26
* Neuter r117193 as it causes significant post-ra scheduler compile time regres...Evan Cheng2010-10-25