summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-3/+3
* MachineFunction: Add a const modifier to print() parameterMatthias Braun2016-05-051-1/+1
* Improve error message reporting for MachineFunctionPropertiesDerek Schuff2016-04-211-1/+3
* Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionPropertyDerek Schuff2016-04-111-7/+6
* Combine redundant stack realignment booleans in MachineFrameInfoReid Kleckner2016-04-111-17/+14
* [CodeGen] Don't assume that fixed stack objects are aligned in a stack-realig...Charles Davis2016-04-091-5/+16
* Replace MachineRegisterInfo::isSSA() with a MachineFunctionPropertyDerek Schuff2016-04-041-15/+13
* Add a print method to MachineFunctionProperties for better error messagesDerek Schuff2016-03-291-0/+25
* [X86] Create mergeable constant pool entries for AVXDavid Majnemer2016-02-221-0/+2
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-3/+3
* Introduce ConstantFoldCastOperand function and migrate some callers of Consta...Manuel Jacob2016-01-211-8/+8
* [MachineFunction] Constify getter. NFC.Quentin Colombet2016-01-191-1/+1