platform/upstream/llvm.git
2013-02-08 Manuel KlimekTakes the context into account when re-indenting regions.
2013-02-08 Fariborz Jahanianobjective-C modern translator. Fixes a trivial
2013-02-08 Daniel JasperFix handling of fake parenthesis during formatting.
2013-02-08 David TweedThe patch to fix some issues in r174543 fixed the lines...
2013-02-08 Daniel JasperImplement a tiny expression parser to improve formattin...
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-08 Alexey SamsonovUpdate tests for DWARF parser: store sources next to...
2013-02-08 Evgeniy Stepanov[asan] Fix off-by-one in AddrIsAtRight.
2013-02-08 Michael KupersteinTest Commit
2013-02-08 Evgeniy Stepanov[sanitizer] Fix lint.
2013-02-08 Timur Iskhodzhanov[ASan] Switch Windows to allocator v2, also fixing...
2013-02-08 Timur Iskhodzhanov[ASan] Move functions using BitScan/clzl to sanitizer_c...
2013-02-08 Evgeniy Stepanov[sanitizer] Add 2 random tests for the scanf implementa...
2013-02-08 Evgeniy Stepanov[sanitizer] Improve scanf interceptor
2013-02-08 Daniel JasperAvoid unnecessary line breaks in nested ObjC calls.
2013-02-08 Tim NorthoverImprove filechecking of volatile test.
2013-02-08 Alexey Samsonov[CMake] set -mmacosx-version-min to 10.7 if compiler...
2013-02-08 Jordan RoseCMake: Include Clang unit tests in check-clang target...
2013-02-08 Bill WendlingParse the attribute group reference on a function.
2013-02-08 Reed KotlerWhen Mips16 frames grow large, the immediate field...
2013-02-08 Greg ClaytonAdded the ability to specify a breakpoint using the...
2013-02-08 Nick LewyckyFix test failure by making sure this file isn't identic...
2013-02-08 Enrico Granata<rdar://problem/12898191>
2013-02-08 Andrew TrickRevert "Have InstCombine call SipmlifyCall when handlin...
2013-02-08 Jordan RoseCMake: Optionally allow running the Clang unit tests...
2013-02-08 Richard SmithFix conflict between r174685 and r174645 (rename -fmodu...
2013-02-08 Argyrios Kyrtzidis[libclang] Attribute visitation happens out-of-source...
2013-02-08 Tanya LattnerUse the target address space value when mangling names.
2013-02-08 Michael J.... [readobj] Fix memory leak.
2013-02-08 Bill WendlingUse ParseFnAttributeValuePairs instead of ParseOptional...
2013-02-08 Richard SmithFix stack overflow and improve performance when a modul...
2013-02-08 Fariborz Jahanianobjective-C modern translator. Generate #line
2013-02-08 Douglas GregorTeach subframework header lookup to suggest modules...
2013-02-07 Michael J.... [Object][ELF] Add a way to get the dynamic symbol table...
2013-02-07 Michael J.... [Object][ELF] Add {begin,end}_elf_dynamic_symbols to...
2013-02-07 Anna Zaks[analyzer] Remove redundant check as per Jordan's feedback.
2013-02-07 Anna Zaks[analyzer] Fix typo.
2013-02-07 Anna Zaks[analyzer] Report bugs when freeing memory with offset...
2013-02-07 Anna Zaks[analyzer] Add pointer escape type param to checkPointe...
2013-02-07 Anna Zaks[analyzer] Don't reinitialize static globals more than...
2013-02-07 Michael IlsemanHave InstCombine call SipmlifyCall when handling calls...
2013-02-07 Douglas GregorForm the default -fmodules-cache-path= properly.
2013-02-07 Enrico GranataRenaming SBValueList::get() to
2013-02-07 Fariborz Jahanianobjective-C modern translator. More fixups for
2013-02-07 Nadav Rotemfix 80-col violation and fix the docs.
2013-02-07 Enrico GranataCorrect logging for function calls that return SBValueList
2013-02-07 Marshall ClowChange the 'result_type' from unsigned to 'uint_fast32_...
2013-02-07 Greg ClaytonBe sure to set the data offset to zero if we actually...
2013-02-07 Daniel Dunbar[lit] Add a display function for lit.Test.TestResult.
2013-02-07 Akira Hatanaka[mips] Make Filler a class and reduce indentation.
2013-02-07 Andrew KaylorFixing stale pointer problem in ELFObjectFile
2013-02-07 Eric ChristopherFormatting.
2013-02-07 Eric Christopher"Clean up" line section symbol emission by emitting...
2013-02-07 Daniel Jasperclang-format: Don't put useless space in f( ::g()).
2013-02-07 Will Schmidt[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
2013-02-07 Bill SchmidtConstrain PowerPC autovectorization to fix bug 15041.
2013-02-07 Shankar Easwaranfix segment ordering of elf segments
2013-02-07 Shankar Easwaranadd changes for layoutafter/layoutbefore/ingroup/layout...
2013-02-07 Akira Hatanaka[mips] Add definition of JALR instruction which has...
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: Handle VGPR64 destination in copyPhysReg().
2013-02-07 Tom StellardR600/SI: Add pattern for mul.
2013-02-07 Tom StellardR600/SI: simplify and fix SMRD encoding
2013-02-07 Tom StellardR600/SI: add proper 64bit immediate support v2
2013-02-07 Tom StellardR600: Add an explicit default processor
2013-02-07 Michael IlsemanIdentify and simplify idempotent intrinsics. Test case...
2013-02-07 Douglas GregorAdd missing header from r174648
2013-02-07 Douglas GregorRetain all hidden methods in the global method pool...
2013-02-07 Dmitri Gribenkolibclang: reduce CXString abuse
2013-02-07 Arnold SchwaighoferLoop Vectorizer: Refactor Memory Cost Computation
2013-02-07 Douglas GregorRename -fmodule-cache-path <blah> to -fmodules-cache...
2013-02-07 DeLesley HutchinsThread safety analysis: make sure that expressions...
2013-02-07 Edwin VaneFix for combined loop and nullptr convert tests
2013-02-07 Marshall ClowBelt and suspenders when calling sysconf
2013-02-07 Meador IngeADT: Correct APInt::getActiveWords for zero values
2013-02-07 Chad RosierTestcase for r174477.
2013-02-07 Michael J.... [Object][ELF] Fix crash on no dynamic section.
2013-02-07 Enrico Granata<rdar://problem/13107151>
2013-02-07 Marshall ClowAnother libc++ warning suppression on Linux; no functio...
2013-02-07 Marshall ClowMore libc++ warning suppression on Linux; no functional...
2013-02-07 Dmitry Vyukovtsan: fix suppress_java logic
2013-02-07 Tom StellardR600/SI: Use proper instructions for array/shadow samplers.
2013-02-07 Tom StellardR600/SI: Make sample intrinsic address parameter type...
2013-02-07 Tom StellardR600/SI: Add basic support for more integer vector...
2013-02-07 Arnold SchwaighoferARM cost model: Add costs for vector selects
2013-02-07 Guy BenyeiEnable overloading of OpenCL events - this is needed...
2013-02-07 Alexander Potapenko[ASan] Remove the replace_cfallocator flag, which is...
2013-02-07 Alexander Potapenko[ASan] Enable alloc_dealloc_mismatch by default on...
2013-02-07 Tim NorthoverFileCheckize volatile test
2013-02-07 Alexander Potapenko[ASan] Enable the new and delete wrappers on Darwin.
2013-02-07 Howard HinnantRevert accidental check-in. These changes are probably...
2013-02-07 Dmitry Vyukovtsan: intercept libc __res_iclose
2013-02-07 Howard HinnantMichael van der Westhuizen: The attached patch add...
2013-02-07 Dmitry Vyukovtsan: fix Go build
2013-02-07 Tim NorthoverOnly check for volatile memcpys in test.
2013-02-07 Tim NorthoverAdd AArch64 wchar definition to test
2013-02-07 Tim NorthoverXFAIL test that's inappropriate for AArch64 ABI
2013-02-07 Tim NorthoverPermit ABIs where the caller extends the result (test...
2013-02-07 Kostya Serebryany[sanitizer] always allocate 16-byte aligned chunks...
2013-02-07 Alexander Potapenko[sanitizer_common] Fix lint warnings.
next