]> granicus.if.org Git - llvm/shortlog
llvm
2017-11-15 David L. JonesCreating branches/google/testing and tags/google/testin... testing origin/testing
2017-11-10 David L. JonesCherry-pick r317444 to google/testing.
2017-11-10 David L. JonesCreating branches/google/testing and tags/google/testin...
2017-11-08 Teresa Johnson[ThinLTO] Ensure sanitizer passes are run
2017-11-08 Craig Topper[X86] Don't call validateInstruction from MatchAndEmitI...
2017-11-08 Craig Topper[ValueTracking] Use APInt::isNullValue/isOneValue which...
2017-11-08 Dan Gohman[WebAssembly] Add a test for inline-asm "m" constraints.
2017-11-08 Dan Gohman[WebAssembly] Call signExtend to get sign extended...
2017-11-08 Adrian PrantlUn-XFAIL a test after the bugfix in r317702.
2017-11-08 Dan Gohman[WebAssembly] Revise the strategy for inline asm.
2017-11-08 Adrian McCarthyNFC: Rename MCSafeSEHFragment to MCSymbolIdFragment
2017-11-08 Adrian PrantlHandle inlined variables in SelectionDAGBuilder::EmitFu...
2017-11-08 Simon Pilgrim[X86] Add some initial scheduling tests for generic...
2017-11-08 Jonas Hahnfeld[CMake] Remove target to build native tablegen
2017-11-08 Jonas Hahnfeld[CMake] Add custom target to create build directory
2017-11-08 Alex Bradbury[utils] Add RISC-V support to update_llc_test_checks.py
2017-11-08 Alex Bradbury[RISCV] Initial support for function calls
2017-11-08 Alex Bradbury[RISCV] Codegen for conditional branches
2017-11-08 Alex Bradbury[RISCV] Codegen support for memory operations on global...
2017-11-08 Alex Bradbury[RISCV] Codegen support for memory operations
2017-11-08 Alex Bradbury[RISCV] Codegen support for materializing constants
2017-11-08 Ivan A. Kosarev[Analysis] Fix merging TBAA tags with different final...
2017-11-08 Simon Dardis[mips] Guard indirect and tailcall pseudo instructions...
2017-11-08 Nuno LopesBasicAA: fix bug where we would return partialalias...
2017-11-08 Alex Bradbury[NFCI] Ensure TargetOpcode::* are compatible with guess...
2017-11-08 Matt ArsenaultDAG: Add computeKnownBitsForFrameIndex
2017-11-08 Serguei KatkovRevert "[CGP] Enable extending scope of optimizeMemoryInst"
2017-11-08 Serguei Katkov[CGP] Enable extending scope of optimizeMemoryInst
2017-11-08 Craig Topper[X86] Add patterns to fold EVEX store with EVEX encoded...
2017-11-08 Craig Topper[X86] Allow legacy vcvtps2ph intrinsics to select EVEX...
2017-11-08 Rafael EspindolaConvert FileOutputBuffer::commit to Error.
2017-11-08 Dave LeeRevert "Reapply: Allow yaml2obj to order implicit secti...
2017-11-08 Rafael EspindolaUpdate unittest too.
2017-11-08 Rafael EspindolaConvert FileOutputBuffer to Expected. NFC.
2017-11-08 David BlaikieTarget/TargetInstrInfo.h -> CodeGen/TargetInstrInfo...
2017-11-08 Dave LeeReapply: Allow yaml2obj to order implicit sections...
2017-11-08 Matt ArsenaultAMDGPU: Set correct sched model on v_mad_u64_u32
2017-11-08 Mitch PhillipsRevert rL317618
2017-11-08 Sriraman TallamAttribute nonlazybind should not affect calls to functi...
2017-11-07 Paul RobinsonReapply r317609 with a simpler sed script, thanks to...
2017-11-07 Dave LeeRevert "Allow yaml2obj to order implicit sections for...
2017-11-07 Paul RobinsonRevert r317609, test fails on one bot
2017-11-07 Dave LeeFix build bots after r317622
2017-11-07 Justin Lebar[NVPTX] Implement __nvvm_atom_add_gen_d builtin.
2017-11-07 Dave LeeAllow yaml2obj to order implicit sections for ELF
2017-11-07 Dinar Temirbulatov[SLPVectorizer] Failure to beneficially vectorize ...
2017-11-07 Mitch PhillipsExtend SpecialCaseList to allow users to blame matches...
2017-11-07 Craig Topper[CodeGenPrepare] Fix typo in comment. NFC
2017-11-07 Graham YiuUse new vector insert half-word and byte instructions...
2017-11-07 Paul RobinsonConvert a dwarfdump test from checked-in binary to...
2017-11-07 Paul Robinson[DWARFv5] Add new test for previous commit.
2017-11-07 Paul Robinson[DWARFv5] Support DW_FORM_strp in the .debug_line header.
2017-11-07 Craig TopperRecommit r317510 "[InstCombine] Pull shifts through...
2017-11-07 Craig Topper[InstCombine] Update stale comment. NFC
2017-11-07 Krzysztof Parzyszek[Hexagon] Make a test more flexible in HexagonLoopIdiom...
2017-11-07 Florian Hahn[AArch64][SVE] Asm: Add support for (ADD|SUB)_ZZZ
2017-11-07 Florian Hahn[AArch64][SVE] Asm: Add SVE (Z) Register definitions...
2017-11-07 Craig Topper[SelectionDAG] Fix typo in comment. NFC
2017-11-07 Florian Hahn[AArch64][SVE] Asm: Set SVE as unsupported feature...
2017-11-07 Petar JovanovicReland "Correct dwarf unwind information in function...
2017-11-07 Kristof BeylsSilence MSVC error C2398
2017-11-07 Alexey Bataev[SLP] Fix PR35047: Fix default cost model for cast...
2017-11-07 Kristof BeylsMark intentional fall-through with LLVM_FALLTHROUGH.
2017-11-07 Alexander RichardsonAdd a -D flag to FileCheck to define variables
2017-11-07 Simon Pilgrim[X86] Regenerate select tests
2017-11-07 Florian Hahn[AArch64][SVE] Asm: Replace 'IsVector' by 'RegKind...
2017-11-07 Kristof BeylsSilence C4715 warning from MSVC (NFC).
2017-11-07 Florian Hahn[AArch64][SVE] Asm: Extend EnforceVectorSubVectorTypeIs...
2017-11-07 Kristof Beyls[GlobalISel] Enable legalizing non-power-of-2 sized...
2017-11-07 Serguei Katkov[CGP] Disable Select instruction handling in optimizeMe...
2017-11-07 Peter Smith[docs][ARM] Add HowTo for cross compiling and testing...
2017-11-07 Bjorn Steinbrink[X86] Don't clobber reserved registers with stack adjus...
2017-11-07 Craig Topper[X86] Add patterns to fold a 64-bit load into the EVEX...
2017-11-07 Craig Topper[X86] Add patterns for folding a v16i8 with the VEX...
2017-11-07 Craig Topper[X86] Add a test for a 128-bit vector load feeding...
2017-11-07 Craig Topper[X86] Remove alignment from a load in the f16c intrinsi...
2017-11-07 Craig Topper[X86] Add support for using EVEX instructions for the...
2017-11-07 Craig Topper[X86] Add AVX512VL command line to f16c intrinsic test...
2017-11-07 Craig Topper[X86] Use IMPLICIT_DEF in VEX/EVEX vcvtss2sd/vcvtsd2ss...
2017-11-07 Craig Topper[X86] Remove 'Requires' from instructions with no patte...
2017-11-07 Davide Italiano[Support/UNIX] posix_fallocate() can fail with EINVAL.
2017-11-07 Adrian PrantlMake DIExpression::createFragmentExpression() return...
2017-11-07 Keith Wyss[XRay] Minimal tool to convert xray traces to Chrome...
2017-11-07 Davide Italiano[IPO/LowerTypesTest] Skip blockaddress(es) when replaci...
2017-11-07 Matt ArsenaultAMDGPU: Remove redundant combine
2017-11-06 Vedant Kumar[DebugInfo] Unify logic to merge DILocations. NFC.
2017-11-06 Simon Dardis[Support][Chrono] Use explicit cast of text output...
2017-11-06 Adrian PrantlInstCombine: salvage the debug info of DCE'ed add instr...
2017-11-06 Craig Topper[X86] Make FeatureAVX512 imply FeatureF16C.
2017-11-06 Craig Topper[X86] Make FeatureAVX512 imply FeatureFMA.
2017-11-06 Sanjay Patel[ValueTracking] readonly (const) is a requirement for...
2017-11-06 Hans WennborgRevert r317510 "[InstCombine] Pull shifts through a...
2017-11-06 Hans WennborgRevert r316064 "Fix the incorrect detection of ICONV_LI...
2017-11-06 Xinliang David LiFix comment /NFC
2017-11-06 Bjorn Pettersson[MIRPrinter] Use %subreg.xxx syntax for subregister...
2017-11-06 Craig Topper[InstCombine] Pull shifts through a select plus binop...
2017-11-06 Justin Bognerupdate_mir_test_checks: Be careful about replacing...
2017-11-06 Graham YiuFix buildbot breakages from r317503. Add parentheses...
2017-11-06 Graham YiuAdds code to PPC ISEL lowering to recognize byte insert...
2017-11-06 Dehao ChenInclude already promoted counts when computing SUM...
next