aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add -mattr=+altivec and remove XFAIL.Bill Schmidt2012-10-101-3/+2
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-1043-317/+811
* XFAIL for all targets pending investigationBill Schmidt2012-10-101-2/+3
* Patch by Shuxin Yang <shuxin.llvm@gmail.com>.Nadav Rotem2012-10-102-0/+56
* When generating spill and reload code for vector registers on PowerPC,Bill Schmidt2012-10-102-6/+31
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-103-6/+29
* Add in support for expansion of all of the comparison operations to the absol...Micah Villmow2012-10-101-17/+62
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-104-0/+8
* Remove unnecessary RTTI from the build.Sean Silva2012-10-104-8/+0
* tblgen: Compile TableGen without RTTI.Sean Silva2012-10-104-6/+0
* tblgen: Move mini Type hierarchy to LLVM-style RTTI.Sean Silva2012-10-101-4/+22
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-1011-78/+57
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-1015-192/+192
* tblgen: Put dyn_cast<> machinery in place for Init hierarchy.Sean Silva2012-10-101-20/+118
* Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands2012-10-101-0/+16
* Remove dead variable.Bill Wendling2012-10-101-1/+0
* Specify CPU model to avoid breaking ATOM buildsMichael Liao2012-10-102-4/+4
* Remove unused argument.Bill Wendling2012-10-101-1/+1
* docs: Propagate fix from r165632 to other docs.Sean Silva2012-10-101-2/+2
* docs: Attempt to fix PR14053.Sean Silva2012-10-101-29/+29
* Add support for FP_ROUND from v2f64 to v2f32Michael Liao2012-10-106-15/+121
* Add alternative support for FP_ROUND from v2f32 to v2f64Michael Liao2012-10-104-90/+26
* [CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD...NAKAMURA Takumi2012-10-101-0/+5
* [CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out o...NAKAMURA Takumi2012-10-101-5/+8
* Fix for LDRB instruction:Stepan Dyatkovskiy2012-10-102-1/+25
* Issue description:Stepan Dyatkovskiy2012-10-105-12/+50
* Cleanup. Get rid of now dead code.Bill Wendling2012-10-102-36/+5
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-108-69/+61
* My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was thatLang Hames2012-10-101-2/+2
* Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling2012-10-104-84/+95
* misched: fall-back to a target hook for instr bundles.Andrew Trick2012-10-101-3/+4
* TODO commentAndrew Trick2012-10-101-0/+3
* TableGen subtarget emitter cleanup.Andrew Trick2012-10-102-29/+39
* misched: Use the TargetSchedModel interface wherever possible.Andrew Trick2012-10-1012-115/+126
* misched: Generate IsBuffered flag for machine resources.Andrew Trick2012-10-102-6/+13
* whitespaceAndrew Trick2012-10-101-3/+3
* Place temporary LTO files into their own subdirectory.Bill Wendling2012-10-103-5/+5
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-104-28/+19
* Test case for r165480.Craig Topper2012-10-101-0/+10
* Reorder some parts of the td file to by in alphabetical orderReed Kotler2012-10-101-64/+75
* Adding comments to clarify the reason for non-standard style in these files.Andrew Kaylor2012-10-104-8/+30
* Cosmetic changesAndrew Kaylor2012-10-102-4/+4
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-106-1/+41
* Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka2012-10-103-1/+266
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-093-6/+3
* Add extra vim swap file patternMichael Liao2012-10-091-0/+1
* When expanding atomic load arith instructions, do not lose target flags. rdar...Evan Cheng2012-10-092-44/+63
* misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick2012-10-092-0/+32
* misched: Doxument the TargetSchedule API.Andrew Trick2012-10-091-7/+22
* misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick2012-10-092-8/+14