summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [GlobalISel] Change representation of shuffle masks in MachineOperand.Eli Friedman2020-01-131-0/+6
* Work on cleaning up denormal mode handlingMatt Arsenault2019-11-191-0/+15
* Sink MachineFunction private method out of lineReid Kleckner2019-11-131-0/+9
* [cfi] Add flag to always generate .debug_frameDavid Candler2019-10-311-0/+7
* Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"Amy Huang2019-10-281-16/+4
* Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."Amy Huang2019-10-251-4/+16
* Add an instruction marker field to the ExtraInfo in MachineInstrs.Amy Huang2019-10-251-16/+4
* [DebugInfo][If-Converter] Update call site info during the optimizationNikola Prica2019-10-081-9/+25
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment][NFC] DataLayout migration to llvm::AlignGuillaume Chatelet2019-09-231-3/+3
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-4/+4
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-8/+9
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [COFF] Change a variable type to be const in the HeapAllocSite map.Amy Huang2019-07-181-2/+3
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [Backend] Keep call site info valid through the backendDjordje Todorovic2019-06-271-0/+23
* [CodeGen] Improve formatting of jump tables (NFC)Evandro Menezes2019-06-261-1/+3
* [CodeGen] Add getMachineMemOperand + MachineMemOperand::Flags allocator helpe...Simon Pilgrim2019-06-131-0/+9
* Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...Amy Huang2019-04-241-0/+11
* Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang2019-04-231-11/+0
* Attempt to fix buildbot failure in commit 1bb57bac959ac163fd7d8a76d734ca3e0ec...Amy Huang2019-04-191-1/+1
* [MS] Emit S_HEAPALLOCSITE debug infoAmy Huang2019-04-191-0/+11
* Move addFrameInst out of line and remove the MCDwarf.h include.Eric Christopher2019-04-121-0/+6
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-1/+1
* GlobalISel: Use helper function for MMO splittingMatt Arsenault2019-01-311-12/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar2019-01-161-2/+2
* Use llvm::copy. NFCFangrui Song2018-11-171-1/+1
* MachineFunction: Store more specific reference to LLVMTargetMachine; NFCMatthias Braun2018-11-051-1/+2
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-20/+25
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-25/+20
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-20/+25
* Fix comment indentation in addLandingPadHeejin Ahn2018-09-291-3/+2
* [WebAssembly] Fix memory leak on WasmEHFuncInfoHeejin Ahn2018-09-281-0/+5
* Silence compiler warning about unused variable introduced in r343018Mikael Holmen2018-09-261-1/+1
* Unify landing pad information adding routines (NFC)Heejin Ahn2018-09-251-30/+38
* Add the ability to register callbacks for removal and insertion of MachineInstrsAditya Nandakumar2018-09-201-0/+13
* [MI] Change the array of `MachineMemOperand` pointers to beChandler Carruth2018-08-161-71/+6
* CodeGen: Cleanup regmask construction; NFCMatthias Braun2018-07-261-0/+8
* [WebAssembly] Add WasmEHFuncInfo for unwind destination informationHeejin Ahn2018-06-191-0/+6
* [MIR] Reset unique MBB numbering in MachineFunction::reset()Roman Tereshin2018-04-301-0/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [CodeGen] Don't omit any redundant information in -debug outputFrancis Visoiu Mistrih2018-02-261-3/+2
* [CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::printFrancis Visoiu Mistrih2018-01-181-1/+1
* [CodeGen] Print RegClasses on MI in verbose modeFrancis Visoiu Mistrih2018-01-181-1/+3
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-5/+4
* MachineFunction: Slight refactoring; NFCMatthias Braun2017-12-151-15/+15
* [CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...Francis Visoiu Mistrih2017-12-131-1/+5
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-2/+2
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-2/+2
OpenPOWER on IntegriCloud