OSDN Git Service

android-x86/external-llvm.git
2018-05-08 Roman Tereshin[MachineVerifier][GlobalISel] Verifying generic extends...
2018-05-08 Roman Tereshin[MIRParser][GlobalISel] Parsing vector pointer types...
2018-05-08 Teresa Johnson[NewPM] Emit inliner NoDefinition missed optimization...
2018-05-08 Sam Clegg[WebAssembly] MC: Use existing MCSymbol.Index field...
2018-05-07 Sam Clegg[MC] ELFObjectWriter: Removing unneeded variable and...
2018-05-07 Chandler CarruthRevert r330742: Let TableGen write output only if it...
2018-05-07 Roman TereshinFollow Up on [MachineVerifier][GlobalISel] NFC, Improvi...
2018-05-07 Roman Tereshin[MachineVerifier][GlobalISel] Checking that generic...
2018-05-07 Roman Tereshin[MachineVerifier][GlobalISel] NFC, Improving MO printin...
2018-05-07 Tom StellardAMDGPU/GlobalISel: Don't try to lower hull shaders
2018-05-07 Alexander Shaposhnikov[tools] Add missing test dependency
2018-05-07 Roman Lebedev[DAGCombiner] Masked merge: enhance handling of 'andn...
2018-05-07 Roman Lebedev[DagCombiner] Not all 'andn''s work with immediates.
2018-05-07 Dmitry MikulinRemove explicit setting of the CFI jumptable section...
2018-05-07 Simon Pilgrim[llvm-mca][x86] Remove addsubpd from SSE2 tests
2018-05-07 Alexander Shaposhnikov[tools] Adjust the lit config for llvm-strip
2018-05-07 Roman Lebedev[llvm-rc] Fix build: missing 'override'.
2018-05-07 Simon Pilgrim[X86] Split WriteFAdd/WriteFCmp/WriteFMul schedule...
2018-05-07 Martin Storsjo[llvm-rc] Implement the BITMAP resource type
2018-05-07 Martin Storsjo[llvm-rc] Allow optional commas between the string...
2018-05-07 Martin Storsjo[llvm-rc] Exclude padding from sizes in versioninfo...
2018-05-07 Martin Storsjo[llvm-rc] Fix alphabetical order of cases. NFC.
2018-05-07 Aaron Smith[SelectionDAG] Transfer DbgValues when casts are optimi...
2018-05-07 Sam Clegg[WebAssembly] Ensure all .debug_XXX section has proper...
2018-05-07 Alexander Shaposhnikov[tools] Introduce llvm-strip
2018-05-07 Matt Davis[llvm-mca] Avoid exposing index values in the MCA inter...
2018-05-07 Simon Pilgrim[X86][AVX2] Tag VPMOVSX/VPMOVZX ymm instructions as...
2018-05-07 Krzysztof Parzyszek[Hexagon] Move clamping of extended operands directly...
2018-05-07 Roman Lebedev[DAGCombine][NFC] Masked merge unfolding: comment:...
2018-05-07 Simon Pilgrim[X86][Znver1] Remove WriteFMul/WriteFRcp InstRW overrid...
2018-05-07 Simon Pilgrim[X86] Split WriteFDiv schedule classes to support singl...
2018-05-07 Mark Searles[AMDGPU][Waitcnt] Remove the old waitcnt pass
2018-05-07 Petar JovanovicAdd option -verify-cfiinstrs to run verifier in CFIInst...
2018-05-07 Clement Courbet[NFC] Fix typo in variable name.
2018-05-07 Tim Renouf[AMDGPU] Don't force WQM for DS op
2018-05-07 Simon Pilgrim[X86] Split WriteFRcp/WriteFRsqrt/WriteFSqrt schedule...
2018-05-07 Petar JovanovicSkip unreachable blocks for CFIInstrInserter verify
2018-05-07 Jonas Paulsson[SystemZ] Bugfix for MVCLoop CC clobbering.
2018-05-07 Roman Lebedev[InstCombine][NFC] Add tests for one more masked merge...
2018-05-07 Clement CourbetRe-land r331622 "[llvm-exegesis] Add a library to clust...
2018-05-07 Clement CourbetRevert r331622 "[llvm-exegesis] Add a library to cluste...
2018-05-07 Clement Courbet[llvm-exegesis] Add a library to cluster benchmark...
2018-05-07 Fangrui SongFix comment. NFC
2018-05-07 Amaury Sechet[ARM] Select result 1 from ConvertBooleanCarryToCarryFl...
2018-05-07 Craig Topper[TargetLowering] Use StringRef::split instead of SplitS...
2018-05-07 Craig Topper[X86] Fix copy/paste mistake in comment. NFC
2018-05-06 Fangrui Song[llvm-dwp] Define InitLLVM.
2018-05-06 Roman Lebedev[NFC][DAGCombine] unfoldMaskedMerge(): rename two variables
2018-05-06 Craig Topper[X86] Enable reciprocal estimates for v16f32 vectors...
2018-05-06 Craig Topper[X86] Add test cases for reciprocal estimation for...
2018-05-06 Amaury SechetAdd test cases for large integer legalization of add...
2018-05-05 Daniel Sanders[globalisel] Remove redundant -global-isel option from...
2018-05-05 Fangrui Song[MC] Remove unused MCOI::GenericOperandType
2018-05-05 Daniel Sanders[globalisel] Update GlobalISel emitter to match new...
2018-05-05 Heejin Ahn[MIRPraser] Improve error checking for typed immediate...
2018-05-05 Fangrui SongSimplify LLVM_ATTRIBUTE_USED call sites.
2018-05-05 Roman Lebedev[DAGCombiner] Masked merge: don't touch "not" xor's.
2018-05-05 Andrea Di Biagio[llvm-mca] removes flag -instruction-tables from the...
2018-05-05 Teresa Johnson[LTO] Handle Task=-1 passed to addSaveTemps
2018-05-05 Andrea Di Biagio[llvm-mca] minor tweak to the resource pressure printin...
2018-05-05 Roman Lebedev[NFC][DagCombiner] unfoldMaskedMerge(): improve readabi...
2018-05-05 Piotr Padlewski[CaptureTracking] Handle capturing of launder.invariant...
2018-05-05 Heejin Ahn[MIRParser] Allow register class names in the form...
2018-05-05 Fangrui Song[Option] Remove an unnecessary conversion function.
2018-05-05 George Burgess IVRange-ify for loop; NFC
2018-05-05 Tom StellardGlobalISel/InstructionSelector: Implement GIR_CopyFCons...
2018-05-05 Craig TopperFix a bunch of places where operator-> was used directl...
2018-05-05 Peter CollingbourneLowerTypeTests: Fix non-determinism in code that handle...
2018-05-04 Teresa Johnson[LTO] Allow pass remarks with hotness to be set when...
2018-05-04 Davide Italiano[llvm-mc-assemble-fuzzer] Catch up with API changes.
2018-05-04 Michael BergMapping SDNode flags to MachineInstr flags
2018-05-04 Konstantin... AMDGPU/NFC: Update D16PreservesUnusedBits description...
2018-05-04 Philip Reames[LICM] Compute a must execute property for the prefix...
2018-05-04 Konstantin... AMDGPU/NFC: Fix formatting for 900, 902 ISA Version...
2018-05-04 Konstantin... AMDGPU: Add D16 instructions preserve unused bits feature
2018-05-04 Geoff Berry[MachineLICM] Debug intrinsics shouldn't affect hoist...
2018-05-04 Shoaib Meenai[ObjCARC] Account for catchswitch in bitcast insertion
2018-05-04 Michael BergFast Math Flag mapping into SDNode
2018-05-04 Simon Pilgrim[X86] Add WriteEMMS scheduler class
2018-05-04 Simon Pilgrim[X86] Finish splitting WriteVecShift and WriteVecIMul...
2018-05-04 Craig Topper[LoopIdiomRecognize] Don't create an IRBuilder just...
2018-05-04 Adhemerval... [AArch64] Add missing testcase for r331522
2018-05-04 Matt Davis[llvm-mca] Add descriptive names for the TimelineView...
2018-05-04 Peter CollingbourneObject: The default alignment of a section without...
2018-05-04 Peter Collingbourneobj2yaml: Correctly round-trip default alignment.
2018-05-04 Adrian PrantlDwarfCompileUnit: Fix another assertion failure on...
2018-05-04 Clement Courbet[llvm-exegesis] Fix pfm counter names for BDW.
2018-05-04 Simon Pilgrim[X86] Cleanup SchedWriteFMA classes and use X86SchedWri...
2018-05-04 David Bolvansky[bindings/go] Add Go bindings for volatile loads/stores
2018-05-04 Krzysztof Parzyszek[Hexagon] Remove leftover debugging code after r331527
2018-05-04 Krzysztof Parzyszek[Hexagon] Handle non-immediate constants in HexagonSpli...
2018-05-04 Simon Dardis[mips] Correct the predicates of sign extension instruc...
2018-05-04 Simon Pilgrim[X86] Add WriteVecMOVMSKY scheduler class
2018-05-04 Adhemerval... [AArch64] Custom Lower MULLH{S,U} for v16i8, v8i16...
2018-05-04 Krzysztof Parzyszek[Hexagon] Skip reserved physical registers when updatin...
2018-05-04 Andrea Di Biagio[llvm-mca] use colors for warnings and notes generated...
2018-05-04 Andrea Di Biagio[llvm-mca] remove unused argument from method InstrBuil...
2018-05-04 Simon Pilgrim[X86] Add SchedWriteFRnd fp rounding scheduler classes
2018-05-04 Jeremy Morse[X86] Add test case for PR30290s failing behaviour
2018-05-04 Jeremy MorseWord wrap a test-file comment to 80 columns
next