summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-28[lanai] Add Lanai backend.Jacques Pienaar
2016-03-28[SROA] Fix typo in commentHal Finkel
2016-03-28C++11 is required, remove some preprocessor checks for itHal Finkel
2016-03-28[Power9] Implement new altivec instructions: bcd* seriesChuang-Yu Cheng
2016-03-28[Power9] Implement new vsx instructions: insert, extract, test data class, mi...Chuang-Yu Cheng
2016-03-28AVX-512: Fixed ICMP instruction selection for i1 operandsElena Demikhovsky
2016-03-28[Power9] Implement new vsx instructions: quad-precision move, fp-arithmeticChuang-Yu Cheng
2016-03-28llvm/test/Transforms/FunctionImport/funcimport.ll: -stats REQUIRES +Asserts.NAKAMURA Takumi
2016-03-28[Coverage] Fix the way we load "<unknown>:func" recordsVedant Kumar
2016-03-28BitcodeWriter: Replace dead code with an assertion, NFCDuncan P. N. Exon Smith
2016-03-27BitcodeWriter: Reuse writeMetadataRecords, NFCDuncan P. N. Exon Smith
2016-03-27BitcodeWriter: Rename some functions for consistency, NFCDuncan P. N. Exon Smith
2016-03-27BitcodeWriter: Split out writeMetadataRecords, NFCDuncan P. N. Exon Smith
2016-03-27BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFCDuncan P. N. Exon Smith
2016-03-27Bitcode: Fix MSVC bot failure from r264549Duncan P. N. Exon Smith
2016-03-27BitcodeWriter: Simplify tracking of function-local metadata, NFCDuncan P. N. Exon Smith
2016-03-27Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-27BitcodeWriter: Simplify and test writing blobs, NFCDuncan P. N. Exon Smith
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith
2016-03-27Support: Move StreamingMemoryObject{,Test}.cpp, NFCDuncan P. N. Exon Smith
2016-03-27Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimitDuncan P. N. Exon Smith
2016-03-27Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.Duncan P. N. Exon Smith
2016-03-27Bitcode: Split out SimpleBitstreamCursorDuncan P. N. Exon Smith
2016-03-27Revert "isPodLike: more precise"JF Bastien
2016-03-27workaround for an IR variable named %.Sanjay Patel
2016-03-27add scrubber for excessive leading whitespaceSanjay Patel
2016-03-27isPodLike: more preciseJF Bastien
2016-03-27Use DAG check to try to appease botTeresa Johnson
2016-03-27[ThinLTO] Add optional import message and statisticsTeresa Johnson
2016-03-27[ThinLTO] Don't try to import alias unless aliasee can be importedTeresa Johnson
2016-03-27[PowerPC] Map max/minnum intrinsics and fmax/fmin to ISD nodes for CTR-based ...Hal Finkel
2016-03-26[Verifier] Reject PHIs using defs from own block.Michael Kruse
2016-03-26[SimplifyCFG] propagate branch metadata when creating select (PR26636)Sanjay Patel
2016-03-26minimize test casesSanjay Patel
2016-03-26llvm-dwp: Include the dwo name (if available) when diagnosing duplicate CU ID...David Blaikie
2016-03-26[X86][AVX] Enabled SMUL_LOHI/UMUL_LOHI v8i32 vectors on AVX1 targetsSimon Pilgrim
2016-03-26Revert "NFC: static_assert instead of comment"JF Bastien
2016-03-26NFC: static_assert instead of commentJF Bastien
2016-03-26[X86][AVX] Enabled MULHS/MULHU v16i16 vectors on AVX1 targetsSimon Pilgrim
2016-03-26[X86][SSE] Add MULHS/MULHU custom lowering for i8 vectorsSimon Pilgrim
2016-03-26[X86][SSE] Added v64i8 vector integer multiply testsSimon Pilgrim
2016-03-26[X86][AVX512BW] AVX512BW can sign-extend v32i8 to v32i16 for simpler v32i8 mu...Simon Pilgrim
2016-03-26[PowerPC] Disable the CTR optimization in the presence of {min,max}numDavid Majnemer
2016-03-26[X86][SSE] Refreshed vector integer multiply testsSimon Pilgrim
2016-03-26[X86][SSE] Don't duplicate Lower256IntArith functionality in LowerMul. NFC.Simon Pilgrim
2016-03-26Minor code cleanup. NFC.Junmo Park
2016-03-26[Power9] Implement new altivec instructions: permute, count zero, extend sign...Chuang-Yu Cheng
2016-03-26ThinLTO: use the callgraph from the combined index to drive the FunctionImporterMehdi Amini
2016-03-26abtest: Cleanup, improve commentsMatthias Braun
2016-03-26Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths()Mehdi Amini