OSDN Git Service

android-x86/external-llvm.git
2016-01-15 Keno FischerOnce again revert debug info verifier changes
2016-01-15 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-15 Amaury SechetLLVMRunStaticConstructors can be called before object...
2016-01-15 Kostya Serebryany[libFuzzer] use custom stol; also introduce __libfuzzer...
2016-01-15 Philip Reames[docs] Restructure description of records created by...
2016-01-15 Reid Kleckner[codeview] Translate file table offsets to filenames...
2016-01-15 Sanjay Patelrangify; NFCI
2016-01-15 Weiming ZhaoFix AArch64ConditionOptimizer
2016-01-14 Philip Reames[docs] Update Statepoint docs to clarify format for...
2016-01-14 David BlaikieOrc: Simplify some things with NSDMIs and some braced...
2016-01-14 Sanjay Patelremove duplicate documentation comments (already in...
2016-01-14 Easwaran RamanRefactor threshold computation for inline cost analysis
2016-01-14 Chris Bieneman[CMake] Add support for populating LLVM_REPOSITORY...
2016-01-14 Keno Fischer[Verifier] Check parentage of GVs in dbg metadata
2016-01-14 Mike Aizatsky[sancov] html report
2016-01-14 Keno Fischer[Verifier] Verify that a GlobalValue is only used in...
2016-01-14 Xinliang David Li[PGO] Move profile summary interface/impl into InstrPro...
2016-01-14 Lang Hames[Orc] Add support for EH-frame registration to the...
2016-01-14 Krzysztof Parzyszek[Hexagon] Use S2_lsr_i_r instead of S2_extractu to...
2016-01-14 Reid Kleckner[codeview] Dump function callees and add more labels...
2016-01-14 Krzysztof Parzyszek[Hexagon] Handle HVX registers in bit simplification
2016-01-14 Krzysztof Parzyszek[Packetizer] Code cleanup, NFC
2016-01-14 Rui UeyamaUpdate to use new name alignTo().
2016-01-14 Rafael EspindolaHandle offsets larger than 32 bits.
2016-01-14 Matthew Simpson[SLP] Vectorize the index computations of getelementptr...
2016-01-14 Rui Ueyama[Support] Rename RoundUpToAlignment -> alignTo.
2016-01-14 Rafael EspindolaAssert that a cmp function defines a total order.
2016-01-14 Keno Fischer[SROA] Also insert a bit piece expression if only one...
2016-01-14 Ahmed Bougacha[CodeGen] Don't assume fp_to_fp16 produces i16 when...
2016-01-14 Reid KlecknerInclude TypeIndex. Again, the "check" target is not...
2016-01-14 Reid KlecknerRename WinCodeViewLineTables to CodeViewDebug, similar...
2016-01-14 Hans WennborgExclude test-suite from CMake builds in test-release.sh
2016-01-14 Reid Kleckner[codeview] Dump CodeView inlinee lines subsection
2016-01-14 Keno Fischer[Utils] Fix incorrect dbg.declare store conversion
2016-01-14 Adrian Prantldsymutil: Provide better warnings when clang modules...
2016-01-14 Xinliang David Li[PGO] [Coverage] put covmap into note section with...
2016-01-14 Reid KlecknerUse std::map::insert instead of emplace for libstdc...
2016-01-14 Reid KlecknerPrint function names when they are referenced via TypeIndex
2016-01-14 Reid Kleckner[readobj] Add functionality to dump relocations inside...
2016-01-14 Reid Kleckner[codeview] Print relocations against code and data...
2016-01-14 James Y KnightRevert "Stop increasing alignment of externally-visible...
2016-01-14 James MolloyRevert "[ValueTracking] Understand more select patterns...
2016-01-14 Krzysztof Parzyszek[Hexagon] Expand pseudo instruction Insert4
2016-01-14 Krzysztof ParzyszekUnxfail passing testcase on Hexagon
2016-01-14 James Molloy[ValueTracking] Understand more select patterns in...
2016-01-14 Krzysztof Parzyszek[Hexagon] Handle branches with non-mbb operands
2016-01-14 James Molloy[LTO] Add a run of LoopUnroll
2016-01-14 Benjamin Kramer[ARM] Use the efficient version of BitVector::set and...
2016-01-14 Dan Liew[docs] Improve the documentation on committing code...
2016-01-14 NAKAMURA TakumiInstructionsTest.cpp: Fix a warning. [-Wsign-compare]
2016-01-14 Michael ZolotukhinRevert "Assert that we have all use/users in the getters."
2016-01-14 Vaivaswatha... [GlobalsAA] Relax condition in checking globals as...
2016-01-14 Igor BregerAVX512: VMOVDQA32/64 (load) intrinsic implementation.
2016-01-14 Xinliang David LiRename local variable to avoid conflict
2016-01-14 Joseph Tremoulet[UnitTest] Fix warning, NFC.
2016-01-14 Joseph Tremoulet[OperandBundles] Copy DebugLoc with calls/invokes
2016-01-14 Xinliang David LiCleanup: shorten prefix to consistent with other decls...
2016-01-14 Craig Topper[TableGen] Pass PassSubtarget flag into getCode instead...
2016-01-14 David Majnemer[CodeView] Add support for dumping binary annotations
2016-01-14 Xinliang David LiFix comments /NFC
2016-01-14 Xinliang David Li[PGO] clean up and documentation
2016-01-14 Kostya Serebryany[libFuzzer] suggest a dictionary to the user of some...
2016-01-14 Ahmed Bougacha[AArch64] Don't assume extractelt constant index when...
2016-01-14 Xinliang David LiAdd virtual dtor
2016-01-14 JF BastienWebAssembly: mark a few new failures
2016-01-14 NAKAMURA TakumiMark remote-JIT tests as XFAIL, as well as win32, for...
2016-01-14 David Majnemer[X86] Don't alter HasOpaqueSPAdjustment after we've...
2016-01-14 Philip Reames[GC] Remove more dead code from Registry [NFCI]
2016-01-14 Philip ReamesFix Release build warning.
2016-01-14 Philip Reames[GC] Remove a bunch of unused complexity from Registry...
2016-01-14 NAKAMURA Takumillvm-profdata.cpp: Fix comment lines. [-Wdocumentation]
2016-01-14 Philip Reames[GCRoot] Assert preconditions to clarify behavior
2016-01-14 Reid Kleckner[codeview] Regenerate C++ display name test case and...
2016-01-13 James Y KnightStop increasing alignment of externally-visible globals...
2016-01-13 Chih-Hung Hsieh[TLS] New lower emutls pass, fix linkage bugs.
2016-01-13 Reid KlecknerAdd file missing from r257712
2016-01-13 Kostya Serebryany[libFuzzer] make CurrentUnit a POD object instead of...
2016-01-13 Reid Kleckner[codeview] Share more enums across the writer and the...
2016-01-13 JF BastienWebAssembly: fix build break introduced by ELFObjectWri...
2016-01-13 Xinliang David Li[Coverage] introduce class hierarchy (funcRecordReader...
2016-01-13 Rafael EspindolaAdd a triple to the test.
2016-01-13 Xinliang David LiRevert r257699 -- windows buildbot failure TBI
2016-01-13 Kostya Serebryany[libFuzzer] make sure we find buffer overflow in the...
2016-01-13 Sanjay Patelmove return variable declarations down to where they...
2016-01-13 Xinliang David Li[Coverage] introduce class hierarchy (funcRecordReader...
2016-01-13 Rafael EspindolaConvert a few assert failures into proper errors.
2016-01-13 Rafael EspindolaSimplify. NFC.
2016-01-13 Sanjay Patelfix formatting; NFC
2016-01-13 Sanjay PatelhasNUses(0) == use_empty() ; NFCI
2016-01-13 Easwaran RamanDisplay detailed profile summary in llvm-profdata tool.
2016-01-13 Krzysztof Parzyszek[Hexagon] Fix the options controlling jump table generation
2016-01-13 Sanjay Patelrangify; NFCI
2016-01-13 Sanjay Pateldon't duplicate comments that are in the header file...
2016-01-13 Sanjay Pateldon't repeat function names in comments; NFC
2016-01-13 Adrian PrantlRelax testcase so it works on Windows.
2016-01-13 Changpeng FangAMDGPU/SI: Update ISA version for FIJI
2016-01-13 Reid KlecknerFix instance of -Wcovered-switch-default
2016-01-13 Adrian Prantldsymutil: Only warn about missing clang modules once.
2016-01-13 Dimitry AndricRemove bashism from merge.sh: POSIX sh does not have...
2016-01-13 Reid KlecknerFix build of CodeView library
next