platform/upstream/llvm.git
2017-04-25 Michael Kruse[DeLICM] Use Known information when comparing Existing...
2017-04-25 Simon Pilgrim[DAGCombiner] Use SDValue::getConstantOperandVal helper...
2017-04-25 Siddharth Bhat[PPCGCodeGeneration] Update PPCG Code Generation for...
2017-04-25 Sanjoy Das[IVUsers] Don't bail out of normalizing non-affine...
2017-04-25 Craig Topper[InstCombine] Add test cases for missing commute handli...
2017-04-25 Craig Topper[InstCombine] Add test cases showing failures to handle...
2017-04-25 Nitesh Jain[LLDB][MIPS] Fix typo in TestStepOverWatchpoint.py.
2017-04-25 Craig Topper[InstCombine] Use commutable matchers to reduce some...
2017-04-25 Gil Rapaport[LV] Remove redundant basic block split
2017-04-25 Serge GueltonUpdate doc of the variadic version of getOrInsertFunction
2017-04-25 Xinliang David Li[CodeExtractor]: Fixup use refs of the old phi.
2017-04-25 Rui UeyamaDefine __tls_get_addr as a hidden symbol even for ARM...
2017-04-25 Akira Hatanaka[ObjCARC] Do not sink an objc_retain past a clang.arc...
2017-04-25 Davide Italiano[SimplifyLibCalls] Remove a cl::opt that's been `true...
2017-04-25 Rui UeyamaAdd comments about Widnows .reloc section.
2017-04-25 Rui UeyamaDo not create temporary files in the main source tree.
2017-04-25 Richard SmithPlacate MSVC's narrowing conversion unhappiness.
2017-04-25 Michael Kruse[unittests] Derive Occupied from Unused when given.
2017-04-25 Michael Kruse[unittests] Add postcondition to completeLifetime.
2017-04-25 Rui UeyamaExport __progname even if a -dynamic-list is given.
2017-04-25 Sanjoy DasTeach SCEV normalization to de/normalize non-affine...
2017-04-24 Sean CallananName the C++ source files for two tests correctly.
2017-04-24 Rui UeyamaReplace a binary .so with a text .s.
2017-04-24 Rui UeyamaRemove a useless temporary variable.
2017-04-24 Sean CallananFixed two bad Makefiles that might be breaking Linux.
2017-04-24 Matt ArsenaultInferAddressSpaces: Use reference arguments instead...
2017-04-24 Eugene Zelenko[Object] Fix some Clang-tidy modernize and Include...
2017-04-24 Hans WennborgRevert r301089 "[builtins] Implement emulated TLS on...
2017-04-24 Sean Callanan[Expression parser] Return both types and variables
2017-04-24 Reid Kleckner[asan] Fix Windows global dead stripping tests
2017-04-24 Richard Smith[modules ts] Diagnose 'export' declarations outside...
2017-04-24 Matt ArsenaultInferAddressSpaces: Remove redundant assert
2017-04-24 Sanjay Patel[ARM, x86] add more vector tests for bool math; NFC
2017-04-24 Reid Kleckner[git-llvm] Remove CR from middle of svn propget output
2017-04-24 Reid KlecknerMake getSlotAttributes return an AttributeSet instead...
2017-04-24 Siddharth Bhat[Polly] [DependenceInfo] change WAR generation, Read...
2017-04-24 Rafael EspindolaMark a test as requiring a shell.
2017-04-24 Rui UeyamaHandle _LINK_ env string as command line parameters.
2017-04-24 Sean Callanan[DWARF] Fix lookup in the abstract origins of inlined...
2017-04-24 Reid Kleckner[git-llvm] Make `push` work on CRLF files with svn...
2017-04-24 Bruno Cardoso... [Modules] Fix test to wipe out the cache before using it
2017-04-24 Sanjay Patel[InstSimplify] use ConstantRange to simplify more and...
2017-04-24 Rafael EspindolaRemove DefaultSoName.
2017-04-24 Simon Pilgrim[DAGCombiner] Use APInt::intersects to avoid tmp variab...
2017-04-24 Evgeniy Stepanov[cfi] Fix wrong CMake condition for WIN32.
2017-04-24 Evgeniy Stepanov[asan] Remove asanwrapper from Android test harness.
2017-04-24 Matt ArsenaultAMDGPU: Slightly simplify prolog reserved register...
2017-04-24 Galina KistanovaCosmetic change.
2017-04-24 Saleem AbdulrasoolProfileData: clean up some stale declarations (NFC)
2017-04-24 Artem Dergachev[analyzer] Improve subscripting null arrays for catchin...
2017-04-24 Vedant KumarRemove a dead field. NFC.
2017-04-24 Vedant Kumar[Coverage] Avoid null deref in skipRegionMappingForDecl...
2017-04-24 Galina KistanovaSmall addition on how to add a builder.
2017-04-24 Artem Tamazov[AMDGPU][mc][tests][NFC] Bulk ISA tests: update for...
2017-04-24 George KarpenkovSpecify a target explicitly in libfuzzer driver flag...
2017-04-24 Reid Kleckner[Bitcode] Refactor attribute group writing to avoid...
2017-04-24 Teresa JohnsonUpdate profile during memory instrinsic optimization
2017-04-24 Evgeniy Stepanov[asan] Use posix strerror_r interceptor on android.
2017-04-24 Matt ArsenaultRevert "StructurizeCFG: Directly invert cmp instructions"
2017-04-24 Davide Italiano[LoopUnroll] Remove spurious newline.
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Davide Italiano[LoopUnroll] Don't try to unroll non canonical loops.
2017-04-24 Sanjoy Das[LIR] Obey non-integral pointer semantics
2017-04-24 Saleem AbdulrasoolAvoid unnecessary copies in some for loops
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Evgeniy Stepanov[cfi] Disable ThinLTO + CFI tests on Windows.
2017-04-24 Krzysztof ParzyszekMove value type list from TargetRegisterClass to Target...
2017-04-24 Carlo BertolliRevert r301223
2017-04-24 Krzysztof ParzyszekRevert r301231: Accidentally committed stale files
2017-04-24 Krzysztof ParzyszekMove value type list from TargetRegisterClass to Target...
2017-04-24 Matt ArsenaultAMDGPU: Select scratch mubuf offsets when pointer is...
2017-04-24 Matt ArsenaultAMDGPU: Set StackGrowsUp in MCAsmInfo
2017-04-24 Stanislav Mekhanoshin[AMDGPU] Merge M0 initializations
2017-04-24 Piotr PadlewskiHandle invariant.group.barrier in BasicAA
2017-04-24 Evgeniy Stepanov[asan] Let the frontend disable gc-sections optimizatio...
2017-04-24 Evgeniy Stepanov[asan] Disable ASan global-GC depending on the target...
2017-04-24 Artem Dergachev[analyzer] Improve suppression for inlined defensive...
2017-04-24 Carlo Bertolli[OpenMP] Initial implementation of code generation...
2017-04-24 Mandeep Singh... [SimplifyCFG] Fix for non-determinism in codegen
2017-04-24 Krzysztof ParzyszekMove size and alignment information of regclass to...
2017-04-24 Dimitry AndricDon't test setting sticky bits on files for modern...
2017-04-24 Adrian PrantlDon't emit CFI instructions at the end of a function
2017-04-24 Matthias BraunPragma: Fix DebugOverflowStack() resulting in endless...
2017-04-24 George KarpenkovUpdates documentation for a syntax sugar libfuzzer...
2017-04-24 George KarpenkovRemove erroneous driver test for -fsanitize=fuzzer...
2017-04-24 Yaxun LiuCodeGen: Add a hook for getFenceOperandTy
2017-04-24 Evgeniy StepanovRevert "Compute safety information in a much finer...
2017-04-24 Sanjay Patel[InstSimplify] move (A & ~B) | (A ^ B) -> (A ^ B) from...
2017-04-24 George KarpenkovFlag -fsanitize=fuzzer to enable libfuzzer
2017-04-24 Matthias BraunX86RegisterInfo: eliminateFrameIndex: Avoid code duplic...
2017-04-24 Adrian PrantlUse DW_OP_stack_value when reconstructing variable...
2017-04-24 Adrian PrantlAdd a testcase for DIExpression(DW_OP_stack_value)
2017-04-24 Matt ArsenaultAMDGPU: Add StackPtr and FramePtr registers to MFI
2017-04-24 Shoaib Meenai[ELF] Account for R_386_TLS_LDO_32 addend
2017-04-24 Matt ArsenaultAMDGPU: Move trap lowering to DAG
2017-04-24 Davide Italiano[DomPrinter] Add a way to programmatically dump a dot...
2017-04-24 Zachary Turner[llvm-pdbdump] Merge functionality of graphical and...
2017-04-24 Zachary Turner[llvm-pdbdump] Re-write the record layout code to be...
2017-04-24 Craig Topper[Docs] Correct the path to the clang-format-diff.py...
2017-04-24 Craig Topper[APInt] Simplify the zext and sext methods
next