OSDN Git Service

android-x86/external-llvm.git
2018-06-23 Jonas Devlieghere[llc] Fix sanitizer failure.
2018-06-23 Duncan P. N... ADT: Use EBO to shrink SmallVector size 1
2018-06-23 Jonas Devlieghere[llc] Use WithColor for printing errors/warnings
2018-06-23 Jonas Devlieghere[llvm-config] Use WithColor for printing errors.
2018-06-23 Jonas Devlieghere[llvm-mt] Use WithColor for printing errors.
2018-06-23 Jonas Devlieghere[TableGen] Use WithColor for printing errors/warnings
2018-06-23 Craig Topper[X86] Make %eiz usage in 64-bit mode, force a 0x67...
2018-06-23 Craig Topper[X86] Teach disassembler to use %eip instead of %rip...
2018-06-23 Craig Topper[X86][AsmParser] Improve base/index register checks.
2018-06-23 Stanislav MekhanoshinFix invariant fdiv hoisting in LICM
2018-06-23 Reid Kleckner[AMDGPU] Update includes for intrinsic changes :(
2018-06-23 Lang Hames[ORC] Fix formatting and list pending queries in VSO...
2018-06-23 Reid Kleckner[IR] Split Intrinsics.inc into enums and implementations
2018-06-23 Reid KlecknerAvoid including intrin.h from MathExtras.h
2018-06-23 Fangrui Song[ELF] Change isSectionData to exclude SHF_EXECINSTR
2018-06-23 Craig Topper[X86][AsmParser] Rework that allows (%dx) to be used...
2018-06-22 Reid Kleckner[RuntimeDyld] Implement the ELF PIC large code model...
2018-06-22 Eli Friedman[LoopReroll] Rewrite induction variable rewriting.
2018-06-22 George Burgess IV[MSSA] Remove incorrect comment + `auto`ify dyn_cast...
2018-06-22 Craig Topper[X86][AsmParser] Keep track of whether an explicit...
2018-06-22 Fangrui Song[llvm-size] Make global variables static
2018-06-22 Sanjay Patel[x86] add more tests for bit hacking opportunities...
2018-06-22 Sanjay Patel[PowerPC] add more tests for bit hacking opportunities...
2018-06-22 Craig Topper[X86][AsmParser] In Intel syntax make sure we support...
2018-06-22 Matt Davis[llvm-mca] Remove unnecessary include and forward decl...
2018-06-22 Sanjay Patel[x86] add tests for bit hacking opportunities with...
2018-06-22 Sanjay Patel[PowerPC] add tests for bit hacking opportunities with...
2018-06-22 Craig Topper[X86] Add test cases showing missed select simplifcatio...
2018-06-22 Aditya Nandakumar[GISel]: Add G_ADDRSPACE_CAST Opcode
2018-06-22 Fangrui Song[gdb] Use Latin-1 to decode StringRef
2018-06-22 Tobias Edler... Re-land "[LTO] Enable module summary emission by defaul...
2018-06-22 Craig Topper[X86] Don't accept (%si,%bp) 16-bit address expressions.
2018-06-22 Craig Topper[X86][AsmParser] Allow (%bp,%si) and (%bp,%di) to be...
2018-06-22 Konstantin... AMDHSA: Put old assembler docs back
2018-06-22 Simon Pilgrim[X86][SSE] Add sdiv by (nonuniform) minus one tests...
2018-06-22 Craig Topper[X86][AsmParser] Check for invalid 16-bit base register...
2018-06-22 Craig Topper[X86] Don't allow ESP/RSP to be used as an index regist...
2018-06-22 Alina Sbirlea[LoopUnswitch]Fix comparison for DomTree updates.
2018-06-22 Andrea Di Biagio[llvm-mca] Remove redundant call. NFC
2018-06-22 Easwaran Raman[X86] Add a test to show missed opportunity to generate...
2018-06-22 Krzysztof ParzyszekInitialize LiveRegs once in BranchFolder::mergeCommonTails
2018-06-22 Simon Pilgrim[SLPVectorizer] Support alternate opcodes in tryToVecto...
2018-06-22 Andrea Di Biagio[llvm-mca] Set the operand ID for implicit register...
2018-06-22 Matt Davis[llvm-mca] Introduce a sequential container of Stages
2018-06-22 Simon Pilgrim[SLPVectorizer] reorderAltShuffleOperands should just...
2018-06-22 Paul RobinsonFix test again, try to keep all targets happy
2018-06-22 Paul RobinsonFix test, nop is not always 1 byte
2018-06-22 Paul Robinson[DWARFv5] Allow ".loc 0" to refer to the root file.
2018-06-22 Simon Pilgrim[SLPVectorizer] Relax alternate opcodes to accept any...
2018-06-22 Simon Pilgrim[SLPVectorizer][X86] Add alternate opcode tests for...
2018-06-22 Sanjay Patel[InstCombine] add shuffle+binops test from PR37806...
2018-06-22 Sanjay Patel[InstCombine] add tests for shuffle-with-different...
2018-06-22 Sanjay Patel[InstCombine] rearrange shuffle-of-binops logic; NFC
2018-06-22 Simon Pilgrim[X86] Regenerate tests to include fma comments
2018-06-22 Gabor Buella[X86] Add notes to a few intrinsics
2018-06-22 George RimarRecommit r335333 "[MC] - Add .stack_size sections into...
2018-06-22 Simon Pilgrim[IR] Use Instruction::isBinaryOp helper instead of...
2018-06-22 George RimarRevert r335332 "[MC] - Add .stack_size sections into...
2018-06-22 George Rimar[MC] - Add .stack_size sections into groups and link...
2018-06-22 Sjoerd MeijerRecommit of r335326, with the test fixed that I missed.
2018-06-22 Simon Pilgrim[CostModel][AArch64] Add some initial costs for SK_Sele...
2018-06-22 Sjoerd MeijerReverting r335326 while I look at the test failure
2018-06-22 Eugene LeviantRevert r335324 due to a builtbot failure
2018-06-22 Sjoerd Meijer[ARM] ARMv6m and v8m.baseline strict align
2018-06-22 Matt ArsenaultAMDGPU: Add patterns for i32/i64 local atomic load...
2018-06-22 Eugene Leviant[Evaluator] Improve evaluation of call instruction
2018-06-22 Mikhail Dvoretckii[X86] Changing the check for valid inputs in combineSca...
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-22 Tom StellardAMDGPU/GlobalISel: Default to using TableGen'd instruct...
2018-06-22 Tom StellardAMDGPU/GlobalISel: legalize and select 32-bit G_ASHR
2018-06-22 Chandler Carruth[LegacyPM] Fix PR37888 by teaching the legacy loop...
2018-06-22 Tom StellardAMDGPU/GlobalISel: legalize and select 32-bit G_SITOFP
2018-06-22 Tom StellardAMDGPU/GlobalISel: Implement select() for COPY
2018-06-22 Chandler CarruthFix test failures after r335306 due to the pipeline...
2018-06-21 Sanjay Patel[InstCombine] fix shuffle-of-binops bug
2018-06-21 Sanjay Patel[InstCombine] add test for shuffle-of-binops; NFC
2018-06-21 Tom StellardAMDGPU/GlobalISel: Implement select() for G_IMPLICIT_DEF
2018-06-21 Michael J.... [Instrumentation] Add Call Graph Profile pass
2018-06-21 Reid Kleckner[X86] Fix 32-bit mingw comdat names, only add one under...
2018-06-21 Fangrui Song[gdb] Update llvm::Optional
2018-06-21 Scott Linder[AMDGPU] Fix lit failures introduced in r335281
2018-06-21 Sanjay Patel[IR] fix typo in comment; NFC
2018-06-21 Reid KlecknerRevert r335297 "[X86] Implement more of x86-64 large...
2018-06-21 Reid Kleckner[X86] Commit some comments that weren't in the medium...
2018-06-21 Reid Kleckner[X86] Implement more of x86-64 large and medium PIC...
2018-06-21 Matthew Voss[GVN] Avoid casting a vector of size less than 8 bits...
2018-06-21 Jonas Devlieghere[dsymutil] Force mmap'ing of binaries
2018-06-21 Tim Shen[SCEV] Re-apply r335197 (with Polly fixes).
2018-06-21 Konstantin... AMDGPU: Remove ability to reserve VGPRs for debugger
2018-06-21 Reid Kleckner[mingw] Fix GCC ABI compatibility for comdat things
2018-06-21 Sanjay Patel[InstCombine] fold vector select of binops with constan...
2018-06-21 Scott Linder[AMDGPU] Update assembler for HSA Code Object v3
2018-06-21 Francis Visoiu... Revert r335206 "Recommit r333268: [IPSCCP] Use Predicat...
2018-06-21 Simon Dardis[mips] Modify comment to test new email address (NFC).
2018-06-21 Scott Linder[AMDGPU] Fix bug with tracking processed blocks in...
2018-06-21 Konstantin... AMDGPU/AMDHSA: Remove GridWorkGroupCountX/Y/Z
2018-06-21 Sanjay Patel[InstCombine] add tests for shuffled cmps; NFC
2018-06-21 Matt Davis[DebugInfo] Ignore DBG_VALUE instructions in PostRA...
2018-06-21 Sanjay Patel[InstCombine] use constant pattern matchers with icmp...
2018-06-21 Sanjay Patel[InstCombine] add vector icmp tests with undefs; NFC
next