The Week Of Monday 16 March 2015 Archives by thread
Starting: Mon Mar 16 00:02:24 PDT 2015
Ending: Sun Mar 22 23:33:55 PDT 2015
Messages: 1261
- [llvm] r232347 - [objc-arc] Change EntryPointType to an enum class outside of ARCRuntimeEntryPoints called ARCRuntimeEntryPointKind.
Michael Gottesman
- [llvm] r232348 - [objc-arc] Move initialization of ARCMDKindCache into the class itself. I also made it lazy.
Michael Gottesman
- [llvm] r232349 - [objc-arc] Rename ConnectTDBUTraversals => PairUpRetainsReleases.
Michael Gottesman
- [llvm] r232350 - [objc-arc] Treat memcpy, memove, memset as just using pointers, not decrementing them.
Michael Gottesman
- [llvm] r232351 - [objc-arc] Make the ARC optimizer more conservative by forcing it to be non-safe in both direction, but mitigate the problem by noting that we just care if there was a further use.
Michael Gottesman
- [llvm] r232352 - [objc-arc] Fix indentation of debug logging so it is easy to read the output.
Michael Gottesman
- [llvm] r232354 - InstrProf: Remove xfails for big-endian from coverage tests
Justin Bogner
- [llvm] r232355 - Remove a used that snuck in that seems to be triggering the MSVC buildbots.
Michael Gottesman
- [llvm] r232356 - Add in an unreachable after a covered switch to appease certain bots.
Michael Gottesman
- [llvm] r232357 - One more try with unused.
Michael Gottesman
- [PATCH] [AArch64] Adjusts Cortex-A57 machine model to handle zero shift.
James Molloy
- [llvm] r232358 - asan: fix overflows in isSafeAccess
Dmitry Vyukov
- [PATCH] asan: fix overflows in isSafeAccess
Dmitry Vyukov
- [PATCH] [AArch64] Fix problems in handling generic MSR/MRS instructions
James Molloy
- [PATCH] Adding SmallString support to Twine
Paweł Bylica
- [PATCH] [ELF][ARM] Implement static (initial exec) TLS model
Denis Protivensky
- [lld] r232359 - [Mips] Group some cases in the switch statement
Simon Atanasyan
- [lld] r232360 - [Mips] Implement R_MIPS_GOT_DISP/PAGE/OFST relocations handling
Simon Atanasyan
- [lld] r232361 - [Mips] Implement R_MIPS_TLS_xxx relocation handling in case of N64 ABI
Simon Atanasyan
- [lld] r232362 - [Mips] Add `const` qualifier to some member functions
Simon Atanasyan
- [lld] r232363 - [Mips] Do not check the relocation type twice
Simon Atanasyan
- [lld] r232364 - [Mips] clang-format the code
Simon Atanasyan
- [llvm] r232366 - [llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
- [PATCH] [llvm] Replacing asserts with static_asserts where appropriate
Gábor Horváth
- [llvm] r232368 - Fix build failure on MSVC compilers.
Gabor Horvath
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [llvm] r232371 - [mips] [IAS] Outline NOP creation. NFC.
Toma Tabacu
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Simon Atanasyan
- [llvm] r232373 - Make each target map all inline assembly memory constraints to InlineAsm::Constraint_m. NFC.
Daniel Sanders
- [PATCH] Make each target map all inline assembly memory constraints to InlineAsm::Constraint_m. NFC.
Daniel Sanders
- [PATCH] R600/SI: don't try min3/max3/med3 with f64
Tom Stellard
- 3.6.1 patch nomination: r232189 - [SCEV] Fix PR22856
Tom Stellard
- [llvm] r229352 - IR: Properly return nullptr when getAggregateElement is out-of-bounds
Tom Stellard
- [llvm] r232374 - [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constraints.
Daniel Sanders
- [llvm] r232375 - Don't repeat names in comments and clang-format this function.
Rafael Espindola
- [PATCH] [lld][Core] Implement parallel_for_each
Shankar Kalpathi Easwaran
- [PATCH] [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs.
Yury Gribov
- [llvm] r232376 - Revert r232374: [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constraints.
Daniel Sanders
- [compiler-rt] r232377 - [ASan] NFC: Factor out platform-specific interceptors
Timur Iskhodzhanov
- [PATCH] [ELF] Use pcrel format for eh_frame_ptr field encoding
Shankar Kalpathi Easwaran
- [llvm] r232378 - Use the i8 immediate cmp instructions when possible.
Rafael Espindola
- [PATCH] [ASan] Factor out platform-specific interceptors
Timur Iskhodzhanov
- [PATCH] [Tsan] Do not sanitize memcpy() during thread initialization on FreeBSD
Viktor Kutuzov
- [PATCH] Add support for .ifnes pseudo-op.
Sid Manning
- [compiler-rt] r232381 - [Tsan] Do not sanitize memcpy() during thread initialization on FreeBSD
Viktor Kutuzov
- [PATCH] Implement shift ops for Mips fast-isel
Daniel Sanders
- [llvm] r232382 - [MIPS] Fix justify error for small structures
Petar Jovanovic
- [PATCH] Fix justify error for small structures bigger than 32 bits in fixed arguments for MIPS64 big endian
Petar Jovanovic
- [llvm] r232332 - [MCDwarf] Do not emit useless line table opcode.
David Blaikie
- [PATCH] [ADT][CMake][AutoConf] fail-fast iterators for DenseMap
David Blaikie
- [llvm] r232385 - fix comments to match code; NFC
Sanjay Patel
- [PATCH] [ARM] Align stack objects passed to memory intrinsics
John Brawn
- [llvm] r232386 - R600/SI: don't try min3/max3/med3 with f64
Tom Stellard
- [Diffusion] rL232374: [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [SCEV] Make isImpliedCond smarter.
Andrew Trick
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] Implementation of relocations: R_ARM_REL32, R_ARM_THM_JUMP11, R_ARM_PREL31 for ELF/ARM
Leny Kholodov
- [llvm] r232387 - fixed to test feature, not CPU; removed unnecessary declaration
Sanjay Patel
- [PATCH] Cleanup early-exit from analyzeCall
Easwaran Raman
- [llvm] r232268 - Recover the ability to 'b CheckFailed' after r231577
Robinson, Paul
- [PATCH] Fix R0 use in PowerPC VSX store for FastIsel
Samuel Antao
- [llvm] r232388 - Fix doxygen comments from r232268
Duncan P. N. Exon Smith
- [PATCH] Allowing MC backends to decide relaxation based on fixup resolution
colinl at codeaurora.org
- [llvm] r232391 - add CHECK-LABELs for more reliable testing
Sanjay Patel
- [llvm] r232392 - [AsmPrinter] Use the per-function subtarget to emit inline asm instructions that
Akira Hatanaka
- [llvm] r232303 - Remove use of a reserved identifier
Richard Smith
- [www] r232393 - Win snapshot: r232372
Hans Wennborg
- [llvm] r232394 - Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter
David Blaikie
- [llvm] r232395 - Tom is also responsible for the 3.6 branch.
Joerg Sonnenberger
- [llvm] r232397 - Remove dead file (was only used by the C backend)
David Blaikie
- [llvm] r232398 - fixed to test feature, not CPU
Sanjay Patel
- [PATCH] Add support of multiple test compilers and architecture for LLDB cmake builder
Siva Chandra
- [compiler-rt] r231367 - tsan: fix signal handling during stop-the-world
Kostya Serebryany
- [llvm] r232400 - AsmParser: Stop requiring 'name:' when it's not printed
Duncan P. N. Exon Smith
- [PATCH] Fix race condition in Defined Atom ordinal computation.
Rui Ueyama
- [PATCH] Update InstCombine to transform aggregate loads into scalar loads.
Amaury SECHET
- [lld] r232402 - [LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
- [PATCH] Flag to enable IEEE-754 friendly FP optimizations
Sergey Dmitrouk
- [lld] r232404 - [LinkerScript] Adding test cases for SECTIONS semantics
Rafael Auler
- [llvm] r232405 - Don't repeat names in comments. Remove unused default value.
Rafael Espindola
- [llvm] r232406 - Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho
Kevin Enderby
- [PATCH] Big shift test
Paweł Bylica
- [PATCH] [Cmake]
Mike Edwards
- [llvm] r232408 - Verifier: Remove unnecessary double-checks
Duncan P. N. Exon Smith
- [lld] r232409 - [LinkerScript] Handle symbols defined in linker scripts
Rafael Auler
- [llvm] r232410 - DebugInfo: Simplify logic in DIType::Verify(), NFC
Duncan P. N. Exon Smith
- [PATCH] asan: optimization experiments
Kostya Serebryany
- [PATCH] Workaround to enable xdot.py to run correctly on Windows.
Hugo Puhlmann
- [llvm] r232412 - IR: Take advantage of -verify checks for MDExpression
Duncan P. N. Exon Smith
- [llvm] r232334 - Adding commit msg guidelines to dev policy
Richard Smith
- [llvm] r232413 - Verifier: Simplify logic in processCallInst(), NFC
Duncan P. N. Exon Smith
- [lld] r232414 - [ELF] Use pcrel format for eh_frame_ptr field encoding
Simon Atanasyan
- [llvm] r232415 - DebugInfo: Fix testcases that fail -verify-debug-info=true
Duncan P. N. Exon Smith
- [llvm] r232417 - AsmWriter: Handle broken metadata nodes
Duncan P. N. Exon Smith
- [llvm] r232418 - Verifier: Don't call debug info verifier if the module is broken
Duncan P. N. Exon Smith
- [lld] r232419 - [Core] Add parallel_for_each
Shankar Easwaran
- [llvm] r232420 - Test bitcode parsing error-handling for incorrect explicit type
David Blaikie
- [llvm] r232421 - CodeGen: @llvm.eh.typeid.for replaced @llvm.eh.typeid.for.i32
David Majnemer
- [llvm] r232422 - InstrProf: Fix CoverageMappingReader on big endian
Justin Bogner
- [llvm] r232423 - There is only one Asm streamer, there is no need for targets to register it.
Rafael Espindola
- [llvm] r232424 - Add testing for mismatched explicit type on a load instruction when loading from bitcode
David Blaikie
- [compiler-rt] r232426 - CFI: Make check-cfi depend on libLTO on Darwin.
Peter Collingbourne
- [llvm] r232427 - Add testing for mismatched explicit type on a gep operator when loading from bitcode
David Blaikie
- [llvm] r232428 - Remove unused argument. NFC.
Rafael Espindola
- [llvm] r232215 - Turn assertion into bitcode reading error
David Blaikie
- [PATCH] [X86, AVX] use blends instead of insert128 with index 0
Sanjay Patel
- [llvm] r232429 - Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
- [llvm] r223193 - Emit the entry block first and the exit block second, then all the blocks in between afterwards. This is what gcc always does, and some out of tree tools depend on that.
Justin Bogner
- [llvm] r231259 - R600/SI: Add an intrinsic for S_FLBIT_I32 / V_FFBH_I32
Marek Olšák
- [PATCH] Support/APFloat, fix assert on convertFromString(toString(infty))
Johan Engelen
- [PATCH] Fix bug while building FP16 constant vectors for AArch64
Pirama Arumuga Nainar
- [Patch] Don't declare all text sections at the start of the .s
Rafael Espíndola
- [PATCH] Early expansion of MUX instructions on Hexagon
Quentin Colombet
- [patch][R600] Call EmitFunctionHeader just before EmitFunctionBody.
Rafael Espíndola
- [llvm] r232435 - LowerBitSets: do not use private aliases at all on Darwin.
Peter Collingbourne
- [lld] r232436 - PECOFF: Make FileCOFF:findAtomAt from O(n) to O(1).
Rui Ueyama
- [llvm] r232438 - GCOV: Make the exit block placement from r223193 optional
Justin Bogner
- [PATCH] Use WinEHPrepare to outline SEH finally blocks
Reid Kleckner
- [rfc][patch] Refactoring how we handle symbols for the end of sections
Rafael Espíndola
- [llvm] r232442 - AsmWriter: Assert on unresolved metadata nodes
Duncan P. N. Exon Smith
- [llvm] r232443 - llvm-cov: Warn instead of error if a .gcda has arcs from an exit block
Justin Bogner
- Allows llvm-cov to read GCOV data generated by CLANG 3.6
Justin Bogner
- [PATCH] Verifier: Set --verify-debug-info=true by default
Duncan P. N. Exon Smith
- [llvm] r232444 - [IRCE] Support half-range checks.
Sanjoy Das
- [llvm] r232445 - [IRCE] Add comments, NFC.
Sanjoy Das
- [llvm] r232446 - [IRCE] Delete two tests.
Sanjoy Das
- [PATCH] DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl -2, x)
Sean Silva
- [zorg] r232447 - [sanitizer bot] reduce the load for the clang-format-fuzzer to make the bot happier
Kostya Serebryany
- [lld] r232448 - Make it compile with MSVC 2013.
Rui Ueyama
- [llvm] r232449 - MapMetadata: Allow unresolved metadata if it won't change
Duncan P. N. Exon Smith
- [PATCH] Allow code generation of ARM usat/ssat instructions
Weiming Zhao
- [llvm] r232451 - [IRCE] Add a -irce-print-range-checks option.
Sanjoy Das
- [llvm] r232452 - [IRCE] Re-commit tests cases.
Sanjoy Das
- [llvm] r232453 - [Object][ELF] ELFEntityIterator : Add operators for random access
Shankar Easwaran
- [llvm] r232457 - Fix ODR violations caused by putting anonymous namespaces in header files (and
Richard Smith
- [llvm] r232458 - [AArch64] Factor out N->getOperand()s; format. NFCI.
Ahmed Bougacha
- [llvm] r232459 - [AArch64] Use intermediate step for concat_vectors of illegal truncs.
Ahmed Bougacha
- [lld] r232460 - [ELF] Use parallel_for_each for writing.
Shankar Easwaran
- [PATCH] [ConstantRange] Add an exact version of makeICmpRegion.
Sanjoy Das
- R600 intrinsics patch
Ronie Salgado
- [llvm] r232314 - Restore the gcc build
David Blaikie
- [PATCH] [Core] Update references in parallel
Davide Italiano
- [PATCH] TTI: Add getCallInstrCost.
hfinkel at anl.gov
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
hfinkel at anl.gov
- [llvm] r232462 - Recommit simplification first attempted in r232309 (fixed a bit in r232312, with fixes in r232314)
David Blaikie
- [PATCH] LoopVectorize: teach loop vectorizer to vectorize calls.
hfinkel at anl.gov
- [www] r232463 - Update room numbers
Tobias Grosser
- [PATCH] Do not use isel on P7 and P8
hfinkel at anl.gov
- [PATCH] [Tablegen] Attempt to add support for patterns containing nodes with multiple results.
Craig Topper
- [PATCH] COFF: Let globals with private linkage reside in their own section
David Majnemer
- [PATCH] [LoopInterchange] Add support to interchange loops with reductions.
Karthik Bhat
- [lld] r232464 - [ARM] Implement relocations: R_ARM_REL32, R_ARM_THM_JUMP11, R_ARM_PREL31
Denis Protivensky
- [llvm] r232465 - Teach Twine to support SmallString.
Yaron Keren
- [PATCH] [LLVM] Add support for armv6k subtarget
Vinicius Tinti
- [llvm] r232466 - [ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and 'Zy' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [TableGen] Prevent invalid code generation when emitting AssemblerPredicate conditions.
Toma Tabacu
- [llvm] r232468 - [ARM] Add support for ARMV6K subtarget (LLVM)
Renato Golin
- [llvm] r232470 - Fix r232466 by adding 'i' to the mappings for inline assembly memory constraints.
Daniel Sanders
- [llvm] r232471 - Replace a use of GetTempSymbol with createTempSymbol.
Rafael Espindola
- [llvm] r232472 - Remove dead code. NFC.
Rafael Espindola
- [llvm] r232473 - [mips] [IAS] Add support for the XOR $reg, imm pseudo-instruction.
Toma Tabacu
- [PATCH] [ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and 'Zy' inline assembly memory constraints.
Daniel Sanders
- [lld] r232474 - [ARM] Read initial addend for REL32 and PREL31 relocs
Denis Protivensky
- [llvm] r232475 - Move the EH symbol to the asm printer and use it for the SJLJ case too.
Rafael Espindola
- [llvm] r232476 - Don't duplicate comment from the .h. NFC.
Rafael Espindola
- [llvm] r232478 - Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael Espindola
- [PATCH] [mips] Add assembler support for the .cprestore directive.
Toma Tabacu
- [llvm] r232479 - Call EmitFunctionHeader just before EmitFunctionBody.
Rafael Espindola
- [llvm] r232480 - Re-commit: [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constraints.
Daniel Sanders
- [llvm] r232481 - Make EmitFunctionHeader a private helper.
Rafael Espindola
- [llvm] r232483 - Use createTempSymbol to avoid collisions instead of an ad hoc method.
Rafael Espindola
- [llvm] r232484 - Switch two simple uses of GetTempSymbol to createTempSymbol.
Rafael Espindola
- [llvm] r232485 - Convert the last 4 users of GetTempSymbol to createTempSymbol.
Rafael Espindola
- [llvm] r232486 - Fix R0 use in PowerPC VSX store for FastIsel.
Samuel Antao
- [llvm] r232487 - Remove the error prone GetTempSymbol API.
Rafael Espindola
- [PATCH] [mips] [IAS] Remove AssemblerPredicate's from RelocPIC and RelocStatic.
Toma Tabacu
- [Object][ELF] Add operators for random access
Daniel Jasper
- [PATCH] [ARM] Fix offset calculation in ARMBaseRegisterInfo::needsFrameBaseReg
James Molloy
- [llvm] r232494 - [Object][ELF] ELFEntityIterator : Add operators for random access
Shankar Easwaran
- [PATCH] Fix generic shift expansion when shift amount is 0
Paweł Bylica
- [lld] r232341 - [ELF][ARM] Make gotSymbol a member.
Rafael Espíndola
- [llvm] r232495 - [systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline assembly memory constraints.
Daniel Sanders
- [lld] r232497 - [ELF][ARM] Place gotSymbol in an anonymous namespace
Shankar Easwaran
- [PATCH] Generate targets for each lit suite.
Chris Bieneman
- [llvm] r232498 - Use an underlying enum type of unsigned to silence a -Wmicrosoft warning about being unable to put (unsigned)-1 into the default underyling type of int
Reid Kleckner
- [compiler-rt] r232499 - [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to BindIoCompletionCallback
Timur Iskhodzhanov
- [compiler-rt] r232501 - asan: optimization experiments
Dmitry Vyukov
- [llvm] r232502 - asan: optimization experiments
Dmitry Vyukov
- [llvm] r232503 - Add the option, -dis-symname to llvm-objdump used with -macho and
Kevin Enderby
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Duncan P. N. Exon Smith
- [llvm] r232505 - Verifier: Set --verify-debug-info=true by default
Duncan P. N. Exon Smith
- [compiler-rt] r232506 - asan: remove left-over code from submitted in rev r232501
Dmitry Vyukov
- [llvm] r232508 - Fix GCC -Wparentheses warning (& reformat now that the precedence is fixed)
David Blaikie
- [llvm] r232509 - [docs] Fix copy-and-paste bug in def-use example
Adam Nemet
- [PATCH] Add assertion to detect invalid registers in the PowerPC MC instruction lowering
Samuel Antao
- [llvm] r232510 - [SwitchLowering] Remove incoming values in the reverse order
Michael Liao
- [llvm] r232513 - [ARM] Fix offset calculation in ARMBaseRegisterInfo::needsFrameBaseReg
Richard Barton
- [polly] r232514 - Fix debug info now that the verifier is on
Duncan P. N. Exon Smith
- [PATCH] Add Integer Saturation Intrinsics.
Weiming Zhao
- [PATCH] [mips][microMIPSr6] Implement initial support
Jozef Kolek
- [PATCH] [mips][microMIPSr6] Implement initial mapping support
Jozef Kolek
- [PATCH] [mips][microMIPSr6] Implement BALC and BC instructions
Jozef Kolek
- [llvm] r232517 - Remove LookupSymbol(StringRef) and optimize LookupSymbol(Twine).
Yaron Keren
- [PATCH] [mips][microMIPSr6] Implement JIALC and JIC instructions
Jozef Kolek
- [zorg] r232520 - Shuffle EricWFs builders, add TSAN and GCC builder and remove RTTI and Exceptions builders
Eric Fiselier
- [llvm] r232521 - [asan] remove redundant ifndefs. NFC
Kostya Serebryany
- [llvm] r232522 - LoopVectorizer: Add TargetTransformInfo.
Michael Zolotukhin
- [llvm] r232523 - TLI: Add interface for querying whether a function is vectorizable.
Michael Zolotukhin
- [llvm] r232524 - TTI: Add getCallInstrCost.
Michael Zolotukhin
- [PATCH] LoopVectorizer: Add TargetTransformInfo.
Michael Zolotukhin
- [llvm] r232525 - Add assertion to detect invalid registers in the PowerPC MC instruction lowering.
Samuel Antao
- [PATCH] TLI: Add interface for querying whether a function is vectorizable.
Michael Zolotukhin
- [llvm] r232528 - TTI: Honour cost model for estimating cost of vector-intrinsic and calls.
Michael Zolotukhin
- [llvm] r232530 - LoopVectorize: teach loop vectorizer to vectorize calls.
Michael Zolotukhin
- [llvm] r232531 - TLI: Add addVectorizableFunctionsFromVecLib.
Michael Zolotukhin
- [llvm] r232532 - Internalize llvm::AssemblyWriter. It's not used outside of AsmWriter.cpp.
Benjamin Kramer
- [PATCH] TTI: Honour cost model for estimating cost of vector-intrinsic and calls.
Michael Zolotukhin
- [llvm] r232535 - Centralize the handling of unique ids for temporary labels.
Rafael Espindola
- Trivial doc change: fix link in tutorial
Stanislav Manilov
- [llvm] r232536 - Try to fix a test broken by one of my previous commits.
Michael Zolotukhin
- [llvm] r232539 - COFF: Let globals with private linkage reside in their own section
David Majnemer
- [llvm] r232540 - Address review comments
David Majnemer
- [llvm] r232541 - Revert "Address review comments"
David Majnemer
- [llvm] r232542 - Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.
Benjamin Kramer
- [llvm] r232543 - Revert "COFF: Let globals with private linkage reside in their own section"
David Majnemer
- [zorg] r232545 - Add support of multiple test compilers and architecture for LLDB cmake builder
Ying Chen
- [PATCH] Add RelocVisitor support for MachO
Keno Fischer
- [llvm] r232546 - [docs] Fix some malformed links.
Sean Silva
- [llvm] r232547 - Add the option, -no-leading-addr llvm-objdump used with -macho and
Kevin Enderby
- [llvm] r232549 - Emit the offset directly instead of creating a dummy expression.
Rafael Espindola
- [llvm] r232550 - DebugInfo: Drop fake DW_TAG_expression
Duncan P. N. Exon Smith
- [llvm] r232551 - Remove StringRef->std::string->StringRef conversions.
Yaron Keren
- [llvm] r232553 - Selection DAG preprocessing on Hexagon
Krzysztof Parzyszek
- [PATCH] Add support for __nvvm_reflect changes in libdevice in CUDA-7.0
Artem Belevich
- [compiler-rt] r232555 - [sanitizer] change the format of coverage dump: instead of always dumping 32-bit offsets dump 32-bit offsets on 32-bit arch and 64-bit offsets on 64-bit arch. Also add the 'bits' parameter to sancov.py. This is a user-visible interface change.
Kostya Serebryany
- [llvm] r232557 - XformToShuffleWithZero - Added clearer early outs and general tidy up. NFCI
Simon Pilgrim
- [llvm] r232558 - Add the option -no-symbolic-operands to llvm-objdump used with -macho and
Kevin Enderby
- [PATCH] gold: Make powerpc support optional for the tests.
Peter Collingbourne
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Peter Collingbourne
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Rafael Ávila de Espíndola
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Manman Ren
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Peter Collingbourne
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Rafael Espíndola
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Peter Collingbourne
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Duncan P. N. Exon Smith
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Eric Christopher
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Peter Collingbourne
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Peter Collingbourne
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Duncan P. N. Exon Smith
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Eric Christopher
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Peter Collingbourne
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Duncan P. N. Exon Smith
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Peter Collingbourne
- [PATCH] gold, libLTO: Add new flags to support bit set lowering.
Peter Collingbourne
- [llvm] r232561 - Appease AArch64ISelLowering.cpp miscompiled by g++-4.7.2.
NAKAMURA Takumi
- [llvm] r214336 - SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics.
Tom Stellard
- [llvm] r232562 - Fix bug while building FP16 constant vectors for AArch64
Pirama Arumuga Nainar
- [PATCH] [llgo] llgoi: Fix importing source packages together with dependent binary packages.
Peter Collingbourne
- [llvm] r232566 - docs: Update LangRef and SourceLevelDebugging
Duncan P. N. Exon Smith
- [compiler-rt] r232567 - Improve SUMMARY reporting in sanitizers.
Alexey Samsonov
- [PATCH] [ConstantRange] Split makeICmpRegion.
Nick Lewycky
- [llvm] r232569 - Remove unneeded selection functions from HexagonISelDAGToDAG
Krzysztof Parzyszek
- [llvm] r232570 - COFF: Let globals with private linkage reside in their own section
David Majnemer
- [llvm] r232572 - DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)
David Majnemer
- [compiler-rt] r232573 - [sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are dumped in the order of their appearance
Kostya Serebryany
- [llvm] r232575 - [ConstantRange] Split makeICmpRegion in two.
Sanjoy Das
- [llvm] r232576 - [SCEV] Make isImpliedCond smarter.
Sanjoy Das
- [llvm] r232577 - Generate bit manipulation instructions on Hexagon
Krzysztof Parzyszek
- [llvm] r232578 - Missed testcase for r232577
Krzysztof Parzyszek
- [llvm] r232580 - Add testcases for BEXTR.
Josh Magee
- [llvm] r232581 - [bpf] fix build
Alexei Starovoitov
- [llvm] r232584 - Split comma-separated \param(s). [-Wdocumentation]
NAKAMURA Takumi
- [dragonegg] r232589 - Creating release directory for release_352.
Tom Stellard
- [dragonegg] r232590 - Creating release candidate rc1 from release_352 branch
Tom Stellard
- [test-suite] r232591 - Creating release directory for release_352.
Tom Stellard
- [test-suite] r232592 - Creating release candidate rc1 from release_352 branch
Tom Stellard
- [lld] r232605 - Creating release directory for release_352.
Tom Stellard
- [lld] r232606 - Creating release candidate rc1 from release_352 branch
Tom Stellard
- [PATCH] Add LLVM support for remaining integer divide and permute instructions from ISA 2.06
Nemanja Ivanovic
- [PATCH] TableGen: Initialize ErrorInfo to ~0ULL in MatchInstructionImpl
Tom Stellard
- [PATCH] Inliner Enhancement
Jiangning Liu
- [PATCH] [mips] Add itineraries for ext and ins instructions.
Kai Nacke
- [llvm] r232613 - [mips] Add itineraries for ext and ins instructions.
Kai Nacke
- [PATCH] [llgo] llgoi: Fix type identity for imported binary packages.
Peter Collingbourne
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
Katya Romanova
- [llvm] r232622 - Remove many superfluous SmallString::str() calls.
Yaron Keren
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
James Molloy
- [PATCH] [LoopReroll] Run LICM before Loop Rerolling.
James Molloy
- [PATCH] [SimplifyCFG] Swap to using TargetTransformInfo for cost analysis.
James Molloy
- [llvm] r232626 - Add missing newline to end of test file.
John Brawn
- [PATCH] [mips] Fix the position of the .loc prologue_end directive in cases when the generated code contains DBG_VALUE instruction.
Sasa Stankovic
- [PATCH] Add hard float versions of floating point to long long conversions
Renato Golin
- [PATCH] Fix bug in Hexagon's AnalyzeBranch function
Daniel Jasper
- [llvm] r232627 - [ARM] Align stack objects passed to memory intrinsics
John Brawn
- [www] r232628 - Drop ARM who is not sponsoring the LLVM Foundation
Tobias Grosser
- [llvm] r232629 - Change test to accept an additional critical edge split.
Daniel Jasper
- [llvm] r232630 - clang-format these lines to fix Visual C++ warning.
Yaron Keren
- 3.6.1 patch nomination: r231984 & r232176 (illegal type support fixes)
Paweł Bylica
- [PATCH] Add getSizeInBits function to the APFloat class
Tamas Berghammer
- [PATCH] [InstCombine] Don't fold a GEP into itself through a PHI node
Daniel Jasper
- [llvm] r232636 - Add support for .ifnes psuedo-op.
Sid Manning
- [www] r232637 - Unify title
Tobias Grosser
- [PATCH] "float2int": Add a new pass to demote from float to int where possible.
James Molloy
- [PATCH] Replace the bitfield of SubtargetFeatures with a BitVector
Vladimir Sukharev
- [PATCH] [mips] Distinguish 'R', 'ZC', and 'm' inline assembly memory constraint.
Daniel Sanders
- [PATCH] [mips][microMIPSr6] Implement ADDIUPC and LWPC instructions
Jozef Kolek
- [PATCH] [X86][SSE] Avoid scalarization of v2i64 vector shifts
Simon Pilgrim
- [lld] r232639 - Remove unused parameter.
Rui Ueyama
- [PATCH] [MBP] Don't outline short optional branches
Daniel Jasper
- [compiler-rt] r232642 - [ARM] Remove XFAIL from passing RT test
Renato Golin
- [patch][pr22947] Use sext in fast isel
Rafael Espíndola
- [PATCH] [Hexagon] Handle ENDLOOP0 in InsertBranch and RemoveBranch
Krzysztof Parzyszek
- [llvm] r232643 - [Hexagon] Handle ENDLOOP0 in InsertBranch and RemoveBranch
Krzysztof Parzyszek
- [llvm] r232644 - fixed to test features, not CPU model
Sanjay Patel
- [PATCH] [aarch64] Distinguish the 'Q' and 'm' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [msp430] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [PATCH] [nvptx] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [PATCH] [sparc] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [llvm] r232645 - [Hexagon] Intrinsics for circular and bit-reversed loads and stores
Krzysztof Parzyszek
- [lld] r232646 - PECOFF: Do not copy all undefined symbols to a set. NFC.
Rui Ueyama
- [llvm] r232647 - Use utils/update_llc_test_checks.py to update all CHECKs
Sanjay Patel
- [PATCH] [ARM] Fix handling of thumb1 out-of-range frame offsets
John Brawn
- [PATCH] Add UnitTest to test-suite to check correct handling of large stack alignments
Kristof Beyls
- [llvm] r232650 - [Hexagon] Use pseudo-instructions for true/false predicate values
Krzysztof Parzyszek
- [llvm] r232651 - Handle X86::reloc_riprel_4byte in 32 bits mode.
Rafael Espindola
- [llvm] r232652 - TableGen: Fix register class lane masks being too conservative.
Matthias Braun
- [PATCH] [ARM] Align global variables passed to memory intrinsics
John Brawn
- [llvm] r232654 - [Objdump] Removing size limit on DumpBytes and changing to range based for loop.
Colin LeMahieu
- [x86] Distinguish the 'o', 'v', 'X', and 'i' inline assembly memory constraints.
Daniel Sanders
- [llvm] r232656 - Revert "[Hexagon] Use pseudo-instructions for true/false predicate values"
Krzysztof Parzyszek
- [llvm] r231842 - Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and uses a release tablegen build when LLVM is configured with assertions enabled.
Mehdi Amini
- [PATCH] AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
Matthias Braun
- [llvm] r232657 - [Hexagon] Use pseudo-instructions for true/false predicate values
Krzysztof Parzyszek
- [llvm] r232658 - Add a default implementation of createObjectStreamer.
Rafael Espindola
- [llvm] r232659 - [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts.
Colin LeMahieu
- [llvm] r232660 - [X86][SSE] Avoid scalarization of v2i64 vector shifts
Simon Pilgrim
- [llvm] r232661 - Fix use of uninitialized valued.
Rafael Espindola
- [llvm] r232662 - CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
- [llvm] r232663 - Fix cmake build.
Rafael Espindola
- [llvm] r232664 - Use WinEHPrepare to outline SEH finally blocks
Reid Kleckner
- [llvm] r232665 - Revert "Migrate the AArch64 TargetRegisterInfo to its TargetMachine"
Eric Christopher
- [llvm] r232666 - Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
Eric Christopher
- [llvm] r232667 - Revert "Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that"
Eric Christopher
- [llvm] r232670 - Revert "[X86][SSE] Avoid scalarization of v2i64 vector shifts" as it
Eric Christopher
- [PATCH] Don't use /implib when linking LLVM executables
Adrian McCarthy
- [llvm] r232671 - Generate targets for each lit suite.
Chris Bieneman
- [compiler-rt] r232672 - asan: Cargo cult the linux test changes in r232501 to the darwin tests
Justin Bogner
- [llvm] r232676 - Revert "Generate targets for each lit suite."
Chris Bieneman
- [llvm] r232677 - Update 3.7 Release Note mentionning the non-optionality of the DataLayout
Mehdi Amini
- [compiler-rt] r232679 - [sanitizer] change the sanitizer coverage format once again, this time adding a magic to the beginning of the file
Kostya Serebryany
- [llvm] r232681 - [PowerPC] Correct typo in PPCInstrAltivec.td
Bill Schmidt
- [llvm] r232682 - [X86][SSE] Avoid scalarization of v2i64 vector shifts (REAPPLIED)
Simon Pilgrim
- [llvm] r232683 - Teach getDefaultFormat that we only support ELF on some architectures.
Rafael Espindola
- [PATCH] Fix a bug in SROA savings estimation.
Easwaran Raman
- [zorg] r232684 - Add OS X system library tester
Eric Fiselier
- [llvm] r232685 - Fixed failing test due to missing target triple causing different results on different buildbots.
Simon Pilgrim
- [llvm] r232688 - two or more, use a for.
Rafael Espindola
- [PATCH] Add method to MCInstPrinter for printing with disassembly context
colinl at codeaurora.org
- [llvm] r232690 - [CodeGenPrepare] Remove broken, dead, code.
Quentin Colombet
- [PATCH] Do not track subregister liveness when it brings no benefits
Matthias Braun
- [zorg] r232691 - sanitizer-x86_64-linux-autoconf: migrate from autoconf to CMake build
Alexey Samsonov
- [llvm] r232692 - SelectionDAGIsel: Fix comment about terminators being "handled below".
Hans Wennborg
- [llvm] r232693 - llvm-cov: Only emit colour by default if the output is a tty
Justin Bogner
- [llvm] r232695 - Do not track subregister liveness when it brings no benefits
Matthias Braun
- [zorg] r232696 - sanitizer-x86_64-linux-autoconf: build everything in CMake build tree
Alexey Samsonov
- [PATCH] Add SmallDenseSet
Daniel Berlin
- [llvm] r232697 - SelectionDAGBuilder: update comment in HandlePHINodesInSuccessorBlocks.
Hans Wennborg
- [PATCH] GlobalDCE: Improve performance for large modules containing comdats.
Peter Collingbourne
- [llvm] r232698 - llvm-cov: Try to appease a bot
Justin Bogner
- [llvm] r232699 - Split the object streamer callback in one per file format.
Rafael Espindola
- [llvm] r232700 - llvm-cov: Continue trying to appease a bot
Justin Bogner
- [llvm] r232701 - Note that we don't support COFF on PPC.
Rafael Espindola
- [llvm] r232704 - llvm-cov: Rename -color={always|never} to -use-color[=0]
Justin Bogner
- [PATCH] Extend s{, n}printf custom wrappers to support '*' in the format specifiers
Peter Collingbourne
- [PATCH] Optimize isValueEqualInPotentialCycles
Daniel Berlin
- [lld] r232705 - [Mips] Replace "hand-made" function by the `llvm::SignExtend32()` routine
Simon Atanasyan
- [lld] r232706 - [Mips] Recognize and check compatibility MIPS32R6 / MIPS64R6 ISA's
Simon Atanasyan
- [lld] r232707 - [Mips] Implement R_MIPS_PC21_S2 relocation handling
Simon Atanasyan
- [PATCH] This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin
- [lld] r232708 - [ARM] Implement static (initial exec) TLS model
Denis Protivensky
- [polly] r232709 - Update isl to 94d707d
Tobias Grosser
- [polly] r232710 - Add forgotten 'FileCheck' to tiling test cases
Tobias Grosser
- [polly] r232711 - Add some missing __isl_give/__isl_keep annotations
Tobias Grosser
- [PATCH] Allow compile_commands.json files in subdirectories
Yung, Douglas
- [PATCH] Use schedule trees to perform post-scheduling transformations
Tobias Grosser
- [PATCH][Zorg] Add sphinx buildbot to standard_builders
Dan Liew
- [PATCH] [mips] Support 16-bit offsets for 'm' inline assembly memory constraint.
Daniel Sanders
- [PATCH] [sanitizer][MIPS] Implement clone for MIPS
Sagar Thakur
- [llvm] r232718 - [InstCombine] Don't fold a GEP into itself through a PHI node
Daniel Jasper
- [llvm] r232719 - [sparc] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [llvm] r232720 - [sparc] Small fix to r232719 to make 2007-12-17-InvokeAsm.ll pass on the buildbot.
Daniel Sanders
- Should these x86 patches be integrated into the 3.6 release branch?
Andrea Di Biagio
- [PATCH] Fix sign extension for MIPS64 in makeLibCall function
Strahinja Petrovic
- [llvm] r232722 - Internalize PEI. NFC.
Benjamin Kramer
- [llvm] r232725 - [Hexagon] ENDLOOP is a non-reversible conditional branch
Krzysztof Parzyszek
- [PATCH] [mips] Support 9-bit offsets for the 'R' inline assembly memory constraint.
Daniel Sanders
- [docs] kaleidoscope example chapter 2 - constr's
Stanislav Manilov
- [PATCH] [mips][microMIPSr6] Implement ALUIPC and AUIPC instructions
Jozef Kolek
- [PATCH] Use movw/movt instead of constant pool loads to lower byval parameter copies
Derek Schuff
- [llvm] r232727 - [CMake] Don't pass in MSVC warning flags as definitions.
Greg Bedwell
- [llvm] r232728 - [Hexagon] Add support for vector instructions
Krzysztof Parzyszek
- [llvm] r232729 - Switch lowering: remove unnecessary ConstantInt casts. NFC.
Hans Wennborg
- [llvm] r232730 - Fixing dependencies for native tablegen.
Chris Bieneman
- [PATCH] [mips] Move the setATReg definition inside the MipsAssemblerOptions class. NFC.
Toma Tabacu
- [llvm] r232732 - Add support for __nvvm_reflect changes in libdevice in CUDA-7.0
Artem Belevich
- [PATCH] Fix APInt division algorithm
Paweł Bylica
- [PATCH] [MachineLICM] Sink instructions only if they are unlikely to be executed
Daniel Jasper
- [llvm] r232742 - docs: Update llvm-cov docs for the -use-color flag
Justin Bogner
- [llvm] r232743 - GlobalDCE: Improve performance for large modules containing comdats.
Peter Collingbourne
- [llvm] r232744 - gold: Make powerpc support optional for the tests.
Peter Collingbourne
- [zorg] r232745 - sanitizer-x86_64-linux-autoconf: reduce the number of targets built in CMake build tree
Alexey Samsonov
- [PATCH] [x86_64] Don't truncate PC-relative relocations in ELF EH frames to 32 bits
pitrou at free.fr
- [zorg] r232746 - Move the sphinx build bots into standard_builders.
Dan Liew
- [PATCH] LowerBitSets: Avoid reusing byte set addresses.
Peter Collingbourne
- [www] r232752 - Remove one talk from the program
Tobias Grosser
- [compiler-rt] r232754 - [sanitizer] trying to fix sancov.py with 32-bit python
Kostya Serebryany
- [LLVMdev] [cfe-dev] Controlling the LTO optimization level
Peter Collingbourne
- [lld] r232755 - [Mips] Implement R_MIPS_PC19_S2 / R_MIPS_PC26_S2 relocations handling
Simon Atanasyan
- [lld] r232756 - [Mips] Implement R_MIPS_PC18_S3 relocation handling
Simon Atanasyan
- [lld] r232757 - [Mips] Implement R_MIPS_PCHI16 / R_MIPS_PCLO16 relocations handling
Simon Atanasyan
- [PATCH] [PATCH v4] [PowerPC] Add Hardware Transaction Memory builtins support
Bill Schmidt
- [llvm] r232758 - Unxfail test/CodeGen/Generic/vector.ll now passing on Hexagon
Krzysztof Parzyszek
- [PATCH] [LIT] Change the semantics of the LIT options '-s' and '-v' and modify when information is output.
Eric Fiselier
- [llvm] r232759 - Switch lowering: extract NextBlock function. NFC.
Hans Wennborg
- [lld] r232761 - [Mips] Add comments to the relocation calculation functions
Simon Atanasyan
- [compiler-rt] r232763 - [sanitizer] fix 'sancov.py merge' and add a test for it
Kostya Serebryany
- [llvm] r232765 - PassManagerBuilder: Remove effectively dead 'StripDebug' option
Duncan P. N. Exon Smith
- [PATCH] DAGCombiner: Don't unnecessarily swap operands in ReassociateOps
Tom Stellard
- [PATCH] CodeGen: Emit sqrt intrinsic from __builtin_sqrt
Tom Stellard
- [llvm] r232769 - libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
- [llvm] r232770 - LowerBitSets: Avoid reusing byte set addresses.
Peter Collingbourne
- [PATCH] IR: Add ConstantFP::getNaN()
Tom Stellard
- [PATCH] DAGCombine: Remove redundant NaN checks around ISD::FSQRT
Tom Stellard
- [llvm] r232771 - Fix build failure.
Peter Collingbourne
- [PATCH] [AArch64] enable rematerialization of float 0 values
Geoff Berry
- [llvm] r232772 - Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
- [llvm] r232773 - [X86, AVX] use blends instead of insert128 with index 0
Sanjay Patel
- [llvm] r232774 - WinEH: Make llvm.eh.actions emission match the EH docs
Reid Kleckner
- [llvm] r232775 - Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
Eric Christopher
- [llvm] r232776 - Add an MCSubtargetInfo variable to the TargetMachine.
Eric Christopher
- [llvm] r232777 - Remove unused headers.
Eric Christopher
- [llvm] r232780 - Fix a nasty bug in DAGCombine of STORE nodes.
Owen Anderson
- [PATCH] Implementation of PLT: handling of IFUNC calls (gnu_indirect_function).
Leny Kholodov
- [llvm] r232781 - move insert, extract, concat helper functions closer to related helper functions; NFCI
Sanjay Patel
- [llvm] r232782 - Use the cached subtarget off of the machine function.
Eric Christopher
- [PATCH] test: Make a start on a test suite for libLTO.
Peter Collingbourne
- [PATCH] [UBSan] Use shared library for UBSan on OS X (compiler-rt part).
Alexey Samsonov
- [llvm] r232783 - Use the cached subtarget on the MachineFunction when the AsmPrinter
Eric Christopher
- [PATCH] AArch64: Enable subregister liveness tracking.
Matthias Braun
- [PATCH] [compiler-rt] Add AtosSymbolizer and DlAddrSymbolizer as fallbacks for OS X
Alexey Samsonov
- [PATCH] ADT: Add SmallPtrSet::reset()
Duncan P. N. Exon Smith
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Greg Bedwell
- [llvm] r232785 - test: Make a start on a test suite for libLTO.
Peter Collingbourne
- Jump Theading/GVN bug
Gao, Yunzhong
- [llvm] r232790 - Verifier: Remove the separate DebugInfoVerifier class
Duncan P. N. Exon Smith
- [llvm] r232792 - SampleProfile: Check for missing debug locations
Duncan P. N. Exon Smith
- [PATCH] R600/SI: Fix indirect addressing with a negative constant offset
Tom Stellard
- [llvm] r232794 - When simplifying a SCEV truncate by distributing, consider it a simplification to replace a cast, even if we end up with a trunc around the term. Fixes PR22960!
Nick Lewycky
- [llvm] r232795 - [bpf] fix build
Alexei Starovoitov
- [llvm] r232796 - Fix comment from r232794. NFC
Nick Lewycky
- [llvm] r232797 - R600/SI: Add missing CHECK-LABEL lines to a test
Tom Stellard
- [llvm] r232798 - [Tablegen] Attempt to add support for patterns containing nodes with multiple results.
Craig Topper
- [llvm] r232802 - [MBP] Don't outline short optional branches
Daniel Jasper
- [PATCH] [mips] [IAS] Refactor the function which checks for the availability of AT. NFC.
Toma Tabacu
- [lld] r232806 - [Mips] Create special PLT entry in case of MIPS R6 ABI
Simon Atanasyan
- [PATCH] Always build all back-end table-gen files
Renato Golin
- [RFC][PATCH][LoopVectorize] Teach Loop Vectorizer about interleaved data accesses
Hao Liu
- [PATCH] [mips] [IAS] Improve warning for using AT with .set noat.
Toma Tabacu
- [PATCH] [mips] [IAS] Rename MipsAssemblerOptions::getATRegNum to getATReg. NFC.
Toma Tabacu
- [compiler-rt] r232808 - [ASan] Move the coverage tests that work on Darwin to common testcase dir.
Alexander Potapenko
- [LLVMdev] LLVM 3.6 and ConstantExpr::replaceUsesOfWithOnConstant(...) strange behavior
Rafael Espíndola
- [compiler-rt] r232809 - [ASan] Move a couple of Posix-specific tests to Posix/
Alexander Potapenko
- [llvm] r232810 - clang-format a function. NFC.
Rafael Espindola
- [llvm] r232811 - Fold a llvm_unreachable into an assert. NFC.
Rafael Espindola
- [compiler-rt] r232812 - [ASan] fix litling warnings for coverage-order-pcs.cc
Alexander Potapenko
- [llvm] r232813 - Use early returns. NFC.
Rafael Espindola
- [llvm] r232814 - Reduce indentation after return. NFC.
Rafael Espindola
- [llvm] r232816 - R600/SI: Refactor VOP1 instruction defs
Tom Stellard
- [llvm] r232817 - R600/SI: Refactor VOP2 instruction defs
Tom Stellard
- [www] r232818 - Update name of sony as a sponsor
Tobias Grosser
- PATCH: R600/SI: Experimental assembler / inline assembly support
Tom Stellard
- [llvm] r232819 - Typo.
Chad Rosier
- [llvm] r232820 - At the beginning of doFinalization set the MachineFunction to
Eric Christopher
- [llvm] r232821 - Rewrite StackMap location handling to pre-compute the dwarf register
Eric Christopher
- [llvm] r232822 - Stripped trailing whitespace. NFC.
Simon Pilgrim
- [llvm] r232825 - [ARM] Fix handling of thumb1 out-of-range frame offsets
John Brawn
- [PATCH] [X86, AVX] instcombine common cases of vperm2* intrinsics into shuffles
Sanjay Patel
- [PATCH] Prefer blendps over insertps codegen for one special case [X86]
Sanjay Patel
- [llvm] r232826 - Small optimization to avoid getting pass info when we will not run loop
Daniel Berlin
- [PATCH] Handle accesses to sturctures with embedded arrays and different offsets better
Daniel Berlin
- Sanitizer coverage: PC vs modules are not handled efficiently?
Timur Iskhodzhanov
- New kind of metadata to capture LLVM IR linking structure
Khilan Gudka
- [PATCH] X86: Enable subregister liveness tracking.
Matthias Braun
- [llvm] r232827 - Correctly estimate SROA savings for store operands in inline cost analysis.
Wei Mi
- [llvm] r232828 - Rewrite test/Feature/md_on_instruction.ll
Duncan P. N. Exon Smith
- [llvm] r232831 - SelectionDAGBuilder: Rangeify a loop. NFC.
Hans Wennborg
- [llvm] r232832 - SanitizerCoverage: Check for null DebugLocs
Duncan P. N. Exon Smith
- [PATCH] [llvm-readobj] add support for macho universal binary
Chilledheart
- [llvm] r232833 - DebugInfoFinder: Check for null imported entities
Duncan P. N. Exon Smith
- [llvm] r232834 - Verifier: Check that !dbg attachments have the right type
Duncan P. N. Exon Smith
- [zorg] r232835 - It seems we have quite some conditional steps in our builders. Instead of separate steps to set a property and then use the property in the doStepIf condition, we can use the FileExisys or FileDoesNotExist directly with doStepIf.
Galina Kistanova
- [llvm] r232836 - DwarfDebug: Check for null DebugLocs
Duncan P. N. Exon Smith
- [llvm] r232837 - Reorganize the x86 ELF relocation selection logic.
Rafael Espindola
- [llvm] r232838 - AsmPrinter: Check subprogram before using it
Duncan P. N. Exon Smith
- [llvm] r232839 - Bugpoint: Fix invalid 'inlinedAt:' references in testcase
Duncan P. N. Exon Smith
- [llvm] r232842 - Don't declare all text sections at the start of the .s
Rafael Espindola
- [PATCH] [mips][microMIPSr6] Implement disassembler support
Jozef Kolek
- [llvm] r232844 - DebugInfo: Require valid DIDescriptors
Duncan P. N. Exon Smith
- Tell lit.cfg about more Windows triples
Kaylor, Andrew
- [compiler-rt] r232845 - [asan] update the sized_delete_test following the change of clang flags in r232788.
Kostya Serebryany
- [zorg] r232846 - Added skipped comma.
Galina Kistanova
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [llvm] r232847 - Remove dead calls and function arguments dealing with TRI in StackMaps.
Eric Christopher
- [llvm] r232848 - X86: Make helper functions static. NFC.
Benjamin Kramer
- [llvm] r232850 - [X86] Prefer blendps over insertps codegen for one special case
Sanjay Patel
- [PATCH] Add support for AArch64 and ARM backends for v8.1 architecture extension.
Tim Northover
- [llvm] r232851 - Fixing a bug with WinEH PHI handling
Andrew Kaylor
- [llvm] r232852 - [X86, AVX] instcombine common cases of vperm2* intrinsics into shuffles
Sanjay Patel
- [PATCH] [AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget features.
Vladimir Sukharev
- [PATCH] [mips][microMIPSr6] Implement SELEQZ and SELNEZ instructions
Jozef Kolek
- [PATCH] [AArch64] Add v8.1a "Privileged Access Never" extension
Vladimir Sukharev
- [PATCH] [AArch64] Add v8.1a "Limited Ordering Regions" extension
Vladimir Sukharev
- [PATCH] [AArch64] Add v8.1a "Virtualization Host Extensions"
Vladimir Sukharev
- [PATCH] [AArch64] Add v8.1a atomic instructions
Vladimir Sukharev
- [PATCH] [AArch64] Add v8.1a "Rounding Double Multiply Add/Subtract" extension
Vladimir Sukharev
- [PATCH] [ARM] Add v8.1a "Rounding Double Multiply Add/Subtract" extension
Vladimir Sukharev
- [PATCH] [ARM] Add v8.1a "Privileged Access Never" extension
Vladimir Sukharev
- [PATCH] [AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
- [llvm] r232854 - Tell lit.cfg about more Windows triples.
Yunzhong Gao
- [PATCH] Set a debugger "target" to guide DWARF choices
Paul Robinson
- [PATCH] Make getLastArgNoClaim work for up to 4 arguments.
Filipe Cabecinhas
- [llvm] r232859 - Make getLastArgNoClaim work for up to 4 arguments.
Filipe Cabecinhas
- [lld] r232861 - [ELF][X86_64] Sort includes
Shankar Easwaran
- [lld] r232862 - [ELF][X86_64] Remove relative references to include files
Shankar Easwaran
- [lld] r232863 - [ELF] Use MapVector.
Shankar Easwaran
- [lld] r232864 - [ELF] Use unordered_map for AdditionalSegments
Shankar Easwaran
- [lld] r232865 - [ELF][X86_64] Use anonymous namespace only for class declarations
Shankar Easwaran
- [lld] r232866 - [ELF] OrderPass : Order atoms only by ordinals.
Shankar Easwaran
- [lld] r232867 - [ELF] Dont add local symbols for dynamic lookup.
Shankar Easwaran
- [lld] r232868 - [ELF] GLOBAL_OFFSET_TABLE is a hidden symbol
Shankar Easwaran
- [PATCH] R600/SI: Fix crash in SIInstrInfo::areLoadsFromSameBasePtr()
Tom Stellard
- [PATCH] [IfCvt] Don't re-ifconvert blocks with unanalyzable terminators.
Ahmed Bougacha
- [llvm] r232871 - [AArch64] Prefer UZP for concat_vector of illegal truncs.
Ahmed Bougacha
- [PATCH] Refactor commoning of target specific load/store intrinsics in EarlyCSE
Sanjin Sijaric
- [llvm] r232872 - [CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzable terminators.
Ahmed Bougacha
- [llvm] r232873 - [sanitizer] experimental tracing for cmp instructions
Kostya Serebryany
- [PATCH] R600/SI: Allow commuting compares
Matt Arsenault
- [PATCH] [CodeGen] Don't attempt a tail-call with a non-forwarded sret.
Ahmed Bougacha
- [llvm] r232874 - Make the Hexagon ISelDAGToDAG pass set the subtarget dynamically
Eric Christopher
- [llvm] r232875 - Change getISAEncoding to use the target triple to determine
Eric Christopher
- [llvm] r232876 - Simplify the query for a subtarget in the NVPTX pass manager.
Eric Christopher
- [llvm] r232877 - Grab a subtarget off of a MipsTargetMachine rather than a
Eric Christopher
- [llvm] r232878 - Grab the cached subtarget off of the MachineFunction.
Eric Christopher
- [llvm] r232879 - Cache the Function dependent subtarget on the MachineFunction.
Eric Christopher
- [llvm] r232880 - Grab a subtarget off of an AMDGPUTargetMachine rather than a
Eric Christopher
- [llvm] r232881 - Forward the Function based getSubtarget call to the appropriate Impl
Eric Christopher
- [llvm] r232882 - Remove the bare getSubtargetImpl call from the PPC port. As part
Eric Christopher
- [llvm] r232884 - Remove the bare getSubtargetImpl call from the AArch64 port. As part
Eric Christopher
- [llvm] r232885 - Remove the target independent TargetMachine::getSubtarget and
Eric Christopher
- [llvm] r232886 - AArch64: simplify test case
Tim Northover
- [llvm] r232889 - MemoryDependenceAnalysis: Don't miscompile atomics
David Majnemer
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Marek Olšák
- [PATCHES] R600/SI: Select BFM and BFE from bitwise opcodes
Marek Olšák
- [PATCH] R600/SI: Insert more NOPs after READLANE on VI, don't use NOPs on CI
Marek Olšák
- [llvm] r232894 - Tidied up vec_zero_cse.ll test. NFCI.
Simon Pilgrim
- [PATCH] try to lowerVectorShuffleAsElementInsertion() for all 256-bit vector sub-types [X86, AVX]
Sanjay Patel
- [llvm] r232895 - ValueTracking: Forward getConstantStringInfo's TrimAtNul param into recursive invocation
Benjamin Kramer
- [llvm] r232896 - SimplifyLibCalls: Add basic optimization of memchr calls.
Benjamin Kramer
- [llvm] r232897 - Revert accidental commit.
Benjamin Kramer
- [gold] [PATCH] Add -m -m elf_x86_64 -plugin-opt=mtriple=x86_64-linux-gnu
H.J. Lu
- [llvm] r232898 - StringRef: Just forward StringRef::find to libc's memchr.
Benjamin Kramer
- [llvm] r232901 - R600: Cleanup test with multiple check prefixes
Matt Arsenault
- [PATCH] Add a "probe-stack" attribute
John Kåre Alsaker
- [llvm] r232902 - [SimplifyLibCalls] Turn memchr(const, C, const) into a bitfield check.
Benjamin Kramer
- [llvm] r232903 - [SimplifyLibCalls] Fix negative shifts being produced by the memchr -> bitfield transform.
Benjamin Kramer
- [PATCH] [compiler-rt] Symbolizer refactoring: Implement GetListOfModules on Windows
Kuba Brecka
- [PATCH] s/teh/the
Eitan Adler
- [PATCH] s/teh/the and other grammos
Michael Kuperstein
- [PATCH] [compiler-rt] Fix a flaky heap-overflow-large.cc test
Kuba Brecka
- [compiler-rt] r232908 - Add AtosSymbolizer and DlAddrSymbolizer as fallbacks for OS X
Kuba Brecka
- [compiler-rt] r232910 - Demangling for DlAddrSymbolizer
Kuba Brecka
- [PATCH] [compiler-rt] Demangling for DlAddrSymbolizer
Kuba Brecka
- [polly] r232911 - Use schedule trees to perform post-scheduling transformations
Tobias Grosser
- [llvm] r232913 - Fixed MSVC compile warning issue introduced in r232837
Simon Pilgrim
- [PATCH] [DAGCombiner] Combine shuffles of BUILD_VECTOR and SCALAR_TO_VECTOR
Simon Pilgrim
- [lld] r232914 - [Mips] Use allocator from the base class
Simon Atanasyan
- [lld] r232915 - [Mips] Rename template argument ELFType => ELFT
Simon Atanasyan
- [llvm] r232917 - Prevent CHECK-NOTs from matching file paths
Duncan P. N. Exon Smith
- [CMake] Add variable LLVM_ENABLE_BINDINGS to CMake options
Mort Yao
- [lld] r232919 - [Mips] Pass type of relocation and addendum to the `calculateRelocation`
Simon Atanasyan
- [compiler-rt] r232920 - Fix a flaky heap-overflow-large.cc test
Kuba Brecka
- [llvm] r232922 - FoldingSet: Make FoldingSetImpl's dtor protected and non-virtual
Benjamin Kramer
- [PATCH] Refactor: simplify boolean expressions in llvm-objdump
Richard
- [PATCH] Refactor: Simplify boolean expressions in llvm-nm
Richard
- [PATCH] Refactor: Simplify boolean expressions in x86 target
Richard
- [PATCH] Refactor: Simplify boolean expressions in R600 target
Richard
- [PATCH] Refactor: Simplify boolean expressions in NVPTX target
Richard
- [PATCH] Refactor: Simplify boolean expressions in Mips target
Richard
- [PATCH] Refactor: Simplify boolean expressions in Hexagon target
Richard
- [PATCH] Refactor: Simplify boolean expressions in ARM target
Richard
- [PATCH] Refacotr; Simplify boolean expressions in AArch64 target
Richard
- [PATCH] Refactor: Simplify boolean expressions in llvm Support
Richard
- [PATCH] Refactor: Simplify boolean expressions in llvm IR
Richard
- [PATCH] Refactor: Simplify boolean expressions in lib/Analysis
Richard
- [PATCH] [Mips] Support MIPS N64 relocation record format
Simon Atanasyan
- [llvm] r232923 - Silence a GCC warning
David Majnemer
- [llvm] r232927 - [X86] Add one stepping of Broadwell to the CPU name autodetection for march=native.
Craig Topper
- [llvm] r232142 - [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows
Hao Liu
- [llvm] r231544 - [dsymutil] Apply relocations to DIE data before cloning.
Eric Christopher
- [llvm] r232929 - Fix typo 'AVX too' instead of 'AVX2'
Craig Topper
- [llvm] r232931 - [Orc] Add missing -use-orcmcjit flag to a number of Orc regression tests.
Lang Hames
Last message date:
Sun Mar 22 23:33:55 PDT 2015
Archived on: Tue Aug 4 17:12:32 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).