aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-22ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on st...NAKAMURA Takumi
2013-01-22This test is only supposed to test that the objc-arc alias analysisMichael Gottesman
2013-01-22ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...NAKAMURA Takumi
2013-01-22[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar
2013-01-22[CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i...NAKAMURA Takumi
2013-01-22Remove target triple from an LSR test.Andrew Trick
2013-01-22Add a new method that adds the AttributeSet at the given index. No functional...Bill Wendling
2013-01-22Add the attributes that are passed in instead of the ones we're merging into.Bill Wendling
2013-01-21Remove unused method.Bill Wendling
2013-01-21Fix spellingJoel Jones
2013-01-21Use AttributeSet instead of Attribute to verify things.Bill Wendling
2013-01-21Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling
2013-01-21Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling
2013-01-21Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond
2013-01-21Docs for SparseMultiSetMichael Ilseman
2013-01-21Fix some incorrectly named u10 / lu10 instructions.Richard Osborne
2013-01-21Remove unneeded #include.Jakub Staszak
2013-01-21Remove unused multiclass.Richard Osborne
2013-01-21Add instruction encodings / disassembly support for u6 / lu6 instructions.Richard Osborne
2013-01-21Add instruction encoding / disassembly support for ru6 / lru6 instructions.Richard Osborne
2013-01-21Use correct format for the LDAWCP instruction (u6).Richard Osborne
2013-01-21r173072 is causing some regressions on big endian hosts, I don't have time to...Chris Lattner
2013-01-21rework the Bitstream reader to actually work a machine word at a time, instea...Chris Lattner
2013-01-21Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner
2013-01-21Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman
2013-01-21wean Blob handling logic off of banging on NextChar directly. Instead, makeChris Lattner
2013-01-21rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner
2013-01-21Fix a comment. Induction vars dont need to start at zero.Nadav Rotem
2013-01-21R600/SI: Use unnormalized coordinates for sampling with the RECT target.Tom Stellard
2013-01-21R600/SI: Take target parameter for sample intrinsics.Tom Stellard
2013-01-21R600/SI: Derive all sample intrinsics from a single class.Tom Stellard
2013-01-21R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi
2013-01-21Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth
2013-01-21Fix indentation and formatting.Chandler Carruth
2013-01-21Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth
2013-01-21Move the inline cost analysis's primary cost query to TTI instead of theChandler Carruth
2013-01-21Now that the inline cost analysis is a pass, we can easily have itChandler Carruth
2013-01-21Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth
2013-01-21Formatting and comment fixes to the always inliner.Chandler Carruth
2013-01-21Clean up the formatting and doxygen for the simple inliner a bit. NoChandler Carruth
2013-01-21Fix an old-style doxygen comment.Chandler Carruth
2013-01-21Cleanup the formatting of this header. This removes the namespace indentChandler Carruth
2013-01-21Revert "[Object] .bss sections have no content. PR15005."Michael J. Spencer
2013-01-21Use <0 checks in place of ==-1 because it results in simpler code.Craig Topper
2013-01-21Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.Craig Topper
2013-01-21Remove trailing whitespace.Craig Topper
2013-01-21[Object] .bss sections have no content. PR15005.Michael J. Spencer
2013-01-21Fix some 80 column violations.Craig Topper
2013-01-21Make helper method static.Craig Topper
2013-01-21[Support] Make test C++03.Michael J. Spencer