OSDN Git Service

android-x86/external-llvm.git
2016-09-01 Chris Bieneman[CMake] Connecting check-all and test-depends targets...
2016-09-01 Michael KupersteinRename some variables to have meaningful names. NFC.
2016-09-01 Matthew Simpson[LV] Move VectorParts allocation and mapping into PHI...
2016-09-01 Zachary Turner[codeview] Properly propagate the TypeLeafKind through...
2016-09-01 Michael Kuperstein[DAGCombine] Don't fold a trunc if it feeds an anyext
2016-09-01 Changpeng FangAMDGPU/SI: MIMG TD Refactoring.
2016-09-01 Reid Kleckner[lit] Use multiprocessing by default on Windows
2016-09-01 Chris Bieneman[CMake] Revive LLVM_*_DIRS variables
2016-09-01 Geoff Berry[EarlyCSE] Change C API pass interface for EarlyCSE...
2016-09-01 Simon Dardis[mips] Include missed file from previous commit
2016-09-01 Simon Pilgrim[X86][SSE] Dropped (V)CVTPD2PS intrinsic patterns now...
2016-09-01 Simon Dardis[mips] interAptiv based generic schedule model
2016-09-01 Andrey Bokhanko[CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on...
2016-09-01 Sanjay Patel[InstCombine] remove fold of an icmp pattern that shoul...
2016-09-01 Krzysztof Parzyszek[Hexagon] Deal with undefs when extending live intervals
2016-09-01 Elena DemikhovskyOptimized FMA intrinsic + FNEG , like
2016-09-01 James Molloy[SimplifyCFG] Handle tail-sinking of more than 2 incomi...
2016-09-01 Krzysztof ParzyszekAdd an optional parameter with a list of undefs to...
2016-09-01 Honggyu Kim[IR] Properly handle escape characters in Attribute...
2016-09-01 James Molloy[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
2016-09-01 Hal FinkelAdd ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa...
2016-09-01 Valery Pykhtin[AMDGPU] Scalar Memory instructions TD refactoring
2016-09-01 Hal FinkelAdd a counter-function insertion pass
2016-09-01 Chandler Carruth[Support] Fix a warning introduced in r280339 due to...
2016-09-01 James Molloy[SimplifyCFG] Fix nondeterministic iteration order
2016-09-01 George RimarCommit of forgotten header for r280339 "[LLVM/Support...
2016-09-01 George Rimar[LLVM/Support] - Create no-arguments constructor for...
2016-09-01 James Molloy[SimplifyCFG] Improve FoldValueComparisonIntoPredecesso...
2016-09-01 Dean Michael... [NFC] Remove unnecessary comment
2016-09-01 Dean Michael... [XRay] Detect and emit sleds for sibling/tail calls
2016-09-01 Kostya Serebryany[libFuzzer] add -minimize_crash flag (to minimize crash...
2016-09-01 Dean Michael... [XRay][NFC] Promote isTailCall() as virtual in TargetIn...
2016-09-01 Heejin AhnRevert "Add asm.js-style setjmp/longjmp handling for...
2016-08-31 Justin BognerSupport: Avoid errors with LLVM_FALLTHROUGH in clang...
2016-08-31 Nick LewyckyAdd cast to appease windows builder. Fixes build break...
2016-08-31 Zachary Turner[codeview] Have visitTypeBegin return the record type.
2016-08-31 Nick LewyckyAdd -fprofile-dir= to clang.
2016-08-31 Reid KlecknerFix the MSVC 2013 build by using Elf_Word instead of...
2016-08-31 NAKAMURA Takumi[CMake] Increase stack size to 16MiB for all mingw...
2016-08-31 Heejin AhnAdd asm.js-style setjmp/longjmp handling for wasm
2016-08-31 Reid KlecknerRevert "Add an optional parameter with a list of undefs...
2016-08-31 Sanjay Patel[InstCombine] allow icmp (shr exact X, C2), C fold...
2016-08-31 Sanjay Patel[InstCombine] allow icmp (div X, Y), C folds for splat...
2016-08-31 Matt ArsenaultAMDGPU: Fix introducing stack access on unaligned v16i8
2016-08-31 Matt ArsenaultAMDGPU: Use copy instead of mov during frame lowering
2016-08-31 Matt ArsenaultAMDGPU: Refactor frame lowering
2016-08-31 Zachary Turner[codeview] Add TypeVisitorCallbackPipeline.
2016-08-31 Tim NorthoverGlobalISel: use G_TYPE to annotate physregs with a...
2016-08-31 Derek Schuff[WebAssembly] Disable folding of GA+reg into load/store...
2016-08-31 Sanjay Patel[InstCombine] change insertRangeTest() to use APInt...
2016-08-31 Michael Zolotukhin[LoopInfo] Add verification by recomputation.
2016-08-31 Geoff Berry[EarlyCSE] Optionally use MemorySSA. NFC.
2016-08-31 Quentin ColombetActually check for the diagnostic to be emitted!
2016-08-31 Krzysztof Parzyszek[Hexagon] Deal with undefs when extending live intervals
2016-08-31 Tom StellardAMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr()...
2016-08-31 Quentin Colombet[TargetPassConfig] Add a hook to tell whether GlobalISe...
2016-08-31 Quentin Colombet[ResetMachineFunction] Emit the diagnostic isel fallbac...
2016-08-31 Quentin Colombet[DiagnosticInfo] Add a diagnostic class for the fallbac...
2016-08-31 Chad RosierFix indent. NFC.
2016-08-31 Krzysztof ParzyszekAdd an optional parameter with a list of undefs to...
2016-08-31 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-08-31 Geoff Berry[EarlyCSE] Allow forwarding a non-invariant load into...
2016-08-31 Chad Rosier[SLP] Update the debug based on Michael's suggestion.
2016-08-31 Geoff Berry[LangRef] Clarify !invariant.load semantics.
2016-08-31 Chad Rosier[SLP] Sink debug after checking for matching types...
2016-08-31 Davide Italiano[lib/LTO] Factor out logic for running passes.
2016-08-31 Tim Shens/static inline/static/ for headers I have changed...
2016-08-31 Teresa Johnson[LTO] Fix common test to reflect r279911 and move to...
2016-08-31 Reid Kleckner[codeview] Emit vtable shape information
2016-08-31 Philip Reames[statepoints][experimental] Add support for live-in...
2016-08-31 Simon Pilgrim[X86][SSE] Improve awareness of (v)cvtpd2ps implicit...
2016-08-31 Chad Rosier[SLP] Arguments should be camel case, and start with...
2016-08-31 Aaron BallmanChanging a code block to text because Sphinx does not...
2016-08-31 Sjoerd MeijerClang patch r280064 introduced ways to set the FP excep...
2016-08-31 Krzysztof ParzyszekFixed spill stack objects are mutable
2016-08-31 Chad RosierFix comments about IndirectBrInst in Instructions.h
2016-08-31 James MolloyRevert "[SimplifyCFG] Improve FoldValueComparisonIntoPr...
2016-08-31 Aaron BallmanChanging a code block to text because Sphinx does not...
2016-08-31 James MolloyRevert "[SimplifyCFG] Change the algorithm in SinkThenE...
2016-08-31 James MolloyRevert "[SimplifyCFG] Handle tail-sinking of more than...
2016-08-31 James MolloyRevert "[SimplifyCFG] Add a workaround to fix PR30188"
2016-08-31 James MolloyRevert "[SimplifyCFG] Fix bootstrap failure after r280220"
2016-08-31 Diana PicusUse abstraction in AArch64AsmPrinter::lowerSTACKMAP...
2016-08-31 Diana PicusTypo fixes. NFC
2016-08-31 James Molloy[SimplifyCFG] Fix bootstrap failure after r280220
2016-08-31 Nikolay HaustovAMDGPU/SI: Handle aliases in AMDGPUAlwaysInlinePass
2016-08-31 James Molloy[SimplifyCFG] Add a workaround to fix PR30188
2016-08-31 James Molloy[SimplifyCFG] Improve FoldValueComparisonIntoPredecesso...
2016-08-31 James Molloy[SimplifyCFG] Handle tail-sinking of more than 2 incomi...
2016-08-31 James Molloy[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
2016-08-31 James Molloy[SimplifyCFG] Tail-merge calls with sideeffects
2016-08-31 Simon Pilgrim[X86][SSE] Improve awareness of fptrunc implicit zeroin...
2016-08-31 Igor Kudrin[Coverage] Make sorting criteria for CounterMappingRegi...
2016-08-31 Craig Topper[AVX-512] Add patterns to select masked logical operati...
2016-08-31 Craig Topper[AVX-512] Add test cases for masked floating point...
2016-08-31 Craig Topper[X86] Regenerate a test using update_llc_test_checks.py.
2016-08-31 Dean Michael... [XRay] Support multiple return instructions in a single...
2016-08-31 David Majnemer[Loads] Properly populate the visited set in isDerefere...
2016-08-31 Hal Finkel[PowerPC] Don't spill the frame pointer twice
2016-08-31 Gor Nishanov[Coroutines] Part 10: Add coroutine promise support.
next