platform/upstream/llvm.git
2015-07-01 NAKAMURA TakumiRevert part of r241149, "Fix PR23872: Integrated assemb...
2015-07-01 Zoran Jovanovic[mips][microMIPS] Implement SLL and NOP instructions
2015-07-01 Gabor BallabasFix PR23872: Integrated assembler error message when...
2015-07-01 Richard Smith[modules] Don't require the 'inline' specifier when...
2015-07-01 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancellation...
2015-07-01 Justin BognerFix a couple of unused variables in no-asserts
2015-07-01 David Majnemer[LoopUnroll] Use undef for phis with no value live
2015-07-01 David Majnemer[SCCP] Turn loads of null into undef instead of zero...
2015-07-01 Justin Bogner-frewrite-includes: Prefer insert to emplace
2015-07-01 Justin Bogner-frewrite-includes: Rework how includes and modules...
2015-07-01 Jingyue Wu[NaryReassociate] enhances nsw by leveraging @llvm...
2015-07-01 JF BastienGetting started docs: https, and check signature
2015-07-01 Richard Smith[modules] Before checking whether the controlling macro...
2015-07-01 Peter CollingbourneCodeGen: Do not give local-linkage functions externally...
2015-07-01 Richard Smith[modules] Make the include guard optimization fire...
2015-07-01 Eric ChristopherUse a stable sort to guarantee target feature ordering...
2015-07-01 Justin BognerCodeGen: Resize LifetimeExtendedCleanupHeader to avoid...
2015-07-01 Dawn PerchikRename ClangUserExpression members to avoid confusion...
2015-07-01 David Majnemer[Sema] Don't crash when deduction fails for decltype...
2015-07-01 Eric ChristopherFix sse4 for target attribute feature additions.
2015-07-01 Eric ChristopherFix a TODO dealing with canonicalizing attributes on...
2015-06-30 Rui UeyamaCOFF: Simplify SymbolTable::findLazy. NFC.
2015-06-30 Alexey Samsonov[SanitizerCoverage] Don't add instrumentation to unreac...
2015-06-30 Mark HeffernanFix several typos in LangRef.rst related to loop unroll...
2015-06-30 Reid Kleckner[SEH] Add new intrinsics for recovering and restoring...
2015-06-30 Alexey Samsonov[IRBuilder] Delete unused constructor and SetInsertPoin...
2015-06-30 Alexey SamsonovFix memory leak in unittest added in r241101.
2015-06-30 David Majnemer[Cloning] Teach CloneModule about personality functions
2015-06-30 Peter CollingbourneFix use-after-free.
2015-06-30 Richard Smith[modules] Make sure macros get made visible in the...
2015-06-30 Evgeniy Stepanov[asan] Suppress read_binary_name_regtest.c test failure...
2015-06-30 Jingyue Wu[NVPTX] cleanups and refacotring in NVPTXFrameLowering.cpp
2015-06-30 David Majnemer[MS ABI] Stick constructor closures in an IR COMDAT...
2015-06-30 Sanjoy Das[FaultMaps] Let the frontend pre-select implicit null...
2015-06-30 Pete CooperPack MCSymbol::HasName in to a spare bit in the section...
2015-06-30 Rafael EspindolaUse ErrorOr in getRelocationAdress.
2015-06-30 Jay FoadRevert part of r240623 (Enable memory sanitizer for...
2015-06-30 Rafael EspindolaImplement containsSymbol with other lower level methods.
2015-06-30 Marshall ClowMark N4508, LWG#2407, and LWG#2470 as complete. I don...
2015-06-30 Nemanja IvanovicModified a comment about the reason for the patch ...
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Nemanja IvanovicFixes a bug with __builtin_vsx_lxvdw4x on Little Endian...
2015-06-30 Rui UeyamaCOFF: Change the order of adding symbols to the symbol...
2015-06-30 Douglas KatzmanMore range-based-for-loopification. NFC
2015-06-30 Rafael EspindolaUse range loops. NFC.
2015-06-30 Rafael EspindolaUse range loop.
2015-06-30 Peter CollingbourneCOFF: Do not assign linker-weak symbols to selectany...
2015-06-30 Peter CollingbourneCodeGen: Assign an appropriate comdat to thunks.
2015-06-30 Alexey Samsonov[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator...
2015-06-30 Rafael EspindolaUse range loop.
2015-06-30 Jingyue Wu[NVPTX] Fix issue introduced in D10321
2015-06-30 Adrian PrantlUpdate testcases: DICompileUnits are now created distin...
2015-06-30 Adrian PrantlFix a fixme and make DICompileUnit a distinct node...
2015-06-30 Alex LorenzFix compilation failure introduced in r241093.
2015-06-30 Marshall ClowK-ballo pointed out that I missed one of the specializa...
2015-06-30 Rafael EspindolaAdd a test of an elf file with an invalid section index.
2015-06-30 Alex LorenzMIR Serialization: Serialize MBB successors.
2015-06-30 Marshall ClowForgot the support include file in r241091
2015-06-30 Marshall ClowAdd tests for LWG#2299. While doing so, I noticed that...
2015-06-30 Adrian PrantlRelax this test so it also works on platforms that...
2015-06-30 Rafael EspindolaUse copy init instead of direct init.
2015-06-30 Adrian PrantlUse an early exit to improve readability. (NFC)
2015-06-30 Alex LorenzMIR Printer: extract the code that prints MBB reference...
2015-06-30 Alex LorenzMIR Parser: refactor error reporting for machine instru...
2015-06-30 Alex LorenzMIR Parser: make the machine instruction parsing interf...
2015-06-30 Adrian PrantlDebug Info: Emit debug info for @import declarations.
2015-06-30 Adrian PrantlAdd a function to ExternalASTSource that returns a...
2015-06-30 Dmitry Vyukovtsan: fix handling of condition variable destruction
2015-06-30 Samuel AntaoForce relocation mode to be default, regardless of...
2015-06-30 Dan Liew[CMake] Make the CMake files (LLVMConfig.cmake and...
2015-06-30 Pavel Labath[NativeProcessLinux] Refactor PtraceWrapper
2015-06-30 Alex LorenzMIR Parser: adopt the 'maybeLex...' pattern. NFC.
2015-06-30 Reid Kleckner[clang-cl] Use /arch: to set the base target CPU
2015-06-30 Sanjay Pateluse range-based for loops; NFCI
2015-06-30 Rafael EspindolaUpdate for llvm change.
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-30 Gabor Horvath[Static Analyzer] Minor improvements to SATest.
2015-06-30 Alexander Potapenko[ASan] Add a regression test for r240960 (https://crbug...
2015-06-30 Ewan CrawfordFix windows build.
2015-06-30 Rafael EspindolaReport an error on invalid sh_entsize.
2015-06-30 Michael Kuperstein[X86] Fix a bug in WIN_FTOL_32/64 handling.
2015-06-30 Marshall ClowImplement LWG#2407: 'packaged_task(allocator_arg_t...
2015-06-30 Marshall ClowImplement N4508: shared_mutex. Reviewed as reviews...
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .module softfloat...
2015-06-30 Michael Kuperstein[X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTR
2015-06-30 Marshall ClowMark LWG#2266 as complete. This is a tightening up...
2015-06-30 Ewan CrawfordChange search order of target definition files.
2015-06-30 Toma Tabacu[mips] [IAS] Make .module directives change AssemblerOp...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Hubert Tong[CONCEPTS] Parsing of concept keyword
2015-06-30 Daniel Jasperclang-format: Properly parse parenthesis in braced...
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-30 Tamas BerghammerFix [vdso] handling on Android (x86 and aarch64)
2015-06-30 Pavel LabathAdd a missing header
2015-06-30 Michael Kuperstein[X86] Add missing undef of DEFAULT_FN_ATTRS in FXSR...
2015-06-30 David MajnemerCorrect a typo for a LoopVectorize test
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .set oddspreg/nooddspr...
2015-06-30 Tamas BerghammerIgnore "push/pop {sp}" in emulation based unwinding
2015-06-30 Tamas BerghammerFix LLDB build after r241035
next