platform/upstream/llvm.git
2015-04-10 Oleksiy VyalovWrap socket error handling with SetLastError and IsInte...
2015-04-10 Rui UeyamaRemove redundant parentheses.
2015-04-10 Rui UeyamaDo not use default arguments for trivial functions.
2015-04-10 Rui UeyamaRemove unused return values.
2015-04-10 Richard Smith[modules] Remove unused MACRO_TABLE record.
2015-04-10 Enrico GranataFix a problem where 'process launch' was not correctly...
2015-04-10 Davide ItalianoReapply r234378, with test fixed (by emaste).
2015-04-10 Rui UeyamaELF: Don't use APPLY_RELOC macro.
2015-04-10 Rui UeyamaELF: Move Hexagon linker helper function to Hexagon...
2015-04-10 Ahmed Bougacha[AArch64] Promote f16 operations to f32.
2015-04-10 Ilia KSkip lldb-server tests according to bug 23181
2015-04-10 Rui UeyamaRemove dead code.
2015-04-09 Nemanja IvanovicAdd Clang support for remaining integer divide and...
2015-04-09 Nemanja IvanovicAdd LLVM support for remaining integer divide and permu...
2015-04-09 Fariborz Jahanian[Objective-C Sema] It is permissable to bridge cast...
2015-04-09 Benjamin KramerUpdate test case for r234543.
2015-04-09 Benjamin Kramer[CodeGen] Do a more principled fix for PR231653, always...
2015-04-09 Peter CollingbourneRevert r234477, "Differential Revision: reviews.llvm...
2015-04-09 Rui UeyamaFix undefined behavior.
2015-04-09 Rui UeyamaELF: Move CreateELF() from its own file to ELFReader.h.
2015-04-09 Enrico GranataDon't hardcode the name of the plugin - or it will...
2015-04-09 Rafael EspindolaPropagate usage of std:unique_ptr a bit. NFC.
2015-04-09 Enrico GranataThe dyld shared cache class table is not present in...
2015-04-09 Rafael EspindolaUpdate for LLVM api changes.
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rui UeyamaUpdate design.rst to remove a mention about round-trip...
2015-04-09 Reid KlecknerUse Linux sysroot in Driver test case from r234521
2015-04-09 Reid Kleckner[SEH] Outline finally blocks using the new variable...
2015-04-09 Chaoren LinFix printf format specifier to silence warning.
2015-04-09 Ahmed Bougacha[CodeGen] Combine concat_vector of trunc'd scalar to...
2015-04-09 Juergen Ributzka[AArch64][FastISel] Fix integer extend optimization.
2015-04-09 David Majnemer[Sema] Diagnose references to unbound arrays in functio...
2015-04-09 Siva Chandra[ItaniumABILanguageRuntime] Remove an unneccesary ...
2015-04-09 Kaelyn TakataProperly implement warn_unused_result checking for...
2015-04-09 Eric ChristopherRemove duplicated code and consolidate initializers.
2015-04-09 Siva Chandra[RenderScriptRuntime] Fix build after r234522.
2015-04-09 Siva Chandra[TestBitfields] Correct the attribute name to "aligned...
2015-04-09 Siva Chandra[IRForTarget] Strenghten handling of alternate mangling.
2015-04-09 Hans Wennborg[ASan] Don't link against libc++abi when not using...
2015-04-09 Fariborz Jahanian[Objective-C modern translation]. Patch to fix type of
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-09 Rafael EspindolaRevert "Refactoring and enhancement to FMA combine."
2015-04-09 Ilia KFix Debugger::HandleProcessEvent in case when ProcessIO...
2015-04-09 Zachary Turner[Python] Fix issue configuring sys.path during startup.
2015-04-09 Rafael EspindolaDefine a function with "... llvm::func...".
2015-04-09 Robert FlackFix @skipUnlessPlatform and @skipIfPlatform decorators...
2015-04-09 Olivier SallenaveRefactoring and enhancement to FMA combine.
2015-04-09 Samuel Benzaquen[clang-tidy] Ignore expressions with incompatible deleters.
2015-04-09 Sean CallananInstall a diagnostic consumer into each new AST
2015-04-09 Duncan P. N... IR: Preserve use-list order by default in bitcode
2015-04-09 Olivier SallenaveAdded flag to disable isel instruction on PPC target...
2015-04-09 Sean CallananAdded the RenderScript language runtime plugin
2015-04-09 Rafael EspindolaUse a raw_svector_ostream instead of a raw_string_ostream.
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-04-09 Jingyue Wu[NFC] add more comments for SLSR
2015-04-09 Rafael EspindolaMisc cleanup. NFC.
2015-04-09 Colin RileyInitial language runtime support for RenderScript.
2015-04-09 Rafael Espindolaclang-format. NFC.
2015-04-09 Rafael Espindolaclang-format this constructor.
2015-04-09 Greg ClaytonFix Xcode build after MipsLinuxSignals.cpp was added.
2015-04-09 Benjamin Kramer[CodeGen] When promoting a reference temporary to a...
2015-04-09 Rafael EspindolaDon't repeat names in comments.
2015-04-09 Rafael EspindolaUse implicit calls to parent constructor. NFC.
2015-04-09 Timur Iskhodzhanov[ASan/Win] Add a test that makes sure coverage works...
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Timur Iskhodzhanov[ASan/Win] Add more support for file operations
2015-04-09 Sanjay PatelProcess the -freciprocal-math optimization flag (PR20912)
2015-04-09 Robert FlackFix expectedFailureLLGS to expect failure when host...
2015-04-09 Timur IskhodzhanovUse error_t rather than int in a couple of places where...
2015-04-09 Timur IskhodzhanovUse RenameFile instead of internal_rename in non-POSIX...
2015-04-09 Pavel LabathAdd info on running remote test suite to the website
2015-04-09 Javed Absar[ARM] add support for Cortex-R4/R4F
2015-04-09 Timur IskhodzhanovUse WriteToFile instead of internal_write in non-POSIX...
2015-04-09 Javed Absar[ARM] support for Cortex-R4/R4F
2015-04-09 Timur IskhodzhanovUse ReadFromFile instead of internal_read in non-POSIX...
2015-04-09 Rafael EspindolaNothing inherits from the asm streamer.
2015-04-09 Ilia KGenerate an event when a pending breakpoint binds
2015-04-09 Timur IskhodzhanovMove more POSIX-specific functions to sanitizer_posix.h
2015-04-09 Timur IskhodzhanovIntroduce CloseFile to be used instead of internal_clos...
2015-04-09 Ilia KFix MiGdbSetShowTestCase.test_lldbmi_gdb_set_ouptut_rad...
2015-04-09 Timur IskhodzhanovReplace a hard-coded constant with a named one
2015-04-09 Tobias GrosserDo not recommend -polly-vectorizer=polly
2015-04-09 Lorenzo MartignoniDifferential Revision: reviews.llvm.org/D7249
2015-04-09 Ilia KRefactor CMICmnLLDBDebuggerHandleEvents/CMICmnLLDBDebug...
2015-04-09 Toma Tabacu[mips] Refactor saved-registers bitmask creation in...
2015-04-09 Denis Protivensky[ARM] clang-format ARM sources
2015-04-09 Denis Protivensky[ARM] Add mapping symbols to veneers
2015-04-09 Kuba Brecka[Sanitizer] Get rid of PlatformGetListOfModules
2015-04-09 Kristof Beyls[AArch64] Add support for dynamic stack alignment
2015-04-09 Yury Gribov[ASan] Only include rpc headers if they are available.
2015-04-09 Mohit K. Bhakkad[LLDB][MIPS] Add LinuxSignals for mips64 and change...
2015-04-09 Mohit K. Bhakkad[Compiler-rt][MIPS] Fix for asan test suite build on...
2015-04-09 Lang Hames[AArch64] Remove redundant -march option. Also fix...
2015-04-09 Nick LewyckyNot all triples put _ before function names. Specify...
2015-04-09 Craig TopperUse SmallVector instead of std::vector for uniquing...
2015-04-09 Craig TopperSimplify some printing code by combining new lines...
2015-04-09 Craig TopperDon't convert enum to strings just to put them in the...
2015-04-09 Lang Hames[AArch64] Teach AArch64TargetLowering::getOptimalMemOpT...
2015-04-09 Rafael EspindolaUse the cast machinery to remove dummy uses of formatte...
2015-04-09 Rafael EspindolaAdd classof implementations to the raw_ostream classes.
next