The Week Of Monday 20 May 2013 Archives by subject
Starting: Mon May 20 00:29:22 PDT 2013
Ending: Sun May 26 19:06:40 PDT 2013
Messages: 810
- [compiler-rt] r182005 - [asan] symbolize when possible, even if ASAN_SYMBOLIZER_PATH is not provided. On Linux this will use dl_iterate_phdr instead of /proc/self/maps, even if the symbolizer is not installed
Alexander Potapenko
- [compiler-rt] r182198 - Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.cc
Kostya Serebryany
- [compiler-rt] r182234 - [sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be later replaced with a more memory-efficient implementation on 64-bit.
Kostya Serebryany
- [compiler-rt] r182238 - [ASan] Remove an unused ChunkBase field
Timur Iskhodzhanov
- [compiler-rt] r182245 - [lsan] Allocator for standalone LSan.
Sergey Matveev
- [compiler-rt] r182246 - [lsan] Thread registry for standalone LSan.
Sergey Matveev
- [compiler-rt] r182247 - [lsan] Interceptors for standalone LSan.
Sergey Matveev
- [compiler-rt] r182248 - [lsan] Standalone LSan initialization.
Sergey Matveev
- [compiler-rt] r182249 - [lsan] Common leak checking module.
Sergey Matveev
- [compiler-rt] r182250 - [lsan] Tests for LeakSanitizer.
Sergey Matveev
- [compiler-rt] r182251 - [lsan] CMakeLists and lit test configs for LSan.
Sergey Matveev
- [compiler-rt] r182252 - [asan] Modify ASan metadata atomically.
Sergey Matveev
- [compiler-rt] r182255 - Fix realloc'ing freed/invalid pointers
Timur Iskhodzhanov
- [compiler-rt] r182256 - [lsan] GetUserBegin() in LSan.
Sergey Matveev
- [compiler-rt] r182259 - [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appending the __DARWIN_ALIAS() version suffixes to function names on Darwin.
Alexander Potapenko
- [compiler-rt] r182260 - [Sanitizer] Build sanitizer runtimes with debug info in Makefile build
Alexey Samsonov
- [compiler-rt] r182261 - [ASan] Nuke build of static ASan runtime on Mac OS
Alexey Samsonov
- [compiler-rt] r182267 - [lsan] Fix r182256.
Sergey Matveev
- [compiler-rt] r182272 - Build LSan on x86_64 only if this target is supported
Alexey Samsonov
- [compiler-rt] r182276 - [nolibc] Make GetArgsAndEnv libc-independent.
Peter Collingbourne
- [compiler-rt] r182292 - [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcdep.cc.
Peter Collingbourne
- [compiler-rt] r182303 - [nolibc] Move GetPageSize to the individual platforms.
Peter Collingbourne
- [compiler-rt] r182303 - [nolibc] Move GetPageSize to the individual platforms.
Kostya Serebryany
- [compiler-rt] r182303 - [nolibc] Move GetPageSize to the individual platforms.
Kostya Serebryany
- [compiler-rt] r182303 - [nolibc] Move GetPageSize to the individual platforms.
Peter Collingbourne
- [compiler-rt] r182351 - [sanitizer] fix asan on the platforms where the page size is not a compile-time constant (or at least where EXEC_PAGESIZE may not be trustworthy), e.g. powerpc64.
Kostya Serebryany
- [compiler-rt] r182353 - [sanitizer] Intercept pthread_getschedparam.
Evgeniy Stepanov
- [compiler-rt] r182354 - tsan: detect when a thread ends with ignores enabled
Dmitry Vyukov
- [compiler-rt] r182354 - tsan: detect when a thread ends with ignores enabled
Kostya Serebryany
- [compiler-rt] r182354 - tsan: detect when a thread ends with ignores enabled
Dmitry Vyukov
- [compiler-rt] r182355 - Add lit config feature <target>-supported-target to mark target-specific tests
Alexey Samsonov
- [compiler-rt] r182359 - [msan] Replace GetArgv hack with something that is slightly better.
Evgeniy Stepanov
- [compiler-rt] r182360 - [ASan] Mark some tests as working only on x86_64 and i386 arches
Alexey Samsonov
- [compiler-rt] r182361 - [sanitizer] Enable pthread_getschedparam interceptor on Android.
Evgeniy Stepanov
- [compiler-rt] r182363 - [ASan] Don't run fast unwinder tests on 32-bit Linux as fast unwinder may be unexpectedly smart on some hosts
Alexey Samsonov
- [compiler-rt] r182365 - [ASan] Mark init-order test as XFAIL on Darwin
Alexey Samsonov
- [compiler-rt] r182366 - [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcdep.cc.
Peter Collingbourne
- [compiler-rt] r182369 - [nolibc] Move stoptheworld to RTSanitizerCommonLibc.
Peter Collingbourne
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Peter Collingbourne
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Timur Iskhodzhanov
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Kostya Serebryany
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Peter Collingbourne
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Alexey Samsonov
- [compiler-rt] r182374 - [Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for some reason
Alexey Samsonov
- [compiler-rt] r182376 - [lsan] LSan in LD_PRELOAD library form.
Sergey Matveev
- [compiler-rt] r182378 - [asan] LSan hooks in asan_thread.cc
Sergey Matveev
- [compiler-rt] r182379 - [asan] LSan hooks in asan_allocator2.cc
Sergey Matveev
- [compiler-rt] r182380 - [ASan] create default (empty) ASan blacklist file in resource directory
Alexey Samsonov
- [compiler-rt] r182382 - [MSan] Add empty default blacklist for MSan
Alexey Samsonov
- [compiler-rt] r182383 - [lsan] Change CMakeLists to build the common LSan module for ASan.
Sergey Matveev
- [compiler-rt] r182384 - [asan] LSan hooks in asan_rtl.
Sergey Matveev
- [compiler-rt] r182384 - [asan] LSan hooks in asan_rtl.
Hans Wennborg
- [compiler-rt] r182384 - [asan] LSan hooks in asan_rtl.
Alexey Samsonov
- [compiler-rt] r182389 - [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.
Sergey Matveev
- [compiler-rt] r182399 - [lsan] Invoke leak detection with atexit().
Sergey Matveev
- [compiler-rt] r182420 - Add atomic.c back to the builtins module sources lists (for Makefile build).
Daniel Dunbar
- [compiler-rt] r182435 - <rdar://problem/13806954> enable __atomic_* functions for Darwin
Nick Kledzik
- [compiler-rt] r182453 - Add atomic.c to CMake build of compiler-rt to match r182420
Alexey Samsonov
- [compiler-rt] r182456 - [asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM kill). Also, disable swapcontext_test on non-x86. Fix lint
Kostya Serebryany
- [compiler-rt] r182461 - [asan] fix dlclose-test to work with non-4K pages. Properly disable interface_symbols_linux on non-x86
Kostya Serebryany
- [compiler-rt] r182462 - [asan] attempting to fix the debian bot (on ubuntu the test builds; on debian it complains that _SC_PAGESIZE is unknown)
Kostya Serebryany
- [compiler-rt] r182463 - [asan] enhance stack-overflow.cc test: check that the location frame is properly symbolized
Kostya Serebryany
- [compiler-rt] r182465 - [ASan] Temporary remove leak checking from ASan, while we don't have makefile-based build for LSan
Alexey Samsonov
- [compiler-rt] r182466 - [msan] getaddrinfo & nested interceptor support.
Evgeniy Stepanov
- [compiler-rt] r182469 - [sanitizer] Fix Mac build.
Evgeniy Stepanov
- [compiler-rt] r182470 - Revert r182465 and add lsan-common library to makefile-based build
Alexey Samsonov
- [compiler-rt] r182473 - [sanitizer] Fix Android build.
Evgeniy Stepanov
- [compiler-rt] r182475 - [msan] Intercept getsockname.
Evgeniy Stepanov
- [compiler-rt] r182477 - [asan] fix the reported PCs for powerpc64
Kostya Serebryany
- [compiler-rt] r182478 - Effectively revert r182453 - atomic.c may not be compiled if host compiler doesn't understand _Atomic
Alexey Samsonov
- [compiler-rt] r182479 - [sanitizer] Fix Android build.
Evgeniy Stepanov
- [compiler-rt] r182481 - [sanitizer] Fix Mac build one more time.
Evgeniy Stepanov
- [compiler-rt] r182563 - Performance improvement.
Bill Wendling
- [compiler-rt] r182563 - Performance improvement.
Evgeniy Stepanov
- [compiler-rt] r182563 - Performance improvement.
Bill Wendling
- [compiler-rt] r182563 - Performance improvement.
Benjamin Kramer
- [compiler-rt] r182563 - Performance improvement.
Bill Wendling
- [compiler-rt] r182567 - [ASan] Rename __asan_preinit to __local_asan_preinit to avoid warnings from the linker which is trying to export all the __asan_* symbols
Alexander Potapenko
- [compiler-rt] r182571 - [lsan] Ensure lsan is initialized when interceptors are called.
Sergey Matveev
- [compiler-rt] r182573 - [sanitizer] Interceptors for gethostbyname and friends.
Evgeniy Stepanov
- [compiler-rt] r182574 - [sanitizer] Intercept getsockopt.
Evgeniy Stepanov
- [compiler-rt] r182575 - [ASan] Rename a atomic_compare_exchange_strong parameter to avoid a compiler warning
Timur Iskhodzhanov
- [compiler-rt] r182576 - [sanitizer] Fix Windows build.
Evgeniy Stepanov
- [compiler-rt] r182578 - [msan] Fix line >80 chars.
Evgeniy Stepanov
- [compiler-rt] r182579 - [ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every platform except Linux (because we don't support sandboxing anywhere else yet)
Alexander Potapenko
- [compiler-rt] r182580 - [tsan] Remove -Wgnu from Makefile.old.
Evgeniy Stepanov
- [compiler-rt] r182582 - [TSan] Try to fix the Go-TSan build.
Alexander Potapenko
- [compiler-rt] r182583 - [lsan] Add lit test support.
Sergey Matveev
- [compiler-rt] r182598 - Add 'mode' parameter when using 'O_CREAT'. Thanks to Evgeniy for pointing this out.
Bill Wendling
- [compiler-rt] r182599 - Don't override 'mode' and cleanup some variable names.
Bill Wendling
- [compiler-rt] r182637 - Disable init-order checking before destructors are run.
Alexey Samsonov
- [compiler-rt] r182641 - [lsan] Add exitcode flag. Kill the process if leaks are found.
Sergey Matveev
- [compiler-rt] r182646 - [lsan] Prettify LSan reports and add a summary.
Sergey Matveev
- [compiler-rt] r182648 - [lsan] Minor adjustments to LSan messages.
Sergey Matveev
- [compiler-rt] r182657 - [lsan] Allow the ignored TLS range to be empty.
Sergey Matveev
- [compiler-rt] r182665 - <rdar://problem/12512722> Use arm divide instruction if available
Nick Kledzik
- [dragonegg] r182236 - Get the pass management logic mostly compiling with gcc-4.8.
Duncan Sands
- [dragonegg] r182239 - The plugin won't execute properly with gcc before 4.8 if an rtl pass is used
Duncan Sands
- [dragonegg] r182240 - More gcc-4.8 work. I forgot to mention before that most of these patches are by
Duncan Sands
- [dragonegg] r182241 - Use a more appropriate name now that these are no longer *cgraph* asm nodes.
Duncan Sands
- [dragonegg] r182242 - In gcc-4.8, execute_free_datastructures was inlined into its user and removed.
Duncan Sands
- [dragonegg] r182243 - Arrange for the gcc-4.8 iteration style to work with earlier versions of gcc too
Duncan Sands
- [dragonegg] r182244 - The mechanism for outputing ident strings changed in gcc-4.8.
Duncan Sands
- [dragonegg] r182258 - Initialize the debug location in a way that works for all gcc versions.
Duncan Sands
- [dragonegg] r182262 - Use accessor macros to get at BINFO so this code compiles with all gcc versions.
Duncan Sands
- [dragonegg] r182271 - Disable this compile time optimization when using gcc-4.8 since otherwise it
Duncan Sands
- [dragonegg] r182273 - Functions are no longer allowed to alias globals (and vice versa) in gcc-4.8.
Duncan Sands
- [dragonegg] r182275 - Like gcc-4.7, gcc-4.8 uses the optimal alignment rather than the maximal
Duncan Sands
- [dragonegg] r182277 - Like for gcc-4.7, this test is not relevant to gcc-4.8.
Duncan Sands
- [dragonegg] r182391 - Port bitfield fixes from mainline.
Duncan Sands
- [dragonegg] r182392 - Port debug info fixes from mainline.
Duncan Sands
- [dragonegg] r182393 - Port gcc-4.8 support from mainline.
Duncan Sands
- [dragonegg] r182459 - More IEEE 128 floating point testcases that now pass.
Duncan Sands
- [dragonegg] r182548 - Creating release candidate rc2 from release_33 branch
Bill Wendling
- [dragonegg] r182565 - In very obscure circumstances GCC creates a basic type with no name. Just make
Duncan Sands
- [dragonegg] r182566 - Port fix for crash creating debug info for nameless types from mainline.
Duncan Sands
- [dragonegg] r182581 - Fix the build after recent DIBuilder changes and try another approach to
Duncan Sands
- [dragonegg] r182591 - Add support for the iround builtin, which gfortran-4.8 generates.
Duncan Sands
- [dragonegg] r182593 - Backport iround support from mainline.
Duncan Sands
- [dragonegg] r182630 - More IEEE 128 bit floating point tests that now pass.
Duncan Sands
- [dragonegg] r182633 - Mark these tests as XFAIL while waiting for SROA to be fixed.
Duncan Sands
- [dragonegg] r182635 - If the gcc version is 4.7 or less and IDENT_ASM_OP is undefined then
Duncan Sands
- [dragonegg] r182649 - Yet another IEEE 128 bit floating point test that now passes.
Duncan Sands
- [dragonegg] r182652 - Set these codegen options in the same order as in clang, to make it easier to
Duncan Sands
- [dragonegg] r182654 - Enable the loop vectorizer.
Duncan Sands
- [dragonegg] r182663 - Enable fast math IR optimizations when passed -ffast-math.
Duncan Sands
- [dragonegg] r182705 - Add support for __builtin_init_heap_trampoline, fixing PR16015. While there,
Duncan Sands
- [dragonegg] r182707 - Force SSE on so that the vectorizer will do something on 32 bit platforms.
Duncan Sands
- [lld] r182077 - [lld][ELF][All Archs] Addend is used by dynamic relocations
Rafael Espíndola
- [lld] r182230 - [lld][ELF][x86_64, hexagon] Changed dynamic atoms to live in anonymous namespace
Rafael Espíndola
- [lld] r182230 - [lld][ELF][x86_64, hexagon] Changed dynamic atoms to live in anonymous namespace
Shankar Easwaran
- [lld] r182230 - [lld][ELF][x86_64, hexagon] Changed dynamic atoms to live in anonymous namespace
Rafael Espíndola
- [lld] r182230 - [lld][ELF][x86_64, hexagon] Changed dynamic atoms to live in anonymous namespace
Shankar Easwaran
- [lld] r182410 - [lld] Update a test file for r180209.
Rui Ueyama
- [lld] r182427 - [lld][ELF] Inline header files into the one file using it
Shankar Easwaran
- [lld] r182427 - [lld][ELF] Inline header files into the one file using it
Rafael Espíndola
- [lld] r182494 - [lld][LayoutPass] An earlier commit moved the functionality so that Atoms would
Shankar Easwaran
- [lld] r182494 - [lld][LayoutPass] An earlier commit moved the functionality so that Atoms would
Rui Ueyama
- [lld] r182494 - [lld][LayoutPass] An earlier commit moved the functionality so that Atoms would
Shankar Easwaran
- [lld] r182515 - [lld] Fix wrong content permission bit.
Rui Ueyama
- [lld] r182543 - [lld][LayoutPass] Consolidate debug flags, removing "layout" flag.
Rui Ueyama
- [lld] r182595 - [lld][LayoutPass] Add comment on _followOn{Nexts, Roots}.
Rui Ueyama
- [lld] r182697 - Use new version of countLeadingZeros.
Michael J. Spencer
- [lld] r182709 - Fix indentation.
Rui Ueyama
- [lld] r182714 - Remove unreachable statement.
Rui Ueyama
- [lld] r182721 - [PECOFF] Skip section names in the symbol table because they are not atoms.
Rui Ueyama
- [llvm-commits] [compiler-rt] r154583 - /compiler-rt/trunk/lib/Makefile.mk
Daniel Dunbar
- [llvm-commits] [compiler-rt] r154583 - /compiler-rt/trunk/lib/Makefile.mk
Alexey Samsonov
- [llvm-commits] [compiler-rt] r154583 - /compiler-rt/trunk/lib/Makefile.mk
Daniel Dunbar
- [llvm-commits] [compiler-rt] r154583 - /compiler-rt/trunk/lib/Makefile.mk
Alexey Samsonov
- [llvm-commits] [llvm] r165067 - in /llvm/trunk/lib/Target/Mips: CMakeLists.txt MCTargetDesc/CMakeLists.txt MCTargetDesc/MipsDirectObjLower.cpp MCTargetDesc/MipsDirectObjLower.h MCTargetDesc/MipsMCCodeEmitter.cpp MipsAsmPrinter.cpp MipsDirectObjLower.cpp MipsDirectObjLower.h
Rafael Espíndola
- [llvm-commits] [PATCH] [typo] MingW to MinGW
Rafael Espíndola
- [llvm] r175092 - Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
Rafael Espíndola
- [llvm] r175092 - Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
Nick Lewycky
- [llvm] r181363 - MCStreamer: Also clear vector of W64UnwindInfos on reset().
Bill Wendling
- [llvm] r181366 - Fix a bug in the MC asm parser evaluating expressions. It was treating:
Bill Wendling
- [llvm] r181463 - Add line tracking support to FormattedStream
Chris Lattner
- [llvm] r181463 - Add line tracking support to FormattedStream
Malea, Daniel
- [llvm] r181463 - Add line tracking support to FormattedStream
Chris Lattner
- [llvm] r181466 - Pull up AssemblyWriter interface into header to allow subclassing
Chris Lattner
- [llvm] r181466 - Pull up AssemblyWriter interface into header to allow subclassing
Malea, Daniel
- [llvm] r181466 - Pull up AssemblyWriter interface into header to allow subclassing
Chris Lattner
- [llvm] r181466 - Pull up AssemblyWriter interface into header to allow subclassing
Malea, Daniel
- [llvm] r181466 - Pull up AssemblyWriter interface into header to allow subclassing
Chris Lattner
- [llvm] r181706 - Remove unused fields and arguments.
Tom Stellard
- [llvm] r181706 - Remove unused fields and arguments.
Bill Wendling
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Eric Christopher
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Eric Christopher
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Eric Christopher
- [llvm] r182038 - DAGCombine: Also shrink eq compares where the constant is exactly as large as the smaller type.
Kostya Serebryany
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
David Fang
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
David Fang
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
David Fang
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
David Fang
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
David Fang
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
David Fang
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
Rafael Espíndola
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
David Fang
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
- [llvm] r182113 - R600: Fix encoding for R600 family GPUs
NAKAMURA Takumi
- [llvm] r182122 - R600: Factorize Fetch size limit inside AMDGPUSubTarget
Renato Golin
- [llvm] r182122 - R600: Factorize Fetch size limit inside AMDGPUSubTarget
Vincent Lejeune
- [llvm] r182169 - Convert obj2yaml to use yamlio.
Rafael Espíndola
- [llvm] r182219 - [Sparc] Rearrange integer registers' allocation order so that register allocator will use I and G registers before using L and O registers.
Jakob Stoklund Olesen
- [llvm] r182219 - [Sparc] Rearrange integer registers' allocation order so that register allocator will use I and G registers before using L and O registers.
Venkatraman Govindaraju
- [llvm] r182233 - Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
Bob Wilson
- [llvm] r182233 - Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
Ulrich Weigand
- [llvm] r182235 - Disable remote MCJIT on pre-v6 ARM
Renato Golin
- [llvm] r182237 - PR15868 fix.
Stepan Dyatkovskiy
- [llvm] r182253 - [NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need to use .u8 for i1 parameters for kernels.
Justin Holewinski
- [llvm] r182254 - [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputs
Justin Holewinski
- [llvm] r182257 - Enable pod-like optimizations for pred and succ iterators.
Benjamin Kramer
- [llvm] r182274 - [SystemZ] Add long branch pass
Richard Sandiford
- [llvm] r182274 - [SystemZ] Add long branch pass
Rafael Espíndola
- [llvm] r182274 - [SystemZ] Add long branch pass
Richard Sandiford
- [llvm] r182274 - [SystemZ] Add long branch pass
Rafael Espíndola
- [llvm] r182279 - Q registers are encoded in fields of the same length as D registers. As Q registers are half as many, the ARM reference manual mandates the least significant bit to be zeroed out. Failure to do so should result in an undefined instruction. With this change test/MC/Disassembler/ARM/invalid-VQADD-arm.txt is passing (removed XFAIL).
Mihai Popa
- [llvm] r182281 - VSTn instructions have a number of encoding constraints which are not implemented. I have added these using wrapper methods around the original custom decoder (incidentally - this is a huge poorly written method that should be cleaned up. I have left it as is since the changes would be much to hard to review).
Mihai Popa
- [llvm] r182282 - R600/SI: Make fitsRegClass() operands const
Tom Stellard
- [llvm] r182283 - R600/SI: Use the same names for VOP3 operands and encoding fields
Tom Stellard
- [llvm] r182284 - R600/SI: Add patterns for 64-bit shift operations
Tom Stellard
- [llvm] r182285 - R600: Swap the legality of rotl and rotr
Tom Stellard
- [llvm] r182286 - R600/SI: Add pattern for rotr
Tom Stellard
- [llvm] r182287 - R600/SI: Add a pattern for S_LOAD_DWORDX2_* instructions
Tom Stellard
- [llvm] r182288 - R600/SI: Use a multiclass for MUBUF_Load_Helper
Tom Stellard
- [llvm] r182291 - R600: Fix rotr.ll on non-asserts builds
Tom Stellard
- [llvm] r182293 - R600: Fix bug detected by GCC warning.
Benjamin Kramer
- [llvm] r182293 - R600: Fix bug detected by GCC warning.
Matt Beaumont-Gay
- [llvm] r182293 - R600: Fix bug detected by GCC warning.
Benjamin Kramer
- [llvm] r182295 - Add a PPCCTRLoops verification pass
Hal Finkel
- [llvm] r182296 - Rename PPC MTCTRse to MTCTRloop
Hal Finkel
- [llvm] r182297 - [NVPTX] Add programmatic interface to NVVMReflect pass
Justin Holewinski
- [llvm] r182298 - [NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a symbol name error in the output PTX.
Justin Holewinski
- [llvm] r182299 - Expose InsertPreheaderForLoop from LoopSimplify to other passes
Hal Finkel
- [llvm] r182299 - Expose InsertPreheaderForLoop from LoopSimplify to other passes
Chris Lattner
- [llvm] r182299 - Expose InsertPreheaderForLoop from LoopSimplify to other passes
Hal Finkel
- [llvm] r182299 - Expose InsertPreheaderForLoop from LoopSimplify to other passes
Andrew Trick
- [llvm] r182299 - Expose InsertPreheaderForLoop from LoopSimplify to other passes
Chris Lattner
- [llvm] r182299 - Expose InsertPreheaderForLoop from LoopSimplify to other passes
Hal Finkel
- [llvm] r182300 - Remove copied preheader insertion logic from PPCCTRLoops
Hal Finkel
- [llvm] r182306 - [mips] Trap on integer division by zero.
Akira Hatanaka
- [llvm] r182306 - [mips] Trap on integer division by zero.
Richard Sandiford
- [llvm] r182306 - [mips] Trap on integer division by zero.
Akira Hatanaka
- [llvm] r182307 - [mips] Add (setne $lhs, 0) instruction selection pattern.
Akira Hatanaka
- [llvm] r182308 - add polly to check-all
Sebastian Pop
- [llvm] r182314 - Rename LoopSimplify.h to LoopUtils.h
Hal Finkel
- [llvm] r182315 - Remove unused #include.
Bill Wendling
- [llvm] r182317 - No need to store the TargetMachine variable in this class.
Bill Wendling
- [llvm] r182321 - The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase like the other EH passes.
Bill Wendling
- [llvm] r182324 - [docs] Minor doc tweaks.
Daniel Dunbar
- [llvm] r182328 - PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
- [llvm] r182332 - LangRef.rst: Clarify how basic blocks without named label are handled.
Sean Silva
- [llvm] r182335 - Comment update: these things are called "configuration names" these days, not
Richard Smith
- [llvm] r182343 - Add some additional functions to the list of helper functions for
Reed Kotler
- [llvm] r182344 - Dwarf: use a single line table to generate assembly when .loc is used.
Manman Ren
- [llvm] r182347 - Add checks that the proper predeined stubs are being called to the test case.
Reed Kotler
- [llvm] r182348 - Add an md5 library derived from a public domain implementation for dwarf4
Eric Christopher
- [llvm] r182348 - Add an md5 library derived from a public domain implementation for dwarf4
Richard Smith
- [llvm] r182348 - Add an md5 library derived from a public domain implementation for dwarf4
Eric Christopher
- [llvm] r182348 - Add an md5 library derived from a public domain implementation for dwarf4
Bill Wendling
- [llvm] r182348 - Add an md5 library derived from a public domain implementation for dwarf4
Eric Christopher
- [llvm] r182349 - Add cmake bits for md5.
Eric Christopher
- [llvm] r182356 - Fix indentation
Richard Sandiford
- [llvm] r182357 - DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0) == 0.
Benjamin Kramer
- [llvm] r182358 - [SystemZ] Tighten branch tests
Richard Sandiford
- [llvm] r182364 - X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the smaller type.
Benjamin Kramer
- [llvm] r182364 - X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the smaller type.
Benjamin Kramer
- [llvm] r182364 - X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the smaller type.
Nadav Rotem
- [llvm] r182364 - X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the smaller type.
Bill Wendling
- [llvm] r182367 - Alternative fix for problem addressed in r182233
Ulrich Weigand
- [llvm] r182371 - Removed SSEPacked domain from all forms (AVX, SSE, signed, unsigned) scalar compare instructions, like COMISS, COMISD.
Elena Demikhovsky
- [llvm] r182375 - [msan] A no-op implementation of VarArg handling.
Evgeniy Stepanov
- [llvm] r182377 - removed commented lines
Elena Demikhovsky
- [llvm] r182385 - Fix PPC branch selection for counter-based branches
Hal Finkel
- [llvm] r182385 - Fix PPC branch selection for counter-based branches
Hal Finkel
- [llvm] r182385 - Fix PPC branch selection for counter-based branches
Bill Wendling
- [llvm] r182387 - Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
Justin Holewinski
- [llvm] r182387 - Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
Justin Holewinski
- [llvm] r182387 - Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
Bill Wendling
- [llvm] r182390 - Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.
Jyotsna Verma
- [llvm] r182394 - [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
Justin Holewinski
- [llvm] r182396 - [mips] Add instruction selection patterns for blez and bgez.
Akira Hatanaka
- [llvm] r182397 - [mips] Rename option to make it compatible with gcc.
Akira Hatanaka
- [llvm] r182401 - Regenerate configure.
Rafael Espindola
- [llvm] r182402 - Remove duplicated comment.
Benjamin Kramer
- [llvm] r182405 - Use std::list so that we have a stable iterator.
Rafael Espindola
- [llvm] r182407 - Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
- [llvm] r182407 - Put RTDyldMemoryManager into its own file, and make it linked into
Justin Holewinski
- [llvm] r182407 - Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
- [llvm] r182408 - Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
- [llvm] r182409 - Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
- [llvm] r182411 - Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
- [llvm] r182412 - Fix busted comment. This conditional include block used to be in SectionMemoryManager, but is now in RTDyldMemoryManager.
Filip Pizlo
- [llvm] r182415 - Roll out r182411 and 182412 because it's still broken.
Filip Pizlo
- [llvm] r182418 - Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
- [llvm] r182419 - Define BYTE_ORDER on Solaris.
Jakob Stoklund Olesen
- [llvm] r182424 - Be more specific and capitalize filenames.
Eric Christopher
- [llvm] r182430 - Mips16 does not use register scavenger from TargetRegisterInfo. It allocates
Reed Kotler
- [llvm] r182442 - Make R600 non-experimental.
Rafael Espindola
- [llvm] r182442 - Make R600 non-experimental.
Alexey Samsonov
- [llvm] r182443 - Fix warning in non-assert build.
Rafael Espindola
- [llvm] r182444 - s/u_int32_t/uint32_t/
Rafael Espindola
- [llvm] r182446 - Attempt to fix the mingw32 bot.
Rafael Espindola
- [llvm] r182447 - Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BUILD.
Rafael Espindola
- [llvm] r182448 - Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
- [llvm] r182450 - Create an FPOW SDNode opcode def in the target independent .td file rather than in a specific backend.
Owen Anderson
- [llvm] r182451 - R600: Whitespace and untabify.
NAKAMURA Takumi
- [llvm] r182452 - R600ISelLowering.cpp: Avoid "using namespace Intrinsic; " to appease MSC. Specify namespaces explicitly here.
NAKAMURA Takumi
- [llvm] r182452 - R600ISelLowering.cpp: Avoid "using namespace Intrinsic; " to appease MSC. Specify namespaces explicitly here.
Rafael Espíndola
- [llvm] r182454 - X86: Remove test instructions proceeding shift by immediate instructions
David Majnemer
- [llvm] r182460 - [SystemZ] Fix thinko in long branch pass
Richard Sandiford
- [llvm] r182464 - sync projects/sample's autohell.
Rafael Espindola
- [llvm] r182474 - [SystemZ] Rename PSW to CC
Richard Sandiford
- [llvm] r182480 - Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER.
Rafael Espindola
- [llvm] r182482 - Fix use after free (pr16103).
Rafael Espindola
- [llvm] r182485 - LoopVectorize: Make Value pointers that could be RAUW'ed a VH
Arnold Schwaighofer
- [llvm] r182485 - LoopVectorize: Make Value pointers that could be RAUW'ed a VH
Rafael Espíndola
- [llvm] r182485 - LoopVectorize: Make Value pointers that could be RAUW'ed a VH
Bill Wendling
- [llvm] r182486 - X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower halves as unsigned.
Benjamin Kramer
- [llvm] r182486 - X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower halves as unsigned.
Benjamin Kramer
- [llvm] r182486 - X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower halves as unsigned.
Bill Wendling
- [llvm] r182487 - [Support] Add StringMap::swap() and a default ctor for iterators
Reid Kleckner
- [llvm] r182490 - Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator
Chad Rosier
- [llvm] r182490 - Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator
Rafael Espíndola
- [llvm] r182490 - Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator
Chad Rosier
- [llvm] r182490 - Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator
Jakob Stoklund Olesen
- [llvm] r182490 - Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator
Chad Rosier
- [llvm] r182490 - Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator
Chad Rosier
- [llvm] r182493 - Fix StringMapIterator compile errors for non-MSVC compilers.
Reid Kleckner
- [llvm] r182493 - Fix StringMapIterator compile errors for non-MSVC compilers.
David Blaikie
- [llvm] r182493 - Fix StringMapIterator compile errors for non-MSVC compilers.
Reid Kleckner
- [llvm] r182495 - Unify formatting of debug output.
Adrian Prantl
- [llvm] r182496 - Fix typo in docs/GettingStarted.rst.
Rui Ueyama
- [llvm] r182499 - This is an update to a previous commit (r181216).
Jean-Luc Duprat
- [llvm] r182499 - This is an update to a previous commit (r181216).
Rafael Espíndola
- [llvm] r182499 - This is an update to a previous commit (r181216).
jahanian
- [llvm] r182499 - This is an update to a previous commit (r181216).
Jean-Luc Duprat
- [llvm] r182499 - This is an update to a previous commit (r181216).
Rafael Espíndola
- [llvm] r182499 - This is an update to a previous commit (r181216).
Evan Cheng
- [llvm] r182499 - This is an update to a previous commit (r181216).
Rafael Espíndola
- [llvm] r182499 - This is an update to a previous commit (r181216).
Evan Cheng
- [llvm] r182503 - Remove unneeded call to a base default ctor
Reid Kleckner
- [llvm] r182507 - X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads without chains.
Nadav Rotem
- [llvm] r182508 - SLPVectorizer: Change the order in which new instructions are added to the function.
Nadav Rotem
- [llvm] r182510 - Change some PowerPC PatLeaf definitions to ImmLeaf for fast-isel.
Bill Schmidt
- [llvm] r182512 - Recognize ValueType operands in source patterns for fast-isel.
Bill Schmidt
- [llvm] r182526 - Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
- [llvm] r182527 - Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
- [llvm] r182531 - Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
- [llvm] r182532 - Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type
David Blaikie
- [llvm] r182532 - Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type
Eric Christopher
- [llvm] r182534 - Simplify the logic described in the comment.
Chad Rosier
- [llvm] r182536 - Minor fix to comment from my previous commit.
Chad Rosier
- [llvm] r182542 - Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library
Kevin Enderby
- [llvm] r182542 - Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library
Eric Christopher
- [llvm] r182542 - Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library
Kevin Enderby
- [llvm] r182542 - Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library
David Blaikie
- [llvm] r182542 - Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library
Kevin Enderby
- [llvm] r182555 - Updated the comments of APInt.h to match the llvm style guide and be consistent. No functionality change.
Michael Gottesman
- [llvm] r182556 - Fixed trailing whitespace.
Michael Gottesman
- [llvm] r182557 - [objc-arc] Fixed number of prefixing slashes in some comments in a function from 3 to 2 to match the rest of ObjCARCOpts.
Michael Gottesman
- [llvm] r182558 - Fix indentation.
Rafael Espindola
- [llvm] r182559 - Remove redundant rpath.
Rafael Espindola
- [llvm] r182560 - clang-format this file.
Rafael Espindola
- [llvm] r182561 - Fix a leak on the r600 backend.
Rafael Espindola
- [llvm] r182564 - Add missing test from r175092.
Nick Lewycky
- [llvm] r182584 - Fix 32 bit build in c++11 mode.
Rafael Espindola
- [llvm] r182585 - Setting the default value (fixes CRT assertions about uninitialized variable use when doing debug MSVC builds), and fixing coding style.
Aaron Ballman
- [llvm] r182585 - Setting the default value (fixes CRT assertions about uninitialized variable use when doing debug MSVC builds), and fixing coding style.
Aaron Ballman
- [llvm] r182585 - Setting the default value (fixes CRT assertions about uninitialized variable use when doing debug MSVC builds), and fixing coding style.
Bill Wendling
- [llvm] r182585 - Setting the default value (fixes CRT assertions about uninitialized variable use when doing debug MSVC builds), and fixing coding style.
Aaron Ballman
- [llvm] r182585 - Setting the default value (fixes CRT assertions about uninitialized variable use when doing debug MSVC builds), and fixing coding style.
Tom Stellard
- [llvm] r182585 - Setting the default value (fixes CRT assertions about uninitialized variable use when doing debug MSVC builds), and fixing coding style.
Bill Wendling
- [llvm] r182586 - InlineSpiller: Store bucket pointers instead of iterators.
Benjamin Kramer
- [llvm] r182587 - R600: Hide symbols of implementation details.
Benjamin Kramer
- [llvm] r182588 - Hexagon: Make helper functions static.
Benjamin Kramer
- [llvm] r182588 - Hexagon: Make helper functions static.
Anshuman Dasgupta
- [llvm] r182590 - More symbols that should be static.
Benjamin Kramer
- [llvm] r182590 - More symbols that should be static.
Rafael Espíndola
- [llvm] r182592 - Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().
Jakob Stoklund Olesen
- [llvm] r182594 - Move passes from namespace llvm into anonymous namespaces. Sort includes while there.
Benjamin Kramer
- [llvm] r182600 - R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg
Tom Stellard
- [llvm] r182600 - R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg
Tom Stellard
- [llvm] r182602 - ARM: Add Performance Monitor Extensions feature
Tim Northover
- [llvm] r182603 - ARM: implement @llvm.readcyclecounter intrinsic
Tim Northover
- [llvm] r182603 - ARM: implement @llvm.readcyclecounter intrinsic
JF Bastien
- [llvm] r182603 - ARM: implement @llvm.readcyclecounter intrinsic
Tim Northover
- [llvm] r182603 - ARM: implement @llvm.readcyclecounter intrinsic
JF Bastien
- [llvm] r182603 - ARM: implement @llvm.readcyclecounter intrinsic
Tim Northover
- [llvm] r182603 - ARM: implement @llvm.readcyclecounter intrinsic
JF Bastien
- [llvm] r182611 - The command line options need to be processed before we create the TargetMachine.
Bill Wendling
- [llvm] r182616 - [PowerPC] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
- [llvm] r182617 - Re-implement DebugIR in a way that does not subclass AssemblyWriter:
Daniel Malea
- [llvm] r182618 - [PowerPC] Remove symbolLo/symbolHi instruction operand types
Ulrich Weigand
- [llvm] r182625 - Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
- [llvm] r182625 - Add MCSymbolizer for symbolic/annotated disassembly.
Thirumurthi, Ashok
- [llvm] r182625 - Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
- [llvm] r182628 - MC: Disassembled CFG reconstruction.
Ahmed Bougacha
- [llvm] r182634 - Fix unused warning in opt builds.
Daniel Jasper
- [llvm] r182636 - Remove the Copied parameter from MemoryObject::readBytes.
Benjamin Kramer
- [llvm] r182636 - Remove the Copied parameter from MemoryObject::readBytes.
Ahmed Bougacha
- [llvm] r182638 - Add a new function attribute 'cold' to functions.
Diego Novillo
- [llvm] r182639 - scalarizePHI needs to insert the next ExtractElement in the same block
Joey Gouly
- [llvm] r182640 - Run clang-format over the scalarizePHI function.
Joey Gouly
- [llvm] r182643 - [SystemZ] Improve AsmParser register parsing
Richard Sandiford
- [llvm] r182644 - [SystemZ] Improve AsmParser handling of invalid instructions
Richard Sandiford
- [llvm] r182653 - Do not reserve space for the ColdEdges and NormalEdges vectors.
Diego Novillo
- [llvm] r182656 - LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases.
Benjamin Kramer
- [llvm] r182656 - LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases.
Benjamin Kramer
- [llvm] r182656 - LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases.
Nadav Rotem
- [llvm] r182656 - LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases.
Bill Wendling
- [llvm] r182656 - LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases.
Rafael Espíndola
- [llvm] r182656 - LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases.
Benjamin Kramer
- [llvm] r182667 - [Support] Add type generic bit utilities to MathExtras.h
Michael J. Spencer
- [llvm] r182667 - [Support] Add type generic bit utilities to MathExtras.h
Rafael Espíndola
- [llvm] r182667 - [Support] Add type generic bit utilities to MathExtras.h
Michael Spencer
- [llvm] r182669 - [objc-arc] Make sure that multiple owners is propogated correctly through the pass via the usage of a global data structure.
Michael Gottesman
- [llvm] r182670 - [objc-arc] KnownSafe does not imply that it is safe to perform code motion across CFG edges since even if it is safe to remove RR pairs, we may still be able to move a retain/release into a loop.
Michael Gottesman
- [llvm] r182671 - [Support][MathExtras] Add missing include and disable _BitScan{Forward, Reverse}64 on non x64 MSVC systems.
Michael J. Spencer
- [llvm] r182672 - Add missing header for atexit.
Michael J. Spencer
- [llvm] r182679 - [Support][MathExtras] Fix literal type issues.
Michael J. Spencer
- [llvm] r182680 - Replace Count{Leading, Trailing}Zeros_{32, 64} with count{Leading, Trailing}Zeros.
Michael J. Spencer
- [llvm] r182684 - MathExtras: Return the result of find(First|Last)Set in the input type.
Benjamin Kramer
- [llvm] r182685 - clang-formatted APInt.h
Michael Gottesman
- [llvm] r182685 - clang-formatted APInt.h
Chris Lattner
- [llvm] r182685 - clang-formatted APInt.h
Michael Gottesman
- [llvm] r182685 - clang-formatted APInt.h
Michael Gottesman
- [llvm] r182686 - clang formatted APFloat.h
Michael Gottesman
- [llvm] r182688 - Follow up of the introduction of MCSymbolizer.
Quentin Colombet
- [llvm] r182689 - Tidy up. Whitespace.
Jim Grosbach
- [llvm] r182690 - [Support] Remove Count{Leading, Trailing}Zeros_{32, 64}.
Michael J. Spencer
- [llvm] r182690 - [Support] Remove Count{Leading, Trailing}Zeros_{32, 64}.
Rafael Espíndola
- [llvm] r182691 - PPC: Initial support for permutation-based unaligned Altivec loads
Hal Finkel
- [llvm] r182692 - ArrayRef-ize MD5 and clean up a few variable names.
Eric Christopher
- [llvm] r182692 - ArrayRef-ize MD5 and clean up a few variable names.
Sean Silva
- [llvm] r182692 - ArrayRef-ize MD5 and clean up a few variable names.
Eric Christopher
- [llvm] r182693 - Add to testsuite.
Eric Christopher
- [llvm] r182700 - Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats.
Andrew Trick
- [llvm] r182701 - Track IR ordering of SelectionDAG nodes 1/4.
Andrew Trick
- [llvm] r182703 - Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
- [llvm] r182704 - Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
- [llvm] r182704 - Track IR ordering of SelectionDAG nodes 3/4.
Cameron Zwarich
- [llvm] r182704 - Track IR ordering of SelectionDAG nodes 3/4.
Jakob Stoklund Olesen
- [llvm] r182704 - Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
- [llvm] r182704 - Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
- [llvm] r182706 - Track IR ordering of SelectionDAG nodes 4/4.
Andrew Trick
- [llvm] r182708 - PPC: Combine duplicate (offset) lvsl Altivec intrinsics
Hal Finkel
- [llvm] r182710 - Add some comments to the stringify function.
Eric Christopher
- [llvm] r182712 - Add support for DWARF line number table entries for values in the instruction
Cameron Zwarich
- [llvm] r182713 - Disable the StringMapEntry copy constructor, to make sure we
Chris Lattner
- [llvm] r182715 - Fixed bug when tests in executable partially used absolute paths.
Galina Kistanova
- [llvm] r182717 - Fix PR16143: Insert DEBUG_VALUE before terminator.
Andrew Trick
- [llvm] r182718 - Add LDC compiler to list of external OS projects using LLVM 3.3
Kai Nacke
- [llvm] r182719 - Prefer to duplicate PPC Altivec loads when expanding unaligned loads
Hal Finkel
- [llvm] r182722 - llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.
NAKAMURA Takumi
- [llvm] r182723 - PPC: Add a isConsecutiveLS utility function
Hal Finkel
- [LLVMdev] The system library is gone for a long time.
Rafael Espíndola
- [LLVMdev] The system library is gone for a long time.
罗勇刚(Yonggang Luo)
- [LLVMdev] Thumb call relocation for the Runtime dynamic linker (RuntimeDyldELF.cpp)
Tim Northover
- [PATCH, RFC] Recognize ValueType operands in source patterns for fast-isel
Bill Schmidt
- [PATCH, RFC] Recognize ValueType operands in source patterns for fast-isel
Bill Schmidt
- [PATCH, RFC] Recognize ValueType operands in source patterns for fast-isel
Jakob Stoklund Olesen
- [PATCH] [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.
Sergey Matveev
- [PATCH] [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.
Alexander Potapenko
- [PATCH] [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_allocator2.cc
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_allocator2.cc
Kostya Serebryany
- [PATCH] [asan] LSan hooks in asan_allocator2.cc
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_allocator2.cc
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_allocator2.cc
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_allocator2.cc
Kostya Serebryany
- [PATCH] [asan] LSan hooks in asan_allocator2.cc
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_rtl
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_rtl
Kostya Serebryany
- [PATCH] [asan] LSan hooks in asan_rtl
Alexander Potapenko
- [PATCH] [asan] LSan hooks in asan_rtl
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_rtl
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_rtl
Kostya Serebryany
- [PATCH] [asan] LSan hooks in asan_rtl
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_thread.cc
Sergey Matveev
- [PATCH] [asan] LSan hooks in asan_thread.cc
Kostya Serebryany
- [PATCH] [asan] LSan hooks in asan_thread.cc
Sergey Matveev
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
- [PATCH] [asan] Modify ASan metadata atomically.
Sergey Matveev
- [PATCH] [asan] Modify ASan metadata atomically.
Dmitry Vyukov
- [PATCH] [asan] Modify ASan metadata atomically.
Sergey Matveev
- [PATCH] [Core] Add parallel infrastructure to lld.
Michael Spencer
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [PATCH] [lld][ELF] Add linker script ENTRY command
Michael Spencer
- [PATCH] [lld][ELF] Add linker script ENTRY command
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Add linker script ENTRY command
Michael Spencer
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [PATCH] [lld][ELF] Add linker script ENTRY command
Michael Spencer
- [PATCH] [lld][ELF] Add linker script ENTRY command
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [PATCH] [lld][ELF] Add linker script ENTRY command
Nick Kledzik
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [PATCH] [lld][ELF] Add linker script ENTRY command
Nick Kledzik
- [PATCH] [lld][ELF] Add linker script ENTRY command
Shankar Easwaran
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [PATCH] [lld][ELF] Add linker script ENTRY command
Michael Spencer
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [PATCH] [lld][LayoutPass] Add comment on _followOn{Nexts,Roots}.
Rui Ueyama
- [PATCH] [lld][LayoutPass] Add comment on _followOn{Nexts,Roots}.
Shankar Kalpathi Easwaran
- [PATCH] [lld][LayoutPass] Add comment on _followOn{Nexts,Roots}.
Rui Ueyama
- [PATCH] [lld][LayoutPass] Consolidate debug flags, removing "layout" flag.
Rui Ueyama
- [PATCH] [lld][LayoutPass] Consolidate debug flags, removing "layout" flag.
Shankar Kalpathi Easwaran
- [PATCH] [lld][LayoutPass] Consolidate debug flags, removing "layout" flag.
Rui Ueyama
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Rui Ueyama
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
kledzik at apple.com
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Shankar Kalpathi Easwaran
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Michael Spencer
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Rui Ueyama
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Rui Ueyama
- [PATCH] [lld] Fix wrong content permission bit.
Rui Ueyama
- [PATCH] [lld] Fix wrong content permission bit.
Shankar Kalpathi Easwaran
- [PATCH] [lld] Fix wrong content permission bit.
Rui Ueyama
- [PATCH] [lld] Start of a test suite for the Darwin driver
Joe Ranieri
- [PATCH] [lld] Start of a test suite for the Darwin driver
Nick Kledzik
- [PATCH] [lld] Start of a test suite for the Darwin driver
Joe Ranieri
- [PATCH] [lsan] Add exitcode flag. Kill the process if leaks are found.
Sergey Matveev
- [PATCH] [lsan] Add exitcode flag. Kill the process if leaks are found.
Alexander Potapenko
- [PATCH] [lsan] Add exitcode flag. Kill the process if leaks are found.
Sergey Matveev
- [PATCH] [lsan] Add lit test support.
Sergey Matveev
- [PATCH] [lsan] Add lit test support.
Alexey Samsonov
- [PATCH] [lsan] Add lit test support.
Sergey Matveev
- [PATCH] [lsan] Add lit test support.
Sergey Matveev
- [PATCH] [lsan] Add lit test support.
Alexey Samsonov
- [PATCH] [lsan] Add lit test support.
Sergey Matveev
- [PATCH] [lsan] Add lit test support.
Alexey Samsonov
- [PATCH] [lsan] Add lit test support.
Sergey Matveev
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Alexey Samsonov
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Sergey Matveev
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Sergey Matveev
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Alexey Samsonov
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Sergey Matveev
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Sergey Matveev
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Alexey Samsonov
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Kostya Serebryany
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Kostya Serebryany
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Kostya Serebryany
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Kostya Serebryany
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [PATCH] [lsan] Define CAN_SANITIZE_LEAKS macro.
Sergey Matveev
- [PATCH] [lsan] Define CAN_SANITIZE_LEAKS macro.
Alexander Potapenko
- [PATCH] [lsan] Define CAN_SANITIZE_LEAKS macro.
Kostya Serebryany
- [PATCH] [lsan] Define CAN_SANITIZE_LEAKS macro.
Sergey Matveev
- [PATCH] [lsan] GetUserBegin() in LSan.
Sergey Matveev
- [PATCH] [lsan] GetUserBegin() in LSan.
Kostya Serebryany
- [PATCH] [lsan] GetUserBegin() in LSan.
Sergey Matveev
- [PATCH] [lsan] Prettify LSan reports and add a summary
Sergey Matveev
- [PATCH] [lsan] Prettify LSan reports and add a summary
Sergey Matveev
- [PATCH] [lsan] Prettify LSan reports and add a summary
Sergey Matveev
- [PATCH] [lsan] Prettify LSan reports and add a summary
Kostya Serebryany
- [PATCH] [lsan] Prettify LSan reports and add a summary
Sergey Matveev
- [PATCH] [lsan] Prettify LSan reports and add a summary
Kostya Serebryany
- [PATCH] [lsan] Remove old LSan tests. Convert one of them to a LIT test.
Sergey Matveev
- [PATCH] [MC] Disassembled CFG reconstruction
Quentin Colombet
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Quentin Colombet
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Quentin Colombet
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Quentin Colombet
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Duncan Sands
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Duncan Sands
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Duncan Sands
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [nolibc] Add RTSanitizerCommonLibc, the libc-dependent subset of sanitizer_common.
Peter Collingbourne
- [PATCH] [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.
Sergey Matveev
- [PATCH] [Support] Add BitHacks.h - generic bit utility functions.
Michael Spencer
- [PATCH] [Support] Add BitHacks.h - generic bit utility functions.
Evan Cheng
- [PATCH] [Support] Add BitHacks.h - generic bit utility functions.
Michael Spencer
- [PATCH] [Support] Add BitHacks.h - generic bit utility functions.
Shankar Kalpathi Easwaran
- [PATCH] [Support] Add BitHacks.h - generic bit utility functions.
Rui Ueyama
- [PATCH] [Support] Add BitHacks.h - generic bit utility functions.
Michael Spencer
- [PATCH] [Support] Add BitHacks.h - generic bit utility functions.
Alex Rosenberg
- [PATCH] [Support] Add BitHacks.h - generic bit utility functions.
Rafael Ávila de Espíndola
- [PATCH] [Support] Add StringMap::swap() and a default ctor for iterators
Reid Kleckner
- [PATCH] [Support] Add StringMap::swap() and a default ctor for iterators
Chris Lattner
- [PATCH] [Support] Add StringMap::swap() and a default ctor for iterators
Reid Kleckner
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Michael Spencer
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Benjamin Kramer
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Rui Ueyama
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Michael Spencer
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Michael Spencer
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Shankar Kalpathi Easwaran
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Michael Spencer
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Rui Ueyama
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Rafael Ávila de Espíndola
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Michael Spencer
- [PATCH] [Support] Add type generic bit utilities to MathExtras.h
Michael Spencer
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
- [PATCH] Add FilteredArgList to represent filtered arglist
Rui Ueyama
- [PATCH] Add FilteredArgList to represent filtered arglist
David Blaikie
- [PATCH] Add FilteredArgList to represent filtered arglist
Rui Ueyama
- [PATCH] Add LDC compiler to 3.3 release notes
Kai Nacke
- [PATCH] Add LDC compiler to 3.3 release notes
Rafael Espíndola
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Quentin Colombet
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Quentin Colombet
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Quentin Colombet
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Add support for DWARF line number table entries for values in the instruction stream
Jim Grosbach
- [PATCH] Add support for DWARF line number table entries for values in the instruction stream
Cameron Zwarich
- [PATCH] Add target independent attribute for ObjCARC
Bob Wilson
- [PATCH] Add target independent attribute for ObjCARC
Eric Christopher
- [PATCH] Add target independent attribute for ObjCARC
John McCall
- [PATCH] Add target independent attribute for ObjCARC
Eric Christopher
- [PATCH] Add target independent attribute for ObjCARC
John McCall
- [PATCH] Add target independent attribute for ObjCARC
Bob Wilson
- [PATCH] Add target independent attribute for ObjCARC
John McCall
- [PATCH] Add target independent attribute for ObjCARC
Eric Christopher
- [PATCH] Add target independent attribute for ObjCARC
Chris Lattner
- [PATCH] Allocator for standalone LSan.
Sergey Matveev
- [PATCH] Allocator for standalone LSan.
Kostya Serebryany
- [PATCH] Allow ARM ELF relocs to be applied twice
Tim Northover
- [PATCH] Change CMakeLists to build the common LSan module for ASan.
Sergey Matveev
- [PATCH] Change CMakeLists to build the common LSan module for ASan.
Alexey Samsonov
- [PATCH] Change CMakeLists to build the common LSan module for ASan.
Sergey Matveev
- [PATCH] Change how we iterate over relocations on ELF
Rafael Ávila de Espíndola
- [PATCH] compiler-rt: C++11 atomic support porting to Darwin
Nick Kledzik
- [PATCH] compiler-rt darwin macros
David Fang
- [PATCH] Convert sqrt functions into sqrt instructions when -ffast-math is in effect
Preston Gurd
- [PATCH] Convert sqrt functions into sqrt instructions when -ffast-math is in effect
Chad Rosier
- [patch] DAG nodes IR ordering code re-factoring
Arsenault, Matthew
- [patch] DAG nodes IR ordering code re-factoring
Tom Stellard
- [patch] DAG nodes IR ordering code re-factoring
Guo, Xiaoyi
- [patch] DAG nodes IR ordering code re-factoring
Chris Lattner
- [patch] DAG nodes IR ordering code re-factoring
Guo, Xiaoyi
- [patch] DAG nodes IR ordering code re-factoring
Chris Lattner
- [patch] DAG nodes IR ordering code re-factoring
Andrew Trick
- [patch] DAG nodes IR ordering code re-factoring
Guo, Xiaoyi
- [patch] DAG nodes IR ordering code re-factoring
Andrew Trick
- [patch] DAG nodes IR ordering code re-factoring
Chris Lattner
- [PATCH] Define BYTE_ORDER on Solaris
Rafael Espíndola
- [PATCH] Disable HAVE_EHTABLE_SUPPORT for mingw win64
Rafael Espíndola
- [PATCH] Disable HAVE_EHTABLE_SUPPORT for mingw win64
İsmail Dönmez
- [PATCH] docs: Clarify how basic blocks without named label are handled.
Paul Sokolovsky
- [PATCH] docs: Clarify how basic blocks without named label are handled.
Sean Silva
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Kaylor, Andrew
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Kaylor, Andrew
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Kaylor, Andrew
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Kaylor, Andrew
- [PATCH] Expose {Load,Store}Inst {get,set}Alignment to the C API.
Peter Zotov
- [PATCH] Fix ARM encoding constraints for Q register fields and VSTn instructions
Mihail Popa
- [PATCH] Fix ARM encoding constraints for Q register fields and VSTn instructions
Tim Northover
- [PATCH] Fix block comment parser
Rui Ueyama
- [PATCH] Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
Derek Schuff
- [PATCH] Fixed compiler-rt when outside projects directory
Greg Fitzgerald
- [PATCH] Fixed compiler-rt when outside projects directory
Alexey Samsonov
- [PATCH] Fixed compiler-rt when outside projects directory
Greg Fitzgerald
- [PATCH] Fix for error C3855 when compiling with VC 2008
Michael Beck
- [PATCH] Fix instruction creation in scalarizePHI
Joey Gouly
- [PATCH] Fix instruction creation in scalarizePHI
Benjamin Kramer
- [PATCH] Fix instruction creation in scalarizePHI
Joey Gouly
- [PATCH] Fix instruction creation in scalarizePHI
Joey Gouly
- [PATCH] Fix realloc'ing a freed pointer
Timur Iskhodzhanov
- [PATCH] Fix realloc'ing freed/invalid pointers
Timur Iskhodzhanov
- [PATCH] Fix realloc'ing freed/invalid pointers
Sergey Matveev
- [PATCH] Fix realloc'ing freed/invalid pointers
Timur Iskhodzhanov
- [PATCH] Fix realloc'ing freed/invalid pointers
Kostya Serebryany
- [PATCH] Fix realloc'ing freed/invalid pointers
Timur Iskhodzhanov
- [PATCH] Fix recent ARM remote-MCJIT regression
David Tweed
- [PATCH] Improve linker performance (v2)
James Molloy
- [PATCH] Include public domain md5 library
Eric Christopher
- [PATCH] Interceptors for standalone LSan.
Sergey Matveev
- [PATCH] Introduce GlobalAlias::mayBeResolved().
Peter Collingbourne
- [PATCH] Introduce GlobalAlias::mayBeResolved().
Peter Collingbourne
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Manuel Klimek
- [PATCH] llvm-objdump: Use the correct address when disassembling
Ahmed Bougacha
- [PATCH] llvm-objdump: Use the correct address when disassembling
Quentin Colombet
- [PATCH] llvm-objdump: Use the correct address when disassembling
Kevin Enderby
- [PATCH] llvm-objdump: Use the correct address when disassembling
Ahmed Bougacha
- [PATCH] LSan in LD_PRELOAD library form
Sergey Matveev
- [PATCH] LSan in LD_PRELOAD library form
Kostya Serebryany
- [PATCH] LSan in LD_PRELOAD library form
Alexander Potapenko
- [PATCH] LSan in LD_PRELOAD library form
Sergey Matveev
- [PATCH] LSan in LD_PRELOAD library form
Sergey Matveev
- [PATCH] LSan in LD_PRELOAD library form
Alexander Potapenko
- [PATCH] LSan in LD_PRELOAD library form
Kostya Serebryany
- [PATCH] LSan in LD_PRELOAD library form
Sergey Matveev
- [patch] Make r600 non-experimental
Rafael Espíndola
- [patch] Make r600 non-experimental
Eric Christopher
- [patch] Make r600 non-experimental
Dmitri Gribenko
- [patch] Make r600 non-experimental
David Blaikie
- [patch] Make r600 non-experimental
Rafael Espíndola
- [patch] Make r600 non-experimental
Laurent Carlier
- [patch] Make r600 non-experimental
Rafael Espíndola
- [patch] Make r600 non-experimental
David Blaikie
- [patch] Make r600 non-experimental
Alex Deucher
- [patch] Make r600 non-experimental
Rafael Espíndola
- [PATCH] ptr.annotation Intrinsic Lowering
Zeng Bin
- [PATCH] ptr.annotation Intrinsic Lowering
Justin Holewinski
- [PATCH] ptr.annotation Intrinsic Lowering
Justin Holewinski
- [PATCH] ptr.annotation Intrinsic Lowering
Zeng Bin
- [PATCH] Remove an unused ChunkBase field
Kostya Serebryany
- [PATCH] Remove an unused ChunkBase field
Timur Iskhodzhanov
- [PATCH] Remove test instructions that proceed shift-by-immediate instructions
Manman Ren
- [PATCH] Remove useless if from DwarfEHPrepare
Kai Nacke
- [PATCH] Remove useless if from DwarfEHPrepare
Rafael Espíndola
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Jim Grosbach
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Filip Pizlo
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Rafael Espíndola
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Daniel Dunbar
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Kaylor, Andrew
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Jim Grosbach
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Jim Grosbach
- [PATCH] Specify the access behaviour of the memcpy, memmove and memset intrinsics
Arnaud A. de Grandmaison
- [PATCH] Specify the volatile access behaviour of the memcpy, memmove and memset intrinsics
Arnaud A. de Grandmaison
- [PATCH] Standalone LSan initialization. Also includes GET_STACK_TRACE which doesn't belong anywhere else.
Sergey Matveev
- [PATCH] support llvm.vectorization.vector_width metadata
Redmond, Paul
- [PATCH] support llvm.vectorization.vector_width metadata
Nadav Rotem
- [PATCH] support llvm.vectorization.vector_width metadata
Arnold Schwaighofer
- [PATCH] support llvm.vectorization.vector_width metadata
Redmond, Paul
- [PATCH] support llvm.vectorization.vector_width metadata
Arnold Schwaighofer
- [PATCH] support llvm.vectorization.vector_width metadata
罗勇刚(Yonggang Luo)
- [PATCH] support llvm.vectorization.vector_width metadata
Redmond, Paul
- [PATCH] support llvm.vectorization.vector_width metadata
Du Toit, Stefanus
- [PATCH] support llvm.vectorization.vector_width metadata
罗勇刚(Yonggang Luo)
- [PATCH] support llvm.vectorization.vector_width metadata
Arnold Schwaighofer
- [PATCH] Teach instcombine how to combine multiply of constant splat of known power-of-2
Andrea_DiBiagio at sn.scee.net
- [PATCH] Teach instcombine how to combine multiply of constant splat of known power-of-2
Rafael Espíndola
- [PATCH] Teach instcombine how to combine multiply of constant splat of known power-of-2
Andrea_DiBiagio at sn.scee.net
- [PATCH] Tests and interface for LeakSanitizer.
Sergey Matveev
- [PATCH] Thread registry for standalone LSan.
Sergey Matveev
- [PATCH] Windows implementation of enable_execute_stack
Ruben Van Boxem
- [PATCH] Windows implementation of enable_execute_stack
Aaron Ballman
- [polly] block generators: fix insertion of values in BBMap
Tobias Grosser
- [polly] block generators: fix insertion of values in BBMap
Sebastian Pop
- [polly] block generators: fix insertion of values in BBMap
Will Dietz
- [polly] block generators: fix insertion of values in BBMap
Tobias Grosser
- [polly] block generators: fix insertion of values in BBMap
Sebastian Pop
- [polly] block generators: fix insertion of values in BBMap
Tobias Grosser
- [polly] block generators: fix insertion of values in BBMap
Sebastian Pop
- [polly] ICE with scev-codegen after removal of RegionSimplify
Sebastian Pop
- [polly] ICE with scev-codegen after removal of RegionSimplify
Tobias Grosser
- [polly] ICE with scev-codegen after removal of RegionSimplify
Sebastian Pop
- [polly] ICE with scev-codegen after removal of RegionSimplify
Sebastian Pop
- [polly] ICE with scev-codegen after removal of RegionSimplify
Sebastian Pop
- [polly] ICE with scev-codegen after removal of RegionSimplify
Sebastian Pop
- [polly] ICE with scev-codegen after removal of RegionSimplify
Sebastian Pop
- [polly] ICE with scev-codegen after removal of RegionSimplify
Tobias Grosser
- [polly] ICE with scev-codegen after removal of RegionSimplify
Tobias Grosser
- [polly] independent blocks: do not insert stores between phi nodes
Sebastian Pop
- [polly] r182265 - Update matmul example to the latest polly version
Tobias Grosser
- [polly] r182310 - independent blocks: when moving Values, invalidate SCEV cached info
Sebastian Pop
- [polly] r182370 - Remove .htaccess file
Tobias Grosser
- [polly] r182655 - fix insertion of values in BBMap
Sebastian Pop
- [polly] r182655 - fix insertion of values in BBMap
David Blaikie
- [polly] r182655 - fix insertion of values in BBMap
Sebastian Pop
- [polly] r182661 - independent blocks: do not insert stores between phi nodes
Sebastian Pop
- [polly] r182662 - add comments to clarify the use of a temporary variable in the map insertion
Sebastian Pop
- [test-suite] r182313 - Remove the 'svn' from the version.
Bill Wendling
- [test-suite] r182549 - Creating release candidate rc2 from release_33 branch
Bill Wendling
- [www] r182289 - Dragonegg doesn't just work with gcc-4.5. Rather than specifying the versions
Duncan Sands
- [www] r182352 - Add the last remaining video from Euro-LLVM-2013.
Duncan Sands
- [www] r182631 - Add an extra-high resolution video of Daniel Jasper's talk.
Duncan Sands
- [zorg] r182318 - Add an empty factory for new lnt builders on the phased buildmaster.
David Dean
- [zorg] r182319 - Remove llvm-gcc as a possible builder type for the phased buildmaster.
David Dean
- [zorg] r182322 - Add a build factory for the gcc test suites for the phased buildmaster.
David Dean
- [zorg] r182388 - Add support for asan testing to clang-ppc64-elf-linux2
Bill Schmidt
- Add 'cold' attribute to functions
Diego Novillo
- Add 'cold' attribute to functions
Duncan Sands
- Add 'cold' attribute to functions
Diego Novillo
- Add 'cold' attribute to functions
Duncan Sands
- Add 'cold' attribute to functions
Diego Novillo
- Add 'cold' attribute to functions
Chandler Carruth
- Add 'cold' attribute to functions
Duncan Sands
- Add 'cold' attribute to functions
Diego Novillo
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Stepan Dyatkovskiy
- Bug fix in Tblgen
Rafael Espíndola
- Bug fix in Tblgen
Jakob Stoklund Olesen
- Fwd: [llvm] r182233 - Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
Ulrich Weigand
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
- JIT EH support
Rafael Ávila De Espíndola
- PATCH: [zorg] Add sanitizer build factory for sanitizer bots setup
Alexey Samsonov
- PATCH: [zorg] Add sanitizer build factory for sanitizer bots setup
Evgeniy Stepanov
- PATCH: [zorg] Add sanitizer build factory for sanitizer bots setup
Galina Kistanova
- R600/SI Patches: Compute shader improvements
Tom Stellard
- R600: Various improvements to scheduler and packetizer
Vincent Lejeune
- R600: Various improvements to scheduler and packetizer
Tom Stellard
- Switch case-ranges, new approach (PR1255).
Stepan Dyatkovskiy
- The system library is gone for a long time.
罗勇刚(Yonggang Luo)
- The system library is gone for a long time.
Rafael Espíndola
- The system library is gone for a long time.
Sean Silva
- The system library is gone for a long time.
David Majnemer
- The system library is gone for a long time.
罗勇刚(Yonggang Luo)
- The system library is gone for a long time.
罗勇刚(Yonggang Luo)
- Thumb call relocation for the Runtime dynamic linker (RuntimeDyldELF.cpp)
Jonas Zaddach
- Update on A * (1 - uitofp i1 C) + B * uitofp i1 C —> select C, B, A
Jean-Luc Duprat
- Re: Update on A * (1 - uitofp i1 C) + B * uitofp i1 C —> select C, B, A
Evan Cheng
Last message date:
Sun May 26 19:06:40 PDT 2013
Archived on: Tue Aug 4 17:10:19 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).