aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/Analysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-1/+1
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-1/+0
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-09-08Fix a bug for rL312641.Wei Mi1-4/+11
2017-09-06[TailCall] Allow llvm.memcpy/memset/memmove to be tail calls when parentWei Mi1-0/+11
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-03-31Move llvm::canBeOmittedFromSymbolTable() to Analysis.Peter Collingbourne1-19/+0
2017-03-21Rename AttributeSet to AttributeListReid Kleckner1-3/+2
2017-01-03[CodeGen] Further simplify returned call operand logic. NFC.Ahmed Bougacha1-8/+2
2017-01-03[CodeGen] Simplify logic that looks for returned call operands. NFC-ish.Ahmed Bougacha1-22/+10
2016-12-01Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun1-1/+1
2016-12-01Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher1-1/+1
2016-11-30Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun1-1/+1
2016-10-27Fix memory issue in AttrBuilder::removeAttribute uses.Bjorn Pettersson1-2/+2
2016-09-08[CGP] Be less conservative about tail-duplicating a ret to allow tail callsMichael Kuperstein1-16/+28
2016-08-11Remove FIXME about asserting on the end iteratorReid Kleckner1-5/+1
2016-08-11CodeGen: Check for a terminator in llvm::getFuncletMembershipDuncan P. N. Exon Smith1-0/+5
2016-06-27Move shouldAssumeDSOLocal to Target.Rafael Espindola1-42/+0
2016-06-27Teach shouldAssumeDSOLocal about tls.Rafael Espindola1-20/+19
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-16/+4
2016-05-26Use shouldAssumeDSOLocal on AArch64.Rafael Espindola1-0/+43
2016-01-27One more batch of self-containing headers.Benjamin Kramer1-1/+0
2016-01-22[WinEH] Make collectFuncletMembers non-recursiveDavid Majnemer1-22/+20
2016-01-15Don't try to check all uses if lazy loading.Rafael Espindola1-0/+5
2015-10-26Remove assert(false) in favor of asserting the if conditional it is contained...David Blaikie1-8/+5
2015-10-09CodeGen: Remove implicit conversions from Analysis and BranchFoldingDuncan P. N. Exon Smith1-2/+2
2015-10-05[WinEH] Update CATCHRET's operand to match its successorDavid Majnemer1-7/+21
2015-10-04[WinEH] Permit branch folding in the face of funcletsDavid Majnemer1-0/+85
2015-08-28Revert r246232 and r246304.David Majnemer1-10/+12
2015-08-28[CodeGen] isInTailCallPosition didn't consider readnone tailcallsDavid Majnemer1-12/+10
2015-07-09Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini1-10/+13
2015-07-09Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()Mehdi Amini1-6/+6
2015-05-06CodeGen: move over-zealous assert into actual if statement.Tim Northover1-3/+2
2015-05-04CodeGen: match up correct insertvalue indices when assessing tail calls.Tim Northover1-1/+2
2015-02-28Replace std::copy with a back inserter with vector append where feasibleBenjamin Kramer1-6/+3
2015-02-20Get the function specific subtarget.Eric Christopher1-1/+2
2015-01-14Add assertions for out of bound index in ComputeLinearIndexMehdi Amini1-2/+3
2015-01-14Fold a loop for array processing in ComputeLinearIndexMehdi Amini1-8/+13
2014-11-14Allow the use of functions as typeinfo in landingpad clausesReid Kleckner1-6/+7
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+4
2014-07-30Refactor duplicated code.Rafael Espindola1-0/+27
2014-07-16Remove TLI from isInTailCallPosition's arguments. NFC.Juergen Ributzka1-3/+3
2014-07-11[FastISel] Make isInTailCallPosition independent of SelectionDAG.Juergen Ributzka1-5/+4
2014-06-25The includes were sorted. Revert r210578.Eric Christopher1-1/+1
2014-06-10Have isInTailCallPosition take the DAG so that we can use theEric Christopher1-4/+5
2014-06-10Reorder includes to be sorted.Eric Christopher1-1/+1
2014-06-10Fix typos.Eric Christopher1-1/+1
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-3/+3
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+1