summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRegMatrix.cpp
AgeCommit message (Expand)Author
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-02LiveRegMatrix: Fix some subreg interference checksMatthias Braun
2017-03-01LIU:::Query: Query LiveRange instead of LiveInterval; NFCMatthias Braun
2017-02-17[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-12-16Implement LaneBitmask::any(), use it to replace !none(), NFCIKrzysztof Parzyszek
2016-12-15Extract LaneBitmask into a separate typeKrzysztof Parzyszek
2016-08-06Move helpers into anonymous namespaces. NFC.Benjamin Kramer
2015-09-25TargetRegisterInfo: Introduce PrintLaneMask.Matthias Braun
2015-09-25TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...Matthias Braun
2015-07-14MachineRegisterInfo: Remove UsedPhysReg infrastructureMatthias Braun
2015-07-14RAGreedy: Keep track of allocated PhysRegs internallyMatthias Braun
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-12-11LiveInterval: Use range based for loops for subregister ranges.Matthias Braun
2014-12-10LiveRegMatrix: Respect subregister liveness when allocating registers.Matthias Braun
2014-10-14Remove unnecessary TargetMachine.h includes.Eric Christopher
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-02-06This small change reduces compile time for small programs on targets that havePuyan Lotfi
2013-10-10Represent RegUnit liveness with LiveRange instanceMatthias Braun
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-09-06Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen
2012-06-15Accept null PhysReg arguments to checkRegMaskInterference.Jakob Stoklund Olesen
2012-06-09Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen