platform/upstream/llvm.git
2015-02-19 Eric Christopher80-column fixups.
2015-02-19 Richard SmithAllow errors on use of a private module header to be...
2015-02-19 Eric ChristopherRemove all use of is64bit off of NVPTXSubtarget and...
2015-02-19 Eric ChristopherRemove all use of getDrvInterface off of NVPTXSubtarget...
2015-02-19 Eric ChristopherMigrate the NVPTX backend asm printer to a per function...
2015-02-18 Zachary TurnerA few minor path fixes for Windows.
2015-02-18 Jacques Pienaarclang-format: Space and triple angle braces.
2015-02-18 Chandler Carruth[x86] Merge checks for a recently added test case that...
2015-02-18 Duncan P. N... IR: Allow MDSubrange to have 'count: -1'
2015-02-18 Reid KlecknerAdd an IR-to-IR test for dwarf EH preparation using opt
2015-02-18 Vince HarronFix TestDataFormatter* on Linux
2015-02-18 Vince HarronFixed TestProcessLaunch.py for remote targets
2015-02-18 Lang Hames[Orc][Kaleidoscope] Fix a fixme - no reason we can...
2015-02-18 Vince HarronFixed remaining remote target failures in TestSettings.py
2015-02-18 Vince HarronFix SettingsCommandTestCase.test_set_error_output_path
2015-02-18 Rui UeyamaPECOFF: Fix symbol aliases
2015-02-18 Lang Hames[Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials...
2015-02-18 Lang Hames[Orc][Kaleidoscope] Make sure to look for the mangled...
2015-02-18 Colin LeMahieu[Objdump] Fixing crash when printing symbols in ELF...
2015-02-18 Andrew KaylorStyle and formatting fixes for r229715
2015-02-18 Alexey SamsonovRemove support for building sanitizers from Makefile...
2015-02-18 Alexey SamsonovRemove support for building sanitizers from Makefile...
2015-02-18 Alexey Samsonov[docs] Recommend to use CMake for building sanitizers.
2015-02-18 Peter CollingbourneCMake: Fix add_lit_target for the case where a test...
2015-02-18 Marek OlsakR600/SI: Fix READLANE and WRITELANE lane select for VI
2015-02-18 Marek OlsakR600/SI: Simplify verification of AMDGPU::OPERAND_REG_I...
2015-02-18 Marek OlsakR600/SI: Remove explicit VOP operand checking
2015-02-18 Greg FitzgeraldFix use-after-free bug identified by the Address Sanitizer
2015-02-18 Justin BognerInstrProf: Rewrite most of coverage mapping generation...
2015-02-18 Duncan P. N... IR: Swap order of name and value in MDEnum
2015-02-18 Ed MasteAdd decorator for failure setting prompt on FreeBSD
2015-02-18 Duncan P. N... IR: Add MDCompositeTypeBase::replace*()
2015-02-18 Duncan P. N... IR: Add MDCompileUnit::replace*()
2015-02-18 Duncan P. N... IR: Add MDSubprogram::replaceFunction()
2015-02-18 Ed MasteAdd decorators for failing lldb-mi tests
2015-02-18 Duncan P. N... IR: Drop the scope in DI template parameters
2015-02-18 Renato GolinRevert "Enable ASAN build and test on AArch64"
2015-02-18 Ed MasteAdd decorator for process launch w/ glob not working...
2015-02-18 Ed MasteAdd decorators for failing lldb-mi tests
2015-02-18 Duncan P. N... Fix -DNDEBUG -Werror build after r229733
2015-02-18 Reid Klecknerdos2unix the WinEH file and tests
2015-02-18 Duncan P. N... IR: isScopeRef() should check isScope()
2015-02-18 Duncan P. N... IR: Avoid DIScopeRef in DIImportedEntity::getEntity()
2015-02-18 Zachary TurnerMake frem.ll flush after calling printf.
2015-02-18 Sanjoy DasPartial fix for bug 22589
2015-02-18 Zachary TurnerModify llvm-readobj to dump symbol record bytes.
2015-02-18 Benjamin KramerRemove unused diagnostic.
2015-02-18 Marshall ClowRemove several unused forward declarations. Fixes PR22605.
2015-02-18 Chris BienemanAdding install targets for individual LLVM tools and...
2015-02-18 David MajnemerItanium ABI: Write a character instead of a string...
2015-02-18 David MajnemerItanium ABI: Restore disabled tests which are correctly...
2015-02-18 David MajnemerItanium ABI: Properly mangle extern "C" template arguments
2015-02-18 Justin BognerInstrProf: Don't combine expansion regions with code...
2015-02-18 David BlaikieRemove unused member variables (-Wunused-private-field)
2015-02-18 Chris BienemanFixing a CMake developer warning.
2015-02-18 Chris BienemanEnable standard so versioning for libLLVM.
2015-02-18 Benjamin KramerDriver: Fix use of dangling std::string temporary
2015-02-18 Zachary TurnerFix warning that not all control-paths return from...
2015-02-18 Justin BognerInstrProf: Handle unknown functions if they consist...
2015-02-18 Meador IngeSema: Allow 'constexpr' variables in range loops
2015-02-18 Andrew KaylorAdding implementation to outline C++ catch handlers...
2015-02-18 Greg Fitzgerald[ASan] Set DYLD_LIBRARY_PATH on Darwin
2015-02-18 Zachary TurnerDon't use AVX/XSTATE API on Windows.
2015-02-18 Justin BognerInstrProf: Make CoverageMapping testable and add a...
2015-02-18 Marshall ClowMove the default template arguments into the forward...
2015-02-18 Eric Fiselier[libcxx] Tired of colorless compile errors? Enable...
2015-02-18 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-02-18 Marshall ClowMove the default template arguments into the forward...
2015-02-18 Ed MasteAdd decorator for fd leak test failing on FreeBSD
2015-02-18 Daniel Jasperclang-format: [JS] support AtScript style annotations...
2015-02-18 Jozef Kolek[mips][microMIPS] Implement JALX instruction
2015-02-18 Daniel Jasperclang-format: [JS] Support classes.
2015-02-18 Daniel Jasperclang-format: [JS] Support type annotations.
2015-02-18 John ThompsonFixed missing checkins.
2015-02-18 Eric FiselierEnable testing with _LIBCPP_DEBUG and fix bad assertion...
2015-02-18 Alex DenisovFix broken link to 'Obtaining Commit Access'
2015-02-18 Eric Fiselier[libc++] Fix PR20084 - std::is_function<void() const...
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Kit BartonThis patch adds the VSX logical instructions introduced...
2015-02-18 John ThompsonAdded support for extracting headers from module maps...
2015-02-18 Tamas BerghammerAdd missing exports file and remove unused ones
2015-02-18 John ThompsonTemporary hack to avoid false errors. Real fix comming.
2015-02-18 Tom StellardR600/SI: Don't set isCodeGenOnly = 1 on all instructions
2015-02-18 Tom StellardR600/SI: Add missing VOP1 instructions
2015-02-18 Tom StellardR600/SI: Add missing VOP2 instructions
2015-02-18 Tom StellardR600/SI: Add definition for S_CBRANCH_G_FORK
2015-02-18 Tom StellardR600/SI: Add missing SOP1 instructions
2015-02-18 Tom StellardR600/SI: Refactor SOP2 definitions
2015-02-18 Tamas BerghammerMerge lldb-platform and lldb-gdbserver into a single...
2015-02-18 Ilia KFix make_symlink in case when symlink already exists...
2015-02-18 Hafiz Abid... Fix line crossing 80 column border.
2015-02-18 Zoran JovanovicChange representation of member function pointers for...
2015-02-18 Timur Iskhodzhanov[ASan/Win] Speculative fix to make the sed command...
2015-02-18 Dmitry Vyukovtsan: fix signal handling during stop-the-world
2015-02-18 John ThompsonUpdated file comment on modularize usage, as it was...
2015-02-18 Daniel SandersFix test/CodeGen/atomic_ops.c failure on clang-cmake...
2015-02-18 Vasileios Kalintiris[mips] Avoid redundant sign extension of the result...
2015-02-18 Ilia KFix typo in make_symlink after r229517. It fixes symlin...
2015-02-18 Daniel JasperPrevent use after free caused by accessing a member...
2015-02-18 Benjamin KramerX86: Use bitset to manage a bag of bits. NFC.
next