OSDN Git Service

android-x86/external-llvm.git
2018-03-21 Craig Topper[TableGen] Move a function from llvm namespace and...
2018-03-21 David BlaikieFix the actual user of DataTypes.h in llvm-c to avoid...
2018-03-21 David BlaikieMove Compiler.h from Support to Demangler to fix layering.
2018-03-21 Craig Topper[X86] Fix the SchedRW for XOP vpcom register form instr...
2018-03-21 Craig Topper[TableGen] Use SmallMapVector to simplify some code...
2018-03-21 David BlaikieMove DataTypes.h from Support to llvm-c to fix layering.
2018-03-20 Craig Topper[X86] Change PMULLD to 10 cycles on Skylake per Agner...
2018-03-20 Philip Reames[MustExecute] Shwo the effect of using full loop info...
2018-03-20 Derek Schuff[WebAssembly] Update torture compile test expectations
2018-03-20 Philip Reames[MustExecute] Add simplest possible test for LoopSafetyOnfo
2018-03-20 Philip Reames[MustExecute] Move isGuaranteedToExecute and related...
2018-03-20 Simon Pilgrim[SchedModel] Simplify InstRegexOp::apply. NFCI.
2018-03-20 Derek Schuff[WebAssembly] Strip threadlocal attribute from globals...
2018-03-20 Simon Pilgrim[X86] Drop unnecessary InstRW overrides for WriteFMA
2018-03-20 Craig Topper[ReachingDefAnalysis] Fix what I assume to be a typo...
2018-03-20 Shoaib Meenai[ObjCARC] Add funclet token to ARC marker
2018-03-20 Martin Storsjo[X86] Don't use the MSVC stack protector names on mingw
2018-03-20 Kevin EnderbyFor llvm-objdump and Mach-O files, fix the printing...
2018-03-20 Abderrazek... [AArch64] Add vmulxh_lane fp16 vector intrinsic
2018-03-20 Craig Topper[TableGen] Use range based for loop. NFC
2018-03-20 Craig Topper[TableGen] Use vector::append instead of looping and...
2018-03-20 Craig Topper[TableGen] Use llvm::transform to simplify some loops...
2018-03-20 Craig Topper[TableGen] Pass result of std::unique to vector::erase...
2018-03-20 Alexey Bataev[DEBUGINFO] Add -no-dwarf-debug-ranges option.
2018-03-20 Andrea Di Biagio[llvm-mca] add keyword override to a couple of methods...
2018-03-20 Derek Schuff[WebAssembly] Added initial AsmParser implementation.
2018-03-20 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Revert the tests from r328012
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Revert r328012
2018-03-20 Krzysztof Parzyszek[Hexagon] Add a few more lit tests, NFC
2018-03-20 Krzysztof Parzyszek[Hexagon] Add heuristic to exclude critical path cost...
2018-03-20 Krzysztof Parzyszek[Hexagon] Fix fall-through warnings in HexagonMCDuplexI...
2018-03-20 Nirav Dave[MC,X86] Cleanup some X86 parser functions to use MCPar...
2018-03-20 Andrea Di Biagio[llvm-mca] Remove const from a bunch of ArrayRef. NFC
2018-03-20 Craig Topper[PowerPC][LegalizeFloatTypes] Move the PPC hacks for...
2018-03-20 Krzysztof Parzyszek[X86] Add phony registers for high halves of regs with...
2018-03-20 Philip Reames[MustExecute] Use the annotation style printer
2018-03-20 Zachary TurnerRevert "Resubmit "Support embedding natvis files in...
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Implement support for section groups
2018-03-20 Andrea Di Biagio[llvm-mca] Move the logic that computes the scheduler...
2018-03-20 Artem Belevich[NVPTX] Make tensor load/store intrinsics overloaded.
2018-03-20 Philip ReamesAdd an analysis printer for must execute reasoning
2018-03-20 Rafael EspindolaMC: fix layering violation introduced in r325139.
2018-03-20 Zachary TurnerResubmit "Support embedding natvis files in PDBs."
2018-03-20 Sanjay Patel[LangRef] fix link formatting
2018-03-20 Krzysztof Parzyszek[Hexagon] Correct the computation of TopReadyCycle...
2018-03-20 Michael Zolotukhin[XRay] Lazily compute MachineLoopInfo instead of requir...
2018-03-20 Sanjay Patel[LangRef] describe the default FP environment
2018-03-20 Krzysztof Parzyszek[Hexagon] Check weak dependences when only 1 instructio...
2018-03-20 Sanjay Patel[AArch64] add fabs tests for PR36600; NFC
2018-03-20 Alexey Bataev[DEBUGINFO] Add flag -no-dwarf-pub-sections to disable...
2018-03-20 Simon Pilgrim[X86][Haswell][Znver1] Fix typo in fldl instregexs
2018-03-20 Sjoerd Meijer[Kaleidoscope] doc fix
2018-03-20 Krzysztof Parzyszek[Hexagon] Improve scheduling heuristic for large basic...
2018-03-20 Geoff Berry[AArch64][Falkor] Correct load/store increment scheduli...
2018-03-20 Krzysztof Parzyszek[Hexagon] Fix division by zero in machine scheduler
2018-03-20 Alex Bradbury[RISCV] Add codegen for RV32F floating point load/store
2018-03-20 Andrea Di Biagio[llvm-mca] Use llvm::make_unique in a few places. NFC
2018-03-20 Alex Bradbury[RISCV] Add codegen for RV32F arithmetic and conversion...
2018-03-20 Krzysztof Parzyszek[Hexagon] Improve scheduling based on register pressure
2018-03-20 Simon Pilgrim[X86][SandyBridge] Merge multiple InstrRW entries that...
2018-03-20 Andrea Di Biagio[llvm-mca] Move the routine that computes processor...
2018-03-20 Xin Tong[MergeICmps] Break eargerly out of loop
2018-03-20 Xin Tong[MergeICmp] Fix a bug in entry block shuffled to middle...
2018-03-20 Igor Laevsky[llvm-opt-fuzzer] Add irce to the fuzzing options
2018-03-20 Jonas DevlieghereRevert "Fix layering between llvm-c and Support by...
2018-03-20 Dylan McKay[AVR] Add a regression test for struct return lowering
2018-03-20 Andrea Di Biagio[Release Notes] Add release note for llvm-mca.
2018-03-20 Bjorn Pettersson[CGP] Avoid segmentation fault when doing PHI node...
2018-03-20 Andrei Elovikov[LV] Let recordVectorLoopValueForInductionCast to check...
2018-03-20 Jonas Paulsson[SystemZ] Add "REQUIRES: asserts" to test case to...
2018-03-20 Martin Storsjo[X86] Properly implement the calling convention for...
2018-03-20 Lang Hames[ORC] Don't fully qualify explicit destructor call...
2018-03-20 Craig Topper[X86] Rename MOVSX32_NOREXrr8 to MOVSX32rr8_NOREX so...
2018-03-20 Craig Topper[X86] Fix the SchedRW for memory forms of CMP and TEST.
2018-03-20 Lang Hames[ORC] Rename SymbolSource to MaterializationUnit, and...
2018-03-20 Craig Topper[X86] Add TEST16mi/TEST32mi/TEST64mi32 to the Sandybrid...
2018-03-20 Craig Topper[X86] Add ROR/ROL/SHR/SAR by 1 instructions to the...
2018-03-20 Quentin Colombet[ShrinkWrap] Take into account landing pad
2018-03-20 David BlaikieFix layering between llvm-c and Support by factoring...
2018-03-20 Shiva Chen[RISCV] Preserve stack space for outgoing arguments...
2018-03-20 Craig Topper[X86] Fix the SNB scheduler for BLENDVB.
2018-03-20 Rafael EspindolaRun dos2unix on a test. NFC.
2018-03-20 Aaron Smith[DebugInfoPDB] Add backward support flags to PDB_NameSe...
2018-03-20 Vitaly BukaObject: Fix handling of @@@ in .symver directive
2018-03-20 Vitaly BukaObject: Move attribute calculation into RecordStreamer...
2018-03-19 Aaron Smith[SelectionDAG] Transfer DbgValues when integer operatio...
2018-03-19 Jessica Paquette[MachineOutliner] AArch64: Emit CFI instructions when...
2018-03-19 Craig Topper[DAGCombiner] Fix type in comment. NFC
2018-03-19 Craig Topper[X86] Simplify the AVX512 code in LowerTruncate a little.
2018-03-19 Serge GueltonAccept any filepath in llvm_check_source_file_list
2018-03-19 Aaron Smith[PDB] Add a method to get the full path of the source...
2018-03-19 Aaron Smith[PDB] Add exclusive methods to derived symbol class
2018-03-19 Krzysztof Parzyszek[Hexagon] Add REQUIRES: asserts to test/CodeGen/Hexagon...
2018-03-19 Zachary TurnerRevert "Support embedding natvis files in PDBs."
2018-03-19 Zachary TurnerRemove an unused private variable.
2018-03-19 Craig Topper[X86] Replace a couple calls to getExtendInVec with...
2018-03-19 Nirav Dave[DAG, X86] Revert r327197 "Revert r327170, r327171...
2018-03-19 Martin Storsjo[ARM, AArch64] Check the no-stack-arg-probe attribute...
2018-03-19 Alina SbirleaAdd cast to Type*, fix failure from r327894.
next