aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-12Indenting.Eric Christopher
2012-10-12fix warningSebastian Pop
2012-10-12Div, Rem int/unsigned int Reed Kotler
2012-10-12Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-11Remove buggy classof().Sean Silva
2012-10-11PGO: create metadata for switch only if it has more than one targets.Manman Ren
2012-10-11Fix some typos 165739, spotted by Duncan.Jan Wen Voung
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-11Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen
2012-10-11This patch addresses PR13947.Bill Schmidt
2012-10-11Expose move to/from coprocessor instructions in MIPS64 mode.David Chisnall
2012-10-11dependence analysisSebastian Pop
2012-10-11Follow the same routine to add target float expansion hookMichael Liao
2012-10-11misched: Handle "transient" non-instructions.Andrew Trick
2012-10-11Don't crash when !tbaa.struct contents is invalid.Nick Lewycky
2012-10-11Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."NAKAMURA Takumi
2012-10-11Add the LLVM context to this c'tor. It will be needed in the future.Bill Wendling
2012-10-11Support a common idiom on how to build an Attributes class with a single attr...Bill Wendling
2012-10-11Don't crash if a .ll file contains a forward-reference that looks like a globalNick Lewycky
2012-10-11Change MachineInstrBuilder::addDisp to copy over target flags by default.Evan Cheng
2012-10-10Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808Evan Cheng
2012-10-10Add getters for the MIPS TargetTransform classesNadav Rotem
2012-10-10Remove unused member variable introduced in r165665.David Blaikie
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-10Patch by Shuxin Yang <shuxin.llvm@gmail.com>.Nadav Rotem
2012-10-10When generating spill and reload code for vector registers on PowerPC,Bill Schmidt
2012-10-10The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt
2012-10-10Add in support for expansion of all of the comparison operations to the absol...Micah Villmow
2012-10-10Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva
2012-10-10Remove unnecessary RTTI from the build.Sean Silva
2012-10-10tblgen: Compile TableGen without RTTI.Sean Silva
2012-10-10tblgen: Use semantically correct RTTI functions.Sean Silva
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva
2012-10-10Add support for FP_ROUND from v2f64 to v2f32Michael Liao
2012-10-10Add alternative support for FP_ROUND from v2f32 to v2f64Michael Liao
2012-10-10Fix for LDRB instruction:Stepan Dyatkovskiy
2012-10-10Issue description:Stepan Dyatkovskiy
2012-10-10Cleanup. Get rid of now dead code.Bill Wendling
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling
2012-10-10My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was thatLang Hames
2012-10-10Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling
2012-10-10misched: fall-back to a target hook for instr bundles.Andrew Trick
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-10-10whitespaceAndrew Trick
2012-10-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-10Reorder some parts of the td file to by in alphabetical orderReed Kotler
2012-10-10Adding comments to clarify the reason for non-standard style in these files.Andrew Kaylor