platform/upstream/llvm.git
2014-10-16 Alexander Kornienko[clang-tidy] Minor fixes for the NamespaceCommentCheck.
2014-10-16 Vasileios KalintirisTest commit access: remove extra new line at the end...
2014-10-16 Renato GolinUBSAN stable runtime more generic with arm* targets
2014-10-16 Alexander Kornienko[clang-tidy] Default options in modules.
2014-10-16 Benjamin KramerAdd missing header guard.
2014-10-16 Daniel Jasperclang-format: Fix behavior with comments before conditi...
2014-10-16 Jason MolendaMost of this function checks to see if m_process is...
2014-10-16 Daniel Jasperclang-format: [ObjC] Fix method expression detection.
2014-10-16 Jason MolendaAnother logical-or vrs. bitwise-or mixup in ClangUserEx...
2014-10-16 Jason MolendaEnable warnings in the debugserver project file..
2014-10-16 Jason MolendaA series of bit-flag values should be bitwise-or'ed...
2014-10-16 Jason MolendaRemove unreachable code.
2014-10-16 Jason MolendaRemove unreachable code.
2014-10-16 Jason MolendaAdd /* DISABLES CODE */ annotation before if (0) to...
2014-10-16 Jason MolendaRemove unreachable code.
2014-10-16 Jason MolendaRemove unreachable code.
2014-10-16 Jason MolendaXcode recommended these changes to the project file...
2014-10-16 Jason MolendaRemove unused initialization.
2014-10-16 Jason MolendaRemove dead store.
2014-10-16 Jason MolendaRemove dead store.
2014-10-16 Renato GolinAdds stable-runtime to ubsan to avoid broken ARM tests...
2014-10-16 Jason MolendaRemove dead store.
2014-10-16 Jason MolendaRemove unused variable.
2014-10-16 Justin BognerFrontend: Fix some underscore-then-capital UB
2014-10-16 Akira HatanakaReapply r219832 - InstCombine: Narrow switch instructio...
2014-10-16 Alexander Ereminspecify dwarf version for Solaris
2014-10-16 David BlaikiePR21246: DebugInfo: Emit the appropriate type (cv quali...
2014-10-16 Saleem AbdulrasoolTRE: make TRE a bit more aggressive
2014-10-16 Eric FiselierFix bad link in documentation. Thanks to rsmith
2014-10-16 Alexey BataevBugfix in template instantiation in CXXPseudoDestructor...
2014-10-16 Jason MolendaRyan Brown's patch to handle DW_OP_call_frame_cfa addresses
2014-10-16 Jason MolendaFix accidental over-checking of args in launcherXPCService.
2014-10-16 Eric FiselierAdd my buildbot to list of libc++ buildbots in document...
2014-10-16 Jason MolendaFix a potential null pointer deref & a potential memory...
2014-10-16 Jason MolendaRemove unnecessary update of 'name' local.
2014-10-16 Jason MolendaRemove unused change to argc/argv after long option...
2014-10-16 Jason MolendaEnsure that user_exe_path is non-NULL before derferencing.
2014-10-16 Jason MolendaGuard against NULL derefs.
2014-10-16 Jason MolendaAh, accidentally committed a patch I didn't mean to.
2014-10-16 Jason MolendaIt's possible for long_options[long_options_index]...
2014-10-16 Jason MolendaCheck that process is non-null before calling a method...
2014-10-16 Jason MolendaIt's possible for this function to not be passed a...
2014-10-16 Akira HatanakaRevert r219832.
2014-10-16 David BlaikieDebugInfo: Cleanup testing of non-type template parameters.
2014-10-16 Hal Finkel[LVI] Add some additional comments about caching and...
2014-10-16 NAKAMURA Takumillvm/Support/Options.h: Use \tparam. [-Wdocumentation]
2014-10-16 NAKAMURA Takumi[CMake] clangBasic: Add Core to LINK_COMPONENTS introdu...
2014-10-16 Matt ArsenaultR600: Remove dead function
2014-10-15 Sanjoy DasRevert "r219834 - Teach ScalarEvolution to sharpen...
2014-10-15 Hal FinkelMoving CGF::EmitAlignmentAssumption to IRBuilder
2014-10-15 Hal FinkelPreserve non-byval pointer alignment attributes using...
2014-10-15 Hal FinkelAdd CreateAlignmentAssumption to IRBuilder
2014-10-15 Adam Nemet[AVX512] Add DQ subvector inserts
2014-10-15 Adam Nemet[AVX512] Add SKX testing to avx512-insert-extract.ll
2014-10-15 Adam Nemet[AVX512] Fix test to produce a defined value
2014-10-15 Adam Nemet[AVX512] Two new attributes in X86VectorVTInfo for...
2014-10-15 Adam Nemet[AVX512] Rename arg from Opcode32/64 to Opcode128/256...
2014-10-15 Jason MolendaGive old_state a default value so we won't try to restore
2014-10-15 Matt ArsenaultR600: Remove unnecessary part of computeKnownBitsForTar...
2014-10-15 Matt ArsenaultMove variable down to use
2014-10-15 Alexander PotapenkoAdd MachOObjectFile::getUuid()
2014-10-15 Jason MolendaGive user_id a default invalid value so we don't
2014-10-15 Johannes Doerfert[Refactor][NfC] ReportLevel should be used as a bool...
2014-10-15 Jason MolendaFix unused-variable warnings from the clang static...
2014-10-15 Chris BienemanUpdating documentation based on my change to remove...
2014-10-15 Chris BienemanFixing the build failure due to compiler warnings and...
2014-10-15 Kuba Brecka[compiler-rt] compiler-rt's CMake append_if function...
2014-10-15 David MajnemerCodeGen: Don't drop thread_local when emitting __thread...
2014-10-15 Alexey SamsonovMove SanitizerBlacklist object from CodeGenModule to...
2014-10-15 Jason MolendaMechanical change to FastDemangle to make it closer...
2014-10-15 Alexey SamsonovAvoid having "using namespace" for both "clang" and...
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-10-15 Enrico GranataThis should keep the non-Xcode-based builds happy
2014-10-15 Enrico GranataAdd synthetic children support for NSIndexPath
2014-10-15 Saleem AbdulrasoolSema: handle AttributedTypeLocs in C++14 auto deduction
2014-10-15 Saleem Abdulrasooltest: simplify test further
2014-10-15 Samuel BenzaquenChange hasName() to take const std::string&, as it...
2014-10-15 Tom StellardR600/SI: Fix bug where immediates were being used in...
2014-10-15 Eric ChristopherAvoid caching the MachineFunction, we don't use it...
2014-10-15 Sid ManningWrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIB...
2014-10-15 Duncan P. N... IR: Move NumOperands from User to Value, NFC
2014-10-15 Duncan P. N... IR: Cleanup comments for Value, User, and MDNode
2014-10-15 Tim Northover[mach-o] avoid overly clever std::find_if
2014-10-15 Alexey SamsonovMove -fsanitize-blacklist to LangOpts from CodeGenOpts...
2014-10-15 Enrico GranataThe NSDate formatter should use GMT instead of the...
2014-10-15 Alexey SamsonovMove SanitizerBlacklist to clangBasic. NFC.
2014-10-15 Joerg SonnenbergerAs requested by Matt Thomas, use long long for intmax_t...
2014-10-15 Joerg SonnenbergerSet ABI and DescriptionString first to reduce OS specif...
2014-10-15 Sid ManningWrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE...
2014-10-15 Tim Northover[mach-o] make __unwind_info defer to __eh_frame when...
2014-10-15 Rafael EspindolaAllow forward references to section symbols.
2014-10-15 Sanjoy DasTeach ScalarEvolution to sharpen range information.
2014-10-15 Sid ManningAdd LLVM_ATTRIBUTE_UNUSED to function currently just...
2014-10-15 Akira HatanakaInstCombine: Narrow switch instructions using known...
2014-10-15 Juergen RibutzkaReapply "[FastISel][AArch64] Add custom lowering for...
2014-10-15 Juergen Ributzka[FastISel][AArch64] Factor out add with immediate emiss...
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Enrico GranataMake this test case more resilient in the face of line...
2014-10-15 Will Schmidt[compiler-rt] Enable ASAN for powerpc64le-linux
2014-10-15 Sid ManningEnable the instruction printer in HexagonMCTargetDesc
next