aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-10Add -mattr=+altivec and remove XFAIL.Bill Schmidt
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-10XFAIL for all targets pending investigationBill Schmidt
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: Move mini Type hierarchy to LLVM-style 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-10tblgen: Put dyn_cast<> machinery in place for Init hierarchy.Sean Silva
2012-10-10Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands
2012-10-10Remove dead variable.Bill Wendling
2012-10-10Specify CPU model to avoid breaking ATOM buildsMichael Liao
2012-10-10Remove unused argument.Bill Wendling
2012-10-10docs: Propagate fix from r165632 to other docs.Sean Silva
2012-10-10docs: Attempt to fix PR14053.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-10[CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD...NAKAMURA Takumi
2012-10-10[CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out o...NAKAMURA Takumi
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-10TODO commentAndrew Trick
2012-10-10TableGen subtarget emitter cleanup.Andrew Trick
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-10-10misched: Generate IsBuffered flag for machine resources.Andrew Trick
2012-10-10whitespaceAndrew Trick
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling
2012-10-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-10Test case for r165480.Craig Topper
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
2012-10-10Cosmetic changesAndrew Kaylor
2012-10-10This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor
2012-10-10Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson
2012-10-09Add extra vim swap file patternMichael Liao
2012-10-09When expanding atomic load arith instructions, do not lose target flags. rdar...Evan Cheng
2012-10-09misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick
2012-10-09misched: Doxument the TargetSchedule API.Andrew Trick
2012-10-09misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick