platform/upstream/llvm.git
2015-07-02 Rui UeyamaCOFF: Simplify and rename findMangle. NFC.
2015-07-01 Sean CallananReversed r238363, because the message is inconsistent
2015-07-01 JF BastienWebAssembly: start instructions
2015-07-01 Greg ClaytonCheck to make sure we have a valid N_GSYM symbol name...
2015-07-01 Greg ClaytonFix indentation.
2015-07-01 Siva Chandra[Python] Allow PyLong values in integer lists (when...
2015-07-01 Richard Smith[modules] Merging support for specializations of a...
2015-07-01 Quentin Colombet[TwoAddressInstructionPass] Try 3 Addr Conversion After...
2015-07-01 Richard Smith[modules] Remove some out-of-date (fixed) FIXMEs.
2015-07-01 Pawel BylicaChange APInt comparison with uint64_t.
2015-07-01 Ying ChenMark test_sb_api_listener_event_process_state as flakey
2015-07-01 Ying ChenRun teardown and setup before retry for expectedFlakey...
2015-07-01 Anton Yartsev[analyzer] Prevent ccc/c++-analyzer from hanging on...
2015-07-01 Matthias BraunTest for specific output in lit test
2015-07-01 Reid Kleckner[SEH] Update EmitCapturedLocals to match r241187
2015-07-01 Rui UeyamaCOFF: Chagne weak alias' type from SymbolBody** to...
2015-07-01 Alexey Samsonov[LoopVectorize] Use ReplaceInstWithInst() helper where...
2015-07-01 Pete CooperPack MCSymbol::Flags in to the bitfield with other...
2015-07-01 Davide Italiano[Sema] Range-loopify InititializationSequence destructo...
2015-07-01 Simon Atanasyan[ELF] Make OutputSection::memSize `const` member functi...
2015-07-01 Dan Gohman[WebAssembly] Define separate Target instances for...
2015-07-01 Adhemerval... [ELF/AArch64] Initial General-dynamic TLS support
2015-07-01 Jingyue Wu[NVPTX] expand extload/truncstore for vectors of floats
2015-07-01 Marshall ClowNoticed that std::allocator<const T> was missing the...
2015-07-01 Pete CooperEncode MCSymbol alignment as log2(align).
2015-07-01 Daniel Jasperclang-format: Support member function reference qualifi...
2015-07-01 Reid Kleckner[SEH] Delete the 32-bit IR lowering for __finally block...
2015-07-01 Reid Kleckner[WinEH] Use llvm.x86.seh.recoverfp in WinEHPrepare
2015-07-01 Jingyue Wu[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
2015-07-01 Enrico GranataWhen I introduced hard-coded formatters, I made them...
2015-07-01 Bill Schmidt[PPC64LE] Enable missing lxvdsx optimization, and relat...
2015-07-01 Richard Smith[modules] Don't make out-of-line member specializations...
2015-07-01 Jim InghamAdd a missing space.
2015-07-01 Richard Smith[modules] Skip trailing attributes when skipping a...
2015-07-01 Sanjay Pateladd a cl::opt override for TargetLoweringBase's JumpIsE...
2015-07-01 Jonathan RoelofsDisallow in-source builds (as we already do for the...
2015-07-01 David BlaikieRevert "[DebugInfo] Fix debug info generation for funct...
2015-07-01 David BlaikieRevert "[DWARF] Fix debug info generation for function...
2015-07-01 Sanjay Patelfix formatting; NFC
2015-07-01 Sanjay Patelfix typos in comment; NFC
2015-07-01 Dawn PerchikFix typo in comment.
2015-07-01 Matthias BraunLivePhysRegs: Add support to add pristine registers...
2015-07-01 Reid Kleckner[SEH] Add 32-bit lowering for SEH __try
2015-07-01 Reid Kleckner[SEH] Don't assert if the parent function lacks a perso...
2015-07-01 Benjamin Kramer[AsmPrinter] Hide implementation details
2015-07-01 Jonathan PeytonFix OMPT event_barrer_end
2015-07-01 Arnaud A. de... [AArch64] Implement add/adds/sub/subs/cmp/cmn with...
2015-07-01 Benjamin Kramer[SDAG] Give InstrEmitter hidden visibility
2015-07-01 Benjamin Kramer[CodeGen] Reduce visibility of implementation details
2015-07-01 James Y Knight[Sparc] Rearrange SparcInstrInfo, no change.
2015-07-01 Michael KupersteinTest committed in r241153 is more target-specific than...
2015-07-01 Scott DouglassExpand Phabricator docs slightly
2015-07-01 Daniel Marjamaki[clang-tidy] minor coding style tweak. make functions...
2015-07-01 Igor BregerAVX-512: Implemented missing encoding for FMA scalar...
2015-07-01 Michael KupersteinFix non-target-specific test not to use the x86 triple.
2015-07-01 Rafael EspindolaUpdate for llvm api change.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-07-01 Alexander Kornienko[clang-tidy] Enhance clang-tidy readability-simplify...
2015-07-01 Michael Kuperstein[DebugInfo] Fix debug info generation for function...
2015-07-01 Michael Kuperstein[DWARF] Fix debug info generation for function static...
2015-07-01 Michael Kuperstein[X86] Avoid over-relaxation of 8-bit immediates in...
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...
next