platform/upstream/llvm.git
2016-03-24 Paul Robinson[PS4] Guarantee an instruction after a 'noreturn' call.
2016-03-24 Rafael EspindolaFix lazy linking of comdat members.
2016-03-24 Mike Aizatsky[sancov] -print-coverage-stats option to print various...
2016-03-23 Lang Hames[Support] Make all Errors convertible to std::error_code.
2016-03-23 Matt ArsenaultAPFloat: Fix signalling nans for scalbn
2016-03-23 Vedant KumarFix a typo, Tiles -> Files, NFC
2016-03-23 Siva Chandra[JITLoaderGDB] Read jit entry struct manually.
2016-03-23 Nico Weberclang-cl: Add a FIXME for bumping the default msc version.
2016-03-23 Matt ArsenaultAMDGPU: Remove atomic inc/dec patterns
2016-03-23 Matt ArsenaultAMDGPU: Promote alloca should skip volatiles
2016-03-23 Mike Aizatsky[sancov] code readability improvement.
2016-03-23 Andrew Wilkins[llgo] Increment "Debug Info Version"
2016-03-23 Nico WeberFix typo in test from r264210, sigh.
2016-03-23 Nico Weberclang-cl: With -fmsc-version=1900, use MSVS2015 diag...
2016-03-23 Justin Bognerdocs: Fix a missing language in a code-block
2016-03-23 Justin Lebar[CUDA] Update docs to reflect that we no longer define...
2016-03-23 Justin Lebar[CUDA] Merge most of CodeGenCUDA/function-overload...
2016-03-23 Justin Lebar[CUDA] Simplify SemaCUDA/function-overload.cu test.
2016-03-23 Justin Lebar[CUDA] Don't define __NVCC__.
2016-03-23 Pete CooperFix more cases of UB from allocating 0 sized data....
2016-03-23 Matt ArsenaultAdd missing __builtin_bitreverse8
2016-03-23 Pete CooperUse a memcpy to avoid unaligned store UB.
2016-03-23 Pete CooperStringRef::copy shouldn't allocate anything for length...
2016-03-23 Matt ArsenaultAMDGPU: Insert moves of frame index to value operands
2016-03-23 Cong HouAllow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be...
2016-03-23 Kevin EnderbyFix a cut-and-paste error in the changes for r264187...
2016-03-23 Sanjay Patelreorganize llc checks script to allow more flexibility...
2016-03-23 Manman RenObjC: add getter/setter for class properties to global...
2016-03-23 Derek Bruening[sanitizer] Add strnlen to the common interceptors
2016-03-23 Kevin EnderbyMore more change need as part of r264187 where ErrorOr...
2016-03-23 Rui UeyamaELF: Split BitcodeCompiler::compile.
2016-03-23 Rafael EspindolaFix logic for which symbols to keep with comdats.
2016-03-23 Richard BartonGuard a number of tests relying on threads support...
2016-03-23 Reid Kleckner[asan] Export new and delete operators on Windows
2016-03-23 Richard SmithMake SemaAccess smarter about determining when a depend...
2016-03-23 Kevin EnderbyAdd the needed lld change for r264187 in llvm.
2016-03-23 Kevin EnderbyFix a crash in running llvm-objdump -t with an invalid...
2016-03-23 Sanjay Patel[x86] make peekThroughBitcasts() a helper function
2016-03-23 Chad Rosier[AArch64] Replace return 0 with return false. NFC.
2016-03-23 Richard SmithMake sure to perform dependent access checks when insta...
2016-03-23 Kyle ButtCodegen: [PPC] Word Rotates are Zero Extending.
2016-03-23 Nico Weberclang-cl: Fix remaining bugs in interaction of /Yc...
2016-03-23 Davide Italiano[LTO] Keep linkonce symbols when required.
2016-03-23 George Burgess IVFix bugs in the MemorySSA walker.
2016-03-23 Easwaran RamanAdd getBlockProfileCount method to BlockFrequencyInfo
2016-03-23 Nico Weberclang-cl: Add more tests for the interaction of /FI...
2016-03-23 Justin BognerSelectionDAG: Remove a tautological dyn_cast. NFC
2016-03-23 Davide Italiano[LTO/Tests] Fix typo. Visibility -> Linkage. Pointy...
2016-03-23 Davide Italiano[LTO/tests] Check optimized bitcode instead of produced...
2016-03-23 Nico Weberclang-cl: Include /FI headers in /showIncludes output.
2016-03-23 Stephane SezerImplement ObjectFilePECOFF::GetEntryPointAddress.
2016-03-23 Pete CooperCopy MachO struct to temporary to avoid unaligned load UB.
2016-03-23 Davide Italiano[LTO] Only change linkage if we keep the symbol.
2016-03-23 Faisal Vali[NFC] Delete an unused function parameter from a static...
2016-03-23 Mike SpertusVisualize fields of records as they were declared in...
2016-03-23 Kuba BreckaFollow-up for r264162 to fix the CMake build (update...
2016-03-23 Manman RenObjC: Handle boolean fixed type for enum.
2016-03-23 Jonathan PeytonFix Visual Studio builds
2016-03-23 Artyom SkrobovReplace a string comparison in ARMSubtarget.h with...
2016-03-23 Chih-Hung Hsieh[analyzer] Fix typo s/initalize/initialize/
2016-03-23 Nico Weberclang-cl: Don't warn about /Oy- being unused in 64...
2016-03-23 Kuba BreckaAdd ThreadSanitizer debugging support.
2016-03-23 Silviu Baranga[SCEV] Change the SCEV Predicates interfaces for conver...
2016-03-23 Rafael EspindolaNot every x86 relocation is relative.
2016-03-23 Alexander KornienkoUse an enum instead of hardcoded indices. NFC.
2016-03-23 Simon Pilgrim[X86] Regenerated WidenArith test
2016-03-23 Oliver Stannard[AArch64] Replace some uses of report_fatal_error with...
2016-03-23 Artyom SkrobovCombine identical check-prefixes in Clang test/Preproce...
2016-03-23 Tobias GrosserDrop explicit -polly-delinearize parameter
2016-03-23 Andrew Wilkins[cmake] fix libgo-llgo paths in install target
2016-03-23 Renato GolinRevert "[tsan] Disable randomized address space on...
2016-03-23 Andrey Turetskiy[X86] Add "x87" in x86 target feature map.
2016-03-23 Andrey Turetskiy[X86] Introduction of FeatureX87.
2016-03-23 Hrvoje Varga[mips][microMIPS] Delay slot filler modifications
2016-03-23 Haojian WuAdd check for unneeded copies of locals
2016-03-23 Simon Atanasyan[ELF][MIPS] Add comment with MIPS GOT relocations handl...
2016-03-23 Tobias Grosserwww: Drop one more </div>
2016-03-23 Tobias Grosserwww: Drop polyhedral news reference.
2016-03-23 Tobias GrosserCodegen:Do not invalidate dominator tree when bailing...
2016-03-23 Justin BognerFAQ: Remove the entire Build Problems section
2016-03-23 Tobias GrosserAdd option to disallow modref function calls in scops.
2016-03-23 Justin BognerFAQ: We require GCC 4.7 - nobody's asking about build...
2016-03-23 Vedant Kumar[docs] Fix typo in ProgrammersManual.rst
2016-03-23 Valery Pykhtin[AMDGPU] Fix missing assembler predicates.
2016-03-23 Davide Italiano[Tests] Remove the correct files.
2016-03-23 Lang Hames[Docs] Clarify boolean conversion for Error and Expecte...
2016-03-23 Davide Italiano[LTO] Remove dead code.
2016-03-23 George Burgess IV[Sema] Allow implicit conversions of &overloaded_fn...
2016-03-23 Sanjoy DasRemove stale comment
2016-03-23 Sanjoy Das[StatepointLowering] Don't do two DenseMap lookups...
2016-03-23 Sanjoy Das[StatepointLowering] Minor NFC cleanups
2016-03-23 Sanjoy Das[StatepointLowering] Minor nfc refactoring
2016-03-23 Sanjoy Das[StatepointLowering] Schedule gc relocates before uniqu...
2016-03-23 Tom StellardAMDGPU: Cache information about register pressure sets
2016-03-23 Chris Bieneman[Apple Clang] Expose llvm-config from stage2 builds...
2016-03-23 Junmo ParkMinor code cleanup. NFC.
2016-03-23 Enrico GranataChange 'apropos' such that it doesn't look into the...
2016-03-23 Davide Italiano[ModuleUtils] Use range-based loop. NFC.
2016-03-23 Sean Silva[docs] Use reST link.
2016-03-23 Sean SilvaBring back Makefile.sphinx
next