Age | Commit message (Expand) | Author |
2011-06-27 | During bottom up fast-isel, instructions emitted to materalize registers are ... | Devang Patel |
2011-05-16 | Make fast-isel work correctly s/uadd.with.overflow intrinsics. | Eli Friedman |
2011-05-16 | Basic fast-isel of extractvalue. Not too helpful on its own, given the IR cl... | Eli Friedman |
2011-05-05 | Allow FastISel of three-register-operand instructions. | Owen Anderson |
2011-04-27 | Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co... | Eli Friedman |
2011-04-27 | Remove unused function. | Eli Friedman |
2011-04-22 | Teach FastISel to deal with instructions that have two immediate operands. | Owen Anderson |
2011-04-22 | Fix comment. | Eric Christopher |
2011-03-11 | Teach FastISel to support register-immediate-immediate instructions. | Owen Anderson |
2010-11-06 | Prune includes. | Benjamin Kramer |
2010-09-05 | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner |
2010-07-14 | Delete fast-isel's trivial load optimization; it breaks debugging because | Dan Gohman |
2010-07-14 | Don't propagate debug locations to instructions for materializing | Dan Gohman |
2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
2010-07-07 | Implement bottom-up fast-isel. This has the advantage of not requiring | Dan Gohman |
2010-07-07 | Give FunctionLoweringInfo an MBB member, avoiding the need to pass it | Dan Gohman |
2010-07-07 | Simplify FastISel's constructor by giving it a FunctionLoweringInfo | Dan Gohman |
2010-07-01 | Teach fast-isel to avoid loading a value from memory when it's already | Dan Gohman |
2010-06-18 | Teach regular and fast isel to set dead flags on unused implicit defs | Dan Gohman |
2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings |
2010-05-11 | Add initial kill flag support to FastISel. | Dan Gohman |
2010-05-05 | Add an "IsBottomUp" member function to FastISel, which will be used to | Dan Gohman |
2010-05-03 | Factor out FastISel's code for materializing constants and other values | Dan Gohman |
2010-04-23 | Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel | Dan Gohman |
2010-04-22 | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman |
2010-04-20 | Sink DebugLoc handling out of SelectionDAGISel into FastISel and | Dan Gohman |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-04-14 | Factor out EH landing pad code into a separate function, and constify | Dan Gohman |
2010-04-14 | Fix a missing #include. | Dan Gohman |
2010-04-14 | Refine #includes. | Dan Gohman |
2010-04-05 | trim some prototypes. | Chris Lattner |
2010-04-05 | unthread MMI from FastISel | Chris Lattner |
2010-04-05 | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner |
2010-01-05 | Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen | Dan Gohman |
2009-12-05 | Make TargetSelectInstruction protected and called from FastISel.cpp | Dan Gohman |
2009-10-05 | Fix a name in a comment. | Dan Gohman |
2009-09-03 | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-06-19 | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel |
2009-05-21 | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling |
2009-05-20 | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argyrios Kyrtzidis |
2009-04-16 | If FastISel is run and it has known DebugLoc then use it. | Devang Patel |
2009-04-12 | optimize FastISel::UpdateValueMap to avoid duplicate map lookups, | Chris Lattner |
2009-03-13 | Fix FastISel's assumption that i1 values are always zero-extended | Dan Gohman |