platform/upstream/llvm.git
2014-06-04 Richard SmithFormatting cleanup.
2014-06-04 Nick LewyckyExplain why we skip DbgInfoIntrinsics when looking...
2014-06-04 Hans WennborgDon't dynamically initialize dllimport vars (PR19933)
2014-06-04 Greg Fitzgerald[asan] Add install rule for Android runtime
2014-06-04 Hans WennborgDon't emit structors for available_externally globals...
2014-06-04 Alexey SamsonovRemove the overload of GetAddrOfConstantString method
2014-06-04 Todd FialaMove MemoryRegionInfo out of Target/Process.h into...
2014-06-04 Alexey SamsonovRefactor and generalize GetAddrOfConstantString and...
2014-06-04 Richard SmithUse __builtin_operator_new/__builtin_operator_delete...
2014-06-04 David MajnemerHandle partial nanosleeps in this_thread::sleep_for
2014-06-04 Tobias GrosserAdjust another test case to not access out of bounds
2014-06-04 Rafael EspindolaThis cast is not necessary any more (llvm api change).
2014-06-04 Rafael EspindolaAdd a Constant version of stripPointerCasts.
2014-06-04 Rafael EspindolaUpdate for llvm api change.
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-04 Peter Collingbourne[dfsan] Fix the declaration of dfsan_add_label.
2014-06-04 Yaron KerenTwo small enhancements for the JIT.
2014-06-04 David BlaikieXFAIL: test/DebugInfo/missing-abstract-variable.ll...
2014-06-04 Sergey Matveev[sanitizer] Make LSan/MSan/TSan honor the "color" flag.
2014-06-04 David MajnemerMS-ABI: Mangle empty template parameter packs correctly
2014-06-04 David MajnemerMS-ABI: Implement user defined literals
2014-06-04 Todd FialaAdded gdb-remote $qMemoryRegionInfo tests for heap...
2014-06-04 Nico WeberMake meta.trans.other/aligned_storage.pass.cpp pass...
2014-06-04 Saleem Abdulrasooltools: fix parenthesis warning from GCC
2014-06-04 Saleem Abdulrasooltools: fix silly typo in llvm-readobj
2014-06-04 Saleem Abdulrasooltools: initial implementation of WoA EH decoding
2014-06-04 Saleem Abdulrasooltools: introduce StreamWriter::printBoolean
2014-06-04 Saleem AbdulrasoolSupport: style/documentation cleanup for format
2014-06-04 Saleem AbdulrasoolSupport: add additional comment for ARM EH structure
2014-06-04 Nico WeberMake locales (and transitively, std::endl) work reliabl...
2014-06-04 Todd FialaAdd gdb-remote test for $qMemoryRegionInfo code querying.
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...
next