Age | Commit message (Expand) | Author |
2006-10-11 | Jimptables working again on alpha. | Andrew Lenharth |
2006-10-11 | add two helper methods. | Chris Lattner |
2006-10-11 | FindModifiedNodeSlot needs to add LoadSDNode ivars to create proper Selection... | Evan Cheng |
2006-10-10 | Also update getNodeLabel for LoadSDNode. | Evan Cheng |
2006-10-10 | SDNode::dump should also print out extension type and VT. | Evan Cheng |
2006-10-10 | Fix another bug in extload promotion. | Chris Lattner |
2006-10-10 | Fix a bug introduced by my LOAD/LOADX changes. | Evan Cheng |
2006-10-09 | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng |
2006-10-08 | Eliminate more token factors by taking advantage of transitivity: | Chris Lattner |
2006-10-07 | Combiner alias analysis passes Multisource (release-asserts.) | Jim Laskey |
2006-10-07 | Fix a bug legalizing zero-extending i64 loads into 32-bit loads. The bottom | Chris Lattner |
2006-10-06 | initialize ivar | Chris Lattner |
2006-10-06 | If a target uses a GOT, put it in the jt data section, not the text | Chris Lattner |
2006-10-06 | jump tables handle pic | Chris Lattner |
2006-10-06 | print labels even if a MBB doesn't have a corresponding LLVM BB, just don't | Chris Lattner |
2006-10-06 | Fix a miscompilation of: | Chris Lattner |
2006-10-06 | MachineBasicBlock::splice was incorrectly updating parent pointers on | Chris Lattner |
2006-10-05 | Make use of getStore(). | Evan Cheng |
2006-10-05 | Add getStore() helper function to create ISD::STORE nodes. | Evan Cheng |
2006-10-05 | Don't crash if an MBB doesn't have an LLVM BB | Chris Lattner |
2006-10-05 | Alias analysis code clean ups. | Jim Laskey |
2006-10-05 | Emit pic jumptables to the same section that the function is emitted to, | Chris Lattner |
2006-10-05 | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner |
2006-10-05 | move getSectionForFunction to AsmPrinter | Chris Lattner |
2006-10-04 | Fix some typos that can cause a flag value to have more than one use. | Evan Cheng |
2006-10-04 | More extensive alias analysis. | Jim Laskey |
2006-10-04 | More long term solution | Jim Laskey |
2006-10-04 | Work around for some problems with templates. | Jim Laskey |
2006-10-04 | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng |
2006-10-03 | Use $( $| $) to represent alternatives in asm blocks instead of {|}. This | Chris Lattner |
2006-10-03 | Fix an obvious typo. | Evan Cheng |
2006-10-03 | Bugfixes | Chris Lattner |
2006-10-03 | Print the MBB ID # along with the bb tag in the -print-machine-instrs output. | Chris Lattner |
2006-10-03 | Provide a function that ensures MBB numbering is dense and inorder. This | Chris Lattner |
2006-10-03 | Fix for PR929. The PHI nodes were being gone through for each instruction | Bill Wendling |
2006-10-02 | Debugging kruft | Jim Laskey |
2006-10-02 | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey |
2006-09-28 | simplify code | Chris Lattner |
2006-09-28 | TargetRegisterClass specifies the desired spill alignment. However, it cannot... | Evan Cheng |
2006-09-28 | "Once more into the breach, dear friends, once more, or fill the wall up | Bill Wendling |
2006-09-28 | refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me... | Chris Lattner |
2006-09-28 | re-re-revert this, back to the right revision. It currently breaks bisort/mst | Chris Lattner |
2006-09-28 | PEI now place callee save spills closest to the address pointed to by the | Evan Cheng |
2006-09-28 | re-revert this patch, bisort and mst are still broken in Olden. | Chris Lattner |
2006-09-27 | Reapplying this patch. With the newest commits, the error in Olden/bisort | Bill Wendling |
2006-09-27 | Temporarily revert this. This breaks Olden/bisort on PPC | Chris Lattner |
2006-09-27 | PR878: Instead of calculating the vreg to PHI use count everytime we get | Bill Wendling |
2006-09-27 | Add support for ${:private} which prints "L" on darwin. | Chris Lattner |
2006-09-26 | Add support for ${:comment}, which expands to the current target's comment | Chris Lattner |
2006-09-26 | Rename function. It's determining which callee-save registers to save. | Evan Cheng |