platform/upstream/llvm.git
2014-06-04 Rafael Espindola InstCombine: Improvement to check if signed addition...
2014-06-04 Todd FialaAdd gdb-remote test to ensure $qMemoryRegionInfo is...
2014-06-04 Alexander Musman[OPENMP] Parsing/Sema for OMPLasprivateClause.
2014-06-04 Daniel Jasperclang-format: Leave empty lines within UnwrappedLines.
2014-06-04 Tilmann Scheller[AArch64] clang-format the load/store optimizer.
2014-06-04 Tilmann Scheller[AArch64] Fix some LLVM Coding Standards violations...
2014-06-04 Evgeniy Stepanov[sancov] Handle fork.
2014-06-04 Tobias GrosserAdjust multidim test cases to not access out-of-bound...
2014-06-04 Patrik HagglundFix gcc -Wparentheses warning.
2014-06-04 Iain SandoeInitial set of Makefiles
2014-06-04 Tobias Grosserwww: Polly can be built without any GPLed software
2014-06-04 Rui UeyamaFix a wrong comment.
2014-06-04 Rui UeyamaAdd a comment, fix style.
2014-06-04 Daniel Jasperclang-tidy: Make use-override tests stricter.
2014-06-04 Rui UeyamaFix format.
2014-06-04 Daniel Jasperclang-tidy use override: Don't generate incorrect warni...
2014-06-04 Tobias GrosserUse range-based for loops
2014-06-04 Alexander Musman[OPENMP] Small comment and reformatting fixes.
2014-06-04 Nick LewyckyFix a use of uninitialized value. OldCC is set when...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-06-04 Andrew TrickMove GenericScheduler and PostGenericScheduler into...
2014-06-04 Justin Bognerdocs: Remove documentation for legacy PGO options
2014-06-04 Simon Atanasyan[Object][ELF] Range-based loop simplification.
2014-06-04 Todd FialaFix a couple minor typos in $qMemoryRegionInfo packet...
2014-06-04 Marshall ClowAdd a note about debug mode being non-functional
2014-06-04 Alp TokerGraphWriter: try gv before xdg-open
2014-06-04 Alp TokerGraphWriter: support the XDG open utility
2014-06-04 Alp TokerRemove inclusions of LLVM's private config.h
2014-06-04 Alp TokerRemove the last remaining llvm/Config/config.h includes
2014-06-04 Alp Tokerconfig.h: fix layering and don't duplicate definitions
2014-06-04 David BlaikieDebugInfo: Partial revert r209984 due to more cases...
2014-06-04 Nick Kledzik[mach-o] Make anonymous atom out of section content...
2014-06-04 Hans WennborgDowngrade "definition of dllimport static field" error...
2014-06-04 Greg FitzgeraldDisable unstable test on ARM
2014-06-03 Nick Kledzik[mach-o] Refactor sections -> atoms to be table driven.
2014-06-03 Richard SmithAdd __builtin_operator_new and __builtin_operator_delet...
2014-06-03 Matt ArsenaultFix typos
2014-06-03 Pete CooperCalculate dead instructions when a live interval is...
2014-06-03 Richard SmithUpdate DR page for latest revision of CWG issues list.
2014-06-03 Jonathan RoelofsAdd test case for inherited exceptions
2014-06-03 Eric ChristopherRevert r209381 as it isn't a local variable. Add a...
2014-06-03 Eric ChristopherFixup formatting in the pass.
2014-06-03 Rafael EspindolaUpdate comments to match reality.
2014-06-03 Tobias GrosserFix formatting
2014-06-03 Rafael EspindolaFix a small bug in the parsing of anonymous globals.
2014-06-03 Rafael EspindolaSimplify the parsing of unnamed globals. No functionali...
2014-06-03 Rafael EspindolaUpdate comment. This should have been part of r210062.
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.
next