Revert "raw_ostream: << operator for callables with raw_stream argument"
[oota-llvm.git] / include / llvm / Target / TargetRegisterInfo.h
2015-12-03 Matthias BraunRevert "raw_ostream: << operator for callables with...
2015-12-03 Matthias Braunraw_ostream: << operator for callables with raw_stream...
2015-12-03 Chih-Hung Hsieh[X86] Part 1 to fix x86-64 fp128 calling convention.
2015-11-17 Matthias BraunAssume lane masks are always precise
2015-11-10 Sanjay Pateldon't repeat function/class/variable names in comments...
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-09-25 Matthias BraunTargetRegisterInfo: Introduce PrintLaneMask.
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-09-24 Matt ArsenaultIntroduce target hook for optimizing register copies
2015-09-11 Akira HatanakaUse function attribute "stackrealign" to decide whether...
2015-09-09 Matt ArsenaultFix typos / grammar
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-15 Matthias BraunTargetRegisterInfo: Provide a way to check assigned...
2015-07-14 JF BastienWebAssembly: fix build breakage.
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Matthias BraunTargetRegisterInfo: Make the concept of imprecise lane...
2015-03-31 Matthias BraunClarify that higher priority means higher values.
2015-03-31 Matthias BraunRegAllocGreedy: Allow target to specify register class...
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2015-03-11 Eric ChristopherHave getRegPressureSetLimit take a MachineFunction...
2015-03-10 Eric ChristopherHave TargetRegisterInfo::getLargestLegalSuperClass...
2015-03-10 Eric ChristopherRemove dead code.
2015-02-24 Eric ChristopherRename UpdateRegAllocHint to match style guidelines.
2015-01-13 Hal Finkel[StackMaps] Allow the target to pre-process the live...
2014-12-10 Matthias BraunAdd function that translates subregister lane masks...
2014-12-10 Matthias BraunLet tablegen compute maximum lanemask for regs/regclasses.
2014-11-19 Matthias BraunIntroduce register dump helper
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-11-16 Craig TopperConvert some EVTs to MVTs where only a SimpleValueType...
2014-10-03 Renato GolinRevert 202433 - Provide a target override for the lates...
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-07-09 Benjamin KramerTargetRegisterInfo: Remove function that fell out of...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-03-27 Manman RenProvide a target override for the cost of using a calle...
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-27 Andrew TrickDrive-by comment fix. This regalloc comment was not...
2013-12-11 Andrew TrickAdd TargetRegisterInfo::reverseLocalAssignment hook.
2013-08-23 Andrew TrickPrintVRegOrUnit
2013-05-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getCoveringLanes().
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Jim GrosbachMove isSubRegister() and isSuperRegister to MCRegisterInfo.
2012-12-05 Andrew TrickRemove two dead functions resulting from a bad rebase.
2012-12-05 Andrew TrickRegisterPressure API. Add support for physical register...
2012-12-05 Andrew TrickComment formatting.
2012-12-04 Jakob Stoklund OlesenRemove the old TRI::ResolveRegAllocHint() and getRawAll...
2012-12-03 Jakob Stoklund OlesenAdd a new hook for providing register allocator hints...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-29 Jakob Stoklund OlesenAdd an MCPhysReg typedef to replace naked uint16_t.
2012-11-27 Craig TopperMake PrintReg constructor explicit to prevent weird...
2012-11-01 Jakob Stoklund OlesenGenerate a table-driven version of TRI::composeSubRegIn...
2012-10-26 Jakob Stoklund OlesenRemove the canCombineSubRegIndices() target hook.
2012-09-11 Jakob Stoklund OlesenAdd TRI::getSubRegIndexLaneMask().
2012-09-11 Jakob Stoklund OlesenAdd MCRI::getNumSubRegIndices() and start checking...
2012-08-02 Jakob Stoklund OlesenAdd TargetRegisterInfo::hasRegUnit().
2012-07-30 Eric ChristopherTypo.
2012-05-31 Jakob Stoklund OlesenAdd a PrintRegUnit helper similar to PrintReg.
2012-05-30 Jakob Stoklund OlesenAdd MCRegisterInfo::RegListIterator.
2012-05-29 Jakob Stoklund OlesenUse MCRegUnitIterator to compute regsOverlap().
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-05-07 Jakob Stoklund OlesenAdd TRI::getCommonSuperRegClass().
2012-05-04 Jakob Stoklund OlesenRemove TargetRegisterClass::SuperRegClasses.
2012-05-04 Jakob Stoklund OlesenAdd a SuperRegClassIterator class.
2012-05-03 Jakob Stoklund OlesenUse a shared implementation of getMatchingSuperRegClass().
2012-05-03 Jakob Stoklund OlesenAdd TargetRegisterClass::getSuperRegIndices().
2012-05-03 Jakob Stoklund OlesenFix the type of SubClassMask.
2012-05-03 Jakob Stoklund OlesenDon't override subreg functions in targets without...
2012-05-03 Andrew TrickAdded TargetRegisterInfo::getAllocatableClass.
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-20 Andrew TrickAdded TargetRegisterInfo::getRegPressureSetName.
2012-04-17 Andrew TrickTypo in an unused field.
2012-04-11 Andrew TrickTableGen's regpressure: emit per-registerclass weight...
2012-04-10 Andrew TrickAdded a TargetRegisterInfo interface for accessing...
2012-03-05 Jim GrosbachMCRegisterInfo-ize getMatchingSuperReg.
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-01 Benjamin KramerMove getSubRegIndex out of generated code into MCRegist...
2012-03-01 Jim GrosbachMove TargetRegisterInfo::getSubReg() to MCRegisterInfo.
2012-03-01 Benjamin KramerMake TargetRegisterClasses non-virtual by making the...
2012-02-09 Benjamin KramerStore just the SimpleValueType in the generated VT...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-02 Jakob Stoklund OlesenRequire non-NULL register masks.
2012-01-14 Jakob Stoklund OlesenAdd TRI::getCallPreservedMask() hook.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-19 Jakob Stoklund OlesenEmit a getMatchingSuperRegClass() implementation for...
2011-10-06 Jakob Stoklund OlesenRemove the TRI::getSubRegisterRegClass() hook.
2011-10-05 Jakob Stoklund OlesenAdd TRI::getSubClassWithSubReg(RC, Idx) function.
2011-09-30 Jakob Stoklund OlesenStore sub-class lists as a bit vector.
2011-09-30 Jakob Stoklund OlesenMove getCommonSubClass() into TRI.
2011-08-09 Jakob Stoklund OlesenTrim an unneeded header.
2011-07-23 Benjamin KramerTurn the DenseSet in MCRegisterClass into a tblgenerate...
next