summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-261-3/+10
* Fixed spill stack objects are mutableKrzysztof Parzyszek2016-08-311-3/+3
* ADT: Split ilist_node_traits into alloc and callback, NFCDuncan P. N. Exon Smith2016-08-301-1/+1
* [MFProperties] Introduce a FailedISel property.Quentin Colombet2016-08-261-0/+1
* [MachineFunction] Introduce a reset method.Quentin Colombet2016-08-261-5/+14
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* MachineFunction: Introduce NoPHIs propertyMatthias Braun2016-08-231-0/+1
* MachineFunction: Add llvm_unreachable for missing propertiesMatthias Braun2016-08-191-0/+1
* MachineFunction: Cleanup/simplify MachineFunctionProperties::print()Matthias Braun2016-08-191-34/+18
* MachineFunction: Make LastProperty an alias of the last propertyMatthias Braun2016-08-191-2/+0
* [GlobalISel] Add Selected MachineFunction property.Ahmed Bougacha2016-08-021-0/+3
* [GlobalISel] Add RegBankSelected MachineFunction property.Ahmed Bougacha2016-08-021-0/+3
* [GlobalISel] Add Legalized MachineFunction property.Ahmed Bougacha2016-08-021-0/+3
* [CodeGen] Generalize MachineFunctionProperties::print comma handling.Ahmed Bougacha2016-08-021-2/+7
* [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar2016-07-151-9/+4
* [CodeGen] Refactor MachineMemOperand's Flags enum.Justin Lebar2016-07-141-2/+5
OpenPOWER on IntegriCloud