platform/upstream/llvm.git
2014-02-11 Robert LougherTeach the DAGCombiner how to fold concat_vector nodes...
2014-02-11 Dmitri GribenkoRename some PCH-related errors to have 'err_' as their...
2014-02-11 Dmitri GribenkoFix a typo in the function name that I just introduced...
2014-02-11 Dmitri Gribenkolibclang: audit all APIs that accept a CXTranslationUni...
2014-02-11 Evgeniy Stepanov[asan] Fix Windows build.
2014-02-11 Ed MasteAdd decorator for llvm.org/pr18805 until root cause...
2014-02-11 Evgeniy Stepanov[sanitizer] Fix build.
2014-02-11 Evgeniy Stepanov[sanitizer] Use system unwinder in signal handlers...
2014-02-11 Alexey Samsonov[Sanitizer] External symbolizer refactoring: split...
2014-02-11 Bradley Smith[AArch64] Add missing PCRel relocations for AArch64...
2014-02-11 Chandler Carruth[LPM] Switch LICM to actively use LCSSA in addition...
2014-02-11 Alexey SamsonovRemove unused config.llvm_symbolizer_path
2014-02-11 Dmitri Gribenkolibclang: use namespace qualifiers in the macro, so...
2014-02-11 Tim NorthoverAArch64: share slgihtly more NEON implementation with...
2014-02-11 Robert LyttonXCore target: fix const section handling
2014-02-11 Robert Lytton XCore target: Lower ATOMIC_LOAD & ATOMIC_STORE
2014-02-11 Robert LyttonXCore target: add section information.
2014-02-11 Robert LyttonXCore target: Pass through "-fverbose-asm" flag to...
2014-02-11 Elena DemikhovskyAVX: fixed a bug in LowerVECTOR_SHUFFLE
2014-02-11 Daniel Jasperclang-format: Support lambdas with namespace-qualified...
2014-02-11 Daniel Jasperclang-format: Fix alignment of comments inside statements.
2014-02-11 Oliver StannardAAPCS: Do not split structs after CPRC allocated on...
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2014-02-11 Alexey SamsonovFix self-hosted -Werror build: delete comma at the...
2014-02-11 Elena DemikhovskyAVX-512: Optimized BUILD_VECTOR pattern;
2014-02-11 Simon Atanasyan[Mips] Use the 'CHECK-NEXT' where we need to check...
2014-02-11 Quentin Colombet[CodeGenPrepare] Test case for the promotions that...
2014-02-11 Simon Atanasyan[Mips] Simplify the code. Replace redundant 'switch...
2014-02-11 Ted KremenekFix PCH deserialization bug with local static symbols...
2014-02-11 Simon Atanasyan[Mips] Handle R_MIPS_COPY relocation.
2014-02-11 Simon Atanasyan[Mips] Add "data" symbols to the test input file. No...
2014-02-11 Lang HamesIn RuntimeDyldImpl::emitSection, make Allocate (section...
2014-02-11 Craig TopperChanged attributes of all gather intrinsics from IntrRe...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-02-11 Aaron BallmanHopefully fixing the MinGW 32 build, which was broken...
2014-02-11 Jordan Rose[analyzer] Inline C++ operator new when c++-inline...
2014-02-11 Quentin Colombet[CodeGenPrepare] Undo changes that happened for the...
2014-02-11 Josh Magee[stackprotector] Add command line option -fstack-protec...
2014-02-11 David BlaikieDebugInfo: Use existing symbol rather than creating...
2014-02-11 Jason MolendaChange RNBRemote::HandlePacket_m() to store the packet...
2014-02-11 Jason MolendaAdjust the calls to __introspection_dispatch_thread_get...
2014-02-10 Eli BenderskyMove the *PassPrinter into their own module.
2014-02-10 Juergen Ributzka[Stackmaps] Cleanup code. No functional change intended.
2014-02-10 Manman RenLTO API: add lto_module_create_from_memory_with_path.
2014-02-10 Rafael EspindolaMark the methods in the Mangler const.
2014-02-10 Ana Pazos[AArch64] Fixed vget/vset_lane_f16 implementation
2014-02-10 Reid Klecknercmake: Do not export targets when installing toolchain...
2014-02-10 Rafael EspindolaFix an old FIXME. LDPO_PIE is available since 2.23...
2014-02-10 Rafael EspindolaUpdate for llvm api change.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-10 Matt ArsenaultR600: Implement isTruncateFree
2014-02-10 Richard SmithTests for DR351-370, plus update DR status page to...
2014-02-10 David MajnemerMS ABI: Add support for #pragma pointers_to_members
2014-02-10 Chandler Carruth[LPM] A terribly simple fix to a terribly complex bug...
2014-02-10 Han Ming Ong<rdar://problem/15996848>
2014-02-10 David MajnemerBasic: Clean up malformed pragma diagnostics
2014-02-10 Marshall ClowFix for PR17606 - result_of (and INVOKE) works incorrec...
2014-02-10 Richard SmithPR18777: This PR is already fixed; add regtest.
2014-02-10 David MajnemerSema: Remove useless MSStructPragmaOn update in Sema...
2014-02-10 Hans WennborgCopy the ThreadLocalMode in GlobalVariable::copyAttribu...
2014-02-10 Tom StellardR600/SI: Initialize M0 and emit S_WQM_B64 whenever...
2014-02-10 Tom StellardR600/SI: Only use S_WQM_B64 in pixel shaders
2014-02-10 David BlaikieRemove some prototype code accidentally committed in...
2014-02-10 Tim NorthoverARM: move vshll NEON implementation to common code
2014-02-10 Tim NorthoverARM: use natural LLVM IR for vshll instructions
2014-02-10 Saleem AbdulrasoolHost: unconstify editline paramters
2014-02-10 Chad Rosier[AArch64] Handle aliases of conditional branches withou...
2014-02-10 Oliver StannardARM: r12 is callee-saved for interrupt handlers
2014-02-10 Benjamin KramerMake succ_iterator a real random access iterator and...
2014-02-10 Benjamin KramerGlobalsModRef: Unify and clean up duplicated pointer...
2014-02-10 Tim NorthoverARM: implement vshrn NEON intrinsic in terms of shr...
2014-02-10 Tim NorthoverARM: use LLVM IR to represent the vshrn operation
2014-02-10 Evgeniy StepanovAdd a copy of missing <ucontext.h> for Android and...
2014-02-10 Robert LougherTest commit - added a new line to vec_shuf-insert.ll.
2014-02-10 Dmitri GribenkoASTUnit: simplify remapping files by using the exact...
2014-02-10 Matheus Almeida[mips][msa] Add DLSA instruction.
2014-02-10 Matheus Almeida[mips][msa] Update FileCheck prefix in preparation for
2014-02-10 NAKAMURA Takumi[CMake] Add dependencies to gtest.
2014-02-10 Matheus Almeida[mips][msa] Make LSA_DESC a parameterizable class.
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2014-02-10 NAKAMURA TakumiFix Clang install rules to not set permissions on include/
2014-02-10 NAKAMURA TakumiFix LLVM install rules to not set permissions on include/
2014-02-10 Evgeniy Stepanov[msan] Return EINVAL instead of crashing from mmap...
2014-02-10 NAKAMURA Takumi[CMake] add_clang_library(): Use llvm_add_library.
2014-02-10 NAKAMURA Takumi[CMake] Introduce llvm_add_library().
2014-02-10 Alexey Samsonov[Sanitizer] Don't #include the same system header twice.
2014-02-10 Evgeniy Stepanov[sanitizer] Disable 3 more syscall hooks on Android.
2014-02-10 Alexey Samsonov[TSan] Fix mismatched mangled names in operator delete...
2014-02-10 Evgeniy Stepanov[sanitizer] struct ustat and a bunch of other definitio...
2014-02-10 Kostya Serebryany[asan] support for FreeBSD, LLVM part. patch by Viktor...
2014-02-10 Elena DemikhovskyAVX-512: Fixed extract_vector_elt for v16i1 and v8i1...
2014-02-10 Craig TopperRecommit r201059 and r201060 with hopefully a fix for...
2014-02-10 Bob WilsonRevert r201059 and r201060.
2014-02-10 NAKAMURA Takumi[CMake] LLVMProcessSources.cmake: Prune add_file_depend...
2014-02-10 NAKAMURA Takumi[CMake] Re-apply r200765, "Get rid of llvm_config(...
2014-02-10 Hao Liu[AArch64]Implement the copy of two FPR8 registers by...
2014-02-10 Craig TopperSimplify a bunch of code by removing the need for the...
2014-02-10 Craig TopperAdd MRMXr/MRMXm form to X86 for use by instructions...
2014-02-09 Saleem AbdulrasoolMCParser: add a single token lookahead
2014-02-09 Bob WilsonRemove shell comment in the middle of a single-line...
next