platform/upstream/llvm.git
2016-08-02 Artem Belevich[CUDA] Do not allow using NVPTX target for host compila...
2016-08-02 Kostya Serebryany[sanitizer] Implement a __asan_default_options() equiva...
2016-08-02 Matt ArsenaultAMDGPU: fdiv -1, x -> rcp -x
2016-08-02 Piotr PadlewskiImported statistics types changes
2016-08-02 George Burgess IV[CFLAA] Be more conservative with values we haven't...
2016-08-02 Rafael EspindolaSupport expressions inside FLAGS.
2016-08-02 Davide Italiano[ELF] Ignore -g option for compatibility.
2016-08-02 Daniel BerlinMove to having a single real instructionClobbersQuery
2016-08-02 Rui UeyamaPDB: Mark extended file pages as free by default.
2016-08-02 Krzysztof Parzyszek[Hexagon] Recognize vcombine in copy propagation
2016-08-02 Michael Zolotukhin[LoopUnroll] Fix a PowerPC test broken by r277524.
2016-08-02 Hubert Tong[libcxx] basic_regex: add traits_type, string_type
2016-08-02 Michael Zolotukhin[LoopUnroll] Switch the default value of -unroll-runtim...
2016-08-02 Jonathan Coe[clang-tidy] Fix segfault in cppcore-guidelines-special...
2016-08-02 Devin Coughlin[CFG] Fix crash finding destructor of lifetime-extended...
2016-08-02 Lang Hames[lli] Add the ability for OrcLazyJIT to accept multiple...
2016-08-02 Artem Belevich[NVPTX] remove unnecessary named metadata update that...
2016-08-02 Etienne Bergeron[compiler-rt] Add more interception patterns.
2016-08-02 Reid Kleckner[asan] Intercept RtlRaiseException instead of kernel32...
2016-08-02 Alexander Kornienko[docs] Fix links format.
2016-08-02 Alexander Kornienko[clang-tidy] MPITypeMismatchCheck
2016-08-02 Wei Mi[LoopVectorize] Change comment for isOutOfScope in...
2016-08-02 Reid KlecknerRemove stale CHECK lines that should have been included...
2016-08-02 Tim NorthoverAArch64: properly calculate cmpxchg status in FastISel.
2016-08-02 Eric FiselierPass compilers when configuring Google Benchmark.
2016-08-02 Etienne Bergeronfix comments typos [NFC]
2016-08-02 Daniel BerlinFixes for post-commit review comments on r277480
2016-08-02 Xinliang David Li[Profile] track ownership of filename pattern string
2016-08-02 Sanjoy Das[IRCE] Rename variable; NFC
2016-08-02 Sanjoy Das[IRCE] Preserve DomTree and LCSSA
2016-08-02 Nicolai HaehnleAMDGPU: Stay in WQM for non-intrinsic stores
2016-08-02 Albert Gutowskitest commit
2016-08-02 Michael Zolotukhin[LoopUnroll] Ensure we create prolog loops in simplifie...
2016-08-02 Nirav DaveFix handling of end-of-line preprocessor comments Attempt 2
2016-08-02 Nicolai HaehnleAMDGPU: Track physical registers in SIWholeQuadMode
2016-08-02 Ahmed Bougacha[AArch64][GlobalISel] Replace test REQUIRES with lit...
2016-08-02 Ahmed Bougacha[AArch64] Remove useless 'import re' from CodeGen lit...
2016-08-02 Krzysztof Parzyszek[Hexagon] Prefer _io over _rr for 64-bit store with...
2016-08-02 Krzysztof Parzyszek[Hexagon] Remove unused option
2016-08-02 Hubert Tong[Concepts] Add TODO and requires-clause placeholder...
2016-08-02 Krzysztof Parzyszek[Hexagon] Improvements to address mode checks in Target...
2016-08-02 Chris BienemanRevert "[Order Files] Remove dtrace predicate"
2016-08-02 Kirill Bobyrev[clang-rename] fix Emacs integration script
2016-08-02 Nirav DaveUpdate Clang Parser test error message to match new...
2016-08-02 Nirav Dave[MC] Fix Intel Operand assembly parsing for .set ids
2016-08-02 Vitaly BukaUpdated documentation
2016-08-02 Chris Bieneman[Order Files] Remove dtrace predicate
2016-08-02 Ahmed Bougacha[AArch64][GlobalISel] Add REQUIRES: global-isel to...
2016-08-02 Daniel BerlinMSVC 2013 does not implement C++11 unions properly...
2016-08-02 Ahmed Bougacha[GlobalISel] Set the Selected MF property.
2016-08-02 Ahmed Bougacha[GlobalISel] Verify Selected MF property.
2016-08-02 Ahmed Bougacha[GlobalISel] Add Selected MachineFunction property.
2016-08-02 Daniel BerlinRewrite the use optimizer to be less memory intensive...
2016-08-02 Artur Pilipenko[LVI] NFC. Sink a condition type check from the caller...
2016-08-02 Reid Kleckner[asan] Remove NtWaitForWorkViaWorkerFactory interceptor
2016-08-02 Ahmed Bougacha[GlobalISel] Set and require RegBankSelected MF property.
2016-08-02 Ahmed Bougacha[GlobalISel] Verify RegBankSelected MF property.
2016-08-02 Ahmed Bougacha[GlobalISel] Add RegBankSelected MachineFunction property.
2016-08-02 Matthew Simpson[LV] Generate both scalar and vector integer induction...
2016-08-02 Artem Dergachev[analyzer] Hotfix for buildbot failure due to unspecifi...
2016-08-02 Ahmed Bougacha[GlobalISel] Set, require, and verify Legalized MF...
2016-08-02 Ahmed Bougacha[AArch64][GlobalISel] Mark basic binops/memops as legal.
2016-08-02 Ahmed Bougacha[GlobalISel] Add Legalized MachineFunction property.
2016-08-02 Kirill Bobyrev[clang-rename] fix Emacs script build failure
2016-08-02 Nirav DaveRevert "[MC] Fix handling of end-of-line preprocessor...
2016-08-02 Dan Gohman[WebAssembly] Remove a README.txt entry that is now...
2016-08-02 Artur Pilipenko[LVI] NFC. Fix a typo getValueFromFromCondition ->...
2016-08-02 Ahmed Bougacha[CodeGen] Generalize MachineFunctionProperties::print...
2016-08-02 Ahmed Bougacha[GlobalISel] Require isSSA in GISel passes.
2016-08-02 Kuba BreckaFollow-up for r277458: Update the tsan_mman_test.cc...
2016-08-02 Kuba Brecka[tsan] Fix the behavior of OSAtomicTestAndClear
2016-08-02 Matthew Simpson[LV] Untangle the concepts of uniform and scalar
2016-08-02 Nirav Dave[MC] Fix handling of end-of-line preprocessor comments
2016-08-02 Kuba Brecka[tsan] Fix behavior of realloc(nullptr, 0) on Darwin
2016-08-02 Diana Picus[clang-cl] Fix PCH tests to use x86_64 as target
2016-08-02 Ben CraigFixing 'Aquire' typo and libcxx build.
2016-08-02 David CallahanRevert rL277454
2016-08-02 David Callahantest commit
2016-08-02 Omair JavaidRevert rL277429: Correct makefile.rules to use toolchai...
2016-08-02 NAKAMURA Takumiclang-tools-extra/test/clang-rename/TemplateTypenameFin...
2016-08-02 NAKAMURA Takumiclang-tools-extra/test/clang-rename/TemplateTypenameFin...
2016-08-02 Sam Parker[ARM] Improve smul* and smla* isel for Thumb2
2016-08-02 Artem Dergachev[analyzer] Respect statement-specific data in CloneDete...
2016-08-02 NAKAMURA TakumiHexagonVectorPrint.cpp: Fix r277370. Don't use getInstr...
2016-08-02 Ahmed Bougacha[GlobalISel] Don't RegBankSelect target-specific instru...
2016-08-02 Ahmed Bougacha[GlobalISel] Don't legalize non-generic instructions.
2016-08-02 Ahmed Bougacha[GlobalISel] Const-ify MachineInstrs passed to MachineL...
2016-08-02 Haojian Wu[clang-tidy] Fix an unused-using-decl false positive...
2016-08-02 Tamas BerghammerSupport for OCaml native debugging
2016-08-02 Haojian Wu[include-fixer] Correct nested class search for identif...
2016-08-02 Simon Dardis[mips] Update the P5600 scheduler for isComplete = 1
2016-08-02 Bernard Ogden[ARM] Some saturation instructions not DSP-only
2016-08-02 Miklos Vajnaclang-rename: split existing options into two new subco...
2016-08-02 Kirill Bobyrev[clang-rename] add support for template parameter renaming
2016-08-02 Benjamin Kramer[LoadStoreVectorizer] Don't use a linear walk for an...
2016-08-02 Igor Breger[AVX512] Don't use i128 masked gather/scatter/load...
2016-08-02 Matt ArsenaultAArch64: Assert on branch displacement bits
2016-08-02 Kirill Bobyrev[clang-rename] add basic Emacs integration
2016-08-02 George Rimar[ELF] - Fix: do not ignore relocations addends when...
2016-08-02 Matt ArsenaultAArch64: Consolidate branch inversion logic
next