summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Add a temporary command line option to verify machine code after each spill orJakob Stoklund Olesen2010-10-281-0/+6
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-281-2/+2
* Technically DIFile scope should also be handled here.Devang Patel2010-10-281-0/+4
* Teach the DAG combiner to fold a splat of a splat. Radar 8597790.Bob Wilson2010-10-281-24/+28
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-281-0/+3
* Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng2010-10-281-3/+0
* Fix a major bug in operand latency computation. The use index must be adjustedEvan Cheng2010-10-281-0/+3
* Putting r117193 back except for the compile time cost. Rather than assuming f...Evan Cheng2010-10-271-3/+10
* COFF: Add IMAGE_SCN_MEM_READ to text sections.Michael J. Spencer2010-10-271-0/+1
* Fix whitespace.Michael J. Spencer2010-10-271-15/+15
* Formatting.Jim Grosbach2010-10-271-2/+2
* Handle critical loop predecessors by making both inside and outside registersJakob Stoklund Olesen2010-10-272-2/+19
* Compute critical loop predecessors in the same way as critical loop exits.Jakob Stoklund Olesen2010-10-272-1/+38
* Physical registers trivially have multiple connected components all the time.Jakob Stoklund Olesen2010-10-271-5/+7
* Use a MemIntrinsicSDNode for ISD::PREFETCH, which touchesDale Johannesen2010-10-262-2/+11
* Remove the vector of live vregs. I thought we would need to trackAndrew Trick2010-10-262-6/+0
* After splitting, compute connected components of all new registers, not just forJakob Stoklund Olesen2010-10-262-17/+20
* Verify that live intervals are connected. If there are multiple connectedJakob Stoklund Olesen2010-10-261-1/+9
* Call RenumberValues for all new registers created during splitting. This isJakob Stoklund Olesen2010-10-261-1/+2
* Preserve PHIDef bits in cloned values during splitting.Jakob Stoklund Olesen2010-10-261-0/+4
* Assign source ordering to nodes created for StoreInst.Devang Patel2010-10-261-2/+5
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-264-20/+29
* Remmeber to print full live interval on verification error.Jakob Stoklund Olesen2010-10-261-4/+7
* Jakob's review of the basic register allocator.Andrew Trick2010-10-264-113/+160
* s/beginScope/beginInstruction/gDevang Patel2010-10-263-10/+10
* Don't verify physical registers going into landing pads.Jakob Stoklund Olesen2010-10-261-0/+8
* Use instruction itinerary to determine what instructions are 'cheap'.Evan Cheng2010-10-261-4/+36
* For statistics that are only used in functions declared in !NDEBUG, wrap theNick Lewycky2010-10-262-0/+5
* InlineSpiller can also update LiveStacks.Jakob Stoklund Olesen2010-10-261-0/+9
* Make the spiller responsible for updating the LiveStacks analysis.Jakob Stoklund Olesen2010-10-263-34/+20
* When the "true" and "false" blocks of a diamond if-conversion are the same,Bob Wilson2010-10-261-52/+46
* Change if-conversion to keep track of the extra cost due to microcodedBob Wilson2010-10-261-11/+25
* Neuter r117193 as it causes significant post-ra scheduler compile time regres...Evan Cheng2010-10-251-2/+2
* Simplify.Devang Patel2010-10-251-9/+9
* Add counters to count basic blocks and machine basic blocks with out of order...Devang Patel2010-10-251-4/+63
* Add simple counter to count no. of basic blocks without any line number infor...Devang Patel2010-10-251-0/+28
* In which I learn how to forward declare template classes.Jakob Stoklund Olesen2010-10-251-2/+1
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-231-12/+12
* Fix a likely bug in an assertion by adding parentheses around '||'. This bugChandler Carruth2010-10-231-1/+1
* Properly model the latency of register defs which are 1) function returns orEvan Cheng2010-10-232-16/+85
* Verify LiveIntervals against the CFG, ensuring that live-in values are live-outJakob Stoklund Olesen2010-10-231-1/+77
* Nonvirtual dtor that was accessible enough to be bad.Andrew Trick2010-10-221-0/+2
* This is a prototype of an experimental register allocationAndrew Trick2010-10-226-1/+801
* Add more verification of LiveIntervals.Jakob Stoklund Olesen2010-10-221-0/+29
* Be more strict about detecting multi-use blocks for isolation.Jakob Stoklund Olesen2010-10-221-28/+29
* Unbreak build.Evan Cheng2010-10-222-10/+11
* Transfer implicit ops when forming load multiple and return instructions.Evan Cheng2010-10-221-1/+1
* Be more strict when detecting critical edges before loop splitting.Jakob Stoklund Olesen2010-10-221-19/+15
* Add print methodsJakob Stoklund Olesen2010-10-222-18/+32
* X86: Base _fltused on the FunctionType of the called value instead of the pot...Michael J. Spencer2010-10-211-19/+20
OpenPOWER on IntegriCloud