aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetPassConfig.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-01Add a counter-function insertion passHal Finkel1-0/+3
2016-08-31[TargetPassConfig] Add a hook to tell whether GlobalISel should warm on fallb...Quentin Colombet1-4/+10
2016-08-26[TargetPassConfig] Add a target hook to know what GlobalISel should do on error.Quentin Colombet1-0/+13
2016-08-18(Trivial) TargetPassConfig: assert when TargetMachine has no MCAsmInfoAlex Bradbury1-1/+3
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-07-14XRay: Add entry and exit sledsDean Michael Berris1-0/+1
2016-07-13Add EnableIPRA to TargetOptions, and move the cl::opt -enable-ipra to TargetM...Mehdi Amini1-7/+3
2016-07-13[IPRA] Set callee saved registers to none for local function when IPRA is ena...Mehdi Amini1-1/+0
2016-07-08[CodeGen, TargetPassConfig] Remove a race from createRegAllocPassDavid Majnemer1-6/+14
2016-07-06[CFLAA] Split into Anders+Steens analysis.George Burgess IV1-6/+30
2016-06-10Interprocedural Register Allocation (IPRA): add a Transformation PassMehdi Amini1-0/+3
2016-06-10Interprocedural Register Allocation (IPRA) AnalysisMehdi Amini1-0/+15
2016-06-09CodeGen: Allow verifier to run after MachineBlockPlacementMatt Arsenault1-1/+1
2016-05-31CodeGen: Refactor renameDisconnectedComponents() as a passMatthias Braun1-0/+5
2016-05-17Factor PrologEpilogInserter around spilling, frame finalization, and scavengingDerek Schuff1-1/+11
2016-05-10TargetPassConfig: Set PrintMachineCode even if addMachinePasses() does not run.Matthias Braun1-5/+5
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun1-0/+827