platform/upstream/llvm.git
2015-07-02 Daniel Jasperclang-format: [JS] Fix character counting in template...
2015-07-02 Aaron BallmanImplement an AST matcher for C++ exception catch handle...
2015-07-02 Rafael EspindolaImprove error message.
2015-07-02 Pawel BylicaReapply r240291: Fix shl folding in DAG combiner.
2015-07-02 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancel' construct.
2015-07-02 Tamas BerghammerAdd new bugreport command to lldb
2015-07-02 David Majnemer[MS ABI] nullptr data member ptrs are mangled different...
2015-07-02 Charlie Turner[GraphWriter] Don't wait on xdg-open when not on Apple.
2015-07-02 Charlie Turner[NFC] Minor editorial fixes to the CodeGen docs.
2015-07-02 Peter CollingbourneSpecify --target, hopefully fixing non-x86 bots.
2015-07-02 Tobias GrosserUpdate isl to isl-0.15-35-ga1e44f0
2015-07-02 Tobias GrosserRemove versions from README and add update instructions
2015-07-02 Daniel Marjamaki[clang-tidy] Enhance clang-tidy misc-macro-repeated...
2015-07-02 Nico WeberRevert 241171, 241187, 241199 (32-bit SEH).
2015-07-02 Ted KremenekParse 'technical term' format specifier.
2015-07-02 Ted KremenekChange OptionalFlag::setPosition() to set the flag...
2015-07-02 Yaron KerenSupport mingw-w64 and mingw.org toolchains at any insta...
2015-07-02 Alexey Bataev[OPENMP 4.0] Fixed test for 'cancellation point' directive.
2015-07-02 Alexey Bataev[OPENMP 4.0] Codegen for 'cancellation point' directive.
2015-07-02 Rui UeyamaCOFF: Merge SymbolTable::find{,Symbol}. NFC
2015-07-02 Alexey Bataev[OPENMP] Introduced type trait "__builtin_omp_required_...
2015-07-02 Rui UeyamaCOFF: Infer entry point as early as possible, but not...
2015-07-02 Sanjoy Das[NFC] Make the Statepoint class more like CallSite
2015-07-02 Sanjoy Das[Statepoints][NFC] Constify accessors on Statepoint.
2015-07-02 Sanjoy Das[Statepoints][NFC] Rename variables to llvm style.
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::operator bool()
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::getGCResult.
2015-07-02 Rui UeyamaCOFF: Resolve AlternateNames using weak aliases.
2015-07-02 Peter CollingbourneSpecify -arch:IA32. Should fix hexagon bot.
2015-07-02 Peter CollingbourneMake getArchNameForCompilerRTLib return the right thing...
2015-07-02 Peter CollingbourneAdd declaration of _ReadWriteBarrier. Fixes build of...
2015-07-02 Sanjoy Das[LazyCallGraph] Port test case from r240039 to LCG.
2015-07-02 Peter CollingbourneDriver: add support for linking the UBSan runtime libra...
2015-07-02 Peter CollingbourneRe-apply r241217 with build fixes:
2015-07-02 Eric ChristopherMake an X86 specific directory and put the recent X86...
2015-07-02 Chaoren LinChange executable name to a.out.
2015-07-02 Eric ChristopherImplement TargetTransformInfo::hasCompatibleFunctionAtt...
2015-07-02 Eric ChristopherAdd a routine to TargetTransformInfo that will allow...
2015-07-02 Nico WeberRevert r241217, it breaks the build on Windows.
2015-07-02 Justin BognerInstrProf: Pack the coverage mapping structs that we...
2015-07-02 Peter Collingbourneubsan: Port runtime library to (32- and 64-bit) Windows.
2015-07-02 Jim InghamAnother slightly less goofy example of scripted steps.
2015-07-02 Rui UeyamaCOFF: Rename getReplacement -> repl.
2015-07-02 Rui UeyamaCOFF: Change GCRoot member type from StringRef to Undef...
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.
next