platform/upstream/llvm.git
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
2014-10-15 Alexey Samsonov[CMake] Cleanup CMake rules after r219302. NFC.
2014-10-15 Tim Northover[macho] Create references from __eh_frame FDEs to their...
2014-10-15 Matt ArsenaultR600/SI: Also try to use 0 base for misaligned 8-byte...
2014-10-15 Alexey Samsonov[UBSan] [MIPS] Adding support of UBSan for mipsel arch
2014-10-15 Greg ClaytonAllow ThreadLauncher::LaunchThread() to specify a minim...
2014-10-15 Kaelyn TakataAdd llvm_unreachable after switch to avoid warnings...
2014-10-15 Matt ArsenaultR600: Fix miscompiles when BFE has multiple uses
2014-10-15 Kaelyn TakataDrop unneccessary default case from switch introduced...
2014-10-15 Sanjay Patelcorrect const-ness with auto and dyn_cast
2014-10-15 Hal Finkel[SLPVectorize] Basic ephemeral-value awareness
2014-10-15 Hal FinkelTreat the WorkSet used to find ephemeral values as...
2014-10-15 Zachary TurnerRemove some unnecessary headers from Host.cpp
2014-10-15 Reid KlecknerRevert "Fix late template parsing leak with incremental...
2014-10-15 Anton Yartsev[analyzer] Perl scripts are run differently from makefi...
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-15 Reid KlecknerFix late template parsing leak with incremental processing
2014-10-15 Argyrios Kyrtzidis[libclang] Add function to retrieve storage class in...
2014-10-15 Duncan P. N... DI: Make comments "brief"-er, NFC
2014-10-15 Aaron BallmanAdding attributes to the IndirectFieldDecl that we...
2014-10-15 Reid KlecknerDon't use a global_ctors comdat for globals that aren...
2014-10-15 David MajnemerCodeGen: Cleanup CGRecordLowering::lowerUnion a little
2014-10-15 Sanjay PatelUse 'auto' for easier reading; no functional change...
2014-10-15 Sanjay Patelremove function names from comments; NFC
2014-10-15 Dario DomizioliFix for PR21254 - Assertion in comment parser
2014-10-15 Duncan P. N... DI: Cleanup comments, NFC
2014-10-15 Rafael EspindolaUpdate for llvm api change.
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Duncan P. N... DI: Use a `DenseMap` instead of named metadata, NFC
2014-10-15 Rafael EspindolaUpdate for llvm api change.
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-15 Aaron BallmanTurned Sema::HandleDelayedAvailabilityCheck into a...
2014-10-15 Anton Yartsev[analyzer] Handle 'mingw32-make' in the same way as...
2014-10-15 Jan Veselyr600: Use llvm intrinsic to read work dimension information
2014-10-15 Samuel BenzaquenSpeed up hasName() matcher.
2014-10-15 Viktor Kutuzov[Tsan] Fix the sunrpc.cc test to build on FreeBSD
next