2015-10-09 |
Reid Kleckner | [SEH] Fix llvm.eh.exceptioncode fast register allocatio... |
blob | commitdiff | raw |
2015-08-27 |
Reid Kleckner | [WinEH] Add some support for code generating catchpad |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2015-04-28 |
Sergey Dmitrouk | Reapply r235977 "[DebugInfo] Add debug locations to... |
blob | commitdiff | raw |
2015-04-28 |
Daniel Jasper | Revert "[DebugInfo] Add debug locations to constant... |
blob | commitdiff | raw | diff to current |
2015-04-28 |
Sergey Dmitrouk | [DebugInfo] Add debug locations to constant SD nodes |
blob | commitdiff | raw |
2015-04-21 |
Reid Kleckner | Re-land r235154-r235156 under the existing -sehprepare... |
blob | commitdiff | raw | diff to current |
2015-04-17 |
Nico Weber | Revert r235154-r235156, they cause asserts when buildin... |
blob | commitdiff | raw | diff to current |
2015-04-17 |
Reid Kleckner | [SEH] Reimplement x64 SEH using WinEHPrepare |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Alexander Kornienko | Use 'override/final' instead of 'virtual' for overridde... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Daniel Sanders | Recommit r232027 with PR22883 fixed: Add infrastructure... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Hal Finkel | Revert "r232027 - Add infrastructure for support of... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Daniel Sanders | Add infrastructure for support of multiple memory const... |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
blob | commitdiff | raw | diff to current |
2014-10-08 |
Eric Christopher | Cache TargetLowering on SelectionDAGISel and update... |
blob | commitdiff | raw | diff to current |
2014-10-08 |
Eric Christopher | Cache SelectionDAGISel TargetInstrInfo lookups on the... |
blob | commitdiff | raw | diff to current |
2014-10-03 |
Adam Nemet | [ISel] Keep matching state consistent when folding... |
blob | commitdiff | raw | diff to current |
2014-08-04 |
Eric Christopher | Remove the TargetMachine forwards for TargetSubtargetIn... |
blob | commitdiff | raw | diff to current |
2014-05-06 |
Renato Golin | Implememting named register intrinsics |
blob | commitdiff | raw | diff to current |
2014-04-27 |
Craig Topper | Convert SelectionDAGISel::MorphNode to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2014-03-08 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-02-05 |
Craig Topper | Add CheckChildInteger to ISelMatcher operations. Remove... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Juergen Ributzka | [TLI] Add a new hook to TargetLowering to query the... |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Craig Topper | Add OPC_CheckChildSame0-3 to the DAG isel matcher.... |
blob | commitdiff | raw | diff to current |
2013-10-04 |
Craig Topper | Revert r191940 to see if it fixes the build bots. |
blob | commitdiff | raw | diff to current |
2013-10-04 |
Craig Topper | Add OPC_CheckChildSame0-3 to the DAG isel matcher.... |
blob | commitdiff | raw | diff to current |
2013-06-19 |
Bill Wendling | Access the TargetLoweringInfo from the TargetMachine... |
blob | commitdiff | raw | diff to current |
2013-06-06 |
Bill Wendling | Cache the TargetLowering info object as a pointer. |
blob | commitdiff | raw | diff to current |
2013-04-19 |
Eli Bendersky | Move TryToFoldFastISelLoad to FastISel, where it belong... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
Eli Bendersky | A small refactoring + adding comments. |
blob | commitdiff | raw | diff to current |
2013-01-10 |
Jakub Staszak | Fix include guards so they exactly match file names. |
blob | commitdiff | raw | diff to current |
2013-01-05 |
Chandler Carruth | Funnel the actual TargetTransformInfo pass from the... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Sort the #include lines for the include/... tree with... |
blob | commitdiff | raw | diff to current |
2012-04-20 |
Jakob Stoklund Olesen | Make ISelPosition a local variable. |
blob | commitdiff | raw | diff to current |
2012-04-20 |
Jakob Stoklund Olesen | Register DAGUpdateListeners with SelectionDAG. |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Craig Topper | Convert assert(0) to llvm_unreachable |
blob | commitdiff | raw | diff to current |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Owen Anderson | Enhance both TargetLibraryInfo and SelectionDAGBuilder... |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Dan Gohman | Remove the SystemZ backend. |
blob | commitdiff | raw | diff to current |
2011-04-22 |
Chris Lattner | Recommit the fix for rdar://9289512 with a couple tweaks to |
blob | commitdiff | raw | diff to current |
2011-04-21 |
Daniel Dunbar | Revert r1296656, "Fix rdar://9289512 - not folding... |
blob | commitdiff | raw | diff to current |
2011-04-17 |
Chris Lattner | Fix rdar://9289512 - not folding load into compare... |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
blob | commitdiff | raw | diff to current |
2011-03-01 |
Jim Grosbach | Generalize the register matching code in DAGISel a... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Andrew Trick | Various bits of framework needed for precise machine... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Andrew Trick | whitespace |
blob | commitdiff | raw | diff to current |
2010-12-23 |
Chris Lattner | flags -> glue for selectiondag |
blob | commitdiff | raw | diff to current |
2010-12-23 |
Chris Lattner | sdisel flag -> glue. |
blob | commitdiff | raw | diff to current |
2010-10-25 |
Devang Patel | Simplify. |
blob | commitdiff | raw | diff to current |
2010-10-25 |
Devang Patel | Update SelectBasicBlock signature. This should have... |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Chris Lattner | tweak comment. |
blob | commitdiff | raw | diff to current |
2010-09-21 |
Chris Lattner | Rework passing parent pointers into complexpatterns... |
blob | commitdiff | raw | diff to current |
2010-09-21 |
Chris Lattner | just like they can opt into getting the root of the... |
blob | commitdiff | raw | diff to current |
2010-09-05 |
Chris Lattner | implement rdar://6653118 - fastisel should fold loads... |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Dan Gohman | Reapply bottom-up fast-isel, with several fixes for... |
blob | commitdiff | raw | diff to current |
2010-07-09 |
Bob Wilson | --- Reverse-merging r107947 into '.': |
blob | commitdiff | raw | diff to current |
2010-07-09 |
Dan Gohman | Re-apply bottom-up fast-isel, with fixes. Be very caref... |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Dan Gohman | Revert 107840 107839 107813 107804 107800 107797 107791. |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Dan Gohman | Give FunctionLoweringInfo an MBB member, avoiding the... |
blob | commitdiff | raw | diff to current |
2010-07-06 |
Dan Gohman | CanLowerReturn doesn't need a SelectionDAG; it just... |
blob | commitdiff | raw | diff to current |
2010-06-24 |
Dan Gohman | Reapply r106634, now that the bug it exposed is fixed. |
blob | commitdiff | raw | diff to current |
2010-06-23 |
Daniel Dunbar | Revert r106263, "Fold the ShrinkDemandedOps pass into... |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Dan Gohman | Fold the ShrinkDemandedOps pass into the regular DAGCom... |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Dan Gohman | Move HandlePHINodesInSuccessorBlocks functions out... |
blob | commitdiff | raw | diff to current |
2010-04-21 |
Dan Gohman | Add more const qualifiers on TargetMachine and friends. |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Dan Gohman | Reapply the removal of SelectionDAGISel's BB, with... |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Dan Gohman | Revert 101825, which is causing trouble. |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Dan Gohman | Eliminate SelectionDAGISel's "current block" member... |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Dan Gohman | Use const qualifiers with TargetLowering. This eliminat... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Dan Gohman | Delete unneeeded arguments. |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Dan Gohman | Delete unused arguments. |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Dan Gohman | Factor out EH landing pad code into a separate function... |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Dan Gohman | Delete an unused function. |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Dan Gohman | Trim #includes. |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Chris Lattner | remove some redundant MMI arguments. |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Chris Lattner | fastisel doesn't need DwarfWriter, remove some tendricles. |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Chris Lattner | add an optimized form of OPC_EmitMergeInputChains for... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Chris Lattner | change the LabelSDNode to be EHLabelSDNode and make... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Chris Lattner | inline CannotYetSelectIntrinsic into CannotYetSelect... |
blob | commitdiff | raw | diff to current |
2010-03-03 |
Chris Lattner | speed up scope node processing: if the first element... |
blob | commitdiff | raw | diff to current |
2010-03-03 |
Chris Lattner | introduce a new SwitchTypeMatcher node (which is analog... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Chris Lattner | remove 300 lines of code that is now dead in the MSP430... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Chris Lattner | Fix some issues in WalkChainUsers dealing with |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Chris Lattner | Fix the xfail I added a couple of patches back. The... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Chris Lattner | factor node morphing out to its own helper method. |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Chris Lattner | Sink InstructionSelect() out of each target into SDISel... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Chris Lattner | move some code out of DAGISelHeader up to SelectionDAGI... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Chris Lattner | Rewrite chain handling validation and input TokenFactor... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Chris Lattner | Accelerate isel dispatch for tables that start with... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Chris Lattner | eliminate the CheckMultiOpcodeMatcher code and have... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Chris Lattner | add a new OPC_SwitchOpcode which is semantically equivalent |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Chris Lattner | hoist the new isel interpreter out of DAGISelHeader.h |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Chris Lattner | change a few opcodes to use VBRs instead of embedding |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Chris Lattner | move all the opcodes out of DAGISelHeader.h (which... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Dan Gohman | Fix various doxygen warnings. |
blob | commitdiff | raw | diff to current |
2010-02-21 |
Chris Lattner | add a hook so that the new isel can run SDNodeXForms. |
blob | commitdiff | raw | diff to current |
2010-02-17 |
Chris Lattner | make the new isel's interpreter loop call the generated |
blob | commitdiff | raw | diff to current |
next |