OSDN Git Service

android-x86/external-llvm.git
2018-09-04 Francis Visoiu... [MachO] Fix LC_DYSYMTAB validation for external symbols
2018-09-04 Jonas Devlieghere[dwarfdump] Improve -diff option by hiding more data.
2018-09-04 Chandler CarruthRevert r341269: [Constant Hoisting] Hoisting Constant...
2018-09-04 Sven van HaastregtFix some Wundef warnings in Compiler.h
2018-09-04 Chandler Carruth[x86/SLH] Add a real Clang flag and LLVM IR attribute...
2018-09-04 Aaron BallmanDisable -Wnoexcept-type due to false positives with...
2018-09-04 Chandler CarruthRevert r341342: Dwarf .debug section compression suppor...
2018-09-04 Chandler Carruth[x86/SLH] Teach SLH to harden against the "ret2spec...
2018-09-04 Kristina BrooksDo not leak the Mach host port in sys::getHostCPUName()
2018-09-04 Chandler Carruth[x86/SLH] Teach SLH to harden indirect branches and...
2018-09-04 Nicola Zaghen[InstCombine] Fold icmp ugt/ult (add nuw X, C2), C...
2018-09-04 Fedor Sergeev[NFC] correcting patterns in time-passes test to fix...
2018-09-04 Max Kazantsev[NFC] Add assert to detect LCSSA breaches early
2018-09-04 Fedor Sergeev[PassTiming] reporting time-passes separately for multi...
2018-09-04 Max Kazantsev[IndVars] Fix usage of SCEVExpander to not mess with...
2018-09-04 Puyan Lotfi[NFC][llvm-objcopy] clang-formating Object.cpp
2018-09-04 Puyan Lotfi[NFC][llvm-objcopy] Fixing a ubi-san problem with unali...
2018-09-03 Puyan Lotfi[llvm-objcopy] Dwarf .debug section compression support...
2018-09-03 Sanjay Patel[AArch64][x86] add tests for pow(x, 0.25); NFC
2018-09-03 Simon Atanasyan[mips] Disable the selection of mixed microMIPS/MIPS...
2018-09-03 Sanjay Patel[InstCombine] simplify xor/not folds; NFCI
2018-09-03 Sanjay Patel[InstCombine] allow add+not --> sub for arbitrary vecto...
2018-09-03 Brian GesiakRevert r341329 due to MSAN error
2018-09-03 Sanjay Patel[InstCombine] consolidate tests for ~(X+C); NFC
2018-09-03 Sid ManningRevert [Hexagon] Add support for getRegisterByName.
2018-09-03 Florian Hahn[SLC] Support expanding pow(x, n+0.5) to x * x * ....
2018-09-03 Brian GesiakRe-push "[Option] Fix PR37006 prefix choice in findNearest"
2018-09-03 Andrea Di Biagio[X86] Remove wrong ReadAdvance from multiclass sse_fp_u...
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-03 Matt ArsenaultDAG: Handle extract_vector_elt in isKnownNeverNaN
2018-09-03 Nico WeberRename a few unittests/.../Foo.cpp files to FooTest.cpp
2018-09-03 Jonas Devlieghere[DebugInfo] Have the verifier accept missing linkage...
2018-09-03 Martin Storsjo[AArch64] Simplify code in LowerGlobalAddress. NFCI.
2018-09-03 Daniel Cederman[Sparc] allow tls_add/tls_call syntax in assembler...
2018-09-03 Sander de SmalenFix issue introduced by r341301 that broke buildbot.
2018-09-03 Simon PilgrimRemove unnecessary semicolon to silence -Wpedantic...
2018-09-03 Carlos Alberto... Test commit.
2018-09-03 Sander de SmalenExtend hasStoreToStackSlot with list of FI accesses.
2018-09-03 Carlos Alberto... Test commit - adding a new line.
2018-09-03 Kristina Brooks[MC] - ConstantPools.cpp: Style consistency, remove...
2018-09-03 QingShan Zhang[PowerPC] Add Itineraries of IIC_IntRotateDI for P7/P8
2018-09-02 Sanjay Patel[InstCombine] allow not+sub fold for arbitrary vector...
2018-09-02 Sanjay Patel[InstCombine] move/add tests for not+sub; NFC
2018-09-02 Hsiangkai WangRevert "[DebugInfo] Fix bug in LiveDebugVariables."
2018-09-02 Hsiangkai Wang[DebugInfo] Fix bug in LiveDebugVariables.
2018-09-02 Sanjay Patel[Reassociate] swap binop operands to increase factoring...
2018-09-02 Roman Lebedev[DAGCombine] optimizeSetCCOfSignedTruncationCheck(...
2018-09-02 Lang Hamesclang-format r341282.
2018-09-02 Lang Hames[ORC] Tidy up JITSymbolFlags to remove the need for...
2018-09-01 Matt Davis[llvm-mca] Fix typo in debug output. NFC.
2018-09-01 Sanjay Patel[InstCombine] simplify code for 'or' fold
2018-09-01 Dylan McKay[AVR] Redefine the 'LSL' instruction as an alias of...
2018-09-01 Dylan McKay[AVR] Redefine the 'SBR' instruction as an alias
2018-09-01 Dylan McKay[AVR] Define the TST instruction as an alias of AND
2018-09-01 Dylan McKay[AVR] Define the ROL instruction as an alias of ADC
2018-09-01 Tom StellardAMDGPU/GlobalISel: Define instruction mapping for G_SELECT
2018-09-01 Sanjin SijaricMake HasWinCFI a plain bool instead of Optional<bool>
2018-09-01 Zhaoshi Zheng[Constant Hoisting] Hoisting Constant GEP Expressions
2018-08-31 Jessica PaquetteFix typo in size remarks for module passes
2018-08-31 Stanislav Mekhanoshin[AMDGPU] Split v32i32 loads
2018-08-31 Krzysztof Parzyszek[Hexagon] Don't access non-existent instructions
2018-08-31 Matthias BraunRevamp test-suite documentation
2018-08-31 Craig Topper[X86] Add intrinsics for KTEST instructions.
2018-08-31 Jessica Paquette[NFC] Optionally pass a function to emitInstrCountChang...
2018-08-31 Jessica Paquette[NFC] Check if P is a pass manager on entry to emitInst...
2018-08-31 Jessica Paquette[NFC] Pass the instruction delta to emitInstrCountChang...
2018-08-31 Jessica Paquette[NFC] Pre-calculate SCC IR counts in size remarks.
2018-08-31 Jessica Paquette[NFC] Pre-calculate module IR counts in size remarks.
2018-08-31 Jessica Paquette[NFC] Pre-calculate loop IR counts in size remarks.
2018-08-31 Jessica Paquette[NFC] Pre-calculate basic block IR counts in size remarks.
2018-08-31 Jessica Paquette[NFC] Pre-calculate function IR counts in size remarks.
2018-08-31 Tom Stellardlit: Use sys.executable for executing builtin commands
2018-08-31 Dean Michael... [XRay] Update RecordInitializer for PIDRecord
2018-08-31 Dean Michael... [XRay] Use correct type for PID records
2018-08-31 Tim NorthoverTests: fix tests encoding specific hash values for...
2018-08-31 Dean Michael... [XRay] Use correct type for thread ID parsing
2018-08-31 Sid Manning[Hexagon] Add support for getRegisterByName.
2018-08-31 Dean Michael... [XRay] Improve test matching granularity (NFC)
2018-08-31 Dean Michael... [XRay] Change function record reader to be endian-aware
2018-08-31 Dean Michael... [XRay] Fix FunctionRecord serialization
2018-08-31 Alexandre Ganea[DebugInfo] Common behavior for error types
2018-08-31 Craig Topper[X86] Add support for turning vXi1 shuffles into KSHIFT...
2018-08-31 Dean Michael... [XRay] Make Trace loading endian-aware
2018-08-31 Dean Michael... [XRay] Make the FDRTraceWriter Endian-aware
2018-08-31 Andrea Di Biagio[X86][BtVer2] Remove wrong ReadAdvance from AVX vbroadc...
2018-08-31 Simon Atanasyan[mips] Fix `mtc1` and `mfc1` definitions for microMIPS R6
2018-08-31 Matt ArsenaultAMDGPU: Restrict extract_vector_elt combine to loads
2018-08-31 Matt ArsenaultAMDGPU: Actually commit re-run of update_llc_test_checks
2018-08-31 Jonas Devlieghere[Wasm] Add missing EOF checks for floats
2018-08-31 Matt ArsenaultSLPVectorizer: Fix assert with different sized address...
2018-08-31 Matt ArsenaultAMDGPU: Fix broken generated check lines
2018-08-31 Andrea Di Biagio[X86] Add llvm-mca tests that show how operand latency...
2018-08-31 Francis Visoiu... [llvm-objdump] Keep the memory buffer from the dSYM...
2018-08-31 Dean Michael... [XRay] Remove array for Metadata Record Types
2018-08-31 Alexander Ivchenko[GlobalISel][X86] Add the support for G_FPTRUNC
2018-08-31 Alexander Ivchenko[GlobalISel][X86_64] Support for G_FPTOSI
2018-08-31 Alexander Ivchenko[GlobalIsel][X86] Support for llvm.trap intrinsic
2018-08-31 Alexander Ivchenko[NFC] Fix unused variable warning in X86RegisterBankInf...
2018-08-31 Andrea Di Biagio[X86][BtVer2] Add an llvm-mca test that shows how the...
2018-08-31 Dean Michael... [XRay] Attempt to fix failure on Windows
next