platform/upstream/llvm.git
2015-07-31 Duncan P. N... DI: Rewrite the DIBuilder local variable API
2015-07-31 JF BastienWebAssembly: print basic integer assembly.
2015-07-31 David MajnemerCOFF: Reenable the lld test disabled in r243758.
2015-07-31 David Majnemer[COFF] Consider the ImageBase when reporting section...
2015-07-31 Kostya Serebryany[libFuzzer] support switch interception in dfsan mode
2015-07-31 Benjamin Kramer[CodeGenPrepare] Compress a pair. No functional change.
2015-07-31 Reid KlecknerDisable objdump disassembly test after r243755
2015-07-31 Reid KlecknerAdd some help strings for /dll and /debug so they show...
2015-07-31 Sanjay Patel[x86] reassociate integer multiplies using machine...
2015-07-31 Reid Kleckner[COFF] Return symbol VAs instead of RVAs for PE files
2015-07-31 Daniel JasperAdd misc-unused-alias-decls check that currently finds...
2015-07-31 Geoff Berry[AArch64] Favor extended reg patterns for sub
2015-07-31 Renato Golin[libc++abi] Allow use just compiled clang++ for tests
2015-07-31 Sanjay Pateldon't repeat function names in comments; NFC
2015-07-31 Bruno Cardoso... [CaptureTracker] Provide an ordered basic block to...
2015-07-31 Ed MasteImprove man page markup
2015-07-31 Ed MasteReport original thread ID for FreeBSD core files
2015-07-31 Alexander Kornienko[clang-tidy] Support replacements in macro arguments...
2015-07-31 Sergey DmitroukFix __floatsitf() for negative input
2015-07-31 Daniel Sanders[regalloc] Make RegMask clobbers prevent merging vreg...
2015-07-31 Daniel SandersRe-commit r243686 - [Sanitizers] [Bug 24151] Generalize...
2015-07-31 Renato Golin[AArch64|DFSAN] XPASS custom.cc, as it got fixed by...
2015-07-31 Hafiz Abid... Escape new line and tabs in the result of variable...
2015-07-31 Daniel SandersRevert r243686 - [Sanitizers] [Bug 24151] Generalize...
2015-07-31 Alexey BataevOutline function Parser::ParseCXXClassMemberDeclaration...
2015-07-31 Pavel LabathFix Clang-tidy misc-use-override warnings in some files...
2015-07-31 Eric FiselierPrint message when configuring for standalone build.
2015-07-31 Jason MolendaMove the computation of whether a DWARF compile unit
2015-07-31 Peter CollingbourneCOFF: When resolving _load_config_used, add it as a...
2015-07-31 Jingyue WuRefactor: Simplify boolean conditional return statement...
2015-07-31 Eric FiselierFix failing unique_ptr tests.
2015-07-31 Jason MolendaAdd another log to the Host channel for logging
2015-07-31 Matt ArsenaultAMDGPU: Fix v16i32 to v16i8 truncstore
2015-07-31 Eric FiselierStart cleanup of unique_ptr tests.
2015-07-31 Eric FiselierMark any as done and comment out extra methods until...
2015-07-31 Eric Fiselier[libcxx] Add <experimental/any> v2.
2015-07-31 Argyrios KyrtzidisMake sure the 2 method calls are sequenced.
2015-07-31 Kostya Serebryany[libFuzzer] trace switch statements and apply mutations...
2015-07-31 Eric FiselierAdd -Wno-error by default to work around failing compil...
2015-07-31 Tom StellardELFYAML: Enable parsing of EM_AMDGPU
2015-07-31 Matt ArsenaultAMDGPU/SI: Set DwarfRegNum
2015-07-31 Matt ArsenaultTableGen: Support folding casts from bits to int
2015-07-31 Kostya Serebryany[libFuzzer] prepare for __sanitizer_cov_trace_switch...
2015-07-31 Tom Stellarddocs: Add information about helper scripts to HowToRele...
2015-07-31 Tom StellardAMDGPU/SI: Remove unused pattern for f32 constant loads
2015-07-31 Argyrios Kyrtzidis[modules] Fix issue where building a module from a...
2015-07-31 Sumanth Gundapaneni[ARM] Lower modulo operation to generate __aeabi_divmod...
2015-07-31 Chaoren LinAllow ValueObject::Dereference to dereference references.
2015-07-31 Dawn PerchikFix build of lldb on Mavericks after svn rev.243511.
2015-07-31 Evgeniy Stepanov[asan] Fix signal() interception on 64-bit Android.
2015-07-30 Rui UeyamaCOFF: Move code for Identical COMDAT Folding to ICF...
2015-07-30 Rui UeyamaCOFF: Handle all COMDAT sections as non-GC root.
2015-07-30 Eric FiselierReapply working parts of CMake cleanup.
2015-07-30 Dawn PerchikFix help message for target.language setting.
2015-07-30 Alex LorenzMIR Parser: Report an error when a constant pool item...
2015-07-30 Alex LorenzMIR Parser: Report an error when a virtual register...
2015-07-30 David BlaikieSplit DWARF: Allow -gmlt/-gsplit-dwarf to override...
2015-07-30 Sanjay Patelfix memcpy/memset/memmove lowering when optimizing...
2015-07-30 Hubert TongImproved error recovery for _Pragma
2015-07-30 Kostya Serebryany[libFuzzer] fix the strncmp interceptor -- it should...
2015-07-30 Hubert Tong[Concepts] Add diagnostic: non template declaration
2015-07-30 Eric ChristopherFix TableGen code generation for ReadNone attribute.
2015-07-30 Adhemerval... [dfsan] Enable dfsan for aarch64
2015-07-30 Sanjay Patelenable fast-math-flag propagation to DAG nodes
2015-07-30 Daniel Sanders[Sanitizers] [Bug 24151] Generalize type of offset...
2015-07-30 Adhemerval... [sanitizers] Enable dfsan for aarch64
2015-07-30 Adhemerval... Enable dfsan for aarch64
2015-07-30 Rui UeyamaRemove trailing whitespace.
2015-07-30 Mehdi AminiAdd a TargetMachine hook that verifies DataLayout compa...
2015-07-30 Zachary TurnerConvert the ScriptInterpreter system to a plugin-based...
2015-07-30 David MajnemerCOFF: Sort output sections which start with .debug...
2015-07-30 Evgeniy Stepanov[asan] Support arm64 devices in asan_device_setup.
2015-07-30 Michael KruseMove computations out of constructors
2015-07-30 Argyrios Kyrtzidis[sema] Allow to opt-out of overriding the super class...
2015-07-30 Naomi Musgravetesting for tail call optimization repression when...
2015-07-30 Marshall ClowFix PR#24267. use numeric_limits::max instead of ~0...
2015-07-30 Naomi Musgravesimplified test case
2015-07-30 Naomi Musgraveremoved hardcoding for attribute associated with dtor...
2015-07-30 Naomi MusgraveTesting to verify function attribute disable-tail-calls...
2015-07-30 Naomi Musgraveupdated test to be more explicit
2015-07-30 Naomi MusgraveUpdated test regex and flags
2015-07-30 Naomi Musgraverepress tail call optimization when performing use...
2015-07-30 Chaoren LinUse only unnamed pipes to launch lldb-server gdbserver.
2015-07-30 Wei Mi[SLP vectorizer]: Choose the best consecutive candidate...
2015-07-30 Mehdi AminiFix lli with OrcLazyJIT: the default DataLayout was...
2015-07-30 Pete CooperUse llvm::reverse to make a bunch of loops use foreach...
2015-07-30 Matt ArsenaultAMDGPU: Set SubRegIndex size and offset
2015-07-30 Matt ArsenaultAMDGPU: Fix unreachable when emitting binary debug...
2015-07-30 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-30 David Majnemer[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
2015-07-30 Pete CooperAdd fmodules-cache-path to 2 tests which were missing it.
2015-07-30 Renato Golin[ARM] Allow setting the generic features for native...
2015-07-30 Tom StellardAMDGPU/SI: Simplify moveSMRDToVALU()
2015-07-30 Tom StellardAMDGPU/SI: Remove isTriviallyReMaterializable() functio...
2015-07-30 Daniel Sanders[libcxxabi][mips] Correct float_data::mangled_size...
2015-07-30 Ulrich WeigandFix sanitizer fallout from r243642
2015-07-30 Ulrich Weigand[SystemZ] Add support for vecintrin.h vector built...
2015-07-30 Ulrich WeigandAdd support for System z vector language extensions
2015-07-30 Marshall ClowChange some #ifdefs to #if - thanks to Dexon for thge...
2015-07-30 Vasileios Kalintiris[mips] Fix out-of-date debug information in test file.
next