summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefinedRichard Smith2012-12-20
* Don't leave IsUnsigned uninitialized in a default-constructed APSInt. CopyingRichard Smith2012-12-20
* s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling2012-12-20
* Clean up some DOxygen comments.Jim Grosbach2012-12-20
* Clean up some DOxygen comments.Jim Grosbach2012-12-20
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Add isSubRegisterEq() and isSuperRegisterEq().Jim Grosbach2012-12-19
* Move isSubRegister() and isSuperRegister to MCRegisterInfo.Jim Grosbach2012-12-19
* Fix doc comment. '///' not '//'.Jim Grosbach2012-12-19
* Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...Michael Ilseman2012-12-19
* s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.Bill Wendling2012-12-19
* Always use addOperand(MF, MO) from MachineInstrBuilder.Jakob Stoklund Olesen2012-12-19
* Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen2012-12-19
* Remove edis remnant.Benjamin Kramer2012-12-19
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Add an MF argument to MachineInstr::addOperand().Jakob Stoklund Olesen2012-12-19
* Remove superfluous brief command from getAsString.Chad Rosier2012-12-19
* Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.Patrik Hagglund2012-12-19
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-19
* Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer2012-12-19
* Add r170095 back.Rafael Espindola2012-12-19
* [msan] Add track-origins argument to the pass constructor.Evgeniy Stepanov2012-12-19
* Change TargetLowering::getTypeForExtArgOrReturn to take and returnPatrik Hagglund2012-12-19
* Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT,Patrik Hagglund2012-12-19
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-19
* Change TargetLowering::TransformToType to contain MVTs, instead ofPatrik Hagglund2012-12-19
* Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction,Patrik Hagglund2012-12-19
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-19
* Change TargetLowering::getTypeToPromoteTo to take and return MVTs,Patrik Hagglund2012-12-19
* MapVector: Add lookup().Benjamin Kramer2012-12-19
* Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT.Patrik Hagglund2012-12-19
* Change TargetLowering::getCondCodeAction to take an MVT, instead ofPatrik Hagglund2012-12-19
* Inline hasFunctionOnlyAttrs into its only use.Bill Wendling2012-12-19
* Inline the only use of the hasParameterOnlyAttrs method.Bill Wendling2012-12-19
* Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...Bill Wendling2012-12-19
* Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs.Patrik Hagglund2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-18
* Remove MachineInstr::setIsInsideBundle().Jakob Stoklund Olesen2012-12-18
* Use bidirectional bundle flags to simplify important functions.Jakob Stoklund Olesen2012-12-18
* Don't allow the automatically updated MI flags to be set directly.Jakob Stoklund Olesen2012-12-18
* Tighten up the splice() API for bundled instructions.Jakob Stoklund Olesen2012-12-18
* Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen2012-12-18
* Tighten the insert() API for bundled instructions.Jakob Stoklund Olesen2012-12-18
* Cleanup comment and formattingEli Bendersky2012-12-18
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-18
* Tighten up the erase/remove API for bundled instructions.Jakob Stoklund Olesen2012-12-17
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* Remove trailing whitespaceMichael Ilseman2012-12-17
* Use different trait techniques to be compatible with g++Nick Kledzik2012-12-17