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