platform/upstream/llvm.git
2014-06-03 Alp TokerRemove some redundant doc comments
2014-06-03 Sebastian Poprecord delinearization result and reuse it in polyhedra...
2014-06-03 Todd FialaAdded gdb-remote memory read ($m) test.
2014-06-03 Alp TokerFix leak from r210059
2014-06-03 Tilmann Scheller[AArch64] Fix typo in load/store optimizer.
2014-06-03 Tilmann Scheller[AArch64] Add regression tests for the load/store optim...
2014-06-03 Jeroen KetemaFix build broken by LLVM commit r209103
2014-06-03 Rafael EspindolaRemove dead code.
2014-06-03 Evgeniy Stepanov[sancov] Delay opening dump file until the first module...
2014-06-03 Evgeniy Stepanov[sancov] Handle spaces in module name.
2014-06-03 Rafael EspindolaImplement one operator== with another.
2014-06-03 Kostya Serebryany[asan] enable detect_odr_violation=2; https://code...
2014-06-03 Colin RileyWindows fix: Disable editline for MSVC. Since r208369...
2014-06-03 Colin RileyWindows fix: Condition::Wait returned failure when...
2014-06-03 Evgeniy Stepanov[asan] Fix coverage instrumentation with -asan-globals=0.
2014-06-03 Tim NorthoverAArch64: mark small types (i1, i8, i16) as promoted
2014-06-03 Rafael EspindolaUse IntrusiveRefCntPtr's == and != nullptr operators.
2014-06-03 Rafael EspindolaAdd operator== and operator!= to compare with nullptr.
2014-06-03 Colin RileyFix windows build: SBTypeEnumMember.cpp added to the...
2014-06-03 Evgeniy Stepanov[sancov] Fix map update logic on Android.
2014-06-03 Daniel Jasperclang-format: Refactor indentation behavior for multipl...
2014-06-03 Kostya Serebryanytemporary disable part of a test because it causes...
2014-06-03 Alexander Musman[OPENMP] Loop canonical form analysis (Sema)
2014-06-03 Simon Atanasyan[Mips] Make la25-stub.test self contained.
2014-06-03 Rui UeyamaImprove error message.
2014-06-03 Richard SmithRemove incorrect assertion.
2014-06-03 Richard SmithImplement DR990 and DR1070. Aggregate initialization...
2014-06-03 Richard SmithTeach AST dumper to dump the array filler in an initial...
2014-06-03 Rui UeyamaRename FileToMutable -> SimpleFileWrapper.
2014-06-03 Rui UeyamaFix build breakage.
2014-06-03 Rui UeyamaInline short member function.
2014-06-03 Rui UeyamaUse auto for obvious types.
2014-06-03 Rui UeyamaNo need to compute valBit until mask bit is 1.
2014-06-03 Richard SmithPR11410: Extend diagnostic to cover all cases of aggreg...
2014-06-03 Rui UeyamaUse range-based for loop.
2014-06-03 Rui UeyamaRemove unusual use of using.
2014-06-03 Nikola SmiljanicList DR532 as implemented on the defect report status...
2014-06-03 Richard SmithWhen emitting a multidimensional array new, emit the...
2014-06-03 Rafael EspindolaUse an enum class.
2014-06-03 Rafael EspindolaUse an enum class.
2014-06-03 Rafael EspindolaRemove the last unspecified_bool_type from llvm.
2014-06-03 Rafael EspindolaDon't assume an implicit IntrusiveRefCntPtr -> bool...
2014-06-03 Rui UeyamaReference::target() doesn't and shouldn't return a...
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-06-03 Rafael EspindolaThis lambda returns a boolean, update the return statem...
2014-06-03 Rafael EspindolaDon't assume an implicit error_code -> bool operator.
2014-06-03 Greg FitzgeraldFix Android build after r210053
2014-06-03 Nick LewyckyIgnore line numbers on debug intrinsics. Add an assert...
2014-06-03 Jiangning Liu[AArch64] Correctly deal with VPR stack parameter passing.
2014-06-03 Rui UeyamaRemove group-parent references.
2014-06-03 Alp TokerProcess::GetRandomNumber(): fix insecure RNG
2014-06-03 Nikola SmiljanicMove DR532 test where it belongs.
2014-06-03 Rafael EspindolaUpdate for llvm API change.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-03 David Majnemer[libc++] Don't return uninitialized data from random_de...
2014-06-03 David Majnemer[libc++] random_device fails if open returns zero
2014-06-03 Alp TokerFix -emit-codegen-only to not generate binaries
2014-06-03 Alp TokerEliminate redundant MangleBuffer class
2014-06-03 Rui UeyamaMake dead-striping to handle reverse edges.
2014-06-02 Marshall ClowFirst cut at a post c++14 status page
2014-06-02 Hans WennborgItanium ABI: Update getAddrOfVTable to set the DLL...
2014-06-02 Greg FitzgeraldCleanup Android build and provide better diagnostics
2014-06-02 Rafael EspindolaAdd back commit r210029.
2014-06-02 Greg ClaytonSmall cleanups for the new enum fixes:
2014-06-02 Will Schmidtallow optional signext attribute
2014-06-02 Rafael EspindolaConvert test to FileCheck.
2014-06-02 Rafael EspindolaRevert "Add the nsw flag when we detect that an add...
2014-06-02 Alexey SamsonovDelete apparently unused method
2014-06-02 Todd FialaAdd support for inspecting enum members.
2014-06-02 Eric ChristopherInitLibcallNames can take a Triple instead of a TargetM...
2014-06-02 Alexander KornienkoNever filter-out compile errors in clang-tidy, display...
2014-06-02 Alexander KornienkoExit with error when no checks enabled.
2014-06-02 Michael J.... [CodeGen] Don't use SizeTy for EmitNeonSplat.
2014-06-02 Alexey SamsonovRemove unused variable
2014-06-02 Rafael EspindolaAdded support to optimize comparisons with "lshr exact...
2014-06-02 Hans WennborgFix comment vs function name mismatch
2014-06-02 Alexey SamsonovRemove sanitizer blacklist from ASan/TSan/MSan function...
2014-06-02 Alexey SamsonovRemove sanitizer blacklist from ASan/TSan/MSan function...
2014-06-02 Todd FialaAdd executable extension to debugger name, run dotest...
2014-06-02 Todd FialaFix most of the remaining Windows build warnings.
2014-06-02 Eric ChristopherOmit else branch after return.
2014-06-02 David BlaikieCGDebugInfo: Simplify/invert createLexicalBlock paramet...
2014-06-02 Andrea Di Biagio[X86] Fix checked arithmetic for i8 on X86.
2014-06-02 Daniel Jasperclang-tidy: Extend the use-override check to understand...
2014-06-02 Timur Iskhodzhanov[ASan Win] Manually call __asan_init early in the DLL...
2014-06-02 Rafael EspindolaAdd the nsw flag when we detect that an add will not...
2014-06-02 Timur Iskhodzhanov[Sanitizer/interception Win] Break into the debugger...
2014-06-02 Timur Iskhodzhanov[ASan Win] Fix memset interception in DLLs
2014-06-02 Aaron BallmanThe exception-declaration for a function-try-block...
2014-06-02 Alp TokerCMake: remove duplicated source file from list
2014-06-02 Evgeniy Stepanov[asan] Default to memory-mapped coverage on Android.
2014-06-02 Evgeniy Stepanov[msan] Remove an out-of-date comment.
2014-06-02 Rafael EspindolaRemove path_tclsh.m4.
2014-06-02 Tilmann Scheller[AArch64] Add some more regression tests for store...
2014-06-02 Evgeniy Stepanov[msan] Handle x86 vector pack intrinsics.
2014-06-02 Nico WeberRemove unused code in a libc++ test.
2014-06-02 Tilmann Scheller[AArch64] Add some more regression tests for load pre...
2014-06-02 Daniel Jasperclang-format: Fix special case of binary operator detec...
2014-06-02 Daniel JasperRemove superfluous semicolon confusing clang-format.
next