platform/upstream/llvm.git
2016-03-28 Ryan Govostes[asan] Fix testcase for r264645
2016-03-28 Reid KlecknerUpdate the description of Clang's MSVC compatibility...
2016-03-28 Duncan P. N... Explicitly test BitstreamReader::setArtificialByteLimit...
2016-03-28 Evgeniy StepanovHandle section vs global name conflict.
2016-03-28 Nico Weberdocs: Update Ninja link, also fix link syntax.
2016-03-28 Devin Coughlin[analyzer] Nullability: Don't warn along paths where...
2016-03-28 Duncan P. N... Remove accidentally duplicated test
2016-03-28 Ryan Govostes[asan] Support dead code stripping on Mach-O platforms
2016-03-28 Ryan Govostes[asan] Add runtime support for __asan_(un)register_imag...
2016-03-28 Vedant KumarRevert "Reapply "[PGO] Fix name encoding for ObjC-like...
2016-03-28 Reid KlecknerPaper over the Windows-only enum initialization test...
2016-03-28 Vedant KumarReapply "[PGO] Fix name encoding for ObjC-like functions"
2016-03-28 Kuba Brecka[tsan] Fix a crash when exiting the main thread (e...
2016-03-28 Sean Silva[libprofile] Make this test not depend on previous...
2016-03-28 Sean Silva[libprofile] Make this test a bit more specific
2016-03-28 Rafael EspindolaSimplify how we represent relocation iterators.
2016-03-28 Douglas KatzmanUse 'alignTo' instead of re-inventing it. NFC
2016-03-28 Mike SpertusThis file was accidentally committed with bad line...
2016-03-28 Mike SpertusSubmitted new file with wrong line endings. Correcting...
2016-03-28 Easwaran RamanProfile summary cleanup.
2016-03-28 Eugene ZelenkoFix builds on Windows broken in r264598.
2016-03-28 Jonathan Peyton[STATS] Missing check for MIC in config-ix.cmake
2016-03-28 Adam Nemet[PGO] Update r264612 to use C-style comment
2016-03-28 Adam Nemet[PGO] Update r264611 to use C-style comment
2016-03-28 Adam Nemet[PGO] Comment how function pointers for indirect calls...
2016-03-28 Adam Nemet[PGO] Comment how function pointers for indirect calls...
2016-03-28 Mike SpertusConvert to Unix line endings due to previous commit...
2016-03-28 Reid Klecknerdos2unix CMakeLists.txt
2016-03-28 Matthias BraunMIRParser: Add %subreg.xxx syntax for subregister index...
2016-03-28 Matthias BraunCodeGen: Correct specification of PHI nodes
2016-03-28 Haicheng Wu[AArch64] Do not lower scalar sdiv/udiv to a shifts...
2016-03-28 Reid KlecknerRevert "[SimlifyCFG] Prevent passes from destroying...
2016-03-28 Mike SpertusUse VS2015 Project Support for Natvis to eliminate...
2016-03-28 Mike SpertusForgot to commit this file in revision 264601
2016-03-28 Mike SpertusUse VS2015 Project Support for Natvis to eliminate...
2016-03-28 Hal Finkel[PowerPC] On the A2, popcnt[dw] are very slow
2016-03-28 David BlaikieRemove else after return
2016-03-28 Eugene ZelenkoFix Clang-tidy modernize-deprecated-headers warnings...
2016-03-28 Nico WeberWindows: Shrink sizeof(MacroInfo) from 256 to 248,...
2016-03-28 Hyojin Sung[SimlifyCFG] Prevent passes from destroying canonical...
2016-03-28 Hemant Kulkarni[llvm-readobj] NFC Replace case by macros for PT_*...
2016-03-28 Rong Xu[PGO] Don't set the function hotness attribute when...
2016-03-28 Derek SchuffIntroduce MachineFunctionProperties and the AllVRegsAll...
2016-03-28 Tobias Grosserdocs: Fix section header committed in r264575
2016-03-28 Hemant Kulkarni[llvm-size] Implement --common option
2016-03-28 Vedant KumarRevert "[PGO] Fix name encoding for ObjC-like functions"
2016-03-28 Tom StellardAMDGPU/SI: Limit load clustering to 16 bytes instead...
2016-03-28 Davide Italiano[SimplifyLibCalls] Transform printf("%s", "a") -> putch...
2016-03-28 Vedant Kumar[PGO] Fix name encoding for ObjC-like functions
2016-03-28 Vedant Kumar[Coverage] Strip <unknown> from PGO names if no filenam...
2016-03-28 Davide Italiano[LTO] Internalize symbols.
2016-03-28 Krzysztof Parzyszek[Hexagon] Improve handling of unaligned vector loads...
2016-03-28 James Y KnightNFC: skip FenceInst up-front in AtomicExpandPass.
2016-03-28 Nico WeberReduce size of DefinitionData from 120 to 96 bytes...
2016-03-28 Krzysztof Parzyszek[Hexagon] Only use restore functions for single registe...
2016-03-28 Krzysztof Parzyszek[Hexagon] Speed up frame lowering when no optimizations...
2016-03-28 Douglas KatzmanSparc: silently ignore .proc assembler directive
2016-03-28 Jacques Pienaar[lanai] Add Lanai backend.
2016-03-28 Alexey BataevRevert "[OPENMP] Allow runtime insert its own code...
2016-03-28 Alexey Bataev[OPENMP] Allow runtime insert its own code inside OpenM...
2016-03-28 Hongbin ZhengAdd fine-grain dependences analysis to release notes.
2016-03-28 Michael Zuckerman[CLANG][avx512][BUILTIN] Adding fixupimm{pd|ps|sd|ss}
2016-03-28 Hal Finkel[SROA] Fix typo in comment
2016-03-28 Hal FinkelC++11 is required, remove some preprocessor checks...
2016-03-28 Kuba BreckaFix-up for OS X test failure after r264451 ("Add memset...
2016-03-28 Alexey BataevRevert "[OPENMP] Allow runtime insert its own code...
2016-03-28 Alexey Bataev[OPENMP] Allow runtime insert its own code inside OpenM...
2016-03-28 Chuang-Yu Cheng[Power9] Implement new altivec instructions: bcd* series
2016-03-28 Chuang-Yu Cheng[Power9] Implement new vsx instructions: insert, extrac...
2016-03-28 Elena DemikhovskyAVX-512: Fixed ICMP instruction selection for i1 operands
2016-03-28 Chuang-Yu Cheng[Power9] Implement new vsx instructions: quad-precision...
2016-03-28 Richard SmithP0138R2: Allow direct-list-initialization of an enumera...
2016-03-28 Richard Thomsonclang-tidy: Fix broken buildbot
2016-03-28 David MajnemerFix serialization/deserialization for __uuidof
2016-03-28 NAKAMURA Takumillvm/test/Transforms/FunctionImport/funcimport.ll:...
2016-03-28 Rafael EspindolaR_AARCH64_PREL64 is relative.
2016-03-28 Vedant Kumar[Coverage] Fix the way we load "<unknown>:func" records
2016-03-28 Duncan P. N... BitcodeWriter: Replace dead code with an assertion...
2016-03-27 Duncan P. N... BitcodeWriter: Reuse writeMetadataRecords, NFC
2016-03-27 Duncan P. N... BitcodeWriter: Rename some functions for consistency...
2016-03-27 Duncan P. N... BitcodeWriter: Split out writeMetadataRecords, NFC
2016-03-27 Duncan P. N... BitcodeWriter: Restructure WriteFunctionLocalMetadata...
2016-03-27 Duncan P. N... Bitcode: Fix MSVC bot failure from r264549
2016-03-27 Duncan P. N... BitcodeWriter: Simplify tracking of function-local...
2016-03-27 Duncan P. N... Reapply ~"Bitcode: Collect all MDString records into...
2016-03-27 Duncan P. N... BitcodeWriter: Simplify and test writing blobs, NFC
2016-03-27 Duncan P. N... Support: Implement StreamingMemoryObject::getPointer
2016-03-27 Duncan P. N... Support: Move StreamingMemoryObject{,Test}.cpp, NFC
2016-03-27 Duncan P. N... Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimit
2016-03-27 Duncan P. N... Bitcode: Add SimpleBitstreamCursor::getPointerToByte...
2016-03-27 Duncan P. N... Bitcode: Split out SimpleBitstreamCursor
2016-03-27 JF BastienRevert "isPodLike: more precise"
2016-03-27 Sanjay Patelworkaround for an IR variable named %.
2016-03-27 Sanjay Pateladd scrubber for excessive leading whitespace
2016-03-27 JF BastienisPodLike: more precise
2016-03-27 Richard Smith[modules] When encoding SourceLocations in bitcode...
2016-03-27 Richard Thomsonclang-tidy: Add check modernize-raw-string-literal
2016-03-27 Teresa JohnsonUse DAG check to try to appease bot
2016-03-27 Teresa Johnson[ThinLTO] Add optional import message and statistics
2016-03-27 Teresa Johnson[ThinLTO] Don't try to import alias unless aliasee...
next