platform/upstream/llvm.git
2016-04-13 Wei MiRecommit r265547, and r265610,r265639,r265657 on top...
2016-04-13 Peter CollingbourneELF: Do not create relative relocations for undefined...
2016-04-13 Richard Smith[modules] Refactor handling of cases where we write...
2016-04-13 Mehdi AminiFix FunctionImport export list computation: need to...
2016-04-13 Rafael EspindolaChange how we apply relocations.
2016-04-13 Devin Coughlin[analyzer] Nullability: Treat nil _Nonnull ivar as...
2016-04-13 Matt ArsenaultAMDGPU: Add test for m0 initialization in basic loop
2016-04-13 Matt ArsenaultAMDGPU: Remove leftover ShaderType attributes in tests
2016-04-13 NAKAMURA Takumiclang/test/Driver/cl-options.c: Fix an expression to...
2016-04-12 Mehdi AminiLTOInternalize: Fix member type, should be a reference...
2016-04-12 Tom StellardAMDGPU/SI: Fix spilling of 96-bit registers
2016-04-12 Mehdi AminiFix mismatch on returned type between header and implem...
2016-04-12 Justin BognerCodeGen: Clear the MFI's save and restore point after...
2016-04-12 Jeroen KetemaAdd space between words in verify-scev-maps option...
2016-04-12 Sanjay Patel[x86, InstCombine] fix masked load pass-through operand...
2016-04-12 Akira Hatanaka[ObjC] Pop all cleanups created in EmitObjCForCollectio...
2016-04-12 Manman RenObjC class properties: add diagnostics for unimplemente...
2016-04-12 Adrian McCarthyFix breakpoint_set_restart test for Windows
2016-04-12 Evandro Menezes[AArch64] Fuse AES{D,E}/AESMC for Exynos M1. (NFC)
2016-04-12 Rafael EspindolaAdd test for the interaction of copy relocations and...
2016-04-12 James Y KnightPre-fill LibcallRoutineNames with nullptr.
2016-04-12 Rafael EspindolaAdd a few more cases to this test.
2016-04-12 Davide Italiano[COFF] Simplify the code leveraging implicit conversion.
2016-04-12 Greg ClaytonFixed being able to set breakpoints on destructors...
2016-04-12 Enrico GranataUse the FormatEntity work for great good - parse summar...
2016-04-12 James Y KnightUpdate psabi link for x86-64. Add link to linux gabi...
2016-04-12 David Blaikie[MC/ELFObjectWriter] Fix indentation of class body.
2016-04-12 David L KreitzerFixed a few typos and formatting problems. NFCI.
2016-04-12 Davide Italiano[DebugInfo] Add error message to test.
2016-04-12 Konstantin... [AMDGPU] Add debugger related target options
2016-04-12 Mehdi AminiAdd a pass to name anonymous/nameless function
2016-04-12 Mehdi AminiMove summary creation out of llvm-as into opt
2016-04-12 Justin BognerX86: Avoid accessing SDValues after they've been RAUW'd
2016-04-12 Enrico GranataCleanup the arguments for 'memory find' such that the...
2016-04-12 JF BastienNFC: MergeFunctions return early
2016-04-12 David BlaikieAdd a fixme for an old patch I had lying around that...
2016-04-12 Nicolai HaehnleAMDGPU: add llvm.amdgcn.buffer.load/store intrinsics
2016-04-12 Teresa Johnson[ThinLTO] Only compute imports for current module in...
2016-04-12 JF BastienNFC: MergeFunctions update more comments
2016-04-12 Ed MasteAlways use --eh-frame-hdr on FreeBSD, even for -static
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"
next