platform/upstream/llvm.git
2016-09-15 Tamas BerghammerAdd support for DW_AT_ranges_base attribute
2016-09-15 Tamas BerghammerTry to fix windows build after rL281569
2016-09-15 Filipe Cabecinhas[asan] Reify ErrorInvalidPointerPair
2016-09-15 Filipe Cabecinhas[asan] Reify ErrorODRViolation
2016-09-15 Filipe Cabecinhas[asan] Reify ErrorBadParamsToAnnotateContiguousContainer
2016-09-15 Vedant Kumar[llvm-cov] Move some layout logic to the right spot...
2016-09-15 Vedant Kumar[llvm-cov] Hide instantiation views for unexecuted...
2016-09-15 Vedant Kumar[llvm-cov] Don't create 'jump to ...' links in nested...
2016-09-15 Wei MiUpdate clang unittests for rL281586.
2016-09-15 Wei MiAdd some shortcuts in LazyValueInfo to reduce compile...
2016-09-15 Jonas Hahnfeld[CMake] Fixing lit for runtimes directory
2016-09-15 Kostya Serebryany[libFuzzer] disable test that requires debug info ...
2016-09-15 Kostya Serebryany[libFuzzer] move the AFL driver build rule test into...
2016-09-15 NAKAMURA TakumiBuiltins.def: Explicitly undef finitef, to appease...
2016-09-15 Vedant Kumar[llvm-cov] Make a method name more accurate (NFC)
2016-09-15 Kostya Serebryany[libFuzzer] fix print_pcs test
2016-09-15 Vedant Kumar[llvm-cov] Don't print a verbose title when looking...
2016-09-15 Vedant Kumar[llvm-cov] Fix tests that aren't checking anything...
2016-09-15 Kostya Serebryany[libFuzzer] implement print_pcs with trace-pc-guard...
2016-09-15 Ahmed Bougacha[sanitizer] Fix darwin Go tsan build by unifying r28156...
2016-09-15 Wei MiAdd a C++ unittest to test the fix for PR30213.
2016-09-15 Kostya Serebryany[sanitizer] one more attempt to fix things with __sani...
2016-09-15 Justin Lebar[doc] [CUDA] Add sections about STL support and differe...
2016-09-15 Sanjoy Das[LangRef] Add a clarifying example for undef
2016-09-15 Jim InghamMake the keys enumerations for options and resolvers...
2016-09-15 Kostya Serebryany[libFuzzer] add 8-bit counters to trace-pc-guard handler
2016-09-15 Ahmed BougachaDefine the weak symbol added by r281546 on mac.
2016-09-15 Aaron Watrymath: Implement tgamma
2016-09-15 Aaron Watrymath: Implement lgamma
2016-09-15 Aaron Watrymath: Implement lgamma_r
2016-09-15 Aaron WatryAdd ADDR_SPACE parameter to _CLC_V_V_VP_VECTORIZE
2016-09-14 Eric FiselierRevert r280944 - Added 'inline' attribute to basic_stri...
2016-09-14 Sanjay Patel[InstCombine] refactor eq/ne cases in foldICmpUsingKnow...
2016-09-14 Zachary Turner[pdb] Fix unit test compilation.
2016-09-14 Sanjay Patel[InstCombine] add vector tests for foldICmpUsingKnownBits()
2016-09-14 Reid KlecknerFix the Windows build after r281546
2016-09-14 Artem BelevichRevert r281457 "Supports adding insertion around non...
2016-09-14 Zachary Turner[pdb] Get rid of Data and RawData in CVType.
2016-09-14 Zachary Turner[pdb] Write TPI hash values to the TPI stream.
2016-09-14 Reid Kleckner[MC] Handle discardable COFF sections in assembly
2016-09-14 Kostya Serebryany[tsan] fix tsan build by adding a dummy __sanitizer_pri...
2016-09-14 Reid Kleckner[clang-cl] Accept the joined equals version of -resourc...
2016-09-14 Mehdi AminiFix auto-upgrade of TBAA tags in Bitcode Reader
2016-09-14 Kostya Serebryany[asan] fix windows
2016-09-14 Kostya Serebryany[asan] add heap_profile=1 to asan to periodically print...
2016-09-14 Sean CallananMore cleanup in `frame diagnose,` eliminating a bunch...
2016-09-14 Justin Lebar[CUDA] Make __clang_cuda_cmath.h compatible with libc++.
2016-09-14 Justin Lebar[CUDA] Add test checking our ability to take a function...
2016-09-14 Reid KlecknerFix indentation in codeview code
2016-09-14 Albert GutowskiAdd some MS aliases for existing intrinsics
2016-09-14 Mehdi Amini[LTO] Move tests from test/tools to test/LTO, as they...
2016-09-14 Mehdi Amini[LTO] Fix commons handling
2016-09-14 Mehdi Amini[ThinLTO] Add an option to llvm-lto to print some basic...
2016-09-14 Sean CallananReplaced two instances of std::function with auto.
2016-09-14 Matt ArsenaultFinish renaming remaining analyzeBranch functions
2016-09-14 Sean CallananCleaned up a little bit of redundant code in 'frame...
2016-09-14 Evgeniy Stepanov[asan] Disable 64-bit allocator on android/aarch64.
2016-09-14 Sanjoy Das[Stackmap] Added callsite counts to emitted function...
2016-09-14 Sanjay Patel[x86] regenerate checks
2016-09-14 Stephen HinesRevert "Do not warn about format strings that are index...
2016-09-14 Sanjay Patel[x86] regenerate checks
2016-09-14 Valentina GiustiUse 'enum class' instead of 'enum' in NativeRegisterCon...
2016-09-14 Stephen HinesDo not warn about format strings that are indexed strin...
2016-09-14 Evgeniy StepanovRevert "[ARM] Promote small global constants to constan...
2016-09-14 Kirill BobyrevCorrect assert text in DeclGroup::getSingleDecl()
2016-09-14 Jason Henline[SE] Add CUDA platform
2016-09-14 Sanjay Patel[x86] regenerate checks
2016-09-14 Etienne Bergeron[compiler-rt] Set asan win 64-bits to use dynamic addre...
2016-09-14 Rafael EspindolaHandle arbitrary expressions in DATA_SEGMENT_RELRO_END.
2016-09-14 Jim InghamAdd SB API's for writing breakpoints to & creating...
2016-09-14 Jim InghamFix some const-ness issues with BreakpointID & Breakpoi...
2016-09-14 Davide Italiano[lib/LTO] Fix a typo. NFC.
2016-09-14 Devin Coughlin[analyzer] scan-build-py: Remove relative path hack...
2016-09-14 Rafael EspindolaAdd an interesting test.
2016-09-14 Matt ArsenaultRevert "AMDGPU: Use SOPK compare instructions"
2016-09-14 Matt ArsenaultAMDGPU: Use SOPK compare instructions
2016-09-14 Michal Gorny[cmake] Make libgomp & libiomp5 alias install optional
2016-09-14 Eugene Zelenko[Release notes] Mention readability-container-size...
2016-09-14 Dehao ChenConvert finite to builtin
2016-09-14 Adrian PrantlVerifier: Mark orphaned DICompileUnits as a debug info...
2016-09-14 Valentina GiustiUse Intel CPU flags to determine target supported features.
2016-09-14 Matt ArsenaultMake analyzeBranch family of instruction names consistent
2016-09-14 Matt ArsenaultAArch64: Use TTI branch functions in branch relaxation
2016-09-14 Sanjay Patel[x86] fix formatting; NFC
2016-09-14 Etienne Bergeron[compiler-rt] Avoid instrumenting sanitizer functions
2016-09-14 Simon Pilgrim[X86][SSE] Improve recognition of i64 sitofp conversion...
2016-09-14 Chad Rosier[LoopInterchange] Typo. NFC.
2016-09-14 Chad Rosier[LoopInterchange] Add CL option to override cost threshold.
2016-09-14 Simon Pilgrim[X86][SSE] Don't use PSHUFD directly - lower with gener...
2016-09-14 Sanjay PatelgetValueType().getScalarSizeInBits() -> getScalarValueS...
2016-09-14 Chad Rosier[LoopInterchange] Cleanup debug whitespace. NFC.
2016-09-14 Rafael EspindolaAdd a test showing we handle .tbss sections in linker...
2016-09-14 Sanjay PatelgetVectorElementType().getSizeInBits() -> getScalarSize...
2016-09-14 Simon Atanasyan[ELF] Do not adjust TLS symbol value when produce reloc...
2016-09-14 Sanjay PatelgetValueType().getSizeInBits() -> getValueSizeInBits...
2016-09-14 Etienne BergeronFix typo in comment [NFC]
2016-09-14 Matt ArsenaultAMDGPU: Support folding FrameIndex operands
2016-09-14 Sanjay PatelgetValueType().getScalarSizeInBits() -> getScalarValueS...
2016-09-14 Sanjay PatelgetScalarType().getSizeInBits() -> getScalarSizeInBits...
2016-09-14 Matt ArsenaultAMDGPU: Improve splitting 64-bit bit ops by constants
next