platform/upstream/llvm.git
2013-01-29 Daniel JasperSplit ">>" in "A<B<C> >" in Chromium style.
2013-01-29 NAKAMURA TakumiAttributeSet::get(): Fix a valgrind error. It doesn...
2013-01-29 Daniel JasperFix uninitialized error caused by r173801.
2013-01-29 Joey GoulyFix a crash in OpenCL code by using the proper (RHS...
2013-01-29 Daniel JasperCalculate the split penalty upfront.
2013-01-29 Evgeniy Stepanov[msan] Cleanup public interface header.
2013-01-29 Dmitry Vyukovtsan: dump stack on internal assert failure
2013-01-29 Hans WennborgFix typo in X86BaseInfo.h that I introduced in r157818.
2013-01-29 Dmitry Vyukovtsan: support for inprocess symbolizer
2013-01-29 Dmitry Vyukovtsan: remember when we are inside of symbolizer code...
2013-01-29 Alexey SamsonovASan: fix lint
2013-01-29 Evgeniy Stepanov[sanitizer] Copy sanitizer headers to the build tree.
2013-01-29 Daniel JasperFix a comment and reformat clang-format with clang...
2013-01-29 Daniel JasperInitial support for multiple variable declarations.
2013-01-29 Joey GoulyAdd a diagnostic for an OpenCL kernel with a pointer...
2013-01-29 Richard SmithTest update missed in r173789.
2013-01-29 Richard SmithProduce a diagnostic if alignas is applied to an expres...
2013-01-29 Richard SmithDowngrade 'attribute ignored when parsing type' from...
2013-01-29 Daniel JasperReverting changes from r173785 (removing empty lines...
2013-01-29 Dmitry Vyukovasan: fix the test
2013-01-29 Daniel JasperRemove empty lines before "}".
2013-01-29 Dmitry Vyukovtsan: fix the message (tsan is not asan)
2013-01-29 Dmitry Vyukovtsan: add IsSymbolizerAvailable() function for querying...
2013-01-29 Dmitry Vyukovtsan: add interceptor stubs for stat family of functions
2013-01-29 Timur IskhodzhanovHopefully fix the Windows build failure introduced...
2013-01-29 Tim NorthoverFix 64-bit atomic operations in Thumb mode.
2013-01-29 Richard SmithImplement C++11 [dcl.align]p1 and C11 6.7.5/2 rules...
2013-01-29 Alexey Samsonov[ASan] fix deallocation hook in allocator2: according...
2013-01-29 Craig TopperMerge SSE and AVX shuffle instructions in the comment...
2013-01-29 Alexey Samsonov[ASan] Do allocate memory even for zero-size allocation...
2013-01-29 Andrew TrickMIsched: cleanup code. Use isBoundaryNode().
2013-01-29 Michael GottesmanFixed 2 more header comments...
2013-01-29 Michael GottesmanFixed header comment.
2013-01-29 Michael GottesmanFixed some whitespace/80+ violations. Also added a...
2013-01-29 Richard SmithC++11 status:
2013-01-29 Michael GottesmanAdded missing dashes from header declaration comment.
2013-01-29 Michael GottesmanJuggled Debug.h from ObjCARC.h to only the including...
2013-01-29 Richard SmithPropagate the spelling list index for an attribute...
2013-01-29 Michael GottesmanSorted includes using utils/sort_includes.
2013-01-29 Richard SmithPR15017: A '>' can appear after a type-specifier in...
2013-01-29 Michael HanAdd a test case for attribute print.
2013-01-29 Michael GottesmanAdded two missing headers from ObjCARCAliasAnalysis.h.
2013-01-29 Michael GottesmanRemoved InstCombine/Targets as library dependencies...
2013-01-29 Bill WendlingModify the tests for the (sorted) order that the attrib...
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-29 Michael GottesmanExtracted ObjCARCContract from ObjCARCOpts into its...
2013-01-29 Michael GottesmanRemoved some cruft from ObjCARCAliasAnalysis.cpp.
2013-01-29 Richard SmithPR15100: look through type sugar when determining wheth...
2013-01-29 Enrico GranataSince an address (0x12346) is an expression, be brief.
2013-01-29 Richard SmithFold tests for C++ 'main' into a single file.
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-29 Richard SmithTest that we print MS keyword attributes without a...
2013-01-29 Enrico Granata<rdar://problem/12552374>
2013-01-29 Richard SmithTreat alignas and _Alignas as keyword attributes. This...
2013-01-29 Bill WendlingUse an AttrBuilder to generate the correct AttributeSet.
2013-01-29 Richard SmithActually remove the hack which was blocking the Borland...
2013-01-29 Enrico Granata<rdar://problem/12890171>
2013-01-29 Douglas GregorDon't crash while printing APValues that are lvalues...
2013-01-29 Richard SmithReplace AS_MSTypespec with AS_Keyword, for representing...
2013-01-29 Greg Clayton<rdar://problem/12524607>
2013-01-29 John McCallAbstract the behavior of when to use base-class tail...
2013-01-29 Michael J.... [ELF] Give Chunk a ELFTargetInfo.
2013-01-29 Bill WendlingConvert the AttrBuilder into a list of Attributes inste...
2013-01-29 Michael J.... [ELF] Remove OwningPtr from the Chunk::write interface.
2013-01-29 Michael J.... [ELF] Clean up doxygen comments.
2013-01-29 Andrew KaylorFormatting correction
2013-01-29 Bill WendlingS'more small non-functional changes in comments and...
2013-01-29 Enrico GranataDescribe the data formatters as part of the architecture
2013-01-29 Bill WendlingReorder some functions and add comments. No functionali...
2013-01-29 Enrico GranataAdding a Makefile. Hopefully that will make the Linux...
2013-01-29 Greg ClaytonFixed a "wchar_t" typo.
2013-01-29 Hal FinkelUnroll again after running BBVectorize
2013-01-29 Hal FinkelAdd isBGQ method to PPCSubtarget
2013-01-28 Enrico Granata<rdar://problem/12978143>
2013-01-28 Richard SmithFinish semantic analysis for [[carries_dependency]...
2013-01-28 Bill WendlingTry to appease some broken compilers by using 'unsigned...
2013-01-28 Greg ClaytonAlways define types from stdint.h so they are always...
2013-01-28 David GreeneAvoid Unnecessary Builds
2013-01-28 Bill WendlingRemove the AttributeWithIndex class.
2013-01-28 Dan GohmanAdd a comment mentioning that InstructionSimplify routi...
2013-01-28 Dmitri GribenkoFileCheck'ize tests
2013-01-28 Sean Silvadocs: reorganize front page slightly
2013-01-28 Dmitri GribenkoFileCheck'ize a test
2013-01-28 Dmitri GribenkoMigrate a test to -verify
2013-01-28 Chad Rosier[driver] Revise this test to remove the dependency...
2013-01-28 Dmitri GribenkoFileCheck'ize and merge tests
2013-01-28 Douglas GregorUndo my re-wording of the "ARC forbids Objective-C...
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-28 Edwin VaneFix gcc/printf/ISO C++ warning
2013-01-28 Shankar Easwaranadd register section, remove contentType from sectionKey
2013-01-28 Douglas GregorForbid the use of objects in unions in Objective-C...
2013-01-28 Douglas GregorEnable the global module index by default. Introduce the
2013-01-28 Bill SchmidtThis patch addresses bug 15031.
2013-01-28 Douglas GregorASTReader and profiling statistics indicate that implem...
2013-01-28 Dmitri GribenkoTests: remove disabled llvm-gcc invocations
2013-01-28 Douglas GregorAdd some more ASTReader statistics for global method...
2013-01-28 Jordan RosePR15067 (again): Don't warn about UCNs in C90 if we...
2013-01-28 Eric ChristopherFix comment.
2013-01-28 Eric ChristopherFix comment.
2013-01-28 Dmitri GribenkoFileCheck'ize and merge tests
next