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