platform/upstream/llvm.git
2015-03-05 Marshall ClowRework reverse_iterator::operator[] so as not to use...
2015-03-05 Igor LaevskyRevert change r231366 as it broke clang-native-arm...
2015-03-05 Tom StellardFix bitselect for float/double types v2
2015-03-05 Elena DemikhovskyAVX-512, SKX: Enabled masked_load/store operations...
2015-03-05 Alexander Kornienko[clang-tidy] Slighly clarified a comment.
2015-03-05 Alexander Kornienko[clang-tidy] Replace unrecognized namespace ending...
2015-03-05 Frederic RissFix -Woverflow warning in unittest.
2015-03-05 Dmitry Vyukovtsan: fix signal handling during stop-the-world
2015-03-05 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-05 Alexander Kornienko[clang-tidy] Fix diag message in clang-tidy misc-unique...
2015-03-05 Alexander Kornienko[clang-tidy] Refactor: Move google clang-tidy checks...
2015-03-05 Toma TabacuRecommit "[IAS] Teach -cc1as about the 'target-abi...
2015-03-05 Tobias GrosserFix compilation after 'Make DataLayout Non-Optional...
2015-03-05 Kuba BreckaSymbolizer refactoring: Link symbolizer tools into...
2015-03-05 Arnaud A. de... [PBQP] Use a local bit-matrix to speedup searching...
2015-03-05 Michael Kuperstein[InstCombine] Fix an assertion when fmul has a Constant...
2015-03-05 Craig TopperRevert "[TableGen] Implement at least some support...
2015-03-05 Craig Topper[TableGen] Implement at least some support for multiple...
2015-03-05 Craig Topper[TableGen] Add support constraining a vector type in...
2015-03-05 Tobias GrosserFix leftover Dependences.cpp -> DependenceInfo.cpp
2015-03-05 Craig Topper[X86] Use vmovss to handle inserting an element into...
2015-03-05 Frederic RissRemove useless break after return.
2015-03-05 Philip ReamesAdd a few more performance tips
2015-03-05 Frederic RissRevert "[dsymutil] MSVC does generate move constructors...
2015-03-05 Frederic Riss[dsymutil] MSVC does generate move constructors, but...
2015-03-05 Philip ReamesAdd a link to the new PerformanceTips docs from the...
2015-03-05 Hans WennborgRevert r231324 "Remove the conditional addition of...
2015-03-05 Chandler Carruth[MBP] Use range based for-loops throughout this code...
2015-03-05 Argyrios Kyrtzidis[test] Expand a bit on the test case from r231251....
2015-03-05 Rui UeyamaRemove dead code.
2015-03-05 Nick LewyckyFix build with GCC:
2015-03-05 Kostya Serebryany[sanitizer] add a run-time flag to dump the coverage...
2015-03-05 Jason MolendaAdd support for the DWARFv3 (circa 2005) DW_OP_form_tls...
2015-03-05 Chandler Carruth[MBP] NFC, run clang-format over this code and tweak...
2015-03-05 Chandler Carruth[MBP] This is no longer 'block-placement2'. ;] The...
2015-03-05 Hans WennborgFix msvc-link.c test for environments with link.exe...
2015-03-05 Rafael EspindolaUse the existing begin and end symbol for debug info.
2015-03-05 Kostya Serebryany[sanitizer] use simpler symbolizer interface (GetModule...
2015-03-05 NAKAMURA TakumiReformat.
2015-03-05 NAKAMURA TakumiRevert r231103, "FullDependenceAnalysis: Avoid using...
2015-03-05 NAKAMURA TakumiRevert r231104, "unique_ptrify FullDependenceAnalysis...
2015-03-05 Kostya Serebryany[sanitizer] add nosanitize metadata to more coverage...
2015-03-05 Chandler Carruth[MBP] Revert r231238 which attempted to fix a nasty...
2015-03-05 NAKAMURA TakumiScalarEvolution.cpp: Appease g++-4.7. He missed implici...
2015-03-05 Rui UeyamaRemove else if a last block ends with return.
2015-03-05 Rui UeyamaRemove redundant virtual destructor.
2015-03-05 David MajnemerMS ABI: Implement support for throwing a C++ exception
2015-03-05 Johannes DoerfertCreate a dependence struct to hold dependence informati...
2015-03-05 Johannes DoerfertAdd missing forward declaration [NFC]
2015-03-05 Alexey Samsonov[ASan] Fix asan-(32|64)-bits lit tests feature.
2015-03-05 Eric ChristopherRemove the conditional addition of the execution depend...
2015-03-05 Eric ChristopherCleanup and remove a chunk of getARMSubtarget calls...
2015-03-05 Paul RobinsonTurn off .debug_pubnames/pubtypes for PS4.
2015-03-05 Rui UeyamaUse range-based for loops to iterate over file nodes.
2015-03-05 Reid KlecknerGive some obj-c rewriter tests that use MS pragmas...
2015-03-04 Kostya Serebryany[sanitizer] when dumping coverage bitset, dump seperate...
2015-03-04 Rick FoosTemporary XFAILs for Hexagon
2015-03-04 Reid KlecknerImplement section pragma feedback on r205810
2015-03-04 Rui UeyamaPECOFF: Update comments on .drectve section encoding.
2015-03-04 Enrico GranataAppease the Windows bot
2015-03-04 Anton Yartsev[analyzer] Bug fix: do not report leaks for alloca()
2015-03-04 Aaron BallmanInitializer lists are supported in MSVC 2013. Since...
2015-03-04 Hans WennborgPass -dll to link.exe when building with -shared (PR22697)
2015-03-04 Marshall ClowMove the <dynarray> tests out of the std/ hierarchy...
2015-03-04 Enrico GranataIntroduce lldbassert(x)
2015-03-04 Argyrios Kyrtzidis[Support] Increase timeout for the LockFileManager...
2015-03-04 Johannes DoerfertRename the Dependences pass to DependenceInfo [NFC]
2015-03-04 Matthias BraunImprove test robustness
2015-03-04 Sanjoy Das[IndVarSimplify] use the "canonical" way to infer no...
2015-03-04 Sanjoy Das[SCEV] make SCEV smarter about proving no-wrap.
2015-03-04 Johannes DoerfertSimplify dropConstantScheduleDims [NFC]
2015-03-04 David BlaikieProvide an explicit move ctor because MSVC can't synthe...
2015-03-04 David BlaikieFix the clang self-host -Werror build
2015-03-04 Rui UeyamaPECOFF: Do not add layout-after edges.
2015-03-04 Frederic Riss[dsymutil] Add minimal code to emit DIE trees.
2015-03-04 Frederic RissDWARFFormValue: Add getAsSignedConstant method.
2015-03-04 Frederic RissTeach DIEInteger to emit FORM_strp and FORM_ref_addr...
2015-03-04 Frederic RissMake the DWARFAbbreviationDeclaration::AttributeSpec...
2015-03-04 David BlaikieUpdate LangRef for explicit type changes to 'load'...
2015-03-04 Rafael EspindolaExpand variables when evaluating absolute expressions.
2015-03-04 David BlaikieUpdate LangRef for getelementptr explicit type changes
2015-03-04 Alexey Samsonov[Sanitizer] Fix/suppress compiler warnings in unit...
2015-03-04 Sanjay Pateldon't repeat class / function / variable names in comme...
2015-03-04 Nemanja IvanovicAdd Clang support for PPC cryptography builtins
2015-03-04 Rui UeyamaDefine DefinedAtom::sectionSize.
2015-03-04 Alexey SamsonovExclude LLVM sources from lint check.
2015-03-04 Enrico GranataAdd a required #include
2015-03-04 Jim InghamFix a thinko in the case where we return a launch error...
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-03-04 Reid KlecknerTry to satisfy sanitizer lint check
2015-03-04 Kostya Serebryany[sanitizer] Since x32 runs under 64-bit kernel, GetKern...
2015-03-04 David BlaikieAdd a FIXME for PR22796, broken ordering of ClassInfo...
2015-03-04 Tobias GrosserRemove unnecessary dynamic memory management
2015-03-04 Reid KlecknerFix test/CodeGen/builtins.c for platforms that don...
2015-03-04 Rafael EspindolaFix the build of the gold-plugin and examples.
2015-03-04 Reid KlecknerTry to fix the build after removing DataLayoutPass
2015-03-04 Reid KlecknerAdd missing <atomic> include to PassRegistry.h
2015-03-04 Erik EcksteinAdd a lock() function in PassRegistry to speed up multi...
2015-03-04 David BlaikieRecommit r231221: "Devirtualize ~parser<T> by making...
next