platform/upstream/llvm.git
2013-01-29 Fariborz Jahanian[Doc parsing] Patch to parse Doxygen-supported HTML...
2013-01-29 Renato GolinAdding simple cast cost to ARM
2013-01-29 Chad Rosier[ubsan] Implement the -fcatch-undefined-behavior flag...
2013-01-29 Dmitri GribenkoRemove unused variable (unused since r173839)
2013-01-29 Dmitri GribenkoDocumentation: add empty lines so that lists are proper...
2013-01-29 NAKAMURA Takumiclang/test/Index/getcursor-preamble.m: Formatting.
2013-01-29 NAKAMURA Takumiclang/test/Index/getcursor-preamble.m: Tweak for win32...
2013-01-29 Michael GottesmanMade certain small functions in PtrState inlined.
2013-01-29 David BlaikieMove -Wstatic-float-init fixit into a note & don't...
2013-01-29 Filipe CabecinhasActually build DataFormatters dir. Fix for the r173732...
2013-01-29 Michael J.... [MC][COFF] Delay handling symbol aliases when writing
2013-01-29 Michael J.... [ELF] Chop the ELF prefix off of most things.
2013-01-29 Pekka JaaskelainenLoopVectorize: convert TinyTripCountVectorThreshold...
2013-01-29 Michael GottesmanRemoved trailing comma in last element of enum declaration.
2013-01-29 David BlaikieDon't fixit/recover from -Wstatic-float-init when it...
2013-01-29 Michael GottesmanMoved S_Stop back to its previous position in the seque...
2013-01-29 Weiming ZhaoAdd a special handling case for untyped CopyFromReg...
2013-01-29 Michael GottesmanFixed a few debug messages and some 80+ violations.
2013-01-29 Michael GottesmanAdded some periods to some comments and added an overlo...
2013-01-29 Daniel JasperMove the token annotator into separate files.
2013-01-29 Michael GottesmanChanged DoesObjCBlockEscape => DoesRetainableObjPtrEsca...
2013-01-29 Bill WendlingAdd a couple of accessor methods to get the kind and...
2013-01-29 Bill Wendlings/Data/Kind/g. No functionality change.
2013-01-29 Argyrios Kyrtzidis[Preprocessor] When checking if we can concatenate...
2013-01-29 Chad Rosier[driver] Refactor the driver so that a failing commands...
2013-01-29 Shankar Easwaranremove targetInfo and layout from ELFTargetLayout
2013-01-29 Greg Clayton<rdar://problem/13107904>
2013-01-29 Michael J.... [ELF] Fix header sort order.
2013-01-29 Daniel JasperImprove formatting of code with comments.
2013-01-29 David BlaikieSupport artificial parameters in function types.
2013-01-29 Jyotsna VermaUse multiclass for post-increment store instructions.
2013-01-29 Will Dietz[tsan] Fix checks for siginfo_t in tests
2013-01-29 Jyotsna VermaAdd constant extender support for MInst type instructions.
2013-01-29 Evan ChengRemove dead code.
2013-01-29 Argyrios KyrtzidisMark a struct definition in an objc container with...
2013-01-29 Edwin VaneFixing warnings revealed by gcc release build
2013-01-29 Benjamin KramerLoopVectorize: Clean up ValueMap a bit and avoid double...
2013-01-29 Michael J.... [ELF] Add support for IFUNC.
2013-01-29 NAKAMURA TakumiR600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair...
2013-01-29 Daniel JasperAllow all parameters on next line for function calls...
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>
next