OSDN Git Service

android-x86/external-llvm.git
2016-09-27 Kostya Serebryany[libFuzzer] add -exit_on_src_pos to test libFuzzer...
2016-09-26 Peter CollingbourneLowerTypeTests: Remove unused variable.
2016-09-26 Peter CollingbourneLowerTypeTests: Create LowerTypeTestsModule class and...
2016-09-26 Daniel Dunbar[lit] Add a --max-failures option.
2016-09-26 Davide Italiano[CodeGen] Add support for emitting .init_array instead...
2016-09-26 Davide Italiano[CodeGen] Switch test as FreeBSD will support .init_arr...
2016-09-26 Derek Schuff[WebAssembly] Use the frame pointer instead of the...
2016-09-26 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-26 Aditya KumarMove computation past early return
2016-09-26 Piotr Padlewski[thinlto] Basic thinlto fdo heuristic
2016-09-26 Zachary TurnerAllow StringRef to be constructed from a null pointer.
2016-09-26 Nirav DaveAdd support for Code16GCC
2016-09-26 Andrew KaylorAdd optimization bisect support to an optional Mips...
2016-09-26 Matthias BraunStatistic: Only print statistics on exit for -stats
2016-09-26 Matthias BraunMachineInstr: Fix comment typo, further refine comment...
2016-09-26 Evandro Menezes[AArch64] Fix test triplet
2016-09-26 Vedant Kumar[llvm-cov] Silence a warning from the MSVC runtime...
2016-09-26 Daniel BerlinUpdate MemorySSA unittest to account for non-pruned...
2016-09-26 Tom StellardAMDGPU/SI: Don't crash on anonymous GlobalValues
2016-09-26 Daniel BerlinRemove pruning of phi nodes in MemorySSA - it makes...
2016-09-26 Matthew Simpson[LV] Scalarize instructions marked scalar after vectori...
2016-09-26 Gor Nishanov[Coroutines] Part14: Handle coroutines with no suspend...
2016-09-26 Geoff Berry[AArch64] Improve add/sub/cmp isel of uxtw forms.
2016-09-26 Evandro MenezesAdd support to optionally limit the size of jump tables.
2016-09-26 Alexey Bataev[InstCombine] Fixed bug introduced in r282237
2016-09-26 Krzysztof ParzyszekFix typo in comment, NFC
2016-09-26 Andrea Di Biagio[InstCombine] Teach the udiv folding logic how to handl...
2016-09-26 Dylan McKay[AVR] Add AVRMCExpr
2016-09-26 Sam KoltonRevert "[AMDGPU] Disassembler: print label names in...
2016-09-26 Sam Kolton[AMDGPU] Disassembler: print label names in branch...
2016-09-26 James Molloy[ARM] Promote small global constants to constant pools
2016-09-26 Zvi Rackover[X86] Optimization for replacing LEA with MOV at frame...
2016-09-26 Chandler Carruth[PM] Refactor this unittest a bit to remove duplicated...
2016-09-26 Ayman Musa[X86][avx512] Fix bug in masked compress store.
2016-09-26 Chandler Carruth[SCEV] Fix the order of members in the initializer...
2016-09-26 Chandler Carruth[PM] Add a unittest covering the invalidation of a...
2016-09-26 Chandler Carruth[PM] Add a unittest for invalidating module analyses...
2016-09-26 Sanjoy Das[SCEV] Assign LoopPropertiesCache in the move constructor
2016-09-26 Sanjoy Das[SCEV] Combine two predicates into one; NFC
2016-09-26 Sanjoy Das[SCEV] Make it obvious BackedgeTakenInfo's constructor...
2016-09-26 Sanjoy Das[SCEV] Further isolate incidental data structure; NFC
2016-09-26 Sanjoy Das[SCEV] Simplify BackedgeTakenInfo::getMax; NFC
2016-09-26 Sanjoy DasAppease MSVC
2016-09-26 Sanjoy DasAttempt to appease MSVC
2016-09-25 Sanjoy Das[SCEV] Reserve space in SmallVector; NFC
2016-09-25 Sanjoy Das[SCEV] Document a gotcha; NFC
2016-09-25 Sanjoy Das[SCEV] Have ExitNotTakenInfo keep a pointer to its...
2016-09-25 Sanjoy Das[SCEV] Simplify tracking ExitNotTakenInfo instances...
2016-09-25 Sanjoy Das[SCEV] Rename a couple of fields; NFC
2016-09-25 Sanjoy Das[SCEV] Remove incidental data structure; NFC
2016-09-25 Sanjoy Das[SCEV] Clang format most of the SCEV header; NFC
2016-09-25 Craig Topper[X86] Remove what appears to be leftover MMX code invol...
2016-09-25 Craig Topper[X86] Remove patterns for scalar_to_vector from FR32...
2016-09-25 Craig Topper[AVX-512] Replace get512BitSuperRegister with calls...
2016-09-25 Craig Topper[AVX-512] Fix some patterns predicates to properly...
2016-09-25 Craig Topper[AVX-512] Add rounding versions of instructions to...
2016-09-25 Craig Topper[AVX-512] Add the scalar unsigned integer to fp convers...
2016-09-25 Craig Topper[AVX-512] Remove duplicate instructions for converting...
2016-09-25 Zachary TurnerAdd a comment on StringRef::contains(char)
2016-09-25 Zachary TurnerFix signed / unsigned comparison.
2016-09-25 Zachary TurnerAdd some predicated searching functions to StringRef.
2016-09-25 Craig Topper[AVX-512] Don't use two opcodes for INTR_TYPE_SCALAR_MA...
2016-09-24 Craig Topper[X86] Teach combineShuffle to avoid creating floating...
2016-09-24 Craig Topper[AVX-512] Split scalar version of X86ISD::SELECT into...
2016-09-24 Craig Topper[AVX-512] Remove the patterns for selecting scalar...
2016-09-24 Duncan P. N... ObjCARC: Don't look at users of ConstantData
2016-09-24 Duncan P. N... Analysis: Return early for UndefValue in computeKnownBits
2016-09-24 Sanjay Patel[x86] don't try to create a vector integer inst for...
2016-09-24 Duncan P. N... Scalar: Ignore ConstantData in processAssumption
2016-09-24 Duncan P. N... Analysis: Return early in isKnownNonNullAt for ConstantData
2016-09-24 Dylan McKay[AVR] Update signature of AVRTargetObjectFile::SelectSe...
2016-09-24 Quentin Colombet[RegisterBankInfo] Constify the member of the XXXMappin...
2016-09-24 Quentin Colombet[RegisterBankInfo] Document the design choice for the...
2016-09-24 Quentin Colombet[RegisterBankInfo] Add statistics for dynamic value...
2016-09-24 Quentin Colombet[RegisterBankInfo] Uniquely generate ValueMapping.
2016-09-24 Quentin Colombet[RegisterBankInfo] Keep valid pointers for PartialMappings.
2016-09-24 Kostya Serebryany[libFuzzer] add a standalone build script
2016-09-24 Duncan P. N... GlobalStatus: Don't walk use-lists of ConstantData
2016-09-23 Kostya Serebryany[libFuzzer] simplify HandleTrace again, start re-runnin...
2016-09-23 Peter CollingbourneAdd qualification to fix MSVC build.
2016-09-23 Sanjay Patel[x86] fix FCOPYSIGN lowering to create constants instea...
2016-09-23 Rui UeyamaAdd StringSwitch::Cases functions that takes 6 to 10...
2016-09-23 Petr Hosek[MC] Support .ds directives in assembler parser
2016-09-23 Matthias Braunllc: Add -start-before/-stop-before options
2016-09-23 Peter CollingbourneLTO: Simplify caching interface.
2016-09-23 Valery Pykhtin[AMDGPU] Fix for bz30427: wrong MTBUF encoding on VI
2016-09-23 Kostya Serebryany[libFuzzer] first steps in adding a proper automated...
2016-09-23 Teresa Johnson[gold] Split plugin options controlling ThinLTO and...
2016-09-23 Vedant Kumar[Coverage] Clarify a function contract (NFC)
2016-09-23 Vedant Kumar[llvm-cov] Factor out logic to remove unmapped inputs...
2016-09-23 Kostya Serebryany[libFuzzer] reset Counters (trace-pc-guard) before...
2016-09-23 Petr Hosek[MC] Support .dcb directives in assembler parser
2016-09-23 Vedant Kumar[llvm-cov] Filter away source files that aren't in...
2016-09-23 Vedant Kumar[llvm-cov] Get rid of all invalid filename references
2016-09-23 Vedant Kumar[llvm-cov] Minor cleanup. NFC.
2016-09-23 Sanjay Patel[TLI] isdigit / isascii / toascii param type should...
2016-09-23 Quentin Colombet[ResetMachineFunction] Populate the comments in the...
2016-09-23 Quentin Colombet[ResetMachineFunction] Add statistic on the number...
2016-09-23 Quentin Colombet[RegisterBankInfo] Add statistics for dynamic partial...
2016-09-23 Matthias BraunScheduleDAG: Match enum names when printing sdep kinds
next