summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Cosmetic changesAndrew Kaylor2012-10-10
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-10
* Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka2012-10-10
* When expanding atomic load arith instructions, do not lose target flags. rdar...Evan Cheng2012-10-09
* misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick2012-10-09
* misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick2012-10-09
* misched: Remove LoopDependencies heuristic.Andrew Trick2012-10-09
* Initial assembler implementation of Mips load address macroJack Carter2012-10-09
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-09
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Revert r165547 to fix build.Bill Wendling2012-10-09
* Use a single location for calculating the alignments.Bill Wendling2012-10-09
* tblgen: Rename handleDependencies -> createDependencyFileSean Silva2012-10-09
* tblgen: Move dependency file output to a separate function.Sean Silva2012-10-09
* Use appropriate method calls to get the alignment value.Bill Wendling2012-10-09
* Whitespace.Chad Rosier2012-10-09
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-09
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-09
* Move the 'FunctionOnly' attributes thingy inside of the Attributes class.Bill Wendling2012-10-09
* tblgen: Remove pointless method call.Sean Silva2012-10-09
* Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman2012-10-09