oota-llvm.git
2013-01-22 Evgeniy Stepanov[msan] Export the value of msan-keep-going flag for...
2013-01-22 Evgeniy Stepanov[msan] Do not insert check on volatile store.
2013-01-22 Tim NorthoverFix truncation of relocation types in Support/ELF.h
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-22 NAKAMURA TakumiADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang...
2013-01-22 Tim NorthoverFix missed out llvm-stress after APFloat change.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-22 NAKAMURA TakumiSparseMultiSet.h: Add suggested parentheses.
2013-01-22 NAKAMURA TakumiADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang...
2013-01-22 Michael GottesmanThis test is only supposed to test that the objc-arc...
2013-01-22 NAKAMURA TakumiErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH...
2013-01-22 Daniel Dunbar[MC/Mach-O] Load commands are supposed to 8-byte aligne...
2013-01-22 NAKAMURA Takumi[CMake] bugpoint-passes should not be built in "all...
2013-01-22 Andrew TrickRemove target triple from an LSR test.
2013-01-22 Bill WendlingAdd a new method that adds the AttributeSet at the...
2013-01-22 Bill WendlingAdd the attributes that are passed in instead of the...
2013-01-21 Bill WendlingRemove unused method.
2013-01-21 Joel JonesFix spelling
2013-01-21 Bill WendlingUse AttributeSet instead of Attribute to verify things.
2013-01-21 Bill WendlingHave AttributeSet::getRetAttributes() return an Attribu...
2013-01-21 Bill WendlingMake AttributeSet::getFnAttributes() return an Attribut...
2013-01-21 Paul RedmondTransform (sub 0, (zext bool to A)) to (sext bool to...
2013-01-21 Michael IlsemanDocs for SparseMultiSet
2013-01-21 Richard OsborneFix some incorrectly named u10 / lu10 instructions.
2013-01-21 Jakub StaszakRemove unneeded #include.
2013-01-21 Richard OsborneRemove unused multiclass.
2013-01-21 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-21 Richard OsborneAdd instruction encoding / disassembly support for...
2013-01-21 Richard OsborneUse correct format for the LDAWCP instruction (u6).
2013-01-21 Chris Lattnerr173072 is causing some regressions on big endian hosts...
2013-01-21 Chris Lattnerrework the Bitstream reader to actually work a machine...
2013-01-21 Chris LattnerFix a heinous inefficiency introduced in r149918, where...
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-21 Chris Lattnerwean Blob handling logic off of banging on NextChar...
2013-01-21 Chris Lattnerrename "SkipToWord" to "SkipToFourByteBoundary" since...
2013-01-21 Nadav RotemFix a comment. Induction vars dont need to start at...
2013-01-21 Tom StellardR600/SI: Use unnormalized coordinates for sampling...
2013-01-21 Tom StellardR600/SI: Take target parameter for sample intrinsics.
2013-01-21 Tom StellardR600/SI: Derive all sample intrinsics from a single...
2013-01-21 NAKAMURA TakumiR600/SILowerControlFlow.cpp: Fix a warning. [-Wunused...
2013-01-21 Chandler CarruthSwitch CodeMetrics itself over to use TTI to determine...
2013-01-21 Chandler CarruthFix indentation and formatting.
2013-01-21 Chandler CarruthSink InlineCost.cpp into IPA -- it is now officially...
2013-01-21 Chandler CarruthMove the inline cost analysis's primary cost query...
2013-01-21 Chandler CarruthNow that the inline cost analysis is a pass, we can...
2013-01-21 Chandler CarruthMake the inline cost a proper analysis pass. This remai...
2013-01-21 Chandler CarruthFormatting and comment fixes to the always inliner.
2013-01-21 Chandler CarruthClean up the formatting and doxygen for the simple...
2013-01-21 Chandler CarruthFix an old-style doxygen comment.
2013-01-21 Chandler CarruthCleanup the formatting of this header. This removes...
2013-01-21 Michael J.... Revert "[Object] .bss sections have no content. PR15005."
2013-01-21 Craig TopperUse <0 checks in place of ==-1 because it results in...
2013-01-21 Craig TopperUse MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.
2013-01-21 Craig TopperRemove trailing whitespace.
2013-01-21 Michael J.... [Object] .bss sections have no content. PR15005.
2013-01-21 Craig TopperFix some 80 column violations.
2013-01-21 Craig TopperMake helper method static.
2013-01-21 Michael J.... [Support] Make test C++03.
2013-01-21 Chandler CarruthRemove the comma from the last enumerator to fix -pedan...
2013-01-21 Chandler CarruthIntroduce a generic interface for querying an operation...
2013-01-21 NAKAMURA TakumiSupport/Compiler.h: MSC1600, aka VS2010, is not C+...
2013-01-20 Benjamin KramerDisable test that fails due to lack of std::true_type...
2013-01-20 Craig TopperConvert more EVT's to MVT's in the lowering methods.
2013-01-20 Craig TopperCapitalize lowerTRUNCATE so that it matches the other...
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
2013-01-20 Michael J.... [Support] Port ErrorOr<T> from lld to C++03.
2013-01-20 Benjamin KramerLoopVectorize: Fix a C++11 incompatibility.
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembler support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support 3r...
2013-01-20 NAKAMURA Takumillvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic...
2013-01-20 NAKAMURA Takumillvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add ...
2013-01-20 Nadav RotemFix a build error.
2013-01-20 Michael J.... [docs] Update IRC information.
2013-01-20 Craig TopperMake LowerVSETCC a static function and use MVT instead...
2013-01-20 Nadav RotemRevert 172708.
2013-01-20 Michael GottesmanChanged IRBuilder::CreateZExtOrTrunc and IRBuilder...
2013-01-20 Nadav RotemUpdate the gcc-loops benchmark
2013-01-20 Nadav RotemUpdate the linpack benchmark with different array sizes.
2013-01-20 Nadav RotemLoopVectorizer: Implement a new heuristics for selectin...
2013-01-20 Nadav RotemChange the cpu type in the test.
2013-01-20 Michael GottesmanMore copy editing.
2013-01-20 Michael GottesmanDoxygenified and copy edited BasicBlock.h.
2013-01-20 Michael GottesmanDoxygenified Argument.h and performed some copy editing...
2013-01-20 Michael GottesmanConverted all method comments in IRBuilder.h to use...
2013-01-20 Michael GottesmanCorrected assert messages for CreateZExtOrTrunc/CreateS...
2013-01-20 Michael GottesmanAdded IRBuilder::CreateFPExtOrFPTrunc.
2013-01-20 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Mark this as XFAIL...
2013-01-20 Sean SilvaReleaseNotes: note Sphinx migration.
2013-01-20 Sean Silvadocs: Nuke the old release notes.
2013-01-20 Chris Lattnertrivial micro-optimization: lazily call the virtual...
2013-01-20 Chris Lattnerswitch llvm-bcanalyzer onto the new cursor APIs, allowi...
2013-01-20 Sean Silvadocs: Use proper markup.
2013-01-20 Sean Silvadocs: Inline documentation structure into homepage.
2013-01-20 Chris Lattnerconvert the bitstream reader itself and the IR .bc...
2013-01-20 Chris Lattneradd an option to not auto-process abbreviations in...
2013-01-20 David BlaikieThe last of PR14471 - emission of constant floats
2013-01-20 Chris Lattnerstringref'ize readRecord and properly capitalize it...
2013-01-20 Craig TopperMake some helper methods static.
next