platform/upstream/llvm.git
2015-02-19 Anton Yartsev[analyzer] Different handling of alloca().
2015-02-19 Chandler Carruth[x86] Simplify the pre-SSSE3 v16i8 lowering significant...
2015-02-19 Jean-Daniel... [Mach-O] Rename enum typename for consistency. NFC
2015-02-19 Chandler Carruth[x86] Remove the insanely over-aggressive unpack loweri...
2015-02-19 Jozef Kolek[mips][microMIPS] Make usage of AND16, OR16 and XOR16...
2015-02-19 Chandler Carruth[x86] The SELECT x86 DAG combine also does legalization...
2015-02-19 Pavel LabathSilence unused variable warnings in release builds
2015-02-19 Igor LaevskyAdd few simple tests to check statepoint placement...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Igor LaevskyImplement invoke statepoint verification.
2015-02-19 Yaron KerenSpelling correction.
2015-02-19 Igor LaevskyAdd invoke related functionality into StatepointSite...
2015-02-19 Elena DemikhovskyAVX-512: Full implementation for VRNDSCALESS/SD instruc...
2015-02-19 Chandler Carruth[x86] Add support for bit-wise blending and use it...
2015-02-19 Chandler Carruth[x86,sdag] Two interrelated changes to the x86 and...
2015-02-19 Daniel JasperMake -fmodules-decluse and -fmodules-strict-decluse...
2015-02-19 Mohit K. Bhakkad[LSan][MIPS64] Enable LSan testing for mips64/mips64el
2015-02-19 Dmitry Vyukovtsan: fix PTRACE_ATTACH handling during stop-the-world
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Mohit K. Bhakkad[LSan] [MIPS] adding support of LSan for mips64/mips64e...
2015-02-19 David MajnemerMark DR1940 as implemented
2015-02-19 David MajnemerMark DR1947 as implemented
2015-02-19 David MajnemerMark DR1948 as implemented
2015-02-19 David MajnemerMark DR1994 as a duplicate of DR529
2015-02-19 David MajnemerMark DR1968 as implemented
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-19 NAKAMURA TakumiCXXNameMangler::mangleUnresolvedPrefix(): Prune an...
2015-02-19 David MajnemerItanium ABI: Don't pass nullptr to a bool argument
2015-02-19 Lang Hames[Orc][Kaleidoscope] Fix typo in tutorial comment.
2015-02-19 Tobias GrosserScopDetection: Only detect scops that have at least...
2015-02-19 Dmitri GribenkoProvide the same ABI regardless of NDEBUG
2015-02-19 Larisse VoufoUpdate C++ implementation status page with recent chang...
2015-02-19 Alexey Bataev[MSVC] Improved lookup into dependent/non-dependent...
2015-02-19 Rui UeyamaPECOFF: Fix base relocation for an absolute symbol.
2015-02-19 Ben LangmuirRevert adding hostname to module hash
2015-02-19 Rui UeyamaPECOFF: use llvm-readobj to dump .reloc section
2015-02-19 Justin BognerInstrProf: Always emit a coverage region for the condit...
2015-02-19 Larisse VoufoFix a test case.
2015-02-19 Filipe Cabecinhas[Headers] Add tests for _mm256_insert_epi64 and fix...
2015-02-19 Eric FiselierMark more tuple tests as unsupported in C++98 && C++03
2015-02-19 David MajnemerItanium ABI: Properly qualify the destructor-name
2015-02-19 Eric Fiselier[libcxx] Mark most tuple tests UNSUPPORTED for c++03...
2015-02-19 Lang Hames[Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidosc...
2015-02-19 Lang Hames[Orc] Fix a bug in the compile callback manager: trampo...
2015-02-19 Eric ChristopherRemove the local subtarget variable from the SystemZ...
2015-02-19 Eric ChristopherRemove a few more calls to TargetMachine::getSubtarget...
2015-02-19 Eric ChristopherGrab the subtarget off of the machine function for...
2015-02-19 Eric ChristopherRemove the DisasmEnabled AsmPrinter variable and just...
2015-02-19 Filipe CabecinhasImprove our handling of rtti/sanitize=vptr/sanitize...
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-19 Peter Collingbournellvm-mc: Use Target::createNullStreamer to fix crashes...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-02-19 Michael Gottesman[objc-arc] Introduce the concept of RCIdentity and...
2015-02-19 Michael Gottesman[objc-arc-contract] Rename contractRelease => tryToCont...
2015-02-19 Michael Gottesman[objc-arc-contract] Refactor out tryToPeepholeInstructi...
2015-02-19 Michael Gottesman[objc-arc-contract] Reorganize the code a bit and make...
2015-02-19 Richard SmithPR22566: a conversion from a floating-point type to...
2015-02-19 Duncan P. N... IR: Drop scope from MDTemplateParameter
2015-02-19 Eric ChristopherAvoid using a self-referential initializer and fix...
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
next