The Week Of Monday 15 December 2014 Archives by subject
Starting: Mon Dec 15 01:20:07 PST 2014
Ending: Sun Dec 21 22:58:03 PST 2014
Messages: 937
- [compiler-rt] r198017 - [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test.
David Blaikie
- [compiler-rt] r198017 - [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test.
Alexander Potapenko
- [compiler-rt] r198017 - [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test.
Alexander Potapenko
- [compiler-rt] r223480 - [LSan] Rewrite the test from r223419 to not use C++11.
Evgeniy Stepanov
- [compiler-rt] r224239 - [UBSan][MIPS] Adding support for MIPS64
Kumar Sukhani
- [compiler-rt] r224242 - [UBSan][MIPS] Adding support of MIPS64 in UBSan testing
Kumar Sukhani
- [compiler-rt] r224243 - [ubsan][arm] supporting misaligned testcase
Kumar Sukhani
- [compiler-rt] r224270 - profile: Add the relevant parts of lib/profile to cc_kext on darwin
Justin Bogner
- [compiler-rt] r224276 - Update lib/profile tests for metadata assembly change
Duncan P. N. Exon Smith
- [compiler-rt] r224286 - [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_callback
Kostya Serebryany
- [compiler-rt] r224305 - [ASan] Allow to atomically modify malloc_context_size at runtime.
Alexey Samsonov
- [compiler-rt] r224308 - Fix data symbolization with libbacktrace. Patch by Jakub Jelinek!
Alexey Samsonov
- [compiler-rt] r224315 - Add an MACOS_VERSION_UNKNOWN_NEWER enum value for OS X versions above 10.10.
Kuba Brecka
- [compiler-rt] r224326 - internal_stat for mips64
Mohit K. Bhakkad
- [compiler-rt] r224353 - [asan] new flag: hard_rss_limit_mb
Kostya Serebryany
- [compiler-rt] r224353 - [asan] new flag: hard_rss_limit_mb
Jay Foad
- [compiler-rt] r224353 - [asan] new flag: hard_rss_limit_mb
Alexey Samsonov
- [compiler-rt] r224353 - [asan] new flag: hard_rss_limit_mb
Kostya Serebryany
- [compiler-rt] r224362 - Fixes wrong -march=aarch64 option in compiler-rt
Renato Golin
- [compiler-rt] r224366 - Fix Win build after r224353: void function returning zero.
Hans Wennborg
- [compiler-rt] r224370 - [asan] trying to fix Mac build
Kostya Serebryany
- [compiler-rt] r224387 - Fix test cases given Clang's improved location information.
David Blaikie
- [compiler-rt] r224395 - [ASan] Introduce SetCanPoisonMemory() function.
Alexey Samsonov
- [compiler-rt] r224396 - Rename asan_allocator2.cc to asan_allocator.cc
Alexey Samsonov
- [compiler-rt] r224406 - [ASan] Re-structure the allocator code. NFC.
Alexey Samsonov
- [compiler-rt] r224422 - tsan: add disabled test case for issue 87
Dmitry Vyukov
- [compiler-rt] r224423 - [msan] Stop calling pthread_getspecific in signal handlers.
Evgeniy Stepanov
- [compiler-rt] r224446 - Revert "Fix test cases given Clang's improved location information."
David Blaikie
- [compiler-rt] r224450 - [ASan] Move flag parsing logic to asan_flags.cc. NFC.
Alexey Samsonov
- [compiler-rt] r224464 - [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, compiler-rt part
Kostya Serebryany
- [compiler-rt] r224469 - [sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan: speeds up lsan start-up time by ~25%
Kostya Serebryany
- [compiler-rt] r224469 - [sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan: speeds up lsan start-up time by ~25%
Sergey Matveev
- [compiler-rt] r224469 - [sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan: speeds up lsan start-up time by ~25%
Alexey Samsonov
- [compiler-rt] r224469 - [sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan: speeds up lsan start-up time by ~25%
Kostya Serebryany
- [compiler-rt] r224469 - [sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan: speeds up lsan start-up time by ~25%
Sergey Matveev
- [compiler-rt] r224470 - [ASan] Always build shared ASan runtime on Linux.
Alexey Samsonov
- [compiler-rt] r224472 - Fix obvious cut&paste error on AArch64 Compiler-RT settings
Renato Golin
- [compiler-rt] r224473 - [ASan] Add -ldl to linker invocation to lit tests that require it.
Alexey Samsonov
- [compiler-rt] r224474 - [ASan] Mark test for -fsized-delete as XFAIL for dynamic runtime.
Alexey Samsonov
- [compiler-rt] r224488 - Do not define CRT_HAS_128BIT for MIPS64
Petar Jovanovic
- [compiler-rt] r224507 - tsan: disable flaky debug check
Dmitry Vyukov
- [compiler-rt] r224508 - tsan: don't crash with NULL deref during reporting
Dmitry Vyukov
- [compiler-rt] r224508 - tsan: don't crash with NULL deref during reporting
David Blaikie
- [compiler-rt] r224509 - tsan: add a stress test for deadlock detector
Dmitry Vyukov
- [compiler-rt] r224511 - tsan: disable the test even harder
Dmitry Vyukov
- [compiler-rt] r224518 - tsan: fix failing CHECK In deadlock detector
Dmitry Vyukov
- [compiler-rt] r224519 - tsan: fix deadlock reporting
Dmitry Vyukov
- [compiler-rt] r224519 - tsan: fix deadlock reporting
Kostya Serebryany
- [compiler-rt] r224522 - [Sanitizer] Fix GetRSS on Linux with non-4k pages
Jay Foad
- [compiler-rt] r224522 - [Sanitizer] Fix GetRSS on Linux with non-4k pages
Kostya Serebryany
- [compiler-rt] r224529 - Fix suppressions file usage
Filipe Cabecinhas
- [compiler-rt] r224530 - tsan: fix data races between signal handler and sigaction
Dmitry Vyukov
- [compiler-rt] r224531 - tsan: disable __tls_get_addr interceptor
Dmitry Vyukov
- [compiler-rt] r224532 - tsan: add an additional test for signal handlers
Dmitry Vyukov
- [compiler-rt] r224569 - [asan] Resurrect sanitize-coverage test on Android.
Evgeniy Stepanov
- [compiler-rt] r224571 - [asan] Add tests for direct (mmap-ed) mode for BB- and edge-level coverage.
Evgeniy Stepanov
- [compiler-rt] r224572 - [asan] Test BB- and edge- level coverage on Android.
Evgeniy Stepanov
- [compiler-rt] r224575 - tsan: intercept closedir
Dmitry Vyukov
- [compiler-rt] r224577 - [sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.
Sergey Matveev
- [compiler-rt] r224580 - [lsan] Add debug output to leak_check_before_thread_started.cc.
Sergey Matveev
- [compiler-rt] r224597 - builtins: rely on the compiler for user label prefix
Saleem Abdulrasool
- [compiler-rt] r224600 - [ASan] Move flag validation from ParseFlagsFromString() to InitializeFlags().
Alexey Samsonov
- [compiler-rt] r224601 - [ASan] Restrict the set of flags overriden at activation.
Alexey Samsonov
- [compiler-rt] r224605 - [ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
- [compiler-rt] r224613 - [Sanitizer] Make Quarantine::Init slightly safer.
Alexey Samsonov
- [compiler-rt] r224614 - [ASan] Change activation strategy.
Alexey Samsonov
- [compiler-rt] r224617 - [Sanitizer] Refactor CommonFlags interface. NFC.
Alexey Samsonov
- [compiler-rt] r224645 - [sanitizer] initialize two flas in SetCommonFlagsDefaults
Kostya Serebryany
- [compiler-rt] r224660 - [sanitizer] fix a performance regression in sanitizer coverage: move a small perf-critical function to a header. ALso set the coverage guard to 1 before the early return from CoverageData::Add
Kostya Serebryany
- [compiler-rt] r224694 - log-path_test testcase - make the invalid path more invalid
Kuba Brecka
- [dragonegg] r224631 - Creating release candidate rc2 from release_351 branch
Tom Stellard
- [lld] r220117 - Hardcode the list of ELF targets here rather than using a glob.
Tom Stellard
- [lld] r220117 - Hardcode the list of ELF targets here rather than using a glob.
Hans Wennborg
- [lld] r224245 - Replace ReaderError with DynamicError.
Rui Ueyama
- [lld] r224364 - Merging r220117:
Hans Wennborg
- [lld] r224448 - lld self-hosts on FreeBSD too
Ed Maste
- [lld] r224544 - [macho] -rpath support
Jean-Daniel Dupas
- [lld] r224640 - Creating release candidate rc2 from release_351 branch
Tom Stellard
- [lld] r224681 - [macho] Minor install_name fixes
Jean-Daniel Dupas
- [llvm] 224319 - ARM: diagnose deprecated syntax
Asiri Rathnayake
- [llvm] 224319 - ARM: diagnose deprecated syntax
Saleem Abdulrasool
- [llvm] 224502 - ARM: improve instruction validation for thumb mode
Asiri Rathnayake
- [llvm] 224502 - ARM: improve instruction validation for thumb mode
Saleem Abdulrasool
- [llvm] r200067 - [LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Chandler Carruth
- [llvm] r200067 - [LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Bruno Cardoso Lopes
- [llvm] r200067 - [LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Chandler Carruth
- [llvm] r222935 - Simplify some more ownership using forward_list<T> rather than vector<unique_ptr<T>>
David Blaikie
- [llvm] r222935 - Simplify some more ownership using forward_list<T> rather than vector<unique_ptr<T>>
Duncan P. N. Exon Smith
- [llvm] r222935 - Simplify some more ownership using forward_list<T> rather than vector<unique_ptr<T>>
David Blaikie
- [llvm] r222935 - Simplify some more ownership using forward_list<T> rather than vector<unique_ptr<T>>
Duncan P. N. Exon Smith
- [llvm] r223763 - Skip declarations in the case of functions.
Rafael Espíndola
- [llvm] r223763 - Skip declarations in the case of functions.
Michael Ilseman
- [llvm] r223774 - [x86] Fix the test to actually test things for the CPU names, add the
Steven Wu
- [llvm] r223774 - [x86] Fix the test to actually test things for the CPU names, add the
Chandler Carruth
- [llvm] r223774 - [x86] Fix the test to actually test things for the CPU names, add the
Steven Wu
- [llvm] r223774 - [x86] Fix the test to actually test things for the CPU names, add the
Justin Bogner
- [llvm] r223774 - [x86] Fix the test to actually test things for the CPU names, add the
Chandler Carruth
- [llvm] r223774 - [x86] Fix the test to actually test things for the CPU names, add the
Justin Bogner
- [llvm] r223774 - [x86] Fix the test to actually test things for the CPU names, add the
Chandler Carruth
- [llvm] r223804 - [AVX512] Added lowering for VBROADCASTSS/SD instructions.
Robert Khasanov
- [llvm] r223806 - Fix a GCC build failure from r223802
Duncan P. N. Exon Smith
- [llvm] r223806 - Fix a GCC build failure from r223802
David Blaikie
- [llvm] r224033 - [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradi
Joerg Sonnenberger
- [llvm] r224058 - LeakDetector: Simplify code and fix comments, NFC
Rafael Espíndola
- [llvm] r224058 - LeakDetector: Simplify code and fix comments, NFC
Duncan P. N. Exon Smith
- [llvm] r224058 - LeakDetector: Simplify code and fix comments, NFC
Alexander Potapenko
- [llvm] r224058 - LeakDetector: Simplify code and fix comments, NFC
Rafael Espíndola
- [llvm] r224058 - LeakDetector: Simplify code and fix comments, NFC
Sergey Matveev
- [llvm] r224058 - LeakDetector: Simplify code and fix comments, NFC
Alexander Potapenko
- [llvm] r224058 - LeakDetector: Simplify code and fix comments, NFC
Duncan P. N. Exon Smith
- [llvm] r224119 - This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads,
Chandler Carruth
- [llvm] r224119 - This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads,
Michael Zolotukhin
- [llvm] r224195 - Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
- [llvm] r224197 - Fix Doxygen command misspellings.
Rafael Espíndola
- [llvm] r224241 - AVX-512: Added EXPAND instructions and intrinsics.
Elena Demikhovsky
- [llvm] r224244 - Typo Correction in Test Case. NFC.
Suyog Sarda
- [llvm] r224246 - [X86] Break false dependencies before partial register updates when the source operand is in memory
Michael Kuperstein
- [llvm] r224247 - Sink store based on alias analysis
Elena Demikhovsky
- [llvm] r224248 - Added a test related to 224247 revision
Elena Demikhovsky
- [llvm] r224249 - Changing a cast from unsigned to uint64_t, should be NFC in practice.
Aaron Ballman
- [llvm] r224251 - This is the first in a series of patches that add missing disassembler tests for mips platform. The patches are divided per version of mips CPU to keep the patches smaller and ease the review. There are no functional changes, code is changed only if new tests reveal a bug.This patch adds disassembler tests for mips1 CPU.
Vladimir Medic
- [llvm] r224252 - Add disassembler tests for mips2 platform. There are no functional changes.
Vladimir Medic
- [llvm] r224253 - Add disassembler tests for mips3 platform. There are no functional changes.
Vladimir Medic
- [llvm] r224254 - Move mips1 tests to test/MC/Disassembler/Mips/mips1
Reid Kleckner
- [llvm] r224254 - Move mips1 tests to test/MC/Disassembler/Mips/mips1
Daniel Sanders
- [llvm] r224255 - Silence more static analyzer warnings.
Michael Ilseman
- [llvm] r224255 - Silence more static analyzer warnings.
Aaron Ballman
- [llvm] r224257 - IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
- [llvm] r224257 - IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
- [llvm] r224257 - IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
- [llvm] r224257 - IR: Make metadata typeless in assembly
Michael Ilseman
- [llvm] r224257 - IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
- [llvm] r224260 - [X86] Also pretty-print shuffle mask for INSERTPS rm variants.
Ahmed Bougacha
- [llvm] r224260 - [X86] Also pretty-print shuffle mask for INSERTPS rm variants.
Chandler Carruth
- [llvm] r224260 - [X86] Also pretty-print shuffle mask for INSERTPS rm variants.
Ahmed Bougacha
- [llvm] r224261 - [Hexagon] Adding encoding bits for halfword multiplies.
Colin LeMahieu
- [llvm] r224263 - LiveRangeCalc: use more range based for loops; NFC
Matthias Braun
- [llvm] r224264 - [X86] And also test INSERTPS shuffle mask pretty-printing.
Ahmed Bougacha
- [llvm] r224265 - [Hexagon] Adding multiply with rnd/sat/rndsat
Colin LeMahieu
- [llvm] r224266 - [Hexagon] Adding accumulating half word multiplies.
Colin LeMahieu
- [llvm] r224267 - [Hexagon] Adding doubleworld accumulating multiplies of halfwords.
Colin LeMahieu
- [llvm] r224272 - LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
- [llvm] r224273 - [Hexagon] Adding misc multiply encodings and tests.
Colin LeMahieu
- [llvm] r224274 - Clarify HowFarToZero computation when the step is a positive power of two. Functionally this should be identical to the existing code except for the case where Step is maximally negative (eg, INT_MIN). We now punt in that one corner case to make reasoning about the code easier.
Mark Heffernan
- [llvm] r224277 - Revert of r223763, in spirit.
Michael Ilseman
- [llvm] r224277 - Revert of r223763, in spirit.
Rafael Espíndola
- [llvm] r224278 - Revert "LiveRangeCalc: Rewrite subrange calculation"
Matthias Braun
- [llvm] r224281 - Clean up warning about unused variable
Michael Ilseman
- [llvm] r224282 - [Hexagon] Adding a number of additional multiply forms with tests.
Colin LeMahieu
- [llvm] r224283 - x86: Emit LOCK prefix after DATA16
JF Bastien
- [llvm] r224284 - Added missing tests for X86vzmovl folding. NFC.
Simon Pilgrim
- [llvm] r224285 - Teach ScalarEvolution to exploit min and max expressions when proving
Sanjoy Das
- [llvm] r224288 - [Hexagon] Adding logical-logical accumulation instructions and tests.
Colin LeMahieu
- [llvm] r224289 - [Hexagon] Adding halfword to doubleword multiplies.
Colin LeMahieu
- [llvm] r224291 - Sink the isa into the assert
Michael Ilseman
- [llvm] r224293 - [Hexagon] Adding doubleword multiplies with and without accumulation.
Colin LeMahieu
- [llvm] r224294 - ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.
Adrian Prantl
- [llvm] r224307 - Start adding thin archive support.
Rafael Espindola
- [llvm] r224309 - Remove unused member and simplify. NFC.
Rafael Espindola
- [llvm] r224311 - Convert a member variable to a local variable. NFC.
Rafael Espindola
- [llvm] r224312 - Remove the last unnecessary member variable of mapped_file_region. NFC.
Rafael Espindola
- [llvm] r224313 - LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
- [llvm] r224313 - LiveRangeCalc: Rewrite subrange calculation
Quentin Colombet
- [llvm] r224314 - ARM: 80-column
Saleem Abdulrasool
- [llvm] r224318 - [PowerPC] Improve instruction selection bit-permuting operations (32-bit)
Hal Finkel
- [llvm] r224319 - ARM: diagnose deprecated syntax
Saleem Abdulrasool
- [llvm] r224324 - DebugInfo: Update testcase to actually check something
Duncan P. N. Exon Smith
- [llvm] r224325 - IR: Make MDNode::dump() useful by adding addresses
Duncan P. N. Exon Smith
- [llvm] r224327 - IR: Stop printing 'metadata' in Metadata::print()
Duncan P. N. Exon Smith
- [llvm] r224328 - Remove 'metadata' from comments
Duncan P. N. Exon Smith
- [llvm] r224328 - Remove 'metadata' from comments
Sean Silva
- [llvm] r224330 - X86: Added FeatureVectorUAMem for all AVX architectures.
Elena Demikhovsky
- [llvm] r224332 - [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
Bradley Smith
- [llvm] r224333 - [mips] Fix arguments-struct.ll for Windows and OSX hosts.
Daniel Sanders
- [llvm] r224334 - Masked Load and Store Intrinsics in loop vectorizer.
Elena Demikhovsky
- [llvm] r224335 - Add disassembler tests for mips4 platform. There are no functional changes.
Vladimir Medic
- [llvm] r224337 - Fixing -Wsign-compare warnings; NFC.
Aaron Ballman
- [llvm] r224338 - [mips][microMIPS] Implement SWP and LWP instructions
Zoran Jovanovic
- [llvm] r224339 - The single check for N64 inside MipsDisassemblerBase's subclasses is actually wrong. It should be testing for FeatureGP64bit.There are no functional changes.
Vladimir Medic
- [llvm] r224340 - [Hexagon] Removing old multiply defs and updating references to new versions.
Colin LeMahieu
- [llvm] r224341 - [AVX512] Add a comment for avx512_broadcast_pat multiclass
Robert Khasanov
- [llvm] r224343 - [Hexagon] Adding saturate and swizzle instructions.
Colin LeMahieu
- [llvm] r224344 - combine consecutive subvector 16-byte loads into one 32-byte load
Sanjay Patel
- [llvm] r224346 - [Hexagon] Adding absolute value, and negate with saturation
Colin LeMahieu
- [llvm] r224347 - [MC] Reset the MCInst in the matcher function before adding opcode/operands.
Ahmed Bougacha
- [llvm] r224348 - On behalf of Matthew Wahab:
Evgeny Astigeevich
- [llvm] r224349 - [AVX512] Enable integer arithmetic lowering for AVX512BW/VL subsets.
Robert Khasanov
- [llvm] r224350 - Fix the arm build bots for a test that was added. A printing routine was incorrectly using PRIx32
Kevin Enderby
- [llvm] r224351 - [CodeGenPrepare] Move sign/zero extensions near loads using type promotion.
Quentin Colombet
- [llvm] r224354 - Move lowerConstant to AsmPrinter
Matt Arsenault
- [llvm] r224355 - NVPTX: Remove duplicate of AsmPrinter::lowerConstant
Matt Arsenault
- [llvm] r224356 - Use CastInst::castIsValid to simplify the verifier.
Rafael Espindola
- [llvm] r224359 - x86-32: PUSHF/POPF use/def EFLAGS
JF Bastien
- [llvm] r224360 - [dsymutil] Avoid calling getStringTableData() for each symbol. NFC.
Frederic Riss
- [llvm] r224361 - [dsymutil] Pass the verbosity flag down to the processing. NFC for now.
Frederic Riss
- [llvm] r224365 - [Hexagon] Adding asr/lsr/asl reg/imm, asl with saturation, asr with rounding. Doubleword abs/neg/not. Interleave and deinterleave instructions.
Colin LeMahieu
- [llvm] r224367 - [Hexagon] Adding bit count and twiddling instructions.
Colin LeMahieu
- [llvm] r224368 - Fix another use of PRIx32 that should have been PRIx64.
Kevin Enderby
- [llvm] r224372 - [sanitizer] prevent function call merging for sanitizer-coverage callbacks
Kostya Serebryany
- [llvm] r224374 - [Hexagon] Adding tstbit/bitclr/bitset instructions.
Colin LeMahieu
- [llvm] r224379 - merge consecutive loads that are offset from a base address
Sanjay Patel
- [llvm] r224381 - [Hexagon] Removing old XTYPE/BIT instructions and replacing usages.
Colin LeMahieu
- [llvm] r224382 - Make the assert a bit stronger.
Rafael Espindola
- [llvm] r224383 - [X86][SSE] Vector double -> float conversion memory folding (cvtpd2ps)
Simon Pilgrim
- [llvm] r224384 - fix typo, add spaces; NFC
Sanjay Patel
- [llvm] r224389 - Linker: Drop superseded subprograms
Duncan P. N. Exon Smith
- [llvm] r224389 - Linker: Drop superseded subprograms
David Blaikie
- [llvm] r224389 - Linker: Drop superseded subprograms
Duncan P. N. Exon Smith
- [llvm] r224391 - [Hexagon] Updating doubleword shift usages to new versions.
Colin LeMahieu
- [llvm] r224393 - SelectionDAG switch lowering: use 'unsigned' to count destination popularity
Hans Wennborg
- [llvm] r224397 - Revert "[CodeGenPrepare] Move sign/zero extensions near loads using type promotion."
Reid Kleckner
- [llvm] r224399 - PR21875: codegen for non-type template parameters of nullptr_t type
David Blaikie
- [llvm] r224402 - [CodeGenPrepare] Reapply r224351 with a fix for the assertion failure:
Quentin Colombet
- [llvm] r224404 - Make ValueEnumerator::print use OS for metadata too. Noticed by inspection.
Nick Lewycky
- [llvm] r224405 - InstSimplify: shl nsw/nuw undef, %V -> undef
David Majnemer
- [llvm] r224407 - Delete debugging cruft that crept in with r223802.
Nick Lewycky
- [llvm] r224408 - llvm-lto: Add testing coverage for local contexts
Duncan P. N. Exon Smith
- [llvm] r224409 - RegisterCoalescer: Sprinkle some const modifiers.
Matthias Braun
- [llvm] r224409 - RegisterCoalescer: Sprinkle some const modifiers.
Quentin Colombet
- [llvm] r224409 - RegisterCoalescer: Sprinkle some const modifiers.
Matthias Braun
- [llvm] r224409 - RegisterCoalescer: Sprinkle some const modifiers.
Quentin Colombet
- [llvm] r224410 - Refactor and simplify the code reading /proc/cpuinfo. NFC.
Rafael Espindola
- [llvm] r224412 - Fix the windows build.
Rafael Espindola
- [llvm] r224413 - Remove unused includes and out of date comment. NFC.
Rafael Espindola
- [llvm] r224414 - Remove a debugging assert.
Rafael Espindola
- [llvm] r224415 - Add parsing of 'foo at local".
Justin Hibbits
- [llvm] r224416 - Revert "Linker: Drop superseded subprograms"
Duncan P. N. Exon Smith
- [llvm] r224417 - Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
Erik Eckstein
- [llvm] r224418 - Added 5 more tests related to sink store revision 224247
Elena Demikhovsky
- [llvm] r224421 - Teach lit.cfg to recognize -windows-gnu in addition to -mingw32.
Yaron Keren
- [llvm] r224424 - Revert 224119 "This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads,
Suyog Sarda
- [llvm] r224425 - [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Toma Tabacu
- [llvm] r224427 - MipsABIInfo class is used in different libraries. Moving the files to MCTargetDesc folder(LLVMMipsDesc library) prevents linkage errors. There are no functional changes.
Vladimir Medic
- [llvm] r224429 - [DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle.
Michael Kuperstein
- [llvm] r224432 - ARM: correct an off-by-one in an assert
Saleem Abdulrasool
- [llvm] r224437 - Fix CR/LF line endings in test case
Timur Iskhodzhanov
- [llvm] r224440 - [NVPTX] Fix bugs related to isSingleValueType
Jingyue Wu
- [llvm] r224444 - Random Number Generator Refactoring (removing from Module)
JF Bastien
- [llvm] r224447 - ExecutionDepsFix: Correctly handle wide registers.
Matthias Braun
- [llvm] r224452 - Enable the P8Model entry
Will Schmidt
- [llvm] r224455 - [Hexagon] Reconfiguring register alternate names.
Colin LeMahieu
- [llvm] r224458 - R600/SI: Fix f64 inline immediates
Matt Arsenault
- [llvm] r224461 - RegisterCoalescer: Fix stripCopies() picking up main range instead of subregister range
Matthias Braun
- [llvm] r224461 - RegisterCoalescer: Fix stripCopies() picking up main range instead of subregister range
Quentin Colombet
- [llvm] r224463 - [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, llvm part
Kostya Serebryany
- [llvm] r224466 - LTO: Lazy-load LTOModule in local contexts
Duncan P. N. Exon Smith
- [llvm] r224481 - [dsymutil] Fix missing member initializer.
Alexey Samsonov
- [llvm] r224482 - IR: Handle self-referencing DICompositeTypes in DIBuilder
Duncan P. N. Exon Smith
- [llvm] r224486 - IR: Make DICompositeType mutators private
Duncan P. N. Exon Smith
- [llvm] r224487 - Reapply "Linker: Drop superseded subprograms"
Duncan P. N. Exon Smith
- [llvm] r224489 - Model ARM backend ABI selection after the front end code doing the
Eric Christopher
- [llvm] r224492 - Add a new string member to the TargetOptions struct for the name
Eric Christopher
- [llvm] r224494 - Add a corresponding '@LOCAL' parse to match r224415.
Justin Hibbits
- [llvm] r224495 - [X86] Remove unnecessary 'In64BitMode' predicate for instructions that already indicate use of REX.W.
Craig Topper
- [llvm] r224495 - [X86] Remove unnecessary 'In64BitMode' predicate for instructions that already indicate use of REX.W.
Ahmed Bougacha
- [llvm] r224495 - [X86] Remove unnecessary 'In64BitMode' predicate for instructions that already indicate use of REX.W.
Craig Topper
- [llvm] r224496 - [X86] Don't use PS prefix on LDMXCSR/STMXCSR.
Craig Topper
- [llvm] r224497 - [X86] Use correct opsize on indirect call and jump aliases.
Craig Topper
- [llvm] r224498 - [PowerPC] Use MCPhysReg for tables of registers. Const-correct the tables. Only put the anonymous namespace around classes. NFC.
Craig Topper
- [llvm] r224499 - Modernize the getStreamedBitcodeModule interface a bit. NFC.
Rafael Espindola
- [llvm] r224500 - [SROA] Cleanup - remove the use of std::mem_fun_ref nonsense and use
Chandler Carruth
- [llvm] r224501 - test: avoid unnecessary temporary files
Saleem Abdulrasool
- [llvm] r224502 - ARM: improve instruction validation for thumb mode
Saleem Abdulrasool
- [llvm] r224506 - Fix Visual C++ error "'llvm::make_unique' : ambiguous call to overloaded function".
Yaron Keren
- [llvm] r224514 - [Msan] Generalize instrumentation code to support FreeBSD mapping
Viktor Kutuzov
- [llvm] r224516 - [AVX512] Enable FP arithmetic lowering for AVX512VL subsets.
Robert Khasanov
- [llvm] r224517 - [mips] Clean up the CodeGen/Mips/inlineasmmemop.ll test. NFC.
Toma Tabacu
- [llvm] r224521 - ARM: fix an off-by-one in the register list access
Saleem Abdulrasool
- [llvm] r224524 - [mips][microMIPS] Fix bugs related to atomic SC/LL instructions
Jozef Kolek
- [llvm] r224527 - Add missing implementation of 'sys::path::is_other' to the support library.
Juergen Ributzka
- [llvm] r224535 - Add myself as SystemZ code owner
Ulrich Weigand
- [llvm] r224538 - LiveIntervalAnalysis: Cleanup computeDeadValues
Matthias Braun
- [llvm] r224539 - [NFC] Removing extra semicolon.
Colin LeMahieu
- [llvm] r224541 - Have llvm-c-test only use libLLVM if libLLVM has all the right components.
Chris Bieneman
- [llvm] r224542 - fix formatting; NFC
Sanjay Patel
- [llvm] r224547 - Instead of explicitely comparing both lowercase and uppercase variants.
Roman Divacky
- [llvm] r224550 - [Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
- [llvm] r224551 - Remove an extra '; ' on line 1120 include/llvm/Support/MachO.h .
Kevin Enderby
- [llvm] r224552 - Reverting 224550, was not ready for commit.
Colin LeMahieu
- [llvm] r224553 - ConstantFold: Shifting undef by zero results in undef
David Majnemer
- [llvm] r224554 - [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies.
Peter Zotov
- [llvm] r224555 - Explain why LLVM is emitting a DW_AT_containing_type inside of a class.
Adrian Prantl
- [llvm] r224556 - [Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
- [llvm] r224560 - RegisterCoalescer: rewrite eliminateUndefCopy().
Matthias Braun
- [llvm] r224563 - [Object] Don't crash on empty export lists.
Juergen Ributzka
- [llvm] r224566 - Rename MapValue(Metadata*) to MapMetadata()
Duncan P. N. Exon Smith
- [llvm] r224567 - LTO: Export local context symbols
Duncan P. N. Exon Smith
- [llvm] r224570 - Remove redundant assignment.
Tilmann Scheller
- [llvm] r224574 - [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr
Bruno Cardoso Lopes
- [llvm] r224576 - Revert "[InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr"
Bruno Cardoso Lopes
- [llvm] r224583 - use -0.0 when creating an fneg instruction
Sanjay Patel
- [llvm] r224583 - use -0.0 when creating an fneg instruction
David Majnemer
- [llvm] r224583 - use -0.0 when creating an fneg instruction
Sanjay Patel
- [llvm] r224586 - [ARM] Remove dead assignment.
Tilmann Scheller
- [llvm] r224587 - [LoopVectorize] Remove redundant assignment.
Tilmann Scheller
- [llvm] r224588 - Reapply: [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr
Bruno Cardoso Lopes
- [llvm] r224589 - [BBVectorize] Remove redundant assignment.
Tilmann Scheller
- [llvm] r224590 - [BBVectorize] Remove two more redundant assignments.
Tilmann Scheller
- [llvm] r224594 - [DebugInfo] Move all DWARF headers to the public include directory.
Frederic Riss
- [llvm] r224598 - [Hexagon] Adding doubleregs for control registers. Renaming control register class.
Colin LeMahieu
- [llvm] r224599 - [Hexagon] Adding transfers to and from control registers.
Colin LeMahieu
- [llvm] r224604 - [Hexagon] Adding xtype shift instructions.
Colin LeMahieu
- [llvm] r224608 - [Hexagon] Adding more xtype shift instructions.
Colin LeMahieu
- [llvm] r224609 - [Hexagon] Adding bit insertion instructions.
Colin LeMahieu
- [llvm] r224610 - [Hexagon] Adding bit extraction and table indexing instructions.
Colin LeMahieu
- [llvm] r224611 - merge consecutive stores of extracted vector elements
Sanjay Patel
- [llvm] r224612 - [Hexagon] Removing old variants of instructions and updating references.
Colin LeMahieu
- [llvm] r224615 - CodeGen: do not attempt to invalidate virtual registers for zero-sized phis.
Peter Collingbourne
- [llvm] r224619 - Update SmallPtrSet::insert's doc comment to match the new return type
David Blaikie
- [llvm] r224621 - Remove isSubroutineType test for isCompositeType, getTag() is enough.
Yaron Keren
- [llvm] r224622 - R600/SI: Make sure non-inline constants aren't folded into mubuf soffset operand
Tom Stellard
- [llvm] r224623 - R600/SI: isLegalOperand() shouldn't check constant bus for SALU instructions
Tom Stellard
- [llvm] r224624 - Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [llvm] r224625 - Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
- [llvm] r224628 - [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- [llvm] r224635 - EH: Sink computation of local PadMap variable into function that uses it
Reid Kleckner
- [llvm] r224646 - R600/SI: Only form min/max with 1 use.
Matt Arsenault
- [llvm] r224647 - Masked load and store codegen - fixed 128-bit vectors
Elena Demikhovsky
- [llvm] r224648 - R600: Remove outdated comment
Matt Arsenault
- [llvm] r224650 - Remove unused variable, initializer, and accessor.
Eric Christopher
- [llvm] r224655 - Remove unused variable and initialization.
Eric Christopher
- [llvm] r224661 - Unbreak cmake build with shared libraries enabled.
Matthias Braun
- [llvm] r224661 - Unbreak cmake build with shared libraries enabled.
Duncan Exon Smith
- [llvm] r224663 - LiveIntervalAnalysis: cleanup addKills(), NFC
Matthias Braun
- [llvm] r224664 - LiveIntervalAnalysis: No kill flags for partially undefined uses.
Matthias Braun
- [llvm] r224665 - [x86] Change the test added in r223774 to first check the spelling of
Chandler Carruth
- [llvm] r224666 - [SROA] Run clang-format over the entire SROA pass as I wrote it before
Chandler Carruth
- [llvm] r224669 - InstSimplify: Optimize away pointless comparisons
David Majnemer
- [llvm] r224672 - Split executeShTest into two parts so that it can be better leveraged by libc++
Eric Fiselier
- [llvm] r224673 - Simplify the code
David Majnemer
- [llvm] r224675 - InstSimplify: Don't bother if getScalarSizeInBits returns zero
David Majnemer
- [llvm] r224676 - InstCombine: Squash an icmp+select into bitwise arithmetic
David Majnemer
- [llvm] r224677 - This should have been part of r224676.
David Majnemer
- [llvm] r224678 - [X86] Immediate forms of far call/jump are not valid in x86-64.
Craig Topper
- [llvm] r224679 - strnlen isn't available on some platforms, use StringRef instead
David Majnemer
- [llvm] r224682 - ARM: further improve deprecated diagnosis (LDM)
Saleem Abdulrasool
- [llvm] r224683 - CodeGen: constify and use range loop for SSP
Saleem Abdulrasool
- [llvm] r224684 - [X86] Don't swap the order of segment and offset in immediate form of far call/jump in Intel syntax.
Craig Topper
- [llvm] r224685 - [X86] Remove '*' from asm strings in far call/jump aliases for Intel syntax.
Craig Topper
- [llvm] r224686 - [X86] Swap operand order of imul aliases in Intel syntax. Also disable printing of the alias instead of the real instruction.
Craig Topper
- [llvm] r224687 - [X86] Swap operand order in Intel syntax on a bunch of aliases.
Craig Topper
- [llvm] r224691 - Enable (sext x) == C --> x == (trunc C) combine
Matt Arsenault
- [llvm] r224692 - [X86] Add hasSideEffects = 0 to CALLpcrel16. This matches what is inferred from patterns for the 32-bit version.
Craig Topper
- [llvm] r224693 - CodeGen: minor style tweaks to SSP
Saleem Abdulrasool
- [LLVMdev] [PATCH] [RFC v4] BPF backend
Tom Stellard
- [LLVMdev] [RFC v4] BPF backend
Alexei Starovoitov
- [LNT] Add json support to machine overview page
Michael Zolotukhin
- [LNT] Add json support to machine overview page
Chris Matthews
- [PATCH 1/2] Triple: Add gcn triple
Tom Stellard
- [PATCH 1/2] Triple: Add gcn triple
Matt Arsenault
- [PATCH 1/2] Triple: Add gcn triple
Tom Stellard
- [PATCH 1/2] Triple: Add gcn triple
Matt Arsenault
- [PATCH 1/2] Triple: Add gcn triple
Tom Stellard
- [PATCH 1/2] Triple: Add gcn triple
Eric Christopher
- [PATCH]: implement getRegisterByName() for sparc
Roman Divacky
- [PATCH]: implement getRegisterByName() for sparc
Joerg Sonnenberger
- [PATCH]: implement getRegisterByName() for sparc
Roman Divacky
- [PATCH] [AArch64] Fix the bug PR21675 about lowering llvm.ctpop.i32
Hao Liu
- [PATCH] [ARM] Add missing Tag_DIV_use tests.
Charlie Turner
- [PATCH] [ARM] Cleanup so_imm* defintions
Asiri Rathnayake
- [PATCH] [ARM] Cleanup so_imm* defintions
Asiri Rathnayake
- [PATCH] [ARM] Cleanup so_imm* defintions
Asiri Rathnayake
- [PATCH] [ARM] Cleanup so_imm* defintions
Tim Northover
- [PATCH] [ARM] Emit Tag_conformance.
Charlie Turner
- [PATCH] [ARM] Emit Tag_conformance.
Tim Northover
- [PATCH] [ARM] Emit Tag_conformance.
Charlie Turner
- [PATCH] [ARM] Emit Tag_conformance.
Tim Northover
- [PATCH] [ARM] Parse Tag_compatibility correctly.
Charlie Turner
- [PATCH] [ARM] Parse Tag_compatibility correctly.
Tim Northover
- [PATCH] [ARM] Parse Tag_compatibility correctly.
Charlie Turner
- [PATCH] [ARM] Parse Tag_compatibility correctly.
Tim Northover
- [PATCH] [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
Bradley Smith
- [PATCH] [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
James Molloy
- [PATCH] [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
Hao Liu
- [PATCH] [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
Hao Liu
- [PATCH] [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
Hao Liu
- [PATCH] [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
Bradley Smith
- [PATCH] [asan][mips][compiler-rt] Fix MIPS64 Asan mapping
Kumar Sukhani
- [PATCH] [asan][mips][compiler-rt] Fix MIPS64 Asan mapping
Kumar Sukhani
- [PATCH] [asan][mips][compiler-rt] Fix MIPS64 Asan mapping
Alexey Samsonov
- [PATCH] [ASan] Allow to atomically modify malloc_context_size at runtime.
Kostya Serebryany
- [PATCH] [ASan] Allow to atomically modify malloc_context_size at runtime.
Alexey Samsonov
- [PATCH] [ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
- [PATCH] [ASan] Introduce AllocatorOptions to configure allocator behavior.
Kostya Serebryany
- [PATCH] [ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
- [PATCH] [ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
- [PATCH] [ASan] Introduce AllocatorOptions to configure allocator behavior.
Kostya Serebryany
- [PATCH] [ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
- [PATCH] [ASan] Restrict the set of flags overriden at activation.
Alexey Samsonov
- [PATCH] [ASan] Restrict the set of flags overriden at activation.
Evgeniy Stepanov
- [PATCH] [ASan] Restrict the set of flags overriden at activation.
Alexey Samsonov
- [PATCH] [avx512VL] - FMA intrinsic with YMM and XMM
Asaf Badouh
- [PATCH] [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies
Peter Zotov
- [PATCH] [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies
Reid Kleckner
- [PATCH] [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies
Peter Zotov
- [PATCH] [CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Andrea Di Biagio
- [PATCH] [CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Andrea Di Biagio
- [PATCH] [CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Andrea Di Biagio
- [PATCH] [comiler-rt/ubsan] getVtablePrefix must not sanity-check on Prefix->Offset > 0
Stephan Bergmann
- [PATCH] [compiler-rt] Abort after failed exec() and get rid of the allow_reexec ASan flag
Kuba Brecka
- [PATCH] [compiler-rt] atos symbolizer for OS X
Alexey Samsonov
- [PATCH] [compiler-rt] atos symbolizer for OS X
Alexander Potapenko
- [PATCH] [compiler-rt] atos symbolizer for OS X
Kuba Brecka
- [PATCH] [compiler-rt] atos symbolizer for OS X
Alexey Samsonov
- [PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10
Kuba Brecka
- [PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10
Alexey Samsonov
- [PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10
Justin Bogner
- [PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10
Kuba Brecka
- [PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10
Kuba Brecka
- [PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10
Justin Bogner
- [PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10
Kuba Brecka
- [PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10
Alexander Potapenko
- [PATCH] [compiler-rt] log-path_test testcase - make the invalid path more invalid
Kuba Brecka
- [PATCH] [compiler-rt] log-path_test testcase - make the invalid path more invalid
Alexander Potapenko
- [PATCH] [compiler-rt] log-path_test testcase - make the invalid path more invalid
Kuba Brecka
- [PATCH] [compiler-rt] Properly handle dispatch_source_set_cancel_handler with a NULL handler
Kuba Brecka
- [PATCH] [DebugInfo] Move all DWARF headers to the public include directory.
Frederic Riss
- [PATCH] [DebugInfo] Move all DWARF headers to the public include directory.
David Blaikie
- [PATCH] [DebugInfo] Move all DWARF headers to the public include directory.
Eric Christopher
- [PATCH] [DebugInfo] Move all DWARF headers to the public include directory.
Frederic Riss
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Alexey Samsonov
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Alexey Samsonov
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
David Blaikie
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Frédéric Riss
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
David Blaikie
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Duncan P. N. Exon Smith
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
- [PATCH] [ELF]: Initial implementation for ARM static linking
Denis Protivensky
- [PATCH] [inline-asm] Fix scope of assembly macros
Jim Grosbach
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
Bruno Cardoso Lopes
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
Bruno Cardoso Lopes
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
David Majnemer
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
Bruno Cardoso Lopes
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
David Majnemer
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
Bruno Cardoso Lopes
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
Bruno Cardoso Lopes
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
David Majnemer
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
Bruno Cardoso Lopes
- [PATCH] [LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
- [PATCH] [LCSSA] Handle PHI insertion in disjoint loops
Chandler Carruth
- [PATCH] [LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
- [PATCH] [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- [PATCH] [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- [PATCH] [lld][ELF]: Minimal implementation for ARM static linking
Denis Protivensky
- [PATCH] [llgo] irgen: do not emit an extra terminator for panic thunks
Peter Collingbourne
- [PATCH] [llgo] irgen: do not emit an extra terminator for panic thunks
Andrew Wilkins
- [PATCH] [llgo] irgen: fix canAvoid*
Andrew Wilkins
- [PATCH] [llgo] irgen: fix canAvoid*
Peter Collingbourne
- [PATCH] [llgo] irgen: fix canAvoid*
Andrew Wilkins
- [PATCH] [llgo] irgen: fix canAvoid*
Andrew Wilkins
- [PATCH] [llgo] irgen: fix canAvoid*
Peter Collingbourne
- [PATCH] [llgo] irgen: fix canAvoid*
Andrew Wilkins
- [PATCH] [llgo] irgen: fix canAvoid*
Peter Collingbourne
- [PATCH] [llgo] irgen: fix canAvoid*
Peter Collingbourne
- [PATCH] [llgo] Use the object's package to mangle method names, rather than the receiver's package
Peter Collingbourne
- [PATCH] [llgo] Use the object's package to mangle method names, rather than the receiver's package
Andrew Wilkins
- [PATCH] [llgo] Use the object's package to mangle method names, rather than the receiver's package
Peter Collingbourne
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el arch
Kumar Sukhani
- [PATCH] [macho] -rpath support
Jean-Daniel Dupas
- [PATCH] [macho] -rpath support
kledzik at apple.com
- [PATCH] [macho] -rpath support
Jean-Daniel Dupas
- [PATCH] [macho] Minor install_name fixes
Jean-Daniel Dupas
- [PATCH] [macho] Minor install_name fixes
kledzik at apple.com
- [PATCH] [macho] Minor install_name fixes
Jean-Daniel Dupas
- [PATCH] [MC] Reset the MCInst in the matcher function before adding opcode/operands.
Ahmed Bougacha
- [PATCH] [MC] Reset the MCInst in the matcher function before adding opcode/operands.
Jim Grosbach
- [PATCH] [MC] Reset the MCInst in the matcher function before adding opcode/operands.
Ahmed Bougacha
- [PATCH] [MIPS64] Make __clear_cache more optimal
Petar Jovanovic
- [PATCH] [MIPS64] Make __clear_cache more optimal
Petar Jovanovic
- [PATCH] [MIPS64] Make __clear_cache more optimal
Joerg Sonnenberger
- [PATCH] [MIPS64] Make __clear_cache more optimal
Petar Jovanovic
- [PATCH] [MIPS64] Make __clear_cache more optimal
Petar Jovanovic
- [PATCH] [MIPS64] Make __clear_cache more optimal
Petar Jovanovic
- [PATCH] [MIPS64] Make __clear_cache more optimal
Joerg Sonnenberger
- [PATCH] [MIPS64] Make __clear_cache more optimal
Petar Jovanovic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips1 platform
Daniel Sanders
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips1 platform
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips2 platform
Daniel Sanders
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips2 platform
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips32 platform
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips32 platform
Daniel Sanders
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips32r2 platform
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips32r2 platform
Daniel Sanders
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips3 platform
Daniel Sanders
- [PATCH] [Mips][Disassembler][Test] mips4 disassembler tests
Vladimir Medic
- [PATCH] [Mips][Disassembler][Test] mips4 disassembler tests
Daniel Sanders
- [PATCH] [Mips][Disassembler][Test] mips4 disassembler tests
Vladimir Medic
- [PATCH] [Mips][Disassembler] Disassembler checking N64 feature instead of GP64
Vladimir Medic
- [PATCH] [Mips][Disassembler] Disassembler checking N64 feature instead of GP64
Daniel Sanders
- [PATCH] [Mips][Disassembler] Disassembler checking N64 feature instead of GP64
Vladimir Medic
- [PATCH] [mips][microMIPS] Fix bugs related to atomic SC/LL instructions
Jozef Kolek
- [PATCH] [mips][microMIPS] Fix bugs related to atomic SC/LL instructions
Jozef Kolek
- [PATCH] [mips][microMIPS] Fix bugs related to atomic SC/LL instructions
Jozef Kolek
- [PATCH] [mips][microMIPS] Fix bugs related to atomic SC/LL instructions
Sasa Stankovic
- [PATCH] [mips][microMIPS] Fix bugs related to atomic SC/LL instructions
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement SWP and LWP instructions
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement SWP and LWP instructions
Phabricator
- [PATCH] [mips] Add assembler support for the .cprestore directive.
Toma Tabacu
- [PATCH] [mips] Clean up the CodeGen/Mips/inlineasmmemop.ll test. NFC.
Toma Tabacu
- [PATCH] [mips] Clean up the CodeGen/Mips/inlineasmmemop.ll test. NFC.
Daniel Sanders
- [PATCH] [mips] Don't emit redundant mask instructions if the mask is already present.
Sasa Stankovic
- [PATCH] [mips] Don't emit redundant mask instructions if the mask is already present.
Mark Seaborn
- [PATCH] [mips] Don't emit redundant mask instructions if the mask is already present.
Sasa Stankovic
- [PATCH] [mips] Don't emit redundant mask instructions if the mask is already present.
Mark Seaborn
- [PATCH] [mips] Expand JAL instructions when PIC is enabled.
Toma Tabacu
- [PATCH] [mips] Manually replace JAL pseudo-instructions with their JALR equivalent, instead of using InstAlias.
Toma Tabacu
- [PATCH] [Mips] Move MipsABIInfo class to LLVMMipsDesc library
Vladimir Medic
- [PATCH] [Mips] Move MipsABIInfo class to LLVMMipsDesc library
Daniel Sanders
- [PATCH] [Mips] Move MipsABIInfo class to LLVMMipsDesc library
Vladimir Medic
- [PATCH] [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Daniel Sanders
- [PATCH] [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Toma Tabacu
- [PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
Evgeniy Stepanov
- [PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
Viktor Kutuzov
- [PATCH] [Msan] Fix uname() interception on FreeBSD
Viktor Kutuzov
- [PATCH] [Msan] Generalize instrumentation code to support FreeBSD mapping
Viktor Kutuzov
- [PATCH] [Msan] Generalize instrumentation code to support FreeBSD mapping
Alexey Samsonov
- [PATCH] [Msan] Generalize instrumentation code to support FreeBSD mapping
Evgeniy Stepanov
- [PATCH] [Msan] Generalize instrumentation code to support FreeBSD mapping
Phabricator
- [PATCH] [NVPTX] Fix bugs related to isSingleValueType
Justin Holewinski
- [PATCH] [NVPTX] Fix bugs related to isSingleValueType
Jingyue Wu
- [PATCH] [Object] Don't crash on empty export lists.
Juergen Ributzka
- [PATCH] [Object] Don't crash on empty export lists.
Michael Spencer
- [PATCH] [Object] Don't crash on empty export lists.
kledzik at apple.com
- [PATCH] [Object] Don't crash on empty export lists.
Juergen Ributzka
- [PATCH] [PATCH] Fix a bug about memory dependence checking in loop vectorization
Jiangning Liu
- [PATCH] [PATCH] Fix a bug about memory dependence checking in loop vectorization
Jiangning Liu
- [PATCH] [PATCH] Fix a bug about memory dependence checking in loop vectorization
Jiangning Liu
- [PATCH] [PATCH] Fix a bug about memory dependence checking in loop vectorization
Jiangning Liu
- [PATCH] [RFC v3] BPF backend
Alexei Starovoitov
- [PATCH] [RFC v4] BPF backend
Alexei Starovoitov
- [PATCH] [RFC v4] BPF backend
Alexei Starovoitov
- [PATCH] [Sanitizer][MIPS] internal_stat for mips64
Mohit Bhakkad
- [PATCH] [Sanitizer] Fix GetRSS on Linux with non-4k pages
Jay Foad
- [PATCH] [Sanitizer] Fix GetRSS on Linux with non-4k pages
Will Schmidt
- [PATCH] [Sanitizer] Make CommonFlags immutable after initialization.
Alexey Samsonov
- [PATCH] [Sanitizer] Make CommonFlags immutable after initialization.
Kostya Serebryany
- [PATCH] [Sanitizer] Make CommonFlags immutable after initialization.
Alexey Samsonov
- [PATCH] [Sanitizer] Make CommonFlags immutable after initialization.
Alexey Samsonov
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
Evgeniy Stepanov
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
Evgeniy Stepanov
- [PATCH] [Sanitizers] Intercept wordexp on FreeBSD
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept wordexp on FreeBSD
Evgeniy Stepanov
- [PATCH] [SimplifyCFG] Revise common code sinking
Michael Liao
- [PATCH] [SimplifyCFG] Revise common code sinking
Michael Liao
- [PATCH] [SimplifyCFG] Revise common code sinking
Michael Liao
- [PATCH] [SimplifyCFG] Revise common code sinking
Michael Liao
- [PATCH] [SimplifyCFG] Revise common code sinking
Manman Ren
- [PATCH] [SimplifyCFG] Revise common code sinking
Liao, Michael
- [PATCH] [SimplifyCFG] Revise common code sinking
Manman Ren
- [PATCH] [SimplifyCFG] Revise common code sinking
Michael Liao
- [PATCH] [SimplifyCFG] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Andrea Di Biagio
- [PATCH] [SimplifyCFG] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Quentin Colombet
- [PATCH] [SimplifyCFG] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
hfinkel at anl.gov
- [PATCH] [SimplifyCFG] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
David Majnemer
- [PATCH] [SimplifyCFG] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Andrea Di Biagio
- [PATCH] [SimplifyCFG] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Quentin Colombet
- [PATCH] [SimplifyCFG] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Andrea Di Biagio
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
suyog
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
James Molloy
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
Suyog Kamal Sarda
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
James Molloy
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
Suyog Kamal Sarda
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
suyog
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
Michael Zolotukhin
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
Michael Zolotukhin
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
suyog
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
Michael Zolotukhin
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
suyog
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
Michael Zolotukhin
- [PATCH] [SLPVectorizer] Reorder operands of shufflevector if it can result in a vectorized code.
Karthik Bhat
- [Patch] [SLPVectorizer] Vectorize Horizontal Reductions from Consecutive Loads
Chandler Carruth
- [Patch] [SLPVectorizer] Vectorize Horizontal Reductions from Consecutive Loads
Suyog Kamal Sarda
- [Patch] [SLPVectorizer] Vectorize Horizontal Reductions from Consecutive Loads
Chandler Carruth
- [Patch] [SLPVectorizer] Vectorize Horizontal Reductions from Consecutive Loads
Suyog Kamal Sarda
- [PATCH] [Tablegen] Fix alias instruction printer mangling opcodes with optional suffixes.
Matthew Wahab
- [PATCH] [Tablegen] Fix AsmString parser misreading optional operands.
Matthew Wahab
- [PATCH] [Tablegen] Fix AsmString parser misreading optional operands.
Tim Northover
- [PATCH] [Tablegen] Fix AsmString parser misreading optional operands.
Matthew Wahab
- [PATCH] [Tablegen] Fix AsmString parser misreading optional operands.
Evgeny Astigeevich
- [PATCH] [test-suite] Fix failure to capture stderr in *.out-simple's
Tom Stellard
- [PATCH] [test-suite] Fix failure to capture stderr in *.out-simple's
Daniel Sanders
- [PATCH] [test-suite] Fix failure to capture stderr in *.out-simple's
Tom Stellard
- [PATCH] [test-suite] Fix failure to capture stderr in *.out-simple's
Daniel Sanders
- [PATCH] [test-suite] Fix failure to capture stderr in *.out-simple's
Daniel Sanders
- [PATCH] [TSan][MIPS] Adding support for MIPS64
Sagar Thakur
- [PATCH] [TSan][MIPS] Adding support for MIPS64
Alexey Samsonov
- [PATCH] [TSan][MIPS] Adding support for MIPS64
Sagar Thakur
- [PATCH] [TSan][MIPS] Adding support for MIPS64
Sagar Thakur
- [PATCH] [TSan][MIPS] Adding support for MIPS64
Sagar Thakur
- [PATCH] [UBSan][MIPS] Adding support for MIPS64
Kumar Sukhani
- [PATCH] [UBSan][MIPS] Adding support of MIPS64 in UBSan testing
Kumar Sukhani
- [PATCH] [x86] @llvm.ctpop.v8i32 custom lowering
Bruno Cardoso Lopes
- [PATCH] [X86][SSE] Improve matching of SSE blend instructions with splatted vector inputs
Chandler Carruth
- [PATCH] [X86][SSE] Improve matching of SSE blend instructions with splatted vector inputs
Simon Pilgrim
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Chandler Carruth
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Simon Pilgrim
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Simon Pilgrim
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Simon Pilgrim
- [PATCH] [X86][SSE] Vector double -> float conversion memory folding (cvtpd2ps)
Simon Pilgrim
- [PATCH] [X86][SSE] Vector double -> float conversion memory folding (cvtpd2ps)
Quentin Colombet
- [PATCH] [X86][SSE] Vector double -> float conversion memory folding (cvtpd2ps)
Simon Pilgrim
- [PATCH] [X86] Also create v2f32 FMIN/FMAX nodes from fcmp/select.
Ahmed Bougacha
- [PATCH] [X86] Break false dependencies before partial register updates when the source operand is in memory
Michael Kuperstein
- [PATCH] [X86] Improve DAGCombiner BUILD_VECTOR with two sources of elements
Michael Kuperstein
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Rick Foos
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Zachary Turner
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Rick Foos
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Rick Foos
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Rick Foos
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Sergey Matveev
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Sergey Matveev
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Kostya Serebryany
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Sergey Matveev
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Sergey Matveev
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Sergey Matveev
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Evgeniy Stepanov
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Sergey Matveev
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Sergey Matveev
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Sergey Matveev
- [PATCH] Add a new matcher m_ICmpWithPred
Sanjoy Das
- [PATCH] Add getSwappedBytes implementations for float / double
Matt Arsenault
- [PATCH] Add lib/profile to cc_kext so we can use PGO for the kernel.
Justin Bogner
- [PATCH] Add logical ops to Mips fast-isel
Daniel Sanders
- [PATCH] Add parsing of 'foo at local".
Justin Hibbits
- [PATCH] Add parsing of 'foo at local".
hfinkel at anl.gov
- [PATCH] Add parsing of 'foo at local".
Justin Hibbits
- [PATCH] Add parsing of 'foo at local".
Jim Grosbach
- [PATCH] Add parsing of 'foo at local".
Justin Hibbits
- [PATCH] Add per-test timeouts to lit
Jonathan Roelofs
- [PATCH] Add segmented stack support for DragonFlyBSD
Rafael Ávila de Espíndola
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Eric Christopher
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Sanjoy Das
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Sean Silva
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
- [PATCH] Atoms generated by a pass should be owned by the generated file and not the pass itself.
Jean-Daniel Dupas
- [PATCH] Atoms generated by a pass should be owned by the generated file and not the pass itself.
kledzik at apple.com
- [PATCH] Atoms generated by a pass should be owned by the generated file and not the pass itself.
Jean-Daniel Dupas
- [PATCH] Atoms generated by a pass should be owned by the generated file and not the pass itself.
Jean-Daniel Dupas
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] C API: Add LLVMSetTargetMachineShowMCEncoding()
Tom Stellard
- [PATCH] C API: Add LLVMSetTargetMachineShowMCEncoding()
Juergen Ributzka
- [PATCH] C API: Add LLVMSetTargetMachineShowMCEncoding()
Eric Christopher
- [PATCH] CodeGen: introduce support for Windows SSP on x86/x64
Saleem Abdulrasool
- [PATCH] CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
- [PATCH] CodeGen support for x86_64 SEH catch handlers in LLVM
Eric Christopher
- [PATCH] CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
- [PATCH] combine consecutive subvector 16-byte loads into one 32-byte load (PR21709)
Sanjay Patel
- [PATCH] combine consecutive subvector 16-byte loads into one 32-byte load (PR21709)
Elena Demikhovsky
- [PATCH] combine consecutive subvector 16-byte loads into one 32-byte load (PR21709)
Sanjay Patel
- [PATCH] combine consecutive subvector 16-byte loads into one 32-byte load (PR21709)
Sanjay Patel
- [PATCH] Combine fcmp + select to fminnum / fmaxnum if no nans and legal
Matt Arsenault
- [PATCH] Convert CoreInputGraph.
Shankar Easwaram
- [PATCH] Convert CoreInputGraph.
Rui Ueyama
- [PATCH] Convert CoreInputGraph.
Rui Ueyama
- [PATCH] Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
- [PATCH] Create an experimental Windows LLDB Builder
Zachary Turner
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Chandler Carruth
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Chandler Carruth
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Detect deallocation calls even if the deallocation function has a definition
Philip Reames
- [patch] Document the restriction on removing a global from a COMDAT
Rafael Espíndola
- [patch] Document the restriction on removing a global from a COMDAT
David Majnemer
- [PATCH] Do not define CRT_HAS_128BIT for MIPS64
Petar Jovanovic
- [PATCH] Do not define CRT_HAS_128BIT for MIPS64
Joerg Sonnenberger
- [PATCH] Do not define CRT_HAS_128BIT for MIPS64
Joerg Sonnenberger
- [PATCH] Do not define CRT_HAS_128BIT for MIPS64
Petar Jovanovic
- [PATCH] Do not define CRT_HAS_128BIT for MIPS64
Petar Jovanovic
- [PATCH] Do not define CRT_HAS_128BIT for MIPS64
Petar Jovanovic
- [PATCH] Enable (sext x) == C --> x == (trunc C) combine
Matt Arsenault
- [PATCH] enable P8Model entry
Will Schmidt
- [PATCH] enable P8Model entry
Bill Schmidt
- [PATCH] enable P8Model entry
Will Schmidt
- [PATCH] Encode native floating point types in data layout string.
Tim Northover
- [PATCH] Ensure debug info for two calls to the same function from the same location are not merged
David Blaikie
- [PATCH] Ensure debug info for two calls to the same function from the same location are not merged
Duncan P. N. Exon Smith
- [PATCH] Extract out LPPassManager::cloneLoop
Sanjoy Das
- [PATCH] Fix bug in llvm::DemoteRegToStack
Akira Hatanaka
- [PATCH] Fix data symbolization with libbacktrace
Jakub Jelinek
- [PATCH] Fix data symbolization with libbacktrace
Alexey Samsonov
- [PATCH] Fix hardcoded stack probe space
Andrew H
- [PATCH] Fix hardcoded stack probe space
Andrew H
- [PATCH] Fix hardcoded stack probe space
David Majnemer
- [PATCH] Fix hardcoded stack probe space
Andrew H
- [PATCH] Fix hardcoded stack probe space
Andrew H
- [PATCH] Fix hardcoded stack probe space
Andrew H
- [PATCH] Fix hardcoded stack probe space
Hans Wennborg
- [PATCH] Fix hardcoded stack probe space
Hans Wennborg
- [PATCH] Fix hardcoded stack probe space
Andrew H
- [PATCH] Fix hardcoded stack probe space
Andrew H
- [PATCH] Fix load-store optimizer on thumbv4t
Jonathan Roelofs
- [PATCH] Fix load-store optimizer on thumbv4t
Tim Northover
- [PATCH] Fix suppressions file usage
Filipe Cabecinhas
- [PATCH] Fix suppressions file usage
Filipe Cabecinhas
- [PATCH] Fix suppressions file usage
Alexey Samsonov
- [PATCH] Fix suppressions file usage
Filipe Cabecinhas
- [PATCH] Fix suppressions file usage
Filipe Cabecinhas
- [PATCH] Fix suppressions file usage
Filipe Cabecinhas
- [PATCH] Fix suppressions file usage
Alexey Samsonov
- [PATCH] Fix suppressions file usage
Filipe Cabecinhas
- [PATCH] Generate better code for shuffles
Michael Kuperstein
- [PATCH] Generate better code for shuffles
Sanjay Patel
- [PATCH] Generate better code for shuffles
Michael Kuperstein
- [PATCH] Generate better code for shuffles
Sanjay Patel
- [PATCH] Generate better code for shuffles
Sanjay Patel
- [PATCH] Generate better code for shuffles
Michael Kuperstein
- [PATCH] Generate better code for shuffles
Sanjay Patel
- [PATCH] Generate better code for shuffles
Michael Kuperstein
- [PATCH] Generate better code for shuffles
Andrea Di Biagio
- [PATCH] Generate better code for shuffles
Michael Kuperstein
- [PATCH] generate extract_subvector node to avoid disastrous shuffle vector codegen
Michael Kuperstein
- [PATCH] generate extract_subvector node to avoid disastrous shuffle vector codegen
Sanjay Patel
- [PATCH] Have llvm-c-test only use libLLVM if libLLVM has all the right components.
Chris Bieneman
- [PATCH] Have llvm-c-test only use libLLVM if libLLVM has all the right components.
Juergen Ributzka
- [PATCH] Have llvm-c-test only use libLLVM if libLLVM has all the right components.
Phabricator
- [PATCH] Implement FastMaterializeAlloca in Mips fast-isel
reed kotler
- [PATCH] Implement shift ops for Mips fast-isel
reed kotler
- [PATCH] Improvements for asan deactivated mode: disable asan activation for runtime library on Linux, disable malloc checks.
Alexey Samsonov
- [PATCH] Initial commit for the llvm-dsymutil tool.
Frederic Riss
- [PATCH] Insert random NOPs to increase security against ROP attacks (llvm)
Stephen Crane
- [PATCH] Insert random NOPs to increase security against ROP attacks (llvm)
Stephen Crane
- [PATCH] Insert random NOPs to increase security against ROP attacks (llvm)
JF Bastien
- [PATCH] InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
Sanjay Patel
- [PATCH] IR: Make MDNode::dump() useful by adding addresses
Duncan P. N. Exon Smith
- [PATCH] libc++ tests: wait_until.pass test sporadically fails (bug 21998)
Oleg Ranevskyy
- [PATCH] libc++ tests: wait_until.pass test sporadically fails (bug 21998)
Marshall Clow
- [PATCH] Linker: Replace overridden subprograms
Duncan P. N. Exon Smith
- [PATCH] Linker: Replace overridden subprograms
Rafael Espíndola
- [PATCH] Linker: Replace overridden subprograms
David Blaikie
- [PATCH] Linker: Replace overridden subprograms
Rafael Espíndola
- [PATCH] Linker: Replace overridden subprograms
David Blaikie
- [PATCH] Linker: Replace overridden subprograms
Rafael Espíndola
- [PATCH] Linker: Replace overridden subprograms
David Blaikie
- [PATCH] Linker: Replace overridden subprograms
Duncan P. N. Exon Smith
- [PATCH] Linker: Replace overridden subprograms
David Blaikie
- [PATCH] Linker: Replace overridden subprograms
Rafael Espíndola
- [PATCH] Linker: Replace overridden subprograms
David Blaikie
- [PATCH] Linker: Replace overridden subprograms
Duncan P. N. Exon Smith
- [PATCH] Linker: Replace overridden subprograms
David Blaikie
- [PATCH] Linker: Replace overridden subprograms
Rafael Espíndola
- [PATCH] Linker: Replace overridden subprograms
Duncan P. N. Exon Smith
- [PATCH] Linker: Replace overridden subprograms
Duncan P. N. Exon Smith
- [PATCH] Linker: Replace overridden subprograms
David Blaikie
- [PATCH] Linker: Replace overridden subprograms
Rafael Espíndola
- [PATCH] Linker: Replace overridden subprograms
Duncan P. N. Exon Smith
- [PATCH] Linker: Replace overridden subprograms
Duncan P. N. Exon Smith
- [PATCH] Linker: Replace overridden subprograms
David Blaikie
- [PATCH] Linker: Replace overridden subprograms
Rafael Espíndola
- [PATCH] Linker: Replace overridden subprograms
Duncan P. N. Exon Smith
- [PATCH] Linker: Replace overridden subprograms
Rafael Espíndola
- [PATCH] Linker: Replace overridden subprograms
Duncan P. N. Exon Smith
- [PATCH] Load Widened by GVN not Vectorized by SLPVectorizer
Karthik Bhat
- [PATCH] Load Widened by GVN not Vectorized by SLPVectorizer
James Molloy
- [PATCH] LowerSwitch: replace unreachable default with popular case destination
Hans Wennborg
- [PATCH] LowerSwitch: replace unreachable default with popular case destination
Hans Wennborg
- [PATCH] LTO: Lazily load modules that are used for parsing symbols
Duncan P. N. Exon Smith
- [PATCH] LTO: Lazily load modules that are used for parsing symbols
Rafael Espíndola
- [PATCH] LTO: Lazily load modules that are used for parsing symbols
Duncan P. N. Exon Smith
- [PATCH] Make DIE.h a public CodeGen header.
Frederic Riss
- [PATCH] Make musttail more robust for vector types on x86
Reid Kleckner
- [PATCH] Make musttail more robust for vector types on x86
David Majnemer
- [PATCH] merge consecutive loads that are offset from a base address (PR21771)
Sanjay Patel
- [PATCH] merge consecutive loads that are offset from a base address (PR21771)
hfinkel at anl.gov
- [PATCH] merge consecutive loads that are offset from a base address (PR21771)
Sanjay Patel
- [PATCH] merge consecutive loads that are offset from a base address (PR21771)
Sanjay Patel
- [PATCH] merge consecutive stores of extracted vector elements (PR21711)
Sanjay Patel
- [PATCH] merge consecutive stores of extracted vector elements (PR21711)
Sanjay Patel
- [PATCH] Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [PATCH] Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [PATCH] Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Demikhovsky, Elena
- [PATCH] Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Michael Liao
- [PATCH] Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [PATCH] Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [PATCH] Move lowerConstant to AsmPrinter instead of static
Matt Arsenault
- [PATCH] New method SDep::isMemory() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
- [PATCH] New method SDep::isMemory() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
- [PATCH] New pass: inductive range check elimination
Sanjoy Das
- [PATCH] Outline functions for SEH with the MSVC environment
Andy Kaylor
- [PATCH] Prevent the creation of empty location list ranges.
Frederic Riss
- [PATCH] R600/SI: Add intrinsic for class instructions
Matt Arsenault
- [PATCH] R600/SI: Use VOP2 K instructions
Matt Arsenault
- [PATCH] R600: Implement getRsqrtEstimate
Matt Arsenault
- [PATCH] Random Number Generator Refactoring (removing from Module)
Stephen Crane
- [PATCH] Random Number Generator Refactoring (removing from Module)
JF Bastien
- [PATCH] Random Number Generator Refactoring (removing from Module)
JF Bastien
- [PATCH] Random Number Generator Refactoring (removing from Module)
Stephen Crane
- [PATCH] Random Number Generator Refactoring (removing from Module)
Stephen Crane
- [PATCH] Random Number Generator Refactoring (removing from Module)
JF Bastien
- [PATCH] Refactor sanitizer build scripts.
Sergey Matveev
- [PATCH] Refactor sanitizer build scripts.
Evgeniy Stepanov
- [PATCH] Refactor sanitizer build scripts.
Sergey Matveev
- [PATCH] Refactor sanitizer build scripts.
Sergey Matveev
- [PATCH] Refactor sanitizer build scripts.
Sergey Matveev
- [PATCH] Refine the notion of MayThrow in LICM to include a header specific version
Philip Reames
- [PATCH] Refine the notion of MayThrow in LICM to include a header specific version
Philip Reames
- [PATCH] Scalarizer for masked vector intrinsics
Demikhovsky, Elena
- [PATCH] SimplifyCFG: don't remove unreachable defaults from switch instructions; exploit them instead!
Hans Wennborg
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Vaidas Gasiunas
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Andrew Trick
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Matthias Braun
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Andrew Trick
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Vaidas Gasiunas
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Quentin Colombet
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Matthias Braun
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Matthias Braun
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Quentin Colombet
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Matthias Braun
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Gasiunas, Vaidas
- [PATCH] Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
Erik Eckstein
- [PATCH] Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
Erik Eckstein
- [PATCH] Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
Michael Gottesman
- [PATCH] Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
Erik Eckstein
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations that provably don't overflow.
Sanjoy Das
- [PATCH] Teach ScalarEvolution to exploit min and max expressions.
Sanjoy Das
- [patch] Update the cmake python version check
Rafael Espíndola
- [patch] Update the cmake python version check
Jonathan Roelofs
- [patch] Update the cmake python version check
Rafael Espíndola
- [PATCH] use -0.0 when creating an fneg instruction
Sanjay Patel
- [PATCH] use -0.0 when creating an fneg instruction
Chris Lattner
- [PATCH] use -0.0 when creating an fneg instruction
Sanjay Patel
- [PATCH] use -0.0 when creating an fneg instruction
Sanjay Patel
- [PATCH] Using Masked Load / Store intrinsics in Loop Vectorizer
Michael Zolotukhin
- [PATCH] x86-32: PUSHF/POPF use/def EFLAGS
JF Bastien
- [PATCH] x86-32: PUSHF/POPF use/def EFLAGS
Tim Northover
- [PATCH] x86-32: PUSHF/POPF use/def EFLAGS
JF Bastien
- [PATCH] x86-32: PUSHF/POPF use/def EFLAGS
JF Bastien
- [PATCH] x86: Emit LOCK prefix after DATA16
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
Tim Northover
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
Jan Voung
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [Patches][RFC] What to do about bitcode streaming.
Rafael Espíndola
- [Patches][RFC] What to do about bitcode streaming.
Duncan P. N. Exon Smith
- [Patches][RFC] What to do about bitcode streaming.
Rafael Espíndola
- [Patches][RFC] What to do about bitcode streaming.
JF Bastien
- [Patches][RFC] What to do about bitcode streaming.
Rafael Espíndola
- [Patches][RFC] What to do about bitcode streaming.
Jan Voung
- [PATCHES] R600/SI: VI fixes
Marek Olšák
- [polly] r224269 - Run upgrade script from PR21532 to match LLVM changes
Duncan P. N. Exon Smith
- [polly] r224280 - Hand-modify a testcase (still PR21532)
Duncan P. N. Exon Smith
- [polly] r224459 - Dead code elimination: Update dependences after eliminating code
Tobias Grosser
- [polly] r224584 - (diagnostics) Fix typo.
Andreas Simbuerger
- [polly] r224591 - (diagnostics) fix typo in test...
Andreas Simbuerger
- [poolalloc] r224363 - Update IR test cases to new metadata format.
Will Dietz
- [RFC v2] BPF backend
Alexei Starovoitov
- [test-suite] r224573 - Merging r218054:
Daniel Sanders
- [test-suite] r224632 - Creating release candidate rc2 from release_351 branch
Tom Stellard
- [UBSan] Proposed Sphynx documentation page for UndefinedBehaviorSanitizer
Morrison, Michael
- [UBSan] Proposed Sphynx documentation page for UndefinedBehaviorSanitizer
Sean Silva
- [www] r224336 - Add skeleton for Euro LLVM 2015 conference
Tobias Grosser
- [www] r224436 - Post 3.6 release schedule
Hans Wennborg
- [zorg] r224296 - Fully qualified path would work better.
Galina Kistanova
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
Sergey Matveev
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
Kostya Serebryany
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
Kostya Serebryany
- [zorg] r224457 - Enabled two stage testing on the clang-native-aarch64 builder.
Galina Kistanova
- [zorg] r224484 - Add check-asan-dynamic step to sanitizer buildbot
Alexey Samsonov
- [zorg] r224520 - Refactor sanitizer build scripts.
Sergey Matveev
- [zorg] r224579 - Attempt to fix sanitizer-x86_64-linux-fast.
Sergey Matveev
- Benchmarking file output strategies
Rafael Espíndola
- Benchmarking file output strategies
Sean Silva
- Benchmarking file output strategies
Rafael Espíndola
- Benchmarking file output strategies
Sean Silva
- Benchmarking file output strategies
David Majnemer
- Benchmarking file output strategies
Rafael Espíndola
- Benchmarking file output strategies
Rafael Espíndola
- Benchmarking file output strategies
Rafael Espíndola
- Clarify SCEV code which handle powers of 2
Mark Heffernan
- Clarify SCEV code which handle powers of 2
Andrew Trick
- Clarify SCEV code which handle powers of 2
Mark Heffernan
- Commit 224302 is broken on ARM
Renato Golin
- Commit 224302 is broken on ARM
Kevin Enderby
- Commit 224302 is broken on ARM
Kevin Enderby
- Commit 224302 is broken on ARM
Renato Golin
- Commit 224302 is broken on ARM
Kevin Enderby
- Commit 224302 is broken on ARM
Renato Golin
- De-pessimize ScalarEvolution's handling of nsw/nuw?
Philip Reames
- De-pessimize ScalarEvolution's handling of nsw/nuw?
Sanjoy Das
- De-pessimize ScalarEvolution's handling of nsw/nuw?
Sanjoy Das
- De-pessimize ScalarEvolution's handling of nsw/nuw?
Andrew Trick
- De-pessimize ScalarEvolution's handling of nsw/nuw?
Jingyue Wu
- Enable two stage testing on the clang-native-aarch64 builder
Renato Golin
- Enable two stage testing on the clang-native-aarch64 builder
Galina Kistanova
- Enable two stage testing on the clang-native-aarch64 builder
Galina Kistanova
- Enable two stage testing on the clang-native-aarch64 builder
Gabor Ballabas
- Fwd: [PATCH] Encode native floating point types in data layout string.
Cameron Esfahani
- isSubroutineType does not test for isCompositeType
David Blaikie
- isSubroutineType does not test for isCompositeType
Yaron Keren
- LLVM buildmaster will be restarted today after 6 PM Pacific time today
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific time today
Galina Kistanova
- New buildbot running the ABI Testsuite
Galina Kistanova
- New Iteration of subregister liveness patches
Matthias Braun
- PATCH: Target.td: Allow target specific operand types
Tom Stellard
- PATCHES: R600/SI: Remove SelectionDAG operand folding
Tom Stellard
- PATCHES: R600/SI: Remove SelectionDAG operand folding
Matt Arsenault
- r224351 causing crashes while building ICU
Reid Kleckner
- r224351 causing crashes while building ICU
Reid Kleckner
- r224351 causing crashes while building ICU
Reid Kleckner
- r224351 causing crashes while building ICU
Quentin Colombet
- r224351 causing crashes while building ICU
Quentin Colombet
- r224353: [asan] new flag: hard_rss_limit_mb
Kuba Brecka
- r224353: [asan] new flag: hard_rss_limit_mb
Kostya Serebryany
- r224389: Linker: Drop superseded subprograms
Duncan P. N. Exon Smith
- Remove redundant checks added by loop unrolling
Philip Reames
- Running ASan tests on AArch64
Christophe Lyon
- Running ASan tests on AArch64
Kostya Serebryany
- Running ASan tests on AArch64
Christophe Lyon
- Subject: r223862 - caused regressions in internal tests
Richard Barton
- Subject: r223862 - caused regressions in internal tests
Ahmed Bougacha
- Wrong value for sext i1 true in BasicAliasAnalysis
Nicholas White
- Wrong value for sext i1 true in BasicAliasAnalysis
Hal Finkel
- Wrong value for sext i1 true in BasicAliasAnalysis
Nicholas White
- Wrong value for sext i1 true in BasicAliasAnalysis
Nicholas White
- Wrong value for sext i1 true in BasicAliasAnalysis
Hal Finkel
- Wrong value for sext i1 true in BasicAliasAnalysis
Andrew Trick
- Wrong value for sext i1 true in BasicAliasAnalysis
Nicholas White
- Wrong value for sext i1 true in BasicAliasAnalysis
Andrew Trick
Last message date:
Sun Dec 21 22:58:03 PST 2014
Archived on: Tue Aug 4 17:12:06 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).