[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
[oota-llvm.git] / include / llvm / MC / MCRegisterInfo.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-12-10 Matthias BraunMCRegisterInfo: Add MCSubRegIndexIterator.
2014-12-10 Matthias BraunTablegen'erate lanemasks for register units.
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-28 Chad RosierRemove the MCRegAliasIterator tables and compute the...
2013-05-22 Chad RosierMinor fix to comment from my previous commit.
2013-05-22 Chad RosierSimplify the logic described in the comment.
2013-05-22 Chad RosierAdd the IncludeSelf parameter to the MCSubRegIterator...
2012-12-21 Jakob Stoklund OlesenAdd a missing assertion, the null register has no regis...
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-19 Jim GrosbachAdd isSubRegisterEq() and isSuperRegisterEq().
2012-12-19 Jim GrosbachMove isSubRegister() and isSuperRegister to MCRegisterInfo.
2012-11-29 Jakob Stoklund OlesenAdd an MCPhysReg typedef to replace naked uint16_t.
2012-10-26 Lang HamesMCRegisterClass should be returned by const ref, not...
2012-09-11 Jakob Stoklund OlesenAdd MCRI::getNumSubRegIndices() and start checking...
2012-07-27 Jakob Stoklund OlesenGive MCRegisterInfo an implementation file.
2012-07-27 Jakob Stoklund OlesenEliminate the large XXXSubRegTable constant arrays.
2012-07-25 Jakob Stoklund OlesenDifferentially encode all MC register lists.
2012-06-01 Jakob Stoklund OlesenRemove the old register list functions from MCRegisterInfo.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-31 Jakob Stoklund OlesenEmit register unit root tables.
2012-05-30 Jakob Stoklund OlesenAdd MCRegisterInfo::RegListIterator.
2012-05-30 Jakob Stoklund OlesenMake DiffListIterator public to unbreak the gcc buildbots.
2012-05-29 Jakob Stoklund OlesenEmit register unit lists for each register.
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-15 Jim GrosbachTableGen'erate mapping physical registers to encoding...
2012-04-04 Benjamin KramerImplement DwarfLLVMRegPair::operator< without violating...
2012-04-01 Benjamin KramerEmit the LLVM<->DWARF register mapping as a sorted...
2012-03-30 Jakob Stoklund OlesenReapply 153764 and 153761 with a fix.
2012-03-30 Rafael EspindolaRevert 153764 and 153761. They broke a --enable-optimiz...
2012-03-30 Jakob Stoklund OlesenCompress register lists by sharing suffixes.
2012-03-06 Craig TopperIncrease number of allowed registers in register classe...
2012-03-06 Craig TopperRevert r152016 and allow overlap, sub, super register...
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Jim GrosbachMCRegisterInfo-ize getMatchingSuperReg.
2012-03-05 Craig TopperShrink and reorder fields in MCRegisterClass to reduce...
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-01 Benjamin KramerMove getSubRegIndex out of generated code into MCRegist...
2012-03-01 Jim GrosbachMove TargetRegisterInfo::getSubReg() to MCRegisterInfo.
2012-02-23 Craig TopperRemove 'if' from getSuperRegisters, getSubRegisters...
2012-02-21 Craig TopperReorder some members in MCRegisterClass to remove paddi...
2012-02-21 Craig TopperIn generated RegisterInfo files, replace a pointer...
2012-02-21 Craig TopperMerge some tables in generated RegisterInfo file. Store...
2012-02-08 Benjamin KramerValue initialize MCRegisterClasses. Not sure how could...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-10-27 Jim GrosbachTrailing whitespace.
2011-07-23 Benjamin KramerFix a silly off by one.
2011-07-23 Benjamin KramerAdd more constness.
2011-07-23 Benjamin KramerTurn the DenseSet in MCRegisterClass into a tblgenerate...
2011-07-22 Benjamin KramerTeach tblgen to emit MCRegisterClasses.
2011-07-21 Benjamin KramerSink parts of TargetRegisterClass into MCRegisterClass.
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-24 Evan ChengRename TargetRegisterDesc to MCRegisterDesc
2011-06-24 Evan Cheng- Add MCRegisterInfo registration machinery. Also added...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...