platform/upstream/llvm.git
2016-04-12 Eric ChristopherAdd a couple of missing vsx load and store intrinsics.
2016-04-12 Peter CollingbourneELF: Give automatically generated __start_* and __stop_...
2016-04-12 Jonathan PeytonAdd declarations of OpenMP 4.5 target/offload routines...
2016-04-12 Simon Atanasyan[ELF][MIPS] Add test case to check using GP0 value...
2016-04-12 Greg ClaytonRevert to using libdispatch to reap threads on MacOSX...
2016-04-12 Yaxun LiuPass -backend-option to LLVM when there is no target...
2016-04-12 Richard Smith[modules] Extend r266113 to cope with submodules.
2016-04-12 James Y KnightAdd __atomic_* lowering to AtomicExpandPass.
2016-04-12 Derek Schuff[WebAssembly] Fix debug info in reg-stackify.ll test
2016-04-12 Richard Smith[modules] When an incompatible module file is explicitl...
2016-04-12 JF BastienDelete mergefunctions.clang.svn.patch
2016-04-12 Yaxun LiuPR19957: [OpenCL] Incorrectly accepts implicit address...
2016-04-12 Devin Coughlin[analyzer] Nullability: Suppress return diagnostics...
2016-04-12 Nico Weberclang-cl: Remove -isystem, add -imsvc.
2016-04-12 Yaxun Liu[OpenCL] Handle AddressSpaceConversion when target...
2016-04-12 Evgeniy Stepanov[safestack] Fix stack canary test on Mac.
2016-04-12 Tom StellardAMDGPU/SI: Insert wait states required after v_readfirs...
2016-04-12 Matt ArsenaultAMDGPU: Eliminate half of i64 or if one operand is...
2016-04-12 Enrico GranataInitialize the Python script interpreter lazily (i...
2016-04-12 Davide Italiano[IR/Verifier] Each DISubprogram with isDefinition:...
2016-04-12 Matt ArsenaultAPInt: Add overload of isMask
2016-04-12 Ahmed Bougacha[CodeGen] Remove constant-folding dead code. NFC.
2016-04-12 JF BastienCheck alloca's special state
2016-04-12 Philip ReamesIntroduce an GCRelocateInst class [NFC]
2016-04-12 Sanjay Patelfix indentation; NFC
2016-04-12 Johannes Doerfert[FIX] Check the invalid context agains the context...
2016-04-12 Evgeniy StepanovStricter checks in the stack-protector codegen test.
2016-04-12 Jim InghamBreakpoint conditions were making result variables...
2016-04-12 Jim Ingham'int' is reported as an exception on OS X not as a...
2016-04-12 Nico WeberRevert 266090, needs more testing first.
2016-04-12 Nico Weberclang-cl: Expose -nostdlibinc.
2016-04-12 David Majnemer[FileManager] Don't crash if reading from stdin and...
2016-04-12 Nicolai HaehnleAMDGPU/SI: Fix a mis-compilation of multi-level breaks
2016-04-12 Johannes DoerfertDo not by default minimize remarks
2016-04-12 Artur PilipenkoSupport arbitrary addrspace pointers in masked load...
2016-04-12 Davide Italiano[Bitcode] Fix + regenerate old test so that it includes...
2016-04-12 Geoff Berry[ScheduleDAGInstrs] Handle instructions with multiple...
2016-04-12 Yaxun LiuVerify commit right by adding a blank line to test...
2016-04-12 Than McIntoshTest commit, NFC.
2016-04-12 Petar Jovanovic[mips] add assembler support for .set arch=octeon
2016-04-12 Kuba Brecka[tsan] Fix a crash with dispatch_source_set_cancel_hand...
2016-04-12 Aaron BallmanMoving clang-test-depends into the Clang tests folder...
2016-04-12 Aaron BallmanMoving llvm-test-depends and test-depends into the...
2016-04-12 Matt ArsenaultLangRef: Update example syntax for atomic load instruction
2016-04-12 Rafael EspindolaMake a test a bit stronger.
2016-04-12 Matt ArsenaultAMDGPU: Implement i64 global atomics
2016-04-12 Matt ArsenaultAMDGPU: Add atomic_inc + atomic_dec intrinsics
2016-04-12 Matt ArsenaultAMDGPU: Remove trailing whitespace
2016-04-12 Pavel LabathFixup TestFdLeak
2016-04-12 Matt ArsenaultAMDGPU: Add volatile to test loads and stores
2016-04-12 Simon Pilgrim[X86] Regenerated avx512 calling convention test checks
2016-04-12 Johannes DoerfertRecord wrapping assumptions early
2016-04-12 Johannes DoerfertRecord assumptions first and add them later
2016-04-12 Rafael EspindolaUse DefinedSynthetic for _gp* symbols.
2016-04-12 Johannes DoerfertIntroduce and use MemoryAccess::getPwAff() [NFC]
2016-04-12 Johannes DoerfertDo not assume switch modeling optimizes a SCoP
2016-04-12 Rafael EspindolaSimplify now that we always have a .got.
2016-04-12 Rafael EspindolaAlways create a .got on mips.
2016-04-12 Rafael EspindolaThis reverts commit r266002, r266011 and r266016.
2016-04-12 Simon DardisRevert "[mips] MIPSR6 Compact branch aliases"
2016-04-12 Jonas Paulsson[SystemZ] Use LDE32 instead of LE, when Offset is small.
2016-04-12 George Rimar[ELF] Removed redundant llvm-mc call. NFC.
2016-04-12 Pavel LabathBump up timeout in TestGdbRemoteProcessInfo
2016-04-12 Benjamin KramerRemove unused diagnostics. NFC.
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'linear' clause in 'declare...
2016-04-12 Simon Dardis[mips] MIPSR6 Compact branch aliases
2016-04-12 Pavel LabathSkip a test in TestNamespaceLookup on linux to avoid...
2016-04-12 Johannes DoerfertIntroduce an invalid context for each statement
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'aligned' clause in 'declare...
2016-04-12 Johannes DoerfertSimplify SCEVAffinator code [NFC]
2016-04-12 Pavel LabathRevert "Restore the lazy initialization of ScriptInterp...
2016-04-12 Stephan BergmannAvoid GCC -fpermissive error about llvm::Mangler hidden...
2016-04-12 Michael Zuckerman[Clang][BuiltIn][avx512] Adding avx512 (shuf,sqrt{ss...
2016-04-12 Mehdi AminiRefactor the Internalize stage of libLTO in a separate...
2016-04-12 Mehdi AminiUse StringSet instead of StringMap where it makes sense...
2016-04-12 Junmo ParkMinor code cleanup. NFC.
2016-04-12 Matthias Gehre[clang-tidy] fix readability-avoid-const-params-in...
2016-04-12 Matthias Gehre[ASTMatchers]: fix crash in hasReturnValue
2016-04-12 Saleem AbdulrasoolProcess: fix the build with certain kernel versions
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'uniform' clause in 'declare...
2016-04-12 Chuang-Yu Cheng[PPC64] Mark CR0 Live if PPCInstrInfo::optimizeCompareI...
2016-04-12 Saleem AbdulrasoolBasic: fix profiling with GNU EABI
2016-04-12 Chuang-Yu Cheng[PPC64] Use mfocrf in prologue when we only need to...
2016-04-12 Rafael EspindolaDevide _gp in the same spot as other mips symbols....
2016-04-12 Matthias BraunTargetLowering: Add missing doxygen group end.
2016-04-12 Matthias BraunAArch64: Drive-by cleanup
2016-04-12 George Burgess IVAttempt to make buildbot happier with r266032.
2016-04-12 Enrico GranataRestore the lazy initialization of ScriptInterpreterPyt...
2016-04-12 George Burgess IVAdd the allocsize attribute to LLVM.
2016-04-12 Devin Coughlin[analyzer] Fix assertion in ReturnVisitor for body...
2016-04-12 Quentin Colombet[AArch64] Add test cases for the repairing of physical...
2016-04-12 Quentin Colombet[RegBankSelect] Teach the repairing code how to handle...
2016-04-12 Quentin Colombet[AArch64] Add a test case for the propagation of regist...
2016-04-12 Quentin Colombet[RegisterBankInfo] Do not provide a default mapping...
2016-04-12 Quentin Colombet[AArch64] Add a test case for the repairing of definitions.
2016-04-12 Quentin Colombet[RegBankSelect] Teach how to repair definitions.
2016-04-12 Quentin Colombet[MachineIRBuilder] Expose the insertion point in the...
2016-04-12 Greg ClaytonFixed Variable::GetDecl() and Variable::GetDeclContext...
2016-04-12 JF BastienMergeFunctions: test alloca better
2016-04-12 Quentin Colombet[AArch64] Test that RegBankSelect inserts the proper...
next