summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-4/+4
* NFC Remove default argument of DataLayout::getPointerABIAlignmentFangrui Song2017-11-151-1/+1
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-3/+3
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-3/+3
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-10-101-16/+47
* Add AddresSpace to PseudoSourceValue.Jan Sjodin2017-09-141-1/+3
* Add llvm.codeview.annotation to implement MSVC __annotationReid Kleckner2017-09-051-0/+1
* TargetInstrInfo: Change duplicate() to work on bundles.Matthias Braun2017-08-221-0/+20
* [StackColoring] Update AliasAnalysis information in stack coloring passHiroshi Inoue2017-08-011-0/+14
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-6/+6
* CodeGen: Refactor MIR parsingMatthias Braun2017-06-061-3/+0
* MachineFrameInfo: Move implementation to an own file; NFCMatthias Braun2017-04-261-208/+0
* Disable Callee Saved RegistersOren Ben Simhon2017-03-141-1/+3
* GlobalISel: put debug info for static allocas in the MachineFunction.Tim Northover2017-03-091-0/+1
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-0/+187
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-187/+0
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-0/+187
* [MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...Konstantin Zhuravlyov2016-10-151-8/+17
* Use StringRef in Datalayout API (NFC)Mehdi Amini2016-10-011-2/+2
* Revert "Use StringRef in Datalayout API (NFC)"Mehdi Amini2016-10-011-1/+1
* Use StringRef in Datalayout API (NFC)Mehdi Amini2016-10-011-1/+1
* MachineFunction: Add missing newline in debug print()Matthias Braun2016-09-291-0/+1
OpenPOWER on IntegriCloud