aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-18[COFF] Change a variable type to be const in the HeapAllocSite map.Amy Huang1-2/+3
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-1/+1
2019-06-27[Backend] Keep call site info valid through the backendDjordje Todorovic1-0/+23
2019-06-26[CodeGen] Improve formatting of jump tables (NFC)Evandro Menezes1-1/+3
2019-06-13[CodeGen] Add getMachineMemOperand + MachineMemOperand::Flags allocator helpe...Simon Pilgrim1-0/+9
2019-04-24Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...Amy Huang1-0/+11
2019-04-23Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang1-11/+0
2019-04-19Attempt to fix buildbot failure in commit 1bb57bac959ac163fd7d8a76d734ca3e0ec...Amy Huang1-1/+1
2019-04-19[MS] Emit S_HEAPALLOCSITE debug infoAmy Huang1-0/+11
2019-04-12Move addFrameInst out of line and remove the MCDwarf.h include.Eric Christopher1-0/+6
2019-04-04[IR] Refactor attribute methods in Function class (NFC)Evandro Menezes1-1/+1
2019-01-31GlobalISel: Use helper function for MMO splittingMatt Arsenault1-12/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-16[GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar1-2/+2
2018-11-17Use llvm::copy. NFCFangrui Song1-1/+1
2018-11-05MachineFunction: Store more specific reference to LLVMTargetMachine; NFCMatthias Braun1-1/+2
2018-10-25Reland "[WebAssembly] LSDA info generation"Heejin Ahn1-20/+25
2018-10-16Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev1-25/+20
2018-10-16[WebAssembly] LSDA info generationHeejin Ahn1-20/+25
2018-09-29Fix comment indentation in addLandingPadHeejin Ahn1-3/+2
2018-09-28[WebAssembly] Fix memory leak on WasmEHFuncInfoHeejin Ahn1-0/+5
2018-09-26Silence compiler warning about unused variable introduced in r343018Mikael Holmen1-1/+1
2018-09-25Unify landing pad information adding routines (NFC)Heejin Ahn1-30/+38
2018-09-20Add the ability to register callbacks for removal and insertion of MachineInstrsAditya Nandakumar1-0/+13
2018-08-16[MI] Change the array of `MachineMemOperand` pointers to beChandler Carruth1-71/+6
2018-07-26CodeGen: Cleanup regmask construction; NFCMatthias Braun1-0/+8
2018-06-19[WebAssembly] Add WasmEHFuncInfo for unwind destination informationHeejin Ahn1-0/+6
2018-04-30[MIR] Reset unique MBB numbering in MachineFunction::reset()Roman Tereshin1-0/+1
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2018-02-26[CodeGen] Don't omit any redundant information in -debug outputFrancis Visoiu Mistrih1-3/+2
2018-01-18[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::printFrancis Visoiu Mistrih1-1/+1
2018-01-18[CodeGen] Print RegClasses on MI in verbose modeFrancis Visoiu Mistrih1-1/+3
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-5/+4
2017-12-15MachineFunction: Slight refactoring; NFCMatthias Braun1-15/+15
2017-12-13[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...Francis Visoiu Mistrih1-1/+5
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-2/+2
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih1-2/+2
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-4/+4
2017-11-15NFC Remove default argument of DataLayout::getPointerABIAlignmentFangrui Song1-1/+1
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie1-1/+1
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-3/+3
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-3/+3
2017-10-10[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-16/+47
2017-09-14Add AddresSpace to PseudoSourceValue.Jan Sjodin1-1/+3
2017-09-05Add llvm.codeview.annotation to implement MSVC __annotationReid Kleckner1-0/+1
2017-08-22TargetInstrInfo: Change duplicate() to work on bundles.Matthias Braun1-0/+20
2017-08-01[StackColoring] Update AliasAnalysis information in stack coloring passHiroshi Inoue1-0/+14
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov1-6/+6
2017-06-06CodeGen: Refactor MIR parsingMatthias Braun1-3/+0