| Age | Commit message (Expand) | Author |
| 2013-01-22 | Begin fleshing out an interface in TTI for modelling the costs of | Chandler Carruth |
| 2013-01-22 | ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. ... | NAKAMURA Takumi |
| 2013-01-22 | Fix missed out llvm-stress after APFloat change. | Tim Northover |
| 2013-01-22 | Make APFloat constructor require explicit semantics. | Tim Northover |
| 2013-01-22 | SparseMultiSet.h: Add suggested parentheses. | NAKAMURA Takumi |
| 2013-01-22 | ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on st... | NAKAMURA Takumi |
| 2013-01-22 | This test is only supposed to test that the objc-arc alias analysis | Michael Gottesman |
| 2013-01-22 | ErrorOrTest.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-22 | Remove target triple from an LSR test. | Andrew Trick |
| 2013-01-22 | Add a new method that adds the AttributeSet at the given index. No functional... | Bill Wendling |
| 2013-01-22 | Add the attributes that are passed in instead of the ones we're merging into. | Bill Wendling |
| 2013-01-21 | Remove unused method. | Bill Wendling |
| 2013-01-21 | Fix spelling | Joel Jones |
| 2013-01-21 | Use AttributeSet instead of Attribute to verify things. | Bill Wendling |
| 2013-01-21 | Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri... | Bill Wendling |
| 2013-01-21 | Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att... | Bill Wendling |
| 2013-01-21 | Transform (sub 0, (zext bool to A)) to (sext bool to A) and | Paul Redmond |
| 2013-01-21 | Docs for SparseMultiSet | Michael Ilseman |
| 2013-01-21 | Fix some incorrectly named u10 / lu10 instructions. | Richard Osborne |
| 2013-01-21 | Remove unneeded #include. | Jakub Staszak |
| 2013-01-21 | Remove unused multiclass. | Richard Osborne |
| 2013-01-21 | Add instruction encodings / disassembly support for u6 / lu6 instructions. | Richard Osborne |
| 2013-01-21 | Add instruction encoding / disassembly support for ru6 / lru6 instructions. | Richard Osborne |
| 2013-01-21 | Use correct format for the LDAWCP instruction (u6). | Richard Osborne |
| 2013-01-21 | r173072 is causing some regressions on big endian hosts, I don't have time to... | Chris Lattner |
| 2013-01-21 | rework the Bitstream reader to actually work a machine word at a time, instea... | Chris Lattner |
| 2013-01-21 | Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a | Chris Lattner |
| 2013-01-21 | Introduce a new data structure, the SparseMultiSet, and changes to the MI sch... | Michael Ilseman |
| 2013-01-21 | wean Blob handling logic off of banging on NextChar directly. Instead, make | Chris Lattner |
| 2013-01-21 | rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ... | Chris Lattner |
| 2013-01-21 | Fix a comment. Induction vars dont need to start at zero. | Nadav Rotem |
| 2013-01-21 | R600/SI: Use unnormalized coordinates for sampling with the RECT target. | Tom Stellard |
| 2013-01-21 | R600/SI: Take target parameter for sample intrinsics. | Tom Stellard |
| 2013-01-21 | R600/SI: Derive all sample intrinsics from a single class. | Tom Stellard |
| 2013-01-21 | R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable] | NAKAMURA Takumi |
| 2013-01-21 | Switch CodeMetrics itself over to use TTI to determine if an instruction | Chandler Carruth |
| 2013-01-21 | Fix indentation and formatting. | Chandler Carruth |
| 2013-01-21 | Sink InlineCost.cpp into IPA -- it is now officially an interprocedural | Chandler Carruth |
| 2013-01-21 | Move the inline cost analysis's primary cost query to TTI instead of the | Chandler Carruth |
| 2013-01-21 | Now that the inline cost analysis is a pass, we can easily have it | Chandler Carruth |
| 2013-01-21 | Make the inline cost a proper analysis pass. This remains essentially | Chandler Carruth |
| 2013-01-21 | Formatting and comment fixes to the always inliner. | Chandler Carruth |
| 2013-01-21 | Clean up the formatting and doxygen for the simple inliner a bit. No | Chandler Carruth |
| 2013-01-21 | Fix an old-style doxygen comment. | Chandler Carruth |
| 2013-01-21 | Cleanup the formatting of this header. This removes the namespace indent | Chandler Carruth |
| 2013-01-21 | Revert "[Object] .bss sections have no content. PR15005." | Michael J. Spencer |
| 2013-01-21 | Use <0 checks in place of ==-1 because it results in simpler code. | Craig Topper |
| 2013-01-21 | Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend. | Craig Topper |