platform/upstream/llvm.git
2017-04-03 Sanjay Patel[InstCombine] fix formatting for foldLogOpOfMaskedICmps...
2017-04-03 Davide Italiano[TargetInfo] Use llvm::alignOf() instead of rewriting...
2017-04-03 Alex LorenzEnhance -Wshadow to warn when shadowing typedefs or...
2017-04-03 Craig Topper[APInt] Move isMask and isShiftedMask out of APIntOps...
2017-04-03 Simon Pilgrim[DAGCombiner] Check limits before accessing array eleme...
2017-04-03 Tobias Grosser[PerfMonitor] Use Intrinsics::getDeclaration
2017-04-03 Tobias Grosser[CodeGen] Add Performance Monitor
2017-04-03 Sjoerd MeijerARMAsmParser: clean up of isImmediate functions
2017-04-03 Michael Kruse[test] Fix two testcases. NFC.
2017-04-03 Michael Kruse[ScopInfo] Fix typos in option description.
2017-04-03 Gabor Horvath[ASTImporter] Fix for importing unnamed structs
2017-04-03 Gabor Horvath[ASTImporter] Lookup SearchName instead of Name
2017-04-03 Tobias GrosserAdd test case for r299352.
2017-04-03 Tobias Grosser[PollyIRBuilder] Bound size of alias metadata
2017-04-03 Craig Topper[InstCombine] Make foldOpWithConstantIntoOperand take...
2017-04-03 Tobias GrosserUpdate to isl-0.18-410-gc253447
2017-04-03 Craig Topper[InstCombine] Remove a And transform that should be...
2017-04-03 Shoaib Meenai[libc++] Explicitly mark specializations as dllexport
2017-04-03 Craig Topper[AVX-512] Fix a couple more intrinsic macros I missed...
2017-04-03 Craig Topper[AVX-512] Fix some intrinsic macros that use the wrong...
2017-04-03 Jason MolendaBack out temporary masking of EXC_SYSCALL mach exceptions.
2017-04-02 NAKAMURA TakumiTrailing whitespace.
2017-04-02 NAKAMURA TakumiReformat.
2017-04-02 Craig Topper[APInt] Make use of whichWord and maskBit to simplify...
2017-04-02 Craig Topper[APInt] Add a public typedef for the internal type...
2017-04-02 Krystyna GajczykFixes for modernize-use-using check:
2017-04-02 Craig Topper[InstCombine] Make InstCombiner::OptAndOp take a Binary...
2017-04-02 Simon Pilgrim[X86][MMX] Improve support for folding fptosi from...
2017-04-02 Craig Topper[InstCombine] Remove redundant combine from visitAnd
2017-04-02 Simon Pilgrim[X86][MMX] Simplify tablegen patterns by always combini...
2017-04-02 Simon Pilgrim[X86][MMX] Added support for subvector extraction to...
2017-04-02 NAKAMURA TakumiAPInt.h: Prune \param(s) in \returns. [-Wdocumentation]
2017-04-02 Simon PilgrimRegenerate test with codegen. NFCI.
2017-04-02 Simon PilgrimRegenerate test with codegen. NFCI.
2017-04-02 Simon PilgrimRegenerate test. NFCI.
2017-04-02 Daniel BerlinNewGVN: Handle coercion of constant stores, loads,...
2017-04-02 Nikolai Bozhenov[BypassSlowDivision] Do not bypass division of hash...
2017-04-02 Simon Pilgrim[X86][MMX] Add generic fptosi 4f32-4i32 test
2017-04-02 Zvi RackoverAdd another interesting shufflevector test case for...
2017-04-02 Craig Topper[X86] Use tcAdd/tcSubtract to implement the slow case...
2017-04-02 Craig Topper[APInt] Combine declaration and initialization. NFC
2017-04-02 Craig Topper[APInt] Simplify some code by using operator+=(uint64_t...
2017-04-02 Craig Topper[APInt] Fix typo in comment. NFC
2017-04-02 Daniel BerlinMemorySSA: Add support for caching clobbering access...
2017-04-02 Craig Topper[X86] Add __extension__ to f16c macro intrinsics to...
2017-04-01 Craig Topper[APInt] Use conditional operator to simplify some code...
2017-04-01 Craig Topper[APInt] Implement flipAllBitsSlowCase with tcComplement...
2017-04-01 Craig Topper[APInt] Fix indentation. NFC
2017-04-01 Craig Topper[APInt] Implement AndAssignSlowCase using tcAnd. Do...
2017-04-01 Faisal Vali[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationCo...
2017-04-01 Davide Italiano[Driver] Don't crash on invalid values of -mrelocation...
2017-04-01 Craig Topper[APInt] Allow GreatestCommonDivisor to take rvalue...
2017-04-01 Davide Italiano[WASM] Remove other comparison of unsigned expression...
2017-04-01 Davide Italiano[WASM] Remove a set but never used variable.
2017-04-01 Davide Italiano[WASM] Remove an assertion that can never fire.
2017-04-01 Davide Italiano[AMDGPU] Garbage collect now unused dead code. NFCI.
2017-04-01 Sanjay Patel[InstSimplify] add constant folding for fdiv/frem
2017-04-01 Sanjay Patel[InstSimplify] add tests for missed constant folding...
2017-04-01 Sanjay Patelfix formatting; NFC
2017-04-01 Benjamin Kramer[ObjC++] Use the correct EH personality in GNU mode
2017-04-01 Sanjay Patelfix formatting; NFC
2017-04-01 Sanjay Patel[DAGCombiner] enable vector transforms for any/all...
2017-04-01 Sanjay Patel[PowerPC, x86] add vector tests for any/all {sign}...
2017-04-01 Daniel BerlinMemorySSA: Update expensive checking version of def_cha...
2017-04-01 Daniel BerlinNewGVN: Don't try to kill off the stored value of store...
2017-04-01 Daniel BerlinNewGVN: Clean up GVNExpression memory hierarchy, restru...
2017-04-01 Daniel BerlinNewGVN: Use def_chain iterator in singleReachablePhiPat...
2017-04-01 Daniel BerlinMove def_chain iterator to MemorySSA.h so it can be...
2017-04-01 Daniel BerlinMemorySSA.h - make clang-format happy
2017-04-01 Daniel BerlinMemorySSA: Push const correctness further.
2017-04-01 Daniel BerlinMemorySSA: Kill the WalkTargetCache now that we have...
2017-04-01 Craig Topper[APInt] Implement operator! using operator==(uint64_t...
2017-04-01 Craig Topper[APInt] Remove the mul/urem/srem/udiv/sdiv functions...
2017-04-01 Craig Topper[DAGCombiner] Fix fold (or (shuf A, V_0, MA), (shuf...
2017-04-01 Duncan P. N... string: Remove always_inline from basic_string::__init
2017-04-01 Rui UeyamaChange the error format to report corrupted .eh_frame.
2017-04-01 Quentin ColombetRevert "Feature generic option to setup start/stop...
2017-04-01 Quentin ColombetRevert "Localizer fun"
2017-04-01 Quentin ColombetRevert "Instrument SDISel C++ patterns"
2017-04-01 Quentin Colombet[RegBankSelect] Support REG_SEQUENCE for generic mapping
2017-04-01 Quentin ColombetInstrument SDISel C++ patterns
2017-04-01 Quentin ColombetLocalizer fun
2017-04-01 Quentin ColombetFeature generic option to setup start/stop-after/before
2017-04-01 Gor Nishanov[coroutines] Add cleanup for compiler injected objects...
2017-03-31 Rui UeyamaChange the error message format for duplicate symbols.
2017-03-31 Peter CollingbourneFix a test to check assembly output instead of bitcode.
2017-03-31 Eric ChristopherReduce the number of times we query the subtarget for...
2017-03-31 Eric ChristopherSmall cleanup to remove extraneous cast.
2017-03-31 Jim InghamDisassembleRange can return an empty DisassemblerSP
2017-03-31 Konstantin... AMDGPU/llvm-readobj: Rename RuntimeMDNoteType -> CodeOb...
2017-03-31 Teresa Johnson[ThinLTO] Handle -emit-llvm* in ThinLTO backends
2017-03-31 Craig Topper[APInt] Fix bugs in isShiftedMask to match behavior...
2017-03-31 Bob HaarmanCOFF: tests for thinlto with mangled names
2017-03-31 Konstantin... [AMDGPU] Fix typo in test filename. NFC.
2017-03-31 Derek SchuffAdd virtual destructor to WasmYAML::Section or avoid...
2017-03-31 Brad SmithAdd/update PIE defaults for OpenBSD.
2017-03-31 Bob HaarmanLTO: call getRealLinkageName on IRNames before feeding...
2017-03-31 Craig Topper[InstCombine] When adding an Instruction and its Users...
2017-03-31 Sanjay Patel[DAGCombiner] refactor and/or-of-setcc to get rid of...
2017-03-31 Reid KlecknerFix binary static archive that got mangled by patch
next