aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-09misched: Remove LoopDependencies heuristic.Andrew Trick
2012-10-09Use the attribute builder to add attributes to call/invoke instruction. No fu...Bill Wendling
2012-10-09Initial assembler implementation of Mips load address macroJack Carter
2012-10-09Add count() method to MapVectorDouglas Gregor
2012-10-09Add in some interfaces that will allow easier access to the pointer address s...Micah Villmow
2012-10-09Use the attribute enums to query if a function has an attribute.Bill Wendling
2012-10-09Use the attribute enums to query if a parameter has an attribute.Bill Wendling
2012-10-09Revert r165547 to fix build.Bill Wendling
2012-10-09Use a single location for calculating the alignments.Bill Wendling
2012-10-09tblgen: Rename handleDependencies -> createDependencyFileSean Silva
2012-10-09Remove this now unused variable macro.Bill Wendling
2012-10-09tblgen: Move dependency file output to a separate function.Sean Silva
2012-10-09Use appropriate method calls to get the alignment value.Bill Wendling