]> granicus.if.org Git - llvm/shortlog
llvm
2019-03-07 Sanjay Patel[x86] add extract FP tests for target-specific nodes...
2019-03-07 Adrian PrantlTemporarily diasble debug output in GenericDomTreeConst...
2019-03-07 Adrian PrantlMake GenericDomTreeConstruction textual instead.
2019-03-07 Adrian PrantlWork around a module build error on the LLDB incrementa...
2019-03-07 Mitch Phillips[GN] Locate prebuilt binaries correctly.
2019-03-07 Hubert TongAdd secondary libstdc++ 4.8 and 5.1 detection mechanisms
2019-03-07 Craig Topper[X86] Correct scheduler information for rotate by const...
2019-03-07 Craig Topper[X86] Model ADC/SBB with immediate 0 more accurately...
2019-03-07 Brian Gesiak[CodeGen] Reuse BlockUtils for -unreachableblockelim...
2019-03-07 Konstantin... AMDHSA: Code object v3 updates
2019-03-07 Matt Davis[llvm-mca] Emit a message when no bottlenecks are ident...
2019-03-07 Mitch Phillips[GN] Remove DataLayoutTest.cpp from IR Unittests.
2019-03-07 Vlad TsyrklevichDelete x86_64 ShadowCallStack support
2019-03-07 Jinsong Ji[PowerPC] Run clang format to avoid compiling warning.
2019-03-07 Julian Lettner[Sanitizer] Add 'dispatch' feature to be used in compil...
2019-03-07 Mitch PhillipsRollback of rL355585.
2019-03-07 Florian Hahn[InterleavedAccessAnalysis] Fix integer overflow in...
2019-03-07 Petar Jovanovic[DebugInfo] Fix the type of the formated variable
2019-03-07 Nico Webergn build: Port r342002
2019-03-07 Nico Webergn build: Merge r355522
2019-03-07 Xing GUO[llvm-readobj] Dump DT_USED value as string like GNU...
2019-03-07 David Green[LSR] Attempt to increase the accuracy of LSR's setup...
2019-03-07 Petar Avramovic[MIPS GlobalISel] Fix mul operands
2019-03-07 George Rimar[yaml2obj] - Allow producing ELFDATANONE ELFs
2019-03-07 Michael PlatingsFix & re-enable test that intermittently failed in...
2019-03-07 Fangrui Song[IDF] Delete a redundant J-edge test
2019-03-07 Michael PlatingsTemporarily disable newly added test that fails in...
2019-03-07 Kristof BeylsAdd newline to interpreter debugging output
2019-03-07 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-07 Fangrui Song[BDCE] Optimize find+insert with early insert
2019-03-07 Craig Topper[X86] Enable combineFMinNumFMaxNum for 512 bit vectors...
2019-03-07 Craig Topper[X86] Add 512-bit fminnum/maxnum test cases for PR40984...
2019-03-07 Florian Hahn[InterleavedAccessAnalysis] Use fixed size integers...
2019-03-07 Aakanksha PatilAMDGPU: Handle "uniform-work-group-size" attribute...
2019-03-06 Nick Desaulniers[LoopRotate] fix crash encountered with callbr
2019-03-06 Simon Atanasyan[mips] Replace assertion by error message while lowerin...
2019-03-06 Rong Xu[PGO] Fix hexagon buildbot errors in r355541
2019-03-06 Peter Collingbournegn build: Merge r355514.
2019-03-06 Abderrazek... [AArch64] Improve FP16 instruction selection for vector...
2019-03-06 Nikita Popov[X86] Add vector mulo with power of two operand tests...
2019-03-06 Paul Robinson[PS4] Emit a trap after a stack-protector fail call.
2019-03-06 Rong Xu[PGO] Context sensitive PGO (part 4)
2019-03-06 Philip Reames[AtomicExpand] Allow libcall expansion for non-zero...
2019-03-06 Mitch PhillipsRevert "[IR][ARM] Add function pointer alignment to...
2019-03-06 Sanjay Patel[AArch64] add tests for uaddsat/usubsat; NFC
2019-03-06 Amara Emerson[AArch64] Remove a stray test from the AArch64 directory.
2019-03-06 Simon Pilgrim[DAGCombine] Improve select (not Cond), N1, N2 -> selec...
2019-03-06 Simon Pilgrim[PowerPC] Use real pointers instead of undef
2019-03-06 Nikita Popov[InstCombine] Fold add nsw + sadd.with.overflow
2019-03-06 Guozhi Wei[PPC] Adjust the computed branch offset for the possibl...
2019-03-06 Francis Visoiu... [MC][MachO] Emit an error for emitting relocations...
2019-03-06 Krzysztof Parzyszek[Hexagon] Avoid creating 5-instruction packets with...
2019-03-06 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-06 Ryan Taylor[AMDGPU] Add support for 64 bit buffer atomic artihmeti...
2019-03-06 Simon Pilgrim[DAGCombiner] Enable UADDO/USUBO vector combine support
2019-03-06 Sanjay Patel[TargetLowering] simplify code for uaddsat/usubsat...
2019-03-06 Alexander KornienkoRevert "[CodeGen] Omit range checks from jump tables...
2019-03-06 Francis Visoiu... Reland "[Remarks] Refactor remark diagnostic emission...
2019-03-06 Strahinja Petrovic[PowerPC] Add secure plt support for TLS symbols
2019-03-06 Teresa Johnson[CGP] Avoid repeatedly building DominatorTree causing...
2019-03-06 Francis Visoiu... Revert "[Remarks] Refactor remark diagnostic emission...
2019-03-06 Sanjay Patel[TargetLowering] simplify code for uaddsat/usubsat...
2019-03-06 Francis Visoiu... [Remarks] Refactor remark diagnostic emission in a...
2019-03-06 Simon Pilgrim[DAGCombiner] Add SADDO/SSUBO combine support
2019-03-06 George Rimar[llvm-objcopy] - Remove dead code. NFCI.
2019-03-06 Pavel LabathExpose template parameters of endian specific types...
2019-03-06 George Rimar[llvm-objcopy] - Remove an excessive zlib::isAvailable...
2019-03-06 George Rimar[llvm-objcopy] - Fix incorrect CompressedSection creation.
2019-03-06 Simon Pilgrim[llvm-mca][X86] Add ADC/SBB with zero test cases
2019-03-06 Roman Lebedev[X86][NFC] Autogenerate check lines in cmovcmov.ll...
2019-03-06 Simon Pilgrim[DAGCombiner] Enable SMULO/UMULO vector combine support...
2019-03-06 Simon Pilgrim[X86][SSE] VSELECT(XOR(Cond,-1), LHS, RHS) --> VSELECT...
2019-03-06 Ayonam Ray[CodeGen] Omit range checks from jump tables when lower...
2019-03-06 Ayonam RayReversing the commit of revision 355483 since it is...
2019-03-06 Craig Topper[X86] Enable the add with 128 -> sub with -128 encoding...
2019-03-06 Craig Topper[X86] Suppress load folding for add/sub with 128 immediate.
2019-03-06 Ayonam Ray[CodeGen] Omit range checks from jump tables when lower...
2019-03-06 Peter Collingbournegn build: Merge r355439.
2019-03-06 QingShan Zhang[NFC] Declare the member data of class PostGenericSched...
2019-03-06 Craig Topper[X86] Remove periods from the end of SubtargetFeature...
2019-03-06 Heejin Ahn[WebAssembly] Remove trailing whitespaces in tests...
2019-03-06 Xing GUO[BinaryFormat] Add DT_USED tag into dynamic section.
2019-03-06 Peter Collingbournegn build: Add 32-bit Linux support.
2019-03-06 Mitch PhillipsRevert "[AtomicExpand] Allow libcall expansion for...
2019-03-06 Florian Hahn[ARM] Sink zext/sext operands for add and sub to enable...
2019-03-05 Jonas Devlieghere[DWARFFormValue] Don't consider DW_FORM_data4/8 to...
2019-03-05 Florian Hahn[opt] Report if the provided architecture is invalid.
2019-03-05 Philip Reames[AtomicExpand] Allow libcall expansion for non-zero...
2019-03-05 Roman Lebedev[X86][NFC] Add proper test for promotion of i8 cmov...
2019-03-05 Heejin Ahn[WebAssembly] Simplify iterator navigations (NFC)
2019-03-05 Francis Visoiu... [Remarks][NFC] Rename RemarkParser to YAMLRemarkParser
2019-03-05 Francis Visoiu... [OptRemarks] Make OptRemarks more generic: rename OptRe...
2019-03-05 Heejin Ahn[WebAssembly] Disable MachineBlockPlacement pass
2019-03-05 Roman Lebedev[NFC][CodeGen][X86][AArch64] Add tests for C++ std...
2019-03-05 Craig TopperRevert r355224 "[TableGen][SelectionDAG][X86] Add speci...
2019-03-05 Craig Topper[Subtarget] Merge ProcSched and ProcDesc arrays in...
2019-03-05 Guozhi Wei[X86] In X86DomainReassignment.cpp add enclosed registe...
2019-03-05 Craig Topper[Subtarget] Create a separate SubtargetSubtargetKV...
2019-03-05 Craig Topper[Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV...
2019-03-05 Matt ArsenaultAMDGPU: Preserve undef flag when expanding SI_IF
next