2011-07-20 |
Eli Friedman | PR10421: Fix a straightforward bug in the widening... |
tree | commitdiff |
2011-07-19 |
Devang Patel | Revert r135423. |
tree | commitdiff |
2011-07-18 |
Jeffrey Yasskin | Add APInt(numBits, ArrayRef<uint64_t> bigVal) construct... |
tree | commitdiff |
2011-07-18 |
Devang Patel | During bottom up fast-isel, instructions emitted to... |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-17 |
Nadav Rotem | Minor code cleanups |
tree | commitdiff |
2011-07-15 |
Dan Gohman | LegalizeDAG doesn't need its own copy of this enum. |
tree | commitdiff |
2011-07-15 |
Dan Gohman | Delete LegalizeDAG's own version of isTypeLegal and... |
tree | commitdiff |
2011-07-15 |
Dan Gohman | Delete an unused variable and a redundant assert. |
tree | commitdiff |
2011-07-15 |
Dan Gohman | Modernize comments. |
tree | commitdiff |
2011-07-14 |
Eric Christopher | Check register class matching instead of width of type... |
tree | commitdiff |
2011-07-14 |
Nadav Rotem | [VECTOR-SELECT] |
tree | commitdiff |
2011-07-14 |
Nadav Rotem | Add assertion for the chain value type |
tree | commitdiff |
2011-07-14 |
Benjamin Kramer | Don't emit a bit test if there is only one case the... |
tree | commitdiff |
2011-07-14 |
Eric Christopher | Add a dag combine pattern for folding C2-(A+C1) ->... |
tree | commitdiff |
2011-07-13 |
Jay Foad | Convert InsertValueInst and ExtractValueInst APIs to... |
tree | commitdiff |
2011-07-08 |
Cameron Zwarich | Add an intrinsic and codegen support for fused multiply... |
tree | commitdiff |
2011-07-08 |
Benjamin Kramer | Apparently we can't expect a BinaryOperator here. |
tree | commitdiff |
2011-07-08 |
Benjamin Kramer | Emit a more efficient magic number multiplication for... |
tree | commitdiff |
2011-07-07 |
Eric Christopher | Remove a FIXME. All of the standard ones are in the... |
tree | commitdiff |
2011-07-07 |
Lang Hames | Add functions 'hasPredecessor' and 'hasPredecessorHelpe... |
tree | commitdiff |
2011-07-06 |
Eric Christopher | Grammar and 80-col. |
tree | commitdiff |
2011-07-06 |
Jakub Staszak | Introduce "expect" intrinsic instructions. |
tree | commitdiff |
2011-07-01 |
Evan Cheng | Rename TargetSubtarget to TargetSubtargetInfo for consi... |
tree | commitdiff |
2011-06-30 |
Eric Christopher | Remove getRegClassForInlineAsmConstraint and all depend... |
tree | commitdiff |
2011-06-29 |
Devang Patel | Revert r133953 for now. |
tree | commitdiff |
2011-06-29 |
Benjamin Kramer | Revert a part of r126557 which could create unschedulab... |
tree | commitdiff |
2011-06-29 |
Evan Cheng | Sink SubtargetFeature and TargetInstrItineraries (renam... |
tree | commitdiff |
2011-06-28 |
Evan Cheng | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrD... |
tree | commitdiff |
2011-06-27 |
Devang Patel | During bottom up fast-isel, instructions emitted to... |
tree | commitdiff |
2011-06-27 |
Evan Cheng | More refactoring. Move getRegClass from TargetOperandIn... |
tree | commitdiff |
2011-06-27 |
Owen Anderson | The index stored in the RegDefIter is one after the... |
tree | commitdiff |
2011-06-27 |
Andrew Trick | pre-RA-sched: Cleanup register pressure tracking. |
tree | commitdiff |
2011-06-27 |
Jakob Stoklund Olesen | Distinguish early clobber output operands from clobbere... |
tree | commitdiff |
2011-06-24 |
Owen Anderson | The scheduler needs to be aware on the existence of... |
tree | commitdiff |
2011-06-24 |
Devang Patel | Handle debug info for i128 constants. |
tree | commitdiff |
2011-06-22 |
Jay Foad | Replace the existing forms of ConstantArray::get()... |
tree | commitdiff |
2011-06-21 |
Owen Anderson | Fix some trailing issues from my introduction of MVT... |
tree | commitdiff |
2011-06-21 |
Evan Cheng | Teach dag combine to match halfword byteswap patterns. |
tree | commitdiff |
2011-06-20 |
Nadav Rotem | Fix PromoteIntRes_TRUNCATE: Add support for cases where the |
tree | commitdiff |
2011-06-19 |
Nadav Rotem | Code cleanups: Remove duplicated logic in PromotInteRes... |
tree | commitdiff |
2011-06-19 |
Nadav Rotem | Calls to AssertZext and getZeroExtendInReg must be... |
tree | commitdiff |
2011-06-19 |
Nadav Rotem | When promoting the vector elements in CopyToParts,... |
tree | commitdiff |
2011-06-18 |
Benjamin Kramer | Don't allocate empty read-only SmallVectors during... |
tree | commitdiff |
2011-06-18 |
Benjamin Kramer | Remove unused but set variables. |
tree | commitdiff |
2011-06-18 |
Eric Christopher | Fix UMULO support for 2x register width to allow the... |
tree | commitdiff |
2011-06-17 |
Eric Christopher | Fix comment. |
tree | commitdiff |
2011-06-17 |
Eric Christopher | Lower multiply with overflow checking to __mulo<mode> |
tree | commitdiff |
2011-06-16 |
Jakob Stoklund Olesen | Don't use register classes larger than TLI->getRegClass... |
tree | commitdiff |
2011-06-16 |
Jakub Staszak | Introduce MachineBranchProbabilityInfo class, which... |
tree | commitdiff |
2011-06-16 |
Owen Anderson | Change the REG_SEQUENCE SDNode to take an explict regis... |
tree | commitdiff |
2011-06-16 |
Jakob Stoklund Olesen | Add TargetRegisterInfo::getRawAllocationOrder(). |
tree | commitdiff |
2011-06-16 |
Nick Lewycky | Add a DAGCombine for (ext (binop (load x), cst)). |
tree | commitdiff |
2011-06-15 |
Owen Anderson | Add a new MVT::untyped. This will be used in future... |
tree | commitdiff |
2011-06-15 |
Andrew Trick | Added -stress-sched flag in the Asserts build. |
tree | commitdiff |
2011-06-15 |
Nadav Rotem | getZeroExtendInReg needs to get a scalar type |
tree | commitdiff |
2011-06-15 |
Nadav Rotem | Enable the simplification of truncating-store after... |
tree | commitdiff |
2011-06-14 |
Chad Rosier | When pattern matching during instruction selection... |
tree | commitdiff |
2011-06-14 |
Nadav Rotem | Add a testcase for checking the integer-promotion of... |
tree | commitdiff |
2011-06-14 |
Nadav Rotem | Disable trunc-store simplification on vectors. |
tree | commitdiff |
2011-06-14 |
Bruno Cardoso Lopes | Add one more argument to the prefetch intrinsic to... |
tree | commitdiff |
2011-06-13 |
Nadav Rotem | Fix a bug in FindMemType. When widening vector loads... |
tree | commitdiff |
2011-06-12 |
Nadav Rotem | Fix a bug in the calculation of the vectorTypeBreakdown... |
tree | commitdiff |
2011-06-12 |
Nadav Rotem | Improve the generated code by getCopyFromPartsVector... |
tree | commitdiff |
2011-06-11 |
Chad Rosier | Revert r132871. |
tree | commitdiff |
2011-06-11 |
Chad Rosier | Typo. |
tree | commitdiff |
2011-06-10 |
Eric Christopher | 80-col cleanups. |
tree | commitdiff |
2011-06-09 |
Eli Friedman | Change this DAGCombine to build AND of SHR instead... |
tree | commitdiff |
2011-06-08 |
Eric Christopher | Add a parameter to CCState so that it can access the... |
tree | commitdiff |
2011-06-08 |
Andrew Trick | Remove a temporary test case probe in CheckForLiveRegDef. |
tree | commitdiff |
2011-06-07 |
Andrew Trick | Fix a merge bug in preRAsched for handling physreg... |
tree | commitdiff |
2011-06-06 |
Nadav Rotem | Add methods to support the integer-promotion of vector... |
tree | commitdiff |
2011-06-06 |
Stuart Hastings | Avoid FGETSIGN of 80-bit types. Fixes PR10085. |
tree | commitdiff |
2011-06-06 |
Eli Friedman | PR10077: fix fast-isel of extractvalue of aggregate... |
tree | commitdiff |
2011-06-04 |
Nadav Rotem | TypeLegalizer: Add support for passing of vector-promot... |
tree | commitdiff |
2011-06-04 |
Nadav Rotem | TypeLegalizer: Fix a bug in the promotion of elements... |
tree | commitdiff |
2011-06-03 |
Eric Christopher | Add a TODO about memory operands. |
tree | commitdiff |
2011-06-02 |
Eric Christopher | Have LowerOperandForConstraint handle multiple characte... |
tree | commitdiff |
2011-06-02 |
Rafael Espindola | Revert 132424 to fix PR10068. |
tree | commitdiff |
2011-06-02 |
Jakob Stoklund Olesen | Use TRI::has{Sub,Super}ClassEq() where possible. |
tree | commitdiff |
2011-06-01 |
Stuart Hastings | Recommit 132404 with fixes. rdar://problem/5993888 |
tree | commitdiff |
2011-06-01 |
Eric Christopher | Allow bitcasts between valid types of the same size... |
tree | commitdiff |
2011-06-01 |
Nadav Rotem | Refactor LegalizeTypes: Erase LegalizeAction and make... |
tree | commitdiff |
2011-06-01 |
Stuart Hastings | Fix double FGETSIGN to work on x86_32; followup to... |
tree | commitdiff |
2011-06-01 |
Stuart Hastings | Turn on FGETSIGN for x86. Followup to 132388. rdar... |
tree | commitdiff |
2011-06-01 |
Nadav Rotem | This patch is another step in the direction of adding... |
tree | commitdiff |
2011-05-28 |
Nadav Rotem | Refactor the type legalizer. Switch TargetLowering... |
tree | commitdiff |
2011-05-27 |
Nadav Rotem | Refactor getActionType and getTypeToTransformTo ; place... |
tree | commitdiff |
2011-05-25 |
Eli Friedman | Rewrite fast-isel integer cast handling to handle more... |
tree | commitdiff |
2011-05-25 |
Devang Patel | Remove unused statistical counter. |
tree | commitdiff |
2011-05-24 |
Devang Patel | Remove dead code. |
tree | commitdiff |
2011-05-24 |
Evan Cheng | - Teach SelectionDAG::isKnownNeverZero to return true... |
tree | commitdiff |
2011-05-23 |
Devang Patel | Revert 121907 (it causes llc crash) and apply original... |
tree | commitdiff |
2011-05-23 |
Devang Patel | Preserve debug info during iSel by keeping DanglingDebu... |
tree | commitdiff |
2011-05-23 |
Devang Patel | While replacing all uses of a SDValue with another... |
tree | commitdiff |
2011-05-22 |
Chris Lattner | Eliminate some temporary variables, and don't call... |
tree | commitdiff |
2011-05-21 |
Benjamin Kramer | Implement mulo x, 2 -> addo x, x in DAGCombiner. |
tree | commitdiff |
2011-05-19 |
Cameron Zwarich | Fix PR9955 by only attaching load memory operands to... |
tree | commitdiff |
2011-05-19 |
Stuart Hastings | Update some currently-disabled code, preparing for... |
tree | commitdiff |
2011-05-18 |
Duncan Sands | Revert commit 131534 since it seems to have broken... |
tree | commitdiff |
next |