Age | Commit message (Expand) | Author |
2012-09-18 | Fix some funky indentation. | Evan Cheng |
2012-08-28 | Fix bug 13532. | Akira Hatanaka |
2012-08-09 | Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly | Nadav Rotem |
2012-07-11 | Rename many of the Tmp1, Tmp2, Tmp3 variables to names such as Chain, Value, ... | Nadav Rotem |
2012-07-11 | Remove unused variable. | Benjamin Kramer |
2012-07-11 | Refactor the DAG Legalizer by extracting the legalization of | Nadav Rotem |
2012-06-28 | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling |
2012-06-21 | Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and | Evan Cheng |
2012-06-02 | Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG. | Akira Hatanaka |
2012-05-25 | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski |
2012-05-21 | Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N... | Owen Anderson |
2012-05-20 | When legalising shifts, do not pre-build a list of operands which | Peter Collingbourne |
2012-04-20 | Register DAGUpdateListeners with SelectionDAG. | Jakob Stoklund Olesen |
2012-04-10 | Make the code slightly more palatable. | Evan Cheng |
2012-04-10 | Fix a long standing tail call optimization bug. When a libcall is emitted | Evan Cheng |
2012-04-04 | f16 FREM can now be legalized by promoting to f32 | Pete Cooper |
2012-03-24 | Add the ability to promote legal integer VAARGs. This is required for the PPC... | Hal Finkel |
2012-03-19 | f16 FDIV can now be legalized by promoting to f32 | Pete Cooper |
2012-03-06 | Make it possible for a target to mark FSUB as Expand. This requires providin... | Owen Anderson |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
2012-02-14 | Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con... | Lang Hames |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-01-25 | use ConstantVector::getSplat in a few places. | Chris Lattner |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-15 | Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code... | Benjamin Kramer |
2012-01-12 | Added FPOW, FEXP, FLOG to PromoteNode so that custom actions can be set to Pr... | Pete Cooper |
2012-01-10 | Fix a bug in the legalization of shuffle vectors. When we emulate shuffles us... | Nadav Rotem |
2012-01-03 | Fixed a bug in SelectionDAG.cpp. | Elena Demikhovsky |
2012-01-01 | Revert 147399. It broke CodeGen/ARM/vext.ll. | Rafael Espindola |
2012-01-01 | Fixed a bug in SelectionDAG.cpp. | Elena Demikhovsky |
2011-12-13 | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth |
2011-11-28 | Remove dead llvm.eh.sjlj.dispatchsetup intrinsic. | Bill Wendling |
2011-11-16 | Add a couple asserts so it will be easier to debug if we accidentally pass in... | Eli Friedman |
2011-11-11 | Some cleanup and bulletproofing for node replacement in LegalizeDAG. To main... | Eli Friedman |
2011-11-08 | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper |
2011-11-08 | Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'... | Eli Friedman |
2011-11-07 | Revert r144034 while I try to track down a crash. | Eli Friedman |
2011-11-07 | Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'... | Eli Friedman |
2011-11-03 | Reapply r143206, with fixes. Disallow physical register lifetimes | Dan Gohman |
2011-10-29 | Revert r143206, as there are still some failing tests. | Dan Gohman |
2011-10-28 | Reapply r143177 and r143179 (reverting r143188), with scheduler | Dan Gohman |
2011-10-28 | Speculatively disable Dan's commits 143177 and 143179 to see if | Duncan Sands |
2011-10-28 | Delete #if 0 code accidentally left in. | Dan Gohman |
2011-10-28 | Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW | Dan Gohman |
2011-10-15 | Move the legalization of vector loads and stores into LegalizeVectorOps. In some | Nadav Rotem |
2011-10-11 | Add support for legalization of vector SHL/SRA/SRL instructions | Nadav Rotem |
2011-10-11 | Add support for legalization of vector trunc-store where the saved scalar typ... | Nadav Rotem |
2011-10-11 | Cleanup the trunc-store legalization code and add asserts. | Nadav Rotem |