The Week Of Monday 20 May 2013 Archives by thread
Starting: Mon May 20 00:29:22 PDT 2013
Ending: Sun May 26 19:06:40 PDT 2013
Messages: 810
- [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] r182198 - Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.cc
Kostya Serebryany
- [llvm] r182235 - Disable remote MCJIT on pre-v6 ARM
Renato Golin
- [dragonegg] r182236 - Get the pass management logic mostly compiling with gcc-4.8.
Duncan Sands
- [PATCH] Remove an unused ChunkBase field
Kostya Serebryany
- [llvm] r182237 - PR15868 fix.
Stepan Dyatkovskiy
- [compiler-rt] r182238 - [ASan] Remove an unused ChunkBase field
Timur Iskhodzhanov
- [PATCH] Fix recent ARM remote-MCJIT regression
David Tweed
- [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
- [PATCH] [LSan] Common leak checking module.
Kostya Serebryany
- [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
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Alexey Samsonov
- [PATCH] [asan] Modify ASan metadata atomically.
Sergey Matveev
- [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
- [compiler-rt] r182245 - [lsan] Allocator for standalone LSan.
Sergey Matveev
- [compiler-rt] r182246 - [lsan] Thread registry for standalone LSan.
Sergey Matveev
- [PATCH] Allocator for standalone LSan.
Sergey Matveev
- [PATCH] Thread registry for standalone LSan.
Sergey Matveev
- [compiler-rt] r182247 - [lsan] Interceptors for standalone LSan.
Sergey Matveev
- [PATCH] Interceptors for standalone LSan.
Sergey Matveev
- [compiler-rt] r182248 - [lsan] Standalone LSan initialization.
Sergey Matveev
- [PATCH] Standalone LSan initialization. Also includes GET_STACK_TRACE which doesn't belong anywhere else.
Sergey Matveev
- [compiler-rt] r182249 - [lsan] Common leak checking module.
Sergey Matveev
- [compiler-rt] r182250 - [lsan] Tests for LeakSanitizer.
Sergey Matveev
- [PATCH] Tests and interface 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
- 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
- [PATCH] Fix realloc'ing a freed pointer
Timur Iskhodzhanov
- [PATCH] [lsan] GetUserBegin() in LSan.
Sergey Matveev
- [PATCH] Fix realloc'ing freed/invalid pointers
Timur Iskhodzhanov
- [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
- [compiler-rt] r182255 - Fix realloc'ing freed/invalid pointers
Timur Iskhodzhanov
- [compiler-rt] r182256 - [lsan] GetUserBegin() in LSan.
Sergey Matveev
- [llvm] r182257 - Enable pod-like optimizations for pred and succ iterators.
Benjamin Kramer
- JIT EH support
Rafael Ávila De Espíndola
- [PATCH] Fix ARM encoding constraints for Q register fields and VSTn instructions
Mihail Popa
- [dragonegg] r182258 - Initialize the debug location in a way that works for all gcc versions.
Duncan Sands
- [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
- [dragonegg] r182262 - Use accessor macros to get at BINFO so this code compiles with all gcc versions.
Duncan Sands
- [PATCH] [asan] LSan hooks in asan_allocator2.cc
Sergey Matveev
- [polly] r182265 - Update matmul example to the latest polly version
Tobias Grosser
- [compiler-rt] r182267 - [lsan] Fix r182256.
Sergey Matveev
- [dragonegg] r182271 - Disable this compile time optimization when using gcc-4.8 since otherwise it
Duncan Sands
- [compiler-rt] r182272 - Build LSan on x86_64 only if this target is supported
Alexey Samsonov
- [dragonegg] r182273 - Functions are no longer allowed to alias globals (and vice versa) in gcc-4.8.
Duncan Sands
- [llvm] r182274 - [SystemZ] Add long branch pass
Richard Sandiford
- [dragonegg] r182275 - Like gcc-4.7, gcc-4.8 uses the optimal alignment rather than the maximal
Duncan Sands
- [compiler-rt] r182276 - [nolibc] Make GetArgsAndEnv libc-independent.
Peter Collingbourne
- [dragonegg] r182277 - Like for gcc-4.7, this test is not relevant to gcc-4.8.
Duncan Sands
- [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
- [PATCH] Change CMakeLists to build the common LSan module for ASan.
Sergey Matveev
- [llvm] r181463 - Add line tracking support to FormattedStream
Chris Lattner
- [llvm] r181466 - Pull up AssemblyWriter interface into header to allow subclassing
Chris Lattner
- [www] r182289 - Dragonegg doesn't just work with gcc-4.5. Rather than specifying the versions
Duncan Sands
- [llvm] r182291 - R600: Fix rotr.ll on non-asserts builds
Tom Stellard
- [PATCH] [asan] LSan hooks in asan_thread.cc
Sergey Matveev
- [PATCH] Introduce GlobalAlias::mayBeResolved().
Peter Collingbourne
- [compiler-rt] r182292 - [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcdep.cc.
Peter Collingbourne
- [llvm] r182293 - R600: Fix bug detected by GCC warning.
Benjamin Kramer
- [PATCH] [asan] LSan hooks in asan_rtl
Sergey Matveev
- [llvm] r182295 - Add a PPCCTRLoops verification pass
Hal Finkel
- [llvm] r182296 - Rename PPC MTCTRse to MTCTRloop
Hal Finkel
- [PATCH] docs: Clarify how basic blocks without named label are handled.
Paul Sokolovsky
- [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] 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] r182300 - Remove copied preheader insertion logic from PPCCTRLoops
Hal Finkel
- [compiler-rt] r182303 - [nolibc] Move GetPageSize to the individual platforms.
Peter Collingbourne
- [PATCH] LSan in LD_PRELOAD library form
Sergey Matveev
- [PATCH] Add support for DWARF line number table entries for values in the instruction stream
Jim Grosbach
- [PATCH] Add target independent attribute for ObjCARC
Bob Wilson
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Stepan Dyatkovskiy
- [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
- [PATCH] [lld] Fix wrong content permission bit.
Rui Ueyama
- [polly] r182310 - independent blocks: when moving Values, invalidate SCEV cached info
Sebastian Pop
- [PATCH] ptr.annotation Intrinsic Lowering
Zeng Bin
- [test-suite] r182313 - Remove the 'svn' from the version.
Bill Wendling
- [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-commits] [compiler-rt] r154583 - /compiler-rt/trunk/lib/Makefile.mk
Daniel Dunbar
- [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
- [llvm] r182321 - The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase like the other EH passes.
Bill Wendling
- [zorg] r182322 - Add a build factory for the gcc test suites for the phased buildmaster.
David Dean
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [llvm] r182324 - [docs] Minor doc tweaks.
Daniel Dunbar
- [PATCH] [lld] Start of a test suite for the Darwin driver
Joe Ranieri
- [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
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Jim Grosbach
- [PATCH] [MC] Disassembled CFG reconstruction
Quentin Colombet
- [llvm] r182335 - Comment update: these things are called "configuration names" these days, not
Richard Smith
- [PATCH] llvm-objdump: Use the correct address when disassembling
Ahmed Bougacha
- [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
- [PATCH] Include public domain md5 library
Eric Christopher
- [llvm] r182349 - Add cmake bits for md5.
Eric Christopher
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Eric Christopher
- [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
- [www] r182352 - Add the last remaining video from Euro-LLVM-2013.
Duncan Sands
- [llvm] r182038 - DAGCombine: Also shrink eq compares where the constant is exactly as large as the smaller type.
Kostya Serebryany
- [PATCH] Specify the access behaviour of the memcpy, memmove and memset intrinsics
Arnaud A. de Grandmaison
- [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] r182355 - Add lit config feature <target>-supported-target to mark target-specific tests
Alexey Samsonov
- [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
- [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
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Manuel Klimek
- [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
- [llvm] r182364 - X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the smaller type.
Benjamin Kramer
- [compiler-rt] r182365 - [ASan] Mark init-order test as XFAIL on Darwin
Alexey Samsonov
- [llvm] r182113 - R600: Fix encoding for R600 family GPUs
NAKAMURA Takumi
- [compiler-rt] r182366 - [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcdep.cc.
Peter Collingbourne
- [llvm] r182367 - Alternative fix for problem addressed in r182233
Ulrich Weigand
- [PATCH] [lsan] Define CAN_SANITIZE_LEAKS macro.
Sergey Matveev
- [compiler-rt] r182369 - [nolibc] Move stoptheworld to RTSanitizerCommonLibc.
Peter Collingbourne
- [polly] block generators: fix insertion of values in BBMap
Tobias Grosser
- [polly] r182370 - Remove .htaccess file
Tobias Grosser
- [llvm] r182371 - Removed SSEPacked domain from all forms (AVX, SSE, signed, unsigned) scalar compare instructions, like COMISS, COMISD.
Elena Demikhovsky
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Peter Collingbourne
- [compiler-rt] r182374 - [Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for some reason
Alexey Samsonov
- [llvm] r182375 - [msan] A no-op implementation of VarArg handling.
Evgeniy Stepanov
- [compiler-rt] r182376 - [lsan] LSan in LD_PRELOAD library form.
Sergey Matveev
- [llvm] r182377 - removed commented lines
Elena Demikhovsky
- [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
- [llvm] r182385 - Fix PPC branch selection for counter-based branches
Hal Finkel
- [llvm] r181706 - Remove unused fields and arguments.
Tom Stellard
- [llvm] r182387 - Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
Justin Holewinski
- [PATCH] [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.
Sergey Matveev
- [zorg] r182388 - Add support for asan testing to clang-ppc64-elf-linux2
Bill Schmidt
- [compiler-rt] r182389 - [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.
Sergey Matveev
- [llvm] r182390 - Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.
Jyotsna Verma
- [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
- [llvm] r182394 - [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
Justin Holewinski
- [patch] DAG nodes IR ordering code re-factoring
Arsenault, Matthew
- [PATCH] Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
Derek Schuff
- [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
- [compiler-rt] r182399 - [lsan] Invoke leak detection with atexit().
Sergey Matveev
- [llvm] r182401 - Regenerate configure.
Rafael Espindola
- [patch] Make r600 non-experimental
Rafael Espíndola
- [llvm] r182402 - Remove duplicated comment.
Benjamin Kramer
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [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
- [llvm] r182405 - Use std::list so that we have a stable iterator.
Rafael Espindola
- [llvm] r182169 - Convert obj2yaml to use yamlio.
Rafael Espíndola
- [PATCH] Define BYTE_ORDER on Solaris
Rafael Espíndola
- [PATCH] Disable HAVE_EHTABLE_SUPPORT for mingw win64
Rafael Espíndola
- [lld] r182230 - [lld][ELF][x86_64, hexagon] Changed dynamic atoms to live in anonymous namespace
Rafael Espíndola
- [llvm] r182407 - Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
David Fang
- [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
- [lld] r182410 - [lld] Update a test file for r180209.
Rui Ueyama
- R600: Various improvements to scheduler and packetizer
Vincent Lejeune
- [llvm] r182411 - Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
- [PATCH] compiler-rt: C++11 atomic support porting to Darwin
Nick Kledzik
- [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
- Add 'cold' attribute to functions
Diego Novillo
- [compiler-rt] r182420 - Add atomic.c back to the builtins module sources lists (for Makefile build).
Daniel Dunbar
- [llvm] r182424 - Be more specific and capitalize filenames.
Eric Christopher
- [lld] r182427 - [lld][ELF] Inline header files into the one file using it
Shankar Easwaran
- [llvm] r182430 - Mips16 does not use register scavenger from TargetRegisterInfo. It allocates
Reed Kotler
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Remove test instructions that proceed shift-by-immediate instructions
Manman Ren
- [compiler-rt] r182435 - <rdar://problem/13806954> enable __atomic_* functions for Darwin
Nick Kledzik
- [llvm] r181366 - Fix a bug in the MC asm parser evaluating expressions. It was treating:
Bill Wendling
- [llvm] r181363 - MCStreamer: Also clear vector of W64UnwindInfos on reset().
Bill Wendling
- [PATCH] [Support] Add BitHacks.h - generic bit utility functions.
Michael Spencer
- [llvm] r182442 - Make R600 non-experimental.
Rafael Espindola
- [llvm] r182443 - Fix warning in non-assert build.
Rafael Espindola
- [llvm] r182444 - s/u_int32_t/uint32_t/
Rafael Espindola
- Update on A * (1 - uitofp i1 C) + B * uitofp i1 C —> select C, B, A
Jean-Luc Duprat
- [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] r175092 - Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
Rafael Espíndola
- [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
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [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
- [compiler-rt] r182453 - Add atomic.c to CMake build of compiler-rt to match r182420
Alexey Samsonov
- [llvm] r182454 - X86: Remove test instructions proceeding shift by immediate instructions
David Majnemer
- [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
- [dragonegg] r182459 - More IEEE 128 floating point testcases that now pass.
Duncan Sands
- [llvm] r182460 - [SystemZ] Fix thinko in long branch pass
Richard Sandiford
- [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
- [PATCH] [nolibc] Add RTSanitizerCommonLibc, the libc-dependent subset of sanitizer_common.
Peter Collingbourne
- [llvm] r182464 - sync projects/sample's autohell.
Rafael Espindola
- [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
- [llvm] r182474 - [SystemZ] Rename PSW to CC
Richard Sandiford
- [PATCH] [Support] Add StringMap::swap() and a default ctor for iterators
Reid Kleckner
- [compiler-rt] r182475 - [msan] Intercept getsockname.
Evgeniy Stepanov
- [llvm] r182122 - R600: Factorize Fetch size limit inside AMDGPUSubTarget
Renato Golin
- [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
- [PATCH] [lsan] Add lit test support.
Sergey Matveev
- [compiler-rt] r182479 - [sanitizer] Fix Android build.
Evgeniy Stepanov
- [llvm] r182480 - Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER.
Rafael Espindola
- [compiler-rt] r182481 - [sanitizer] Fix Mac build one more time.
Evgeniy Stepanov
- [llvm] r182482 - Fix use after free (pr16103).
Rafael Espindola
- Bug fix in Tblgen
Rafael Espíndola
- [lld] r182077 - [lld][ELF][All Archs] Addend is used by dynamic relocations
Rafael Espíndola
- [llvm] r182485 - LoopVectorize: Make Value pointers that could be RAUW'ed a VH
Arnold Schwaighofer
- [llvm] r182486 - X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower halves as unsigned.
Benjamin Kramer
- [llvm-commits] [PATCH] [typo] MingW to MinGW
Rafael Espíndola
- [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] r182493 - Fix StringMapIterator compile errors for non-MSVC compilers.
Reid Kleckner
- [lld] r182494 - [lld][LayoutPass] An earlier commit moved the functionality so that Atoms would
Shankar Easwaran
- [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] 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
- [PATCH, RFC] Recognize ValueType operands in source patterns for fast-isel
Bill Schmidt
- [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
- [lld] r182515 - [lld] Fix wrong content permission bit.
Rui Ueyama
- [PATCH] Fix block comment parser
Rui Ueyama
- [llvm] r182526 - Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
- [PATCH] [lld][LayoutPass] Consolidate debug flags, removing "layout" flag.
Rui Ueyama
- [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] 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
- [lld] r182543 - [lld][LayoutPass] Consolidate debug flags, removing "layout" flag.
Rui Ueyama
- [dragonegg] r182548 - Creating release candidate rc2 from release_33 branch
Bill Wendling
- [test-suite] r182549 - Creating release candidate rc2 from release_33 branch
Bill Wendling
- [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
- [PATCH] [lld][LayoutPass] Add comment on _followOn{Nexts,Roots}.
Rui Ueyama
- [compiler-rt] r182563 - Performance improvement.
Bill Wendling
- [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
- [llvm] r182564 - Add missing test from r175092.
Nick Lewycky
- [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
- [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
- [dragonegg] r182581 - Fix the build after recent DIBuilder changes and try another approach to
Duncan Sands
- PATCH: [zorg] Add sanitizer build factory for sanitizer bots setup
Alexey Samsonov
- [compiler-rt] r182582 - [TSan] Try to fix the Go-TSan build.
Alexander Potapenko
- [compiler-rt] r182583 - [lsan] Add lit test support.
Sergey Matveev
- [PATCH] [lsan] Convert all LSan tests to LIT tests. Remove the old testing interface.
Sergey Matveev
- [llvm] r182584 - Fix 32 bit build in c++11 mode.
Rafael Espindola
- [PATCH] Teach instcombine how to combine multiply of constant splat of known power-of-2
Andrea_DiBiagio at sn.scee.net
- [llvm] r182585 - Setting the default value (fixes CRT assertions about uninitialized variable use when doing debug MSVC builds), and fixing coding style.
Aaron Ballman
- [PATCH] Improve linker performance (v2)
James Molloy
- [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] r182590 - More symbols that should be static.
Benjamin Kramer
- [dragonegg] r182591 - Add support for the iround builtin, which gfortran-4.8 generates.
Duncan Sands
- [llvm] r182592 - Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().
Jakob Stoklund Olesen
- [dragonegg] r182593 - Backport iround support from mainline.
Duncan Sands
- [llvm] r182594 - Move passes from namespace llvm into anonymous namespaces. Sort includes while there.
Benjamin Kramer
- [lld] r182595 - [lld][LayoutPass] Add comment on _followOn{Nexts, Roots}.
Rui Ueyama
- [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
- [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] 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
- [PATCH] Fixed compiler-rt when outside projects directory
Greg Fitzgerald
- [llvm] r182625 - Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
- [llvm] r182628 - MC: Disassembled CFG reconstruction.
Ahmed Bougacha
- [dragonegg] r182630 - More IEEE 128 bit floating point tests that now pass.
Duncan Sands
- [www] r182631 - Add an extra-high resolution video of Daniel Jasper's talk.
Duncan Sands
- [dragonegg] r182633 - Mark these tests as XFAIL while waiting for SROA to be fixed.
Duncan Sands
- [llvm] r182634 - Fix unused warning in opt builds.
Daniel Jasper
- [PATCH] Fix for error C3855 when compiling with VC 2008
Michael Beck
- [PATCH] Specify the volatile access behaviour of the memcpy, memmove and memset intrinsics
Arnaud A. de Grandmaison
- [dragonegg] r182635 - If the gcc version is 4.7 or less and IDENT_ASM_OP is undefined then
Duncan Sands
- [llvm] r182636 - Remove the Copied parameter from MemoryObject::readBytes.
Benjamin Kramer
- [compiler-rt] r182637 - Disable init-order checking before destructors are run.
Alexey Samsonov
- [PATCH] Fix instruction creation in scalarizePHI
Joey Gouly
- [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
- [PATCH] [lsan] Add exitcode flag. Kill the process if leaks are found.
Sergey Matveev
- [compiler-rt] r182641 - [lsan] Add exitcode flag. Kill the process if leaks are found.
Sergey Matveev
- [LLVMdev] Thumb call relocation for the Runtime dynamic linker (RuntimeDyldELF.cpp)
Tim Northover
- [PATCH] [lsan] Prettify LSan reports and add a summary
Sergey Matveev
- [llvm] r182643 - [SystemZ] Improve AsmParser register parsing
Richard Sandiford
- [llvm] r182644 - [SystemZ] Improve AsmParser handling of invalid instructions
Richard Sandiford
- [compiler-rt] r182646 - [lsan] Prettify LSan reports and add a summary.
Sergey Matveev
- [PATCH] [lsan] Remove old LSan tests. Convert one of them to a LIT test.
Sergey Matveev
- [compiler-rt] r182648 - [lsan] Minor adjustments to LSan messages.
Sergey Matveev
- [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
- [llvm] r182653 - Do not reserve space for the ColdEdges and NormalEdges vectors.
Diego Novillo
- [dragonegg] r182654 - Enable the loop vectorizer.
Duncan Sands
- [polly] r182655 - fix insertion of values in BBMap
Sebastian Pop
- [PATCH] support llvm.vectorization.vector_width metadata
Redmond, Paul
- [polly] independent blocks: do not insert stores between phi nodes
Sebastian Pop
- R600/SI Patches: Compute shader improvements
Tom Stellard
- [llvm] r182656 - LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases.
Benjamin Kramer
- [compiler-rt] r182657 - [lsan] Allow the ignored TLS range to be empty.
Sergey Matveev
- [PATCH] [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.
Sergey Matveev
- [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
- [PATCH] compiler-rt darwin macros
David Fang
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
- [dragonegg] r182663 - Enable fast math IR optimizations when passed -ffast-math.
Duncan Sands
- [compiler-rt] r182665 - <rdar://problem/12512722> Use arm divide instruction if available
Nick Kledzik
- [PATCH] Convert sqrt functions into sqrt instructions when -ffast-math is in effect
Preston Gurd
- [llvm] r182667 - [Support] Add type generic bit utilities to MathExtras.h
Michael J. Spencer
- Switch case-ranges, new approach (PR1255).
Stepan Dyatkovskiy
- [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
- [PATCH] Windows implementation of enable_execute_stack
Ruben Van Boxem
- [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] 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
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Rui Ueyama
- [llvm] r182690 - [Support] Remove Count{Leading, Trailing}Zeros_{32, 64}.
Michael J. Spencer
- [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] r182693 - Add to testsuite.
Eric Christopher
- [PATCH] [Core] Add parallel infrastructure to lld.
Michael Spencer
- [lld] r182697 - Use new version of countLeadingZeros.
Michael J. Spencer
- [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
- [dragonegg] r182705 - Add support for __builtin_init_heap_trampoline, fixing PR16015. While there,
Duncan Sands
- [llvm] r182706 - Track IR ordering of SelectionDAG nodes 4/4.
Andrew Trick
- [dragonegg] r182707 - Force SSE on so that the vectorizer will do something on 32 bit platforms.
Duncan Sands
- [PATCH] Change how we iterate over relocations on ELF
Rafael Ávila de Espíndola
- [llvm] r182708 - PPC: Combine duplicate (offset) lvsl Altivec intrinsics
Hal Finkel
- [lld] r182709 - Fix indentation.
Rui Ueyama
- [llvm] r182710 - Add some comments to the stringify function.
Eric Christopher
- [PATCH] Allow ARM ELF relocs to be applied twice
Tim Northover
- The system library is gone for a long time.
罗勇刚(Yonggang Luo)
- [llvm] r182712 - Add support for DWARF line number table entries for values in the instruction
Cameron Zwarich
- [PATCH] Add FilteredArgList to represent filtered arglist
Rui Ueyama
- [llvm] r182713 - Disable the StringMapEntry copy constructor, to make sure we
Chris Lattner
- [lld] r182714 - Remove unreachable statement.
Rui Ueyama
- [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
- [PATCH] Remove useless if from DwarfEHPrepare
Kai Nacke
- [PATCH] Add LDC compiler to 3.3 release notes
Kai Nacke
- [PATCH] Expose {Load,Store}Inst {get,set}Alignment to the C API.
Peter Zotov
- [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
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
- [lld] r182721 - [PECOFF] Skip section names in the symbol table because they are not atoms.
Rui Ueyama
- [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
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).