platform/upstream/llvm.git
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
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 Tobias GrosserUpdate isl to isl-0.15-30-g3518765
2015-06-30 NAKAMURA TakumiFix a couple of tests in clang/test to match "x86_thisc...
2015-06-30 Yaron KerenUnbreak the Visual C++ 2013 build after r241032.
2015-06-30 Mohit K. Bhakkad[LLDB][MIPS] Getting correct flags for MIPS
2015-06-30 NAKAMURA TakumiELF.h: Prune obsolete comments removed in r240996....
2015-06-30 David Majnemer[CodeGen] Tweak isTriviallyRecursive further
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Dan GohmanDrop the OS from the WebAssembly target triple for...
2015-06-30 Rafael EspindolaMove function to the only file that uses it.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 David Majnemer[MS ABI] Workaround corner-case bug in the ABI for...
2015-06-30 Andrew WilkinsSphinx-based clang man pages
2015-06-30 Adrian PrantlAdd two missing arguments.
2015-06-30 Adrian PrantlPass HeaderSearchOptions and PreprocessorOptions into...
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Richard SmithRework parsing of pure-specifiers. Perform the grammar...
2015-06-30 Peter CollingbourneAdd layout/triple to fix test on platforms where names...
2015-06-30 Dan GohmanFix LastArchType to point to the new last arch.
2015-06-30 Peter CollingbourneCOFF: Implement SymbolBody::getDebugName() for DefinedB...
2015-06-30 Rafael EspindolaCleanup getRelocationAddend.
2015-06-30 Matthias BraunRegisterCoalescer: Cleanup empty subranges after shrink...
2015-06-30 Adrian Prantlllvm-bcanalyzer: Add a field that was missed in r241016.
2015-06-30 Rui UeyamaCOFF: Make DefinedCOFF one pointer smaller.
2015-06-30 Rui UeyamaObject/COFF: Define coff_symbol_generic.
2015-06-29 Rafael EspindolaUse asserts for checks that should never fail.
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-29 Peter CollingbourneCOFF: Use LTOModule::getLinkerOpts() instead of reading...
2015-06-29 Richard SmithPR23942: a pure-specifier's integer literal must be...
2015-06-29 Peter Collingbournelto: Clean up C libLTO interfaces pertaining to linker...
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-29 Duncan P. N... bcanalyzer: Rewrite all the METADATA_ codes
2015-06-29 Duncan P. N... bcanalyzer: Use a macro to decode bitcodes, NFC
2015-06-29 Ying ChenRevert "Mark test_sb_api_listener_event_process_state...
2015-06-29 Marshall ClowMark LWG#2439 as complete. This is a tightening up...
2015-06-29 Ben LangmuirReapply "Use gethostuuid() on Mac to identify hosts...
2015-06-29 Rui UeyamaCOFF: Split ObjectFile::createSymbolBody into small...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-29 Sanjoy Das[FaultMaps][Docs] Document the ImplicitNullChecks pass.
2015-06-29 Rui UeyamaMove llvm_unreachable out of switch to avoid -Wswitch...
2015-06-29 Ben LangmuirRevert "Use gethostuuid() on Mac to identify hosts...
2015-06-29 Keno FischerAdd -lpthread to LLDB shared lib link line unconditionally
2015-06-29 Ben LangmuirUse gethostuuid() on Mac to identify hosts for LockFile...
2015-06-29 Rui UeyamaSilence MSVC "not all control paths return a value...
2015-06-29 Tim NorthoverARM: add correct kill flags when combining stm instructions
2015-06-29 Matthias BraunX86: Rework inline asm integer register specification.
2015-06-29 Chandler Carruth[opt] Devirtualize the SymbolBody type hierarchy and...
2015-06-29 Chandler Carruth[cleanup] Clean up the flow of creating a symbol body...
2015-06-29 Alexey Samsonov[LoopSimplify] Set proper debug location in loop backed...
2015-06-29 Sanjoy Das[FaultMaps] Fix test case.
2015-06-29 Rafael EspindolaUpdate for llvm api change.
2015-06-29 Rafael EspindolaConvert obj->getSymbolName to sym->getName.
2015-06-29 Chandler Carruth[opt] Replace the recursive walk for GC with a worklist...
2015-06-29 Eric ChristopherAdd support for the x86 builtin __builtin_cpu_supports.
2015-06-29 Greg ClaytonMake sure that SharingPtr.h appears in the LLDB.framewo...
2015-06-29 Evgeniy Stepanov[asan] Fix SanitizerCommon.PthreadDestructorIterations...
2015-06-29 Pawel Bylica[DAGCombiner] Fix & simplify constant folding of sext...
2015-06-29 Benjamin Kramer[MMI] Use TinyPtrVector instead of PointerUnion with...
2015-06-29 David Majnemer[CodeGen] Remove atomic sugar from record types in...
2015-06-29 Greg ClaytonMore packet reduction when debugging with GDB server.
2015-06-29 Diego NovilloTidy comment.
2015-06-29 Michael Kruse[Polly] Add -std=c99 flag only to C source files
2015-06-29 Jonathan PeytonRemove _KMP_BUILD_TIME macro from kmp_version.c
2015-06-29 Douglas KatzmanMore range-based for loops. NFC
2015-06-29 Chaoren LinRewrite FileSpec::EnumerateDirectory to avoid code...
2015-06-29 Chandler Carruth[opt] Hoist the call throuh SymbolBody::getReplacement...
2015-06-29 Dan LiewFix bug #23967. The gtest and gtest_main targets were...
2015-06-29 Douglas KatzmanComment fixes. NFC.
2015-06-29 Greg ClaytonFix buildbot failures for:
2015-06-29 Greg ClaytonAvoid a recursive function call that could run LLDB...
2015-06-29 Douglas GregorFix a test case broken by my previous commit.
2015-06-29 Douglas GregorMake __has_feature(nullability) and __has_extension...
2015-06-29 Evgeniy Stepanov[asan] Re-enable clang_gcc_abi test at higher opt levels.
2015-06-29 Serge PavlovInstantiation of local class members.
next