OSDN Git Service

android-x86/external-llvm.git
2016-04-13 Amaury SechetAdd LLVMGetAttrKindIDInContext in the C API in order...
2016-04-13 Reid Kleckner[IR] Optimize memory usage of Metadata on MSVC
2016-04-13 Davide Italiano[llvm-lto] Uniform error handling. NFC.
2016-04-13 Matthias BraunARM: Use a callee save register for the swiftself param...
2016-04-13 Matthias BraunX86: Use a callee save register for the swiftself param...
2016-04-13 Matthias BraunAArch64: Use a callee save registers for swiftself...
2016-04-13 Davide Italiano[llvm-lto] clang-format before working on this file.
2016-04-13 Easwaran RamanReturn immediately from analyzeCall if analyzeBlock...
2016-04-13 Kevin EnderbyStart to add real error messages for malformed Mach...
2016-04-13 JF BastienNFC mergefunc: const correctness
2016-04-13 Tom StellardAMDGPU/SI: Add support for spilling VGPRs without havin...
2016-04-13 Sanjay Patel[x86] add tests to show potential BMI optimization
2016-04-13 Davide Italiano[DebugInfo] Optimize memory layout of DISubprogram.
2016-04-13 Tim NorthoverAsmParser: record "# line file" context to calculate...
2016-04-13 Easwaran RamanTest case for r265852.
2016-04-13 Peter CollingbourneLibDriver: Silently do nothing when provided no inputs.
2016-04-13 Betul Buyukkurt[PGO] Remove redundant VP instrumentation
2016-04-13 Nemanja Ivanovic[PowerPC] Basic support for P9 byte comparison and...
2016-04-13 David Blaikiellvm-dwp: Add assert text
2016-04-13 Evandro Menezes[AArch64] Disable LDP/STP for quads
2016-04-13 Davide ItalianoRevert "[IR/Verifier] Each DISubprogram with isDefiniti...
2016-04-13 David Blaikie[IR/DebugInfoMetadata] Simplify array length calculatio...
2016-04-13 Nirav DaveCleanup Store Merging in UseAA case
2016-04-13 Mehdi AminiSanity check `opt` options compatibility: can't have...
2016-04-13 Mehdi AminiRevert "Make aliases explicit in the summary"
2016-04-13 Mehdi AminiMake aliases explicit in the summary
2016-04-13 Mehdi AminiRevert inadvertently modified comment in r266131
2016-04-13 Tim NorthoverAArch64: don't create instructions that write to xzr...
2016-04-13 Artem Tamazov[AMDGPU][llvm-mc] Support of Trap Handler registers...
2016-04-13 Zoran Jovanovic[mips] Fix emitAtomicCmpSwapPartword to handle 64 bit...
2016-04-13 Vasileios Kalintiris[mips] Sign-extend i32 values truncated from previously...
2016-04-13 David L KreitzerSimplify strlen to a subtraction for certain cases.
2016-04-13 Simon Pilgrim[X86][SSE] Regenerated vector integer absolute tests
2016-04-13 Petar JovanovicCalculate __builtin_object_size when pointer depends...
2016-04-13 Simon PilgrimAdded missing autogeneration note
2016-04-13 Alexander KornienkoDon't use misc-unused-parameters check on LLVM.
2016-04-13 Zlatko Buljan[mips][microMIPS] Add CodeGen support for DIV, MOD...
2016-04-13 David Majnemer[InstCombine] We folded an fcmp to an i1 instead of...
2016-04-13 Mehdi AminiSimplify LTOInternalize into UpdateLLVMCompilerUsed
2016-04-13 Mehdi AminiMinor cleanup in Internalize, hide helper class using...
2016-04-13 Mehdi AminiLTOInternalize: Use a StringSet instead of a sorted...
2016-04-13 Hrvoje Varga[mips][microMIPS] Fix for "Cannot copy registers" assertion
2016-04-13 Mehdi AminiMove "ExternalSymbols" out of LTOInternalize (NFC)
2016-04-13 Mehdi AminiReally return whether Internalize did change the Module...
2016-04-13 Mehdi AminiModernize Internalizer with for-range loop (NFC)
2016-04-13 Mehdi AminiRefactor the InternalizePass into a helper class, and...
2016-04-13 Mehdi AminiRefactor Internalization pass to use as a callback...
2016-04-13 Wei MiRecommit r265547, and r265610,r265639,r265657 on top...
2016-04-13 Mehdi AminiFix FunctionImport export list computation: need to...
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-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 Evandro Menezes[AArch64] Fuse AES{D,E}/AESMC for Exynos M1. (NFC)
2016-04-12 James Y KnightPre-fill LibcallRoutineNames with nullptr.
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 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 JF BastienNFC: MergeFunctions return early
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 James Y KnightAdd __atomic_* lowering to AtomicExpandPass.
2016-04-12 Derek Schuff[WebAssembly] Fix debug info in reg-stackify.ll test
2016-04-12 JF BastienDelete mergefunctions.clang.svn.patch
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 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 Nicolai HaehnleAMDGPU/SI: Fix a mis-compilation of multi-level breaks
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 Than McIntoshTest commit, NFC.
2016-04-12 Petar Jovanovic[mips] add assembler support for .set arch=octeon
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 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 Matt ArsenaultAMDGPU: Add volatile to test loads and stores
2016-04-12 Simon Pilgrim[X86] Regenerated avx512 calling convention test checks
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 Simon Dardis[mips] MIPSR6 Compact branch aliases
2016-04-12 Stephan BergmannAvoid GCC -fpermissive error about llvm::Mangler hidden...
2016-04-12 Mehdi AminiRefactor the Internalize stage of libLTO in a separate...
next