platform/upstream/llvm.git
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
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...
next