Age | Commit message (Expand) | Author |
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 | Simplify logic further. | Nick Lewycky |
2006-10-03 | Implement floating point constants | Rafael Espindola |
2006-10-03 | Fix PR933 and CodeGen/X86/2006-10-02-BoolRetCrash.ll | Chris Lattner |
2006-10-03 | Simplify, now that predsimplify depends on break-crit-edges. | Nick Lewycky |
2006-10-03 | Move break-crit-edges before the predicate simplifier. Allows us to | Nick Lewycky |
2006-10-03 | Revert previous patch. Still breaking things. | Evan Cheng |
2006-10-03 | Fix for PR929. The PHI nodes were being gone through for each instruction | Bill Wendling |
2006-10-03 | Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll: | Chris Lattner |
2006-10-03 | These don't have immediate operands. | Evan Cheng |
2006-10-02 | fix the names of the 64bit fp register | Rafael Espindola |
2006-10-02 | Debugging kruft | Jim Laskey |
2006-10-02 | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey |
2006-10-01 | Fixme is already done | Chris Lattner |
2006-10-01 | Teach globalsmodref-aa to track scalar pointer global variables which point | Chris Lattner |
2006-10-01 | Fix a bug from r1.391 of this file, where we checked the size instead of | Chris Lattner |
2006-09-30 | Fix debug output | Chris Lattner |
2006-09-30 | Implement SRA of heap allocations. | Chris Lattner |
2006-09-30 | Add a version of the globalvariable ctor that inserts at a specific location. | Chris Lattner |
2006-09-30 | Add some ifdef'd out debug info | Chris Lattner |
2006-09-29 | Not needed. | Evan Cheng |
2006-09-29 | add floating point registers | Rafael Espindola |
2006-09-29 | Define this in the correct n/s | Chris Lattner |
2006-09-28 | Minor cleanups | Chris Lattner |
2006-09-28 | Now that ConstantBool::True/False are gone, we can modify Type.cpp to | Chris Lattner |
2006-09-28 | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner |
2006-09-28 | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner |
2006-09-28 | Eliminate ConstantBool::True and ConstantBool::False. Instead, provideConsta... | Chris Lattner |
2006-09-28 | update comments | Chris Lattner |
2006-09-28 | wrap long lines | Chris Lattner |
2006-09-28 | Simplify some code, reformat break's | Chris Lattner |
2006-09-28 | simplify code | Chris Lattner |
2006-09-28 | Simplify some code | Chris Lattner |
2006-09-28 | Another attempt at making ArgPromotion smarter. This patch no longer breaks ... | Owen Anderson |
2006-09-28 | simplify code | Chris Lattner |
2006-09-28 | simplify code | Chris Lattner |
2006-09-28 | Shift amounts are always 32-bits, even in 64-bit mode. This fixes | Chris Lattner |
2006-09-28 | Fix PR902: | Reid Spencer |
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 | add a note about a general improvement to the code generator | Chris Lattner |
2006-09-28 | remove reference to dead method | Chris Lattner |
2006-09-28 | Use the new ManagedStatic class to explicitly manage static variables, elimin... | Chris Lattner |