]> granicus.if.org Git - llvm/shortlog
llvm
2017-04-23 Craig Topper[APInt] Use operator<<= instead of shl where possible...
2017-04-23 Davide Italiano[ThinLTO/Summary] Rename anonymous globals as last...
2017-04-23 Craig Topper[APInt] Use ashInPlace where possible.
2017-04-23 Adrian PrantlRevert "Use DW_OP_stack_value when reconstructing varia...
2017-04-22 Jonathan RoelofsFix testcase: s/CHECKNEXT/CHECK-NEXT/
2017-04-22 Sanjay Patel[InstCombine] clean up tests and regenerate checks...
2017-04-22 Craig Topper[APInt] Add ashrInPlace method and implement ashr using...
2017-04-22 Adrian PrantlUse DW_OP_stack_value when reconstructing variable...
2017-04-22 Simon Pilgrim[X86] Regenerate TLS tests
2017-04-22 Craig Topper[APInt] Remove unnecessary min with BitWidth from count...
2017-04-22 Xinliang David Li[PartialInlining] Using existing hasAddressTaken interf...
2017-04-22 Sanjay Patel[InstCombine] use 'match' to reduce code; NFCI
2017-04-22 Kamil RytarowskiUpdate documentation for the NetBSD target
2017-04-22 Daniel Sanders[globalisel][tablegen] Add support for RegisterOperand.
2017-04-22 Daniel Sanders[globalisel][tablegen] Revise API for ComplexPattern...
2017-04-22 Daniel Sanders[globalisel][tablegen] Fix PR32733 by checking which...
2017-04-22 David BlaikieFix test to handle .rel and .rela sections (& to actual...
2017-04-22 David BlaikieAvoid using relocations for ref_addr in .dwo files
2017-04-22 David BlaikieFix test from polluting the source tree
2017-04-22 Artur PilipenkoFix for PR32740 - Invalid floating type, unreachable...
2017-04-22 Craig Topper[APInt] Add WORD_MAX constant and use it instead of...
2017-04-22 David BlaikieRemove the unnecessary virtual dtor from the DIEUnit...
2017-04-21 Matt ArsenaultLowerSwitch: Fix producing invalid IR on unreachable...
2017-04-21 David BlaikieMove Split DWARF handling to an MC option/command line...
2017-04-21 Kuba MracekFixup for r301054: Use an explicit constructor.
2017-04-21 Easwaran RamanRemove a repeated comment line. NFC.
2017-04-21 Kuba MracekFixup for r301054: Only use __attribute__((no_sanitize...
2017-04-21 Matthias BraunAArch64FrameLowering: Check if the ExtraCSSpill registe...
2017-04-21 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-21 Craig Topper[APSInt] Use APInt::compare and APInt::compareSigned...
2017-04-21 Craig Topper[APSInt] Make use of APInt's recently acquired in place...
2017-04-21 Adrian PrantlAdd test coverage for mem2reg dbg.declare lowering.
2017-04-21 Eugene Zelenko[Object] Fix some Clang-tidy modernize and Include...
2017-04-21 Hans WennborgRe-commit r301040 "X86: Don't emit zero-byte functions...
2017-04-21 Frederich Munch[Test commit] Remove extra newline.
2017-04-21 Matt ArsenaultInferAddressSpaces: Infer for just GEPs
2017-04-21 Xinliang David Li[PartialInliner] Partial inliner needs to check use...
2017-04-21 Hans WennborgRevert r301040 "X86: Don't emit zero-byte functions...
2017-04-21 Hans WennborgX86: Don't emit zero-byte functions on Windows
2017-04-21 Zachary TurnerAdd a dependency from llvm/test to llvm-cvtres.
2017-04-21 Tim NorthoverAArch64: add test for "fence singlethread"
2017-04-21 Tim NorthoverARM: make sure we use all entries in a vector before...
2017-04-21 Sanjay Patel[InstCombine] revert r300977 and r301021
2017-04-21 Zachary TurnerFixed a type conversion error in BitVector.
2017-04-21 Zachary Turner[BitVector] Make BitVector store an ArrayRef.
2017-04-21 Adrian Prantltypo
2017-04-21 Konstantin... AMDGPU/GFX9: Enable FastFMAF32
2017-04-21 Konstantin... AMDGPU: Temporarily disable packed inlinable literals...
2017-04-21 Konstantin... AMDGPU: Fix S_PACK_HH_B32_B16
2017-04-21 Yaxun Liu[AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction...
2017-04-21 Matthias BraunRevert "X86RegisterInfo: eliminateFrameIndex: Avoid...
2017-04-21 Konstantin... AMDGPU: Do not lower fast unsafe div for safe, f32...
2017-04-21 Sanjay Patel[InstCombine] use isSubsetOf() for efficiency
2017-04-21 Akira Hatanaka[AArch64] Improve code generation for logical instructi...
2017-04-21 Artur Pilipenko[InstCombine] fadd double (sitofp x), y check that...
2017-04-21 Kuba MracekFixup for r301007: Restrict the -D hack to Darwin.
2017-04-21 Zachary Turner[BitVector] Add find_last() and find_last_unset().
2017-04-21 Kuba MracekRevert r301010: Bot failures on Windows, NetBSD and...
2017-04-21 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-21 Kuba Mracek[libFuzzer] Changing thread_local to __thread in libFuzzer
2017-04-21 Zachary TurnerAdd llvm-cvtres to LLVMBuild.txt
2017-04-21 Joel Jones[AArch64] Refactor instruction selection lowering for...
2017-04-21 Zachary TurnerAdd empty shell of llvm-cvtres.
2017-04-21 Tim NorthoverARM: don't try to create an i8 -> i32 vpaddl.
2017-04-21 Kuba Mracek[libFuzzer] Check for target(popcnt) capability before...
2017-04-21 Craig Topper[ValueTracking] Use APInt::setAllBits and APInt::inters...
2017-04-21 Craig Topper[APInt] Add compare/compareSigned methods that return...
2017-04-21 Juergen RibutzkaRemove empty and unused header file.
2017-04-21 Daniel Sanders[globalisel][tablegen] Import SelectionDAG's rule predi...
2017-04-21 Craig Topper[SimplifyCFG] Fix the determination of PostBB in condit...
2017-04-21 Wei Mi[ConstHoisting] Add BFI in constanthoisting pass and...
2017-04-21 Chad Rosier[AArch64][Falkor] Refine modeling of store-release...
2017-04-21 Joel Jones[Mips] Document Mips Backend Relocation Principles
2017-04-21 Chad Rosier[AArch64][Falkor] Refine resource needs of STRQ with...
2017-04-21 Matthew Simpson[LV] Model if-converted phi node costs
2017-04-21 Daniel SandersRevert r300964 + r300970 - [globalisel][tablegen] Impor...
2017-04-21 Sanjay Patel[InstCombine] prefer xor with -1 because 'not' is easie...
2017-04-21 Chad Rosier[AArch64][Falkor] Refine loads/stores that require...
2017-04-21 Chad Rosier[AArch64][Falkor] Fix number of microops for WriteSTIdx...
2017-04-21 Chad Rosier[AArch64] Fix a few missed pre/post-inc in Falkor.
2017-04-21 Diana Picus[ARM] GlobalISel: Add support for G_TRUNC
2017-04-21 Daniel Sanders[globalisel][tablegen] Try again to fix builds on old...
2017-04-21 Daniel SandersRevert: r300966 - [globalisel][tablegen] Attempt to...
2017-04-21 Diana Picus[ARM] GlobalISel: Make struct arguments fail elegantly
2017-04-21 Daniel Sanders[globalisel][tablegen] Attempt to fix builds on old...
2017-04-21 Daniel Sanders[globalisel][tablegen] Import SelectionDAG's rule predi...
2017-04-21 Clement Courbettypo
2017-04-21 Clement Courbetadd skylake
2017-04-21 Clement Courbetadd 32 bit tests
2017-04-21 Clement Courbetuse repmovsb when optimizing forminsize
2017-04-21 Clement CourbetRename FastString flag.
2017-04-21 Clement Courbetadd more tests
2017-04-21 Clement CourbetX86 memcpy: use REPMOVSB instead of REPMOVS{Q,D,W}...
2017-04-21 George Rimar[DWARF] - Refactoring: localize handling of relocations...
2017-04-21 Clement CourbetDelete dead code
2017-04-21 Artyom Skrobov[Thumb1] The recently added tADCS and tSBCS pseudo...
2017-04-21 Serguei Katkov[AsmWriter] Eliminate warning. NFC
2017-04-21 George Burgess IV[MSSA] Clean up the updater a bit. NFC
2017-04-21 Davide Italiano[PartialInliner] Fix crash when inlining functions...
2017-04-21 Serguei Katkov[BPI] Add multiplication by scalar operators to BranchP...
next