platform/upstream/llvm.git
2015-05-30 Chandler Carruth[x86] Implement a faster vector population count based...
2015-05-30 Chandler Carruth[x86] Restructure the parallel bitmath lowering of...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-30 Filipe Cabecinhas[BitcodeReader] Change an assert to a call to a call...
2015-05-29 Fiona GlaserSelectionDAG: fix logic for promoting shift types
2015-05-29 Eric FiselierAdd TODO note about switching to __decltype
2015-05-29 Eric ChristopherFix 80-column violations.
2015-05-29 Adrian McCarthyFix inferior's i/o connections to its console window...
2015-05-29 NAKAMURA Takumiclang/CMakeLists.txt: s/LLVM_INSTALL_PACKAGE_DIR/CLANG_...
2015-05-29 Reid Kleckner[WinEH] Adjust the 32-bit SEH prologue to better match...
2015-05-29 Evgeniy Stepanov[sanitizer] Add -lrt to dyndd link line.
2015-05-29 Ahmed Bougacha[Sema] Promote compound assignment exprs. with fp16...
2015-05-29 Oleksiy VyalovUse FileSpec::IsRelativeToCurrentWorkingDirectory inste...
2015-05-29 Oleksiy VyalovLeave OS type and vendor as unspecified unknowns.
2015-05-29 Justin Bognerprofile: Fix link errors in this test on darwin
2015-05-29 Evgeniy StepanovAdd descriptive names to sanitizer entries in /proc...
2015-05-29 Jingyue Wu[docs] fix the declarations of the llvm.nvvm.ptr.gen...
2015-05-29 Reid KlecknerDisable FP elimination in funcs using 32-bit MSVC EH...
2015-05-29 Peter CollingbourneCOFF: Move machine type auto-detection to SymbolTable.
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Ed MasteXFAIL additional signal vs exception tests failing...
2015-05-29 Ed MasteXFAIL TestHandleSegv on FreeBSD
2015-05-29 Tim NorthoverARM: fix ACLE predefine for iOS's "-arch armv7s".
2015-05-29 Reid KlecknerOnly add the EH state insertion pass on 32-bit Windows
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Oleksiy VyalovFix build - GetRemoteWorkingDirectory returns FileSpec...
2015-05-29 Rafael EspindolaMerge MCSymbol and MCSymbolData.
2015-05-29 Kostya Serebryany[lib/Fuzzer] relax an assertion
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Oleksiy VyalovFix PlatformAndroid::GetFile - check for relative sourc...
2015-05-29 Chaoren LinWorking directory FileSpec should use remote path synta...
2015-05-29 Chaoren LinRefactor many file functions to use FileSpec over strings.
2015-05-29 Ed MasteImprove test for g++ 4.6
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Ed MasteTestHandleSegv: also assert that we have a thread
2015-05-29 Chaoren LinImplement snprintf for MSVC with correct return value.
2015-05-29 Rafael EspindolaMove Flags from MCSymbolData to MCSymbol.
2015-05-29 Rafael EspindolaFix build without asserts.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Ying ChenAdd '+' sign at the end of echo message for debugserver
2015-05-29 Chaoren LinFix hanging test suite when dosep.py is invoked directly.
2015-05-29 Chris Bieneman[CMake] Bug 19462 - Use the INSTALL(EXPORT ...) to...
2015-05-29 Chris Bieneman[CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not...
2015-05-29 Rafael EspindolaUse an explicitly defaulted constructor.
2015-05-29 Greg ClaytonUnbreak mac build.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-29 Matthias BraunMachineCopyPropagation: Remove the copies instead of...
2015-05-29 Zachary TurnerRe-add #include "lldb-python.h" back in two places.
2015-05-29 Frederic RissYAML traits need to be in the llvm::yaml namespace.
2015-05-29 Reid KlecknerUse sanitizer_atomic_clang.h with clang-cl instead...
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-29 Rafael EspindolaStore MCSymbols in PendingLabels.
2015-05-29 Zachary TurnerDon't #include "lldb-python.h" from anywhere.
2015-05-29 Rafael EspindolaMove SymbolSize from MCSymbolData to MCSymbol.
2015-05-29 Pete CooperFix crash in MCExpr::print.
2015-05-29 Nemanja IvanovicAdd support for VSX FMA single-precision instructions...
2015-05-29 Tobias GrosserExploit non-negative numerators
2015-05-29 Alex LorenzMIR Serialization: use correct line and column numbers...
2015-05-29 Reid Kleckner[WinEH] Emit EH tables for __CxxFrameHandler3 on 32...
2015-05-29 Jingyue Wu[NVPTXFavorNonGenericAddrSpaces] recursively trace...
2015-05-29 Jingyue Wu[DependenceAnalysis] Extend unifySubscriptType for...
2015-05-29 Hafiz Abid... Improve handling of print value argument in -stack...
2015-05-29 Rui UeyamaCOFF: Add /subsystem option.
2015-05-29 Rui UeyamaCOFF: Add /version option.
2015-05-29 Rui UeyamaCOFF: Add /heap option.
2015-05-29 Rui UeyamaAdd /stack option.
2015-05-29 Rui UeyamaCOFF: Add /base option.
2015-05-29 Jonathan PeytonAllow CMAKE_OSX_ARCHITECTURES to build fat library.
2015-05-29 Rui UeyamaCOFF: Add /help option.
2015-05-29 Rui UeyamaCOFF: Add /machine option.
2015-05-29 Rui UeyamaCOFF: Move Windows-specific function under Windows...
2015-05-29 Rui UeyamaCOFF: Fill imort table HintName field.
2015-05-29 Logan Chienlibcxx: Switch to use __gnu_unwind_frame() for libunwind.
2015-05-29 Logan Chienlibunwind: Fix unw_step() for ARM EHABI.
2015-05-29 Rafael EspindolaSimplify now that symbols contain the correct section.
2015-05-29 Pavel LabathXFAIL two tests for android
2015-05-29 Colin LeMahieu[Objdump] Removing unused parameter.
2015-05-29 Colin LeMahieu[Hexagon] Disassembling, printing, and emitting instruc...
2015-05-29 Rafael EspindolaFix ELFObjectWriter::isLocal for signature symbols.
2015-05-29 Toma Tabacu[mips] Remove 2 unused variables in MipsTargetStreamer...
2015-05-29 John Brawn[ARM] Adjust -march checking
2015-05-29 Aaron BallmanRemoving a switch statement that only contains a defaul...
2015-05-29 Pavel Labath[NativeProcessLinux] clean up #includes
2015-05-29 Alexander MusmanFix assertion on C++ attributes in fillAttributedTypeLoc
2015-05-29 Pavel LabathReport inferior SIGSEGV as a signal instead of an excep...
2015-05-29 Szabolcs Sipos[clang-tidy] Fix for llvm.org/PR23355
2015-05-29 Daniel MarjamakiRefactor MacroInfo so macro arguments can be iterated...
2015-05-29 Daniel MarjamakiRun clang-format on MacroInfo.h
2015-05-29 Yury Gribov[ASan] Fix flaky tests (see https://llvm.org/bugs/show_...
2015-05-29 Daniel Jasperclang-format: [JS] Support ES6 computed property names.
2015-05-29 Craig Topper[TableGen] Remove convertValue functions for UnOpInit...
2015-05-29 Jingyue WuNFC: tab => spaces
2015-05-29 Greg ClaytonChange ProcessEventData over to use a std::weak_ptr...
2015-05-29 Matthias BraunThis should have been a reference
2015-05-29 Matthias BraunCodeGen: Use mop_iterator instead of MIOperands/ConstMI...
2015-05-29 Justin Bognerwip: Remove some unused functions
2015-05-29 Quentin ColombetAdd a test for the MachineCopyPropagation change landed...
2015-05-29 Ahmed Bougacha[TableGen][AsmMatcherEmitter] Only parse isolated token...
next