]> granicus.if.org Git - llvm/shortlog
llvm
2019-08-23 Matt ArsenaultRegScavenger: Use Register
2019-08-23 Amaury Sechet[X86] Automatically generate load-local-v3i1.ll . NFC
2019-08-23 Craig Topper[X86] Mark VPDPWSSD and VPDPWSSDS as commutable. Add...
2019-08-23 Manoj GuptaRevert r369233.
2019-08-23 Philip Reames[InstCombine] icmp eq/ne (gep inbounds P, Idx..), null...
2019-08-23 Amaury Sechet[AMDGPU] Automatically generate various tests. NFC
2019-08-23 Johannes Doerfert[BasicAA] Use dereferenceability to reason about aliasing
2019-08-23 Johannes Doerfert[Attributor] Manifest constant return values
2019-08-23 Johannes Doerfert[Attributor] Deal with shrinking dereferenceability...
2019-08-23 Nathan HuckleberryAllow Compiler.h to be included in C files and fix...
2019-08-23 Shafik YaghmourDebug Info: Support for DW_AT_export_symbols for anonym...
2019-08-23 Craig Topper[SelectionDAG][X86] Enable iX SimplifyDemandedBits...
2019-08-23 Jeremy Morse[DebugInfo] Remove invalidated locations during LiveDeb...
2019-08-23 Sanjay Patel[SLP] use range-for loops, fix formatting; NFC
2019-08-23 Teresa JohnsonFix target for new X86 test
2019-08-23 Cameron McInally[Reassoc] Small fix to support unary FNeg in NegateValu...
2019-08-23 Johannes Doerfert[Attributor][Fix] Deal with "growing" dereferenceability
2019-08-23 Johannes Doerfert[Attributor][NFCI] Avoid lookups when resolving returne...
2019-08-23 Sanjay Patel[SLP] fix formatting; NFC
2019-08-23 Johannes Doerfert[Attributor] FIX: Treat new attributes as changed ones
2019-08-23 Johannes Doerfert[Attributor][NFCI] Try to avoid potential non-determini...
2019-08-23 Teresa Johnson[ThinLTO] Fix handling of weak interposable symbols
2019-08-23 Johannes Doerfert[MustExec] Add a generic "must-be-executed-context...
2019-08-23 Jordan Rupprecht[llvm-objcopy] Strip debug sections when running with...
2019-08-23 Simon Atanasyan[mips] Reduce number of instructions used for loading...
2019-08-23 Simon Atanasyan[mips] Do not include offset into `%got` expression...
2019-08-23 Amaury Sechet[PowerPC] Automatically generate various tests. NFC
2019-08-23 Simon PilgrimUse VT::getHalfNumVectorElementsVT helpers in a few...
2019-08-23 Andrea Di Biagio[X86][BtVer2] Add a read-advance to every implicit...
2019-08-23 Andrea Di Biagio[X86][BtVer2] Fix latency of ALU RMW instructions.
2019-08-23 Martin Storsjo[llvm-dlltool] Make sure to strip decorations from...
2019-08-23 Simon Pilgrim[DAGCombine] GetNegatedExpression - add FMA\FMAD support
2019-08-23 Jay Foad[AMDGPU] gfx10 atomic optimizer changes.
2019-08-23 George Rimar[yaml2obj] - Allow setting the symbol st_other field...
2019-08-23 Craig Topper[X86] Add a further unrolled madd reduction test case...
2019-08-23 Craig Topper[X86] Make combineLoopSADPattern use CONCAT_VECTORS...
2019-08-23 Craig Topper[X86] Improve lowering of v2i32 SAD handling in combine...
2019-08-23 Philip Reames[IndVars] Fix a bug noticed by inspection
2019-08-23 Fangrui Song[AlignmentFromAssumptions] getNewAlignmentDiff(): use...
2019-08-23 Peter Collingbournehwasan: Untag unwound stack frames by wrapping personal...
2019-08-23 Sam Clegg[MC] Minor cleanup to MCFixup::Kind handling. NFC.
2019-08-22 Amaury Sechet[ARM] Automatically generate dsp-mlal.ll . NFC
2019-08-22 Jonas Devlieghere[utils] Update shebang to use the environment.
2019-08-22 Amaury Sechet[PowerPC] Automatically generate vec_buildvector_loadst...
2019-08-22 Roman Lebedev[NFC][InstCombine] Fixup few new tests in unrecognized_...
2019-08-22 Amaury Sechet[PowerPC] Automatically generate various tests. NFC
2019-08-22 Peter CollingbourneIR. Change strip* family of functions to not look throu...
2019-08-22 Roman Lebedev[NFC][InstCombine] New tests: unrecognized_three-way...
2019-08-22 Benjamin KramerFight a bit against global initializers. NFC.
2019-08-22 Jordan Rupprecht[llvm-objcopy][NFC] Refactor symbol/section matching
2019-08-22 Amaury Sechet[AArch64] autogenerate some tests. NFC
2019-08-22 Nico Webergn build: Merge r369680
2019-08-22 Nico Webergn build: Merge r369677
2019-08-22 Benjamin KramerRetire llvm::less_ptr. llvm::deref is much more flexible.
2019-08-22 Benjamin KramerRetire llvm::less/equal in favor of C++14 std::less...
2019-08-22 Matt ArsenaultGlobalISel: Don't create G_UADDE with constant false...
2019-08-22 Francis Visoiu... [MachO][TLOF] Use hasLocalLinkage to determine if indir...
2019-08-22 Roman Lebedev[NFC][InstCombine] New tests: unrecognized_three-way...
2019-08-22 Craig Topper[X86] Remove MCInstLower code that drops operands from...
2019-08-22 Guozhi Wei[MBP] Disable aggressive loop rotate in plain mode
2019-08-22 Amaury Sechet[DAGCombiner] Remove explicit call to AddToWorklist...
2019-08-22 Andrea Di Biagio[X86][BtVer2] Fix latency/throughput of scalar integer...
2019-08-22 Simon Pilgrim[PowerPC] Regenerate reciprocal tests, as discussed...
2019-08-22 Sean Fertile[PowerPC] Add combined ELF ABI and 32/64 bit queries...
2019-08-22 Sean Fertile[PowerPC][XCOFF][MC] Explicitly set containing csect...
2019-08-22 Hideto Ueno[Attributor][NFC] Move DerefState to header and use...
2019-08-22 Jinsong Ji[SlotIndexes] Add print-slotindexes to disable printing...
2019-08-22 Andrea Di Biagio[MCA] consistently use MCPhysReg instead of unsigned...
2019-08-22 George Rimar[yaml2obj] - Lookup relocation symbols in dynamic symbo...
2019-08-22 Sylvestre LedruFix some regressions caused by r369553 on old versions...
2019-08-22 Andrea Di Biagio[X86][BtVer2] Fix latency and throughput of XCHG and...
2019-08-22 Simon Pilgrim[MVT] Add MVT equivalent to EVT::getHalfNumVectorElemen...
2019-08-22 Sam TebbsReapply: [ARM] Fix lsrl with a 128/256 bit shift amount...
2019-08-22 Serguei Katkov[Loop Peeling] Fix silly bug in metadata update.
2019-08-22 Hans WennborgRevert r369626 "[ARM] Fix lsrl with a 128/256 bit shift...
2019-08-22 George Rimar[llvm-objdump] - Remove an outdated "FIXME". NFC.
2019-08-22 George Rimar[llvm-readobj] - Remove `reportError(std::error_code...
2019-08-22 Craig Topper[X86] Lower the cost of v2i32->v2f64 sint_to_fp under...
2019-08-22 Pavel Labath[Support] Improve readNativeFile(Slice) interface
2019-08-22 Sam Tebbs[ARM] Fix lsrl with a 128/256 bit shift amount or a...
2019-08-22 Shiva Chen[TargetLowering] Remove optional arguments passing...
2019-08-22 Joel E. Denny[lit] Diagnose insufficient args to internal env
2019-08-22 Pengfei Wang[X86] Making X86OptimizeLEAs pass public. NFC
2019-08-22 Fangrui Song[COFF] Fix section name for constants larger than 64...
2019-08-22 Nico Webergn build: Merge r369605
2019-08-22 Nico Webergn build: Merge r369600
2019-08-21 Cyndy Ishida[Object] FIX: update PlatformKind name in TapiFile
2019-08-21 Cyndy Ishida[Object] Add tapi files to object
2019-08-21 Craig Topper[X86] Correct the scheduler classes for TAILJMP and...
2019-08-21 Craig Topper[X86] Replace a couple hardcoded '5's with X86::AddrNum...
2019-08-21 Nico Webergn build: Merge r369591
2019-08-21 Nico Webergn build: Merge r369587
2019-08-21 Johannes Doerfert[Attributor] FIX: Try to make bots happy
2019-08-21 Luis Marques[RISCV] Remove fix introduced by r369573, superseded...
2019-08-21 Johannes Doerfert[Attributor] Fix: Gracefully handle non-instruction...
2019-08-21 Greg ClaytonAdd FileWriter to GSYM and encode/decode functions...
2019-08-21 Johannes Doerfert[Attributor][NFCI] Introduce tight iteration bounds...
2019-08-21 Benjamin KramerUse C++14 heteregenous lookup for a couple of std:...
2019-08-21 Luis Marques[RISCV] Fix use of side-effects in asserts in decoder...
2019-08-21 Cyndy Ishida[BinaryFormat] Teach identify_magic about Tapi files.
next