The Week Of Monday 25 March 2013 Archives by thread
Starting: Mon Mar 25 01:32:52 PDT 2013
Ending: Sun Mar 31 23:37:52 PDT 2013
Messages: 802
- Fix PR15293: ARM codegen ice - expected larger existing stack allocation
Stepan Dyatkovskiy
- [compiler-rt] r177851 - [Sanitizer] Add basic test for atomic_compare_exchange implementation
Alexey Samsonov
- [PATCH] Fix a typo in configure.ac files for AuroraUX.
Thomas Schwinge
- [PATCH] Replace dead link for binfmt_misc.
Thomas Schwinge
- [compiler-rt] r177854 - [Sanitizer] First effort to implement atomic_compare_exchange for 1-byte vars on Windows
Alexey Samsonov
- [llvm] r177855 - Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruction so that all helper functions are named similarly in ObjCARC.h.
Michael Gottesman
- [llvm] r177856 - InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
Arnaud A. de Grandmaison
- [PATCH] Teach Instcombine to use the nsw attribute for signed comparisons to 0 of (shl %v, Cst) or (mul %v, Cst)
Arnaud A. de Grandmaison
- [compiler-rt] r177857 - tsan: add SetEnv() function that can be used in frontends
Dmitry Vyukov
- [compiler-rt] r177858 - tsan: intercept setjmp/longjmp
Dmitry Vyukov
- [compiler-rt] r177859 - [TSan] Build TSan unit tests with the same compile flags as TSan runtime
Alexey Samsonov
- [compiler-rt] r177860 - [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dtors may be a problem for us, as sanitizer runtime should not generally assume libstdc++ presence.
Alexey Samsonov
- [compiler-rt] r177745 - Band-aid fix for the Windows build caused by r177710. Long-term, atomic_compare_exchange_strong should be a template on Windows too...
Alexey Samsonov
- [zorg] r177861 - Bumping up the libLTO timeout to 90 minutes.
Michael Gottesman
- [LLVMdev] Problems with 64-bit register operands of inline asm on ARM
Renato Golin
- [compiler-rt] r177862 - [ASan] mark local function as static
Alexey Samsonov
- [llvm] r177730 - R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics
Michel Dänzer
- [llvm] r177863 - Address issues found by Duncan during post-commit review of r177856.
Arnaud A. de Grandmaison
- Add Erlang GC
Yiannis Tsiouris
- [llvm] r177731 - Remove the xaddroff ComplexPattern.
Ulrich Weigand
- [compiler-rt] r177864 - asan/tsan: add Printf/Report hook
Dmitry Vyukov
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Jiong WANG
- [llvm] r177865 - Refine fenv.h handling: check if the desired macros exist, before using
Joerg Sonnenberger
- [llvm] r177866 - Don't use add_llvm_definitions for adding warning flags. It makes it too hard
Duncan Sands
- [llvm] r177867 - Add a GC plugin for Erlang
Yiannis Tsiouris
- [compiler-rt] r177868 - [ASan] Use dynamic symbol table when checking exported ASan runtime symbols
Alexey Samsonov
- Unstable register allocation with R600/SI
Christian König
- [llvm] r177869 - Teach cmake about the new Erlang GC files.
Duncan Sands
- [compiler-rt] r177870 - Add basic support for building profile compiler-rt library in CMake build on Darwin
Alexey Samsonov
- [PATCH] Update include/llvm/Support/ELF.h for ELFOSABI_* changes.
Thomas Schwinge
- [PATCH] Avoid using the MAXPATHLEN and PATH_MAX constants, which may be undefined.
Thomas Schwinge
- [llvm] r177872 - [ELF] add elf_hash function to compute the hash value of a symbol in the dynamic symbol table
Shankar Easwaran
- [PATCH] Introduce llvm:Triple::Hurd.
Thomas Schwinge
- [PATCH] i686-unknown-gnu0.3 really means i686-unknown-gnu0.3-gnu.
Thomas Schwinge
- [PATCH] Properly handle glibc (that is, GNU environment) cases.
Thomas Schwinge
- [PATCH] Don't consider it a hard error if we fail to limit the pthread stack size.
Thomas Schwinge
- [llvm] r177873 - [tools][llvm-readobj] print the name of the section when iterating the symbol table / dynamic symbol table
Shankar Easwaran
- [PATCH] Check for the __APPLE__ preprocessor macro additionally to __MACH__.
Thomas Schwinge
- [PATCH] Disable Execution Engine tests for Hexagon
Jyotsna Verma
- Fix for PR14824: Optimization arm_ldst_opt inserts newly generated instruction vldmia at incorrect position
Stepan Dyatkovskiy
- [PATCH] Fix two issues on unaligned 256-bit vector memory access on AVX
Michael Liao
- [llvm] r177874 - [arm load/store optimizer] When trying to merge a base update load/store, make
Chad Rosier
- [llvm-commits] [PATCH] Enable ELF machine to be explicityly specified in X86 backend
Michael Liao
- [PATCH] Disable JIT/MCJIT tests for the targets that don't support JIT
Jyotsna Verma
- [lld] r177875 - [ELF] fix dynamic symbol table entries and update tests
Shankar Easwaran
- Upcoming patches to disable some of the generic tests for Hexagon
Jyotsna Verma
- [llvm] r177876 - Documentation: Replace dead link for binfmt_misc
Dmitri Gribenko
- [PATCH] R600: fix DenseMap with pointer key iteration in the structurizer
Christian König
- [llvm-commits] [llvm] r170383 - /llvm/trunk/lib/MC/MCPureStreamer.cpp
Rafael Espíndola
- [llvm] r177878 - Remove assert. There may be target-dependent attributes left.
Bill Wendling
- [llvm] r177882 - Remove unnecessary attributes from test case.
Chad Rosier
- [llvm] r177887 - x86 -- disassemble the REP/REPNE prefix when needed
Dave Zarzycki
- [llvm] r177888 - x86 -- add the XTEST instruction
Dave Zarzycki
- [llvm] r177889 - Use direct types in PowerPC Pat patterns.
Ulrich Weigand
- [llvm] r177890 - Use direct types in PowerPC instruction patterns.
Ulrich Weigand
- [ATOM] Memory form of call optimization
Murali, Sriram
- [PATCH] Make caching of memory mappings in sanitizer_procmaps optional
Sergey Matveev
- [llvm] r177894 - Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investigate them later.
NAKAMURA Takumi
- [llvm] r177895 - reflect comment to the official reference
Shankar Easwaran
- [llvm] r177896 - Disable Execution Engine tests not supported by Hexagon.
Jyotsna Verma
- [llvm] r177898 - Formatting.
Eric Christopher
- [llvm] r177899 - Fix comment.
Akira Hatanaka
- [llvm] r177901 - XFAIL DebugInfo tests for Hexagon.
Jyotsna Verma
- [zorg] r177902 - Bump up the Clang LTO Builder timeout to 120 minutes.
Michael Gottesman
- [llvm] r177903 - [ELF] dont compute symbolname size in every loop
Shankar Easwaran
- [llvm] r177906 - Fix a bug in fast-math fadd/fsub simplification.
Shuxin Yang
- [llvm] r177909 - Whitespace.
NAKAMURA Takumi
- [llvm] r177910 - X86DisassemblerDecoder.c: Make this C89-compliant.
NAKAMURA Takumi
- [llvm] r177912 - XFAIL some of the generic CodeGen tests for Hexagon.
Jyotsna Verma
- [llvm] r177914 - llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.
NAKAMURA Takumi
- [llvm] r177917 - Disable profiling tests for Hexagon since it doesn't support JIT.
Jyotsna Verma
- [llvm] r177920 - Couple more sets of tidying.
Eric Christopher
- [PATCH] Fix DecodeT2LdStPre
Joe Abbey
- [llvm-commits] [compiler-rt] r165004 - in /compiler-rt/trunk/lib: sanitizer_common/sanitizer_common.h sanitizer_common/sanitizer_linux.cc sanitizer_common/sanitizer_mac.cc sanitizer_common/sanitizer_posix.cc tsan/rtl/tsan_report.cc tsan/rtl/tsan_report.h tsan/rtl/tsan_rtl.h tsan/rtl/tsan_rtl_thread.cc
Timur Iskhodzhanov
- [compiler-rt] r177927 - Add a GetTid() implementation for Windows
Timur Iskhodzhanov
- [llvm] r177928 - Add an optimizer-side test case for ARC bug <rdar://13195034>, fixed
John McCall
- [PATCH][CodeGen, DAG-combine, fast-math] Disable some fast-math transformations in DAG-combiner after legalization
Shuxin Yang
- [PATCH] Added missing documentation to LangRef for intrinsic llvm.ptr.annotation.*
Michael Gottesman
- [compiler-rt] r177723 - [asan] Change the way we report the alloca frame on stack-buff-overflow.
Timur Iskhodzhanov
- [llvm] r177933 - Disable some unsafe-fp-math DAG-combine transformation after legalization.
Shuxin Yang
- [llvm] r177935 - Annotate shifts and rotates with SchedRW lists.
Jakob Stoklund Olesen
- [llvm] r177936 - Annotate X86InstrCompiler.td with SchedRW lists.
Jakob Stoklund Olesen
- [llvm] r177937 - Remove IIC_DEFAULT from X86Schedule.td
Jakob Stoklund Olesen
- [PATCH] Document HLE metadata
Michael Liao
- [llvm] r177938 - Introduce a tiny CMake project to gather Subversion revision information and place it into a header.
Douglas Gregor
- [PATCH} Review request : Direct object exception handling for Mips
Jack Carter
- [llvm] r177942 - Add a scheduling model for Intel Sandy Bridge microarchitecture.
Jakob Stoklund Olesen
- [llvm] r177943 - Add an -mcpu option to a test that is apparently scheduler-sensitive.
Jakob Stoklund Olesen
- [llvm] r177945 - Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)
Michael Liao
- [llvm] r177947 - Revise alignment checking/calculation on 256-bit unaligned memory access
Michael Liao
- patch: watchdog timer for pretty stack trace entries
Nick Lewycky
- [PATCH][RFC] Add PRFCHW support
Michael Liao
- [llvm] r177950 - Added documentation to LangRef for the intrinsic llvm.ptr.annotation.* which for some reason was never written.
Michael Gottesman
- [llvm] r177951 - [ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC data flow analysis state in the IR via metadata.
Michael Gottesman
- [llvm] r177952 - [ObjCARC Annotations] Added support for displaying the state of pointers at the bottom/top of BBs of the ARC dataflow analysis for both bottomup and topdown analyses.
Michael Gottesman
- [llvm] r177953 - Temporarily XFAIL this test until Michael can look at it.
Bill Wendling
- [PATCH] Enhancements to the LLVM CommandLine library
Daniel Liew
- [llvm] r177955 - Hmm...not failing...odd
Bill Wendling
- [llvm] r177956 - Remove testcase. It's failing on some platforms but not others.
Bill Wendling
- [llvm] r177962 - Add a new watchdog timer interface. The interface does not permit handling timeouts, so
Nick Lewycky
- [llvm] r177963 - Add missing file to cmake build.
Nick Lewycky
- [llvm] r177967 - ARM Scheduler Model: Partial implementation of the new machine scheduler model
Arnold Schwaighofer
- [llvm] r177968 - ARM Scheduler Model: Add resources instructions, map resources in subtargets
Arnold Schwaighofer
- [PATCH] [test] Use lit's shell test runner on Windows
Timur Iskhodzhanov
- [llvm] r177666 - Implement builtin_{setjmp/longjmp} on PPC
Bill Schmidt
- [lld] r177969 - [ELF] order rela.dyn/rela.plt properly
Shankar Easwaran
- [lld] r177970 - [ELF][Hexagon] add GOTREL/GOT relocations
Shankar Easwaran
- [llvm] r177971 - Split out the IRReader header and the utility functions it provides into
Chandler Carruth
- [polly] r177973 - Cleaning up testing branch
Alexander Kornienko
- [polly] r177980 - Creating tags/google/testing/2013-03-26 from r177703
Alexander Kornienko
- [polly] r177981 - Updating branches/google/testing to r177703
Alexander Kornienko
- [llvm] r177830 - MCize the bcl instruction in PPCAsmPrinter
Bill Schmidt
- [llvm] r177986 - Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
- [PATCH] PR15413: Assertion "SE.DT->dominates(Ret, BIP)" fails.
Andrew Trick
- [llvm] r177988 - Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
- [lld] r177990 - [ELF] no change in functionality, add functions to symbol table so that they can be overridden by derived classes
Shankar Easwaran
- [lld] r177991 - [ELF][Hexagon] Fixing failing test on Bots, few symbol names are available only in debug builds, dont check the symbol names
Shankar Easwaran
- [llvm] r177992 - Add CMake option LLVM_USE_SANITIZER={Address, Memory, MemoryWithOrigins} to simplify bootstrap of LLVM/Clang under ASan/MSan
Alexey Samsonov
- [PATCH] Add CMake option LLVM_USE_SANITIZER to allow bootstrap of LLVM/Clang under ASan/MSan.
Alexey Samsonov
- [compiler-rt] r177993 - [asan] print thread number while reporting invalid-free and double-free; add tests; also add a test for use-after-poison
Kostya Serebryany
- [llvm] r177994 - Add asan/msan to the list of available features in LIT test runner
Alexey Samsonov
- [compiler-rt] r177996 - [tsan] add a test for aligned-vs-unaligned race (tsan's false negative)
Kostya Serebryany
- [compiler-rt] r177998 - [Sanitizer] Disable atomic_test on Android, where it crashes Clang.
Alexey Samsonov
- [llvm] r177999 - R600: fix DenseMap with pointer key iteration in the structurizer
Christian Konig
- [compiler-rt] r178000 - [libsanitizer] Unmapping the old cache partially invalidates the memory layout, so add
Alexander Potapenko
- [llvm] r178001 - PowerPC: Move some 64-bit branch patterns.
Ulrich Weigand
- [llvm] r178002 - PowerPC: Simplify BLR pattern.
Ulrich Weigand
- [llvm] r178003 - PowerPC: Use CCBITRC operand for ISEL patterns.
Ulrich Weigand
- [llvm] r178004 - PowerPC: Remove ADDIL patterns.
Ulrich Weigand
- [llvm] r178005 - PowerPC: Remove LDrs pattern.
Ulrich Weigand
- Patches for SI v2
Christian König
- [llvm] r178006 - PowerPC: Simplify FADD in round-to-zero mode.
Ulrich Weigand
- [llvm] r178007 - PowerPC: Simplify handling of fixups.
Ulrich Weigand
- [llvm] r178008 - PowerPC: Mark patterns as isCodeGenOnly.
Ulrich Weigand
- [PATCH] Make InstCombineCasts.cpp:OptimizeIntToFloatBitCast endian safe
Ulrich Weigand
- [PATCH] Allow the register scavenger to spill multiple registers
Richard Sandiford
- [compiler-rt] r178009 - asan/tsan: change SANITIZER_GO to more general SANITIZER_SUPPORTS_WEAK_HOOKS
Dmitry Vyukov
- Instanced drawing for SI
Christian König
- [PATCH 1/4] radeon/llvm: move system value fetching to common code
Christian König
- [compiler-rt] r178010 - asan/tsan: move strcasecmp() interceptor to sanitizer_common
Dmitry Vyukov
- [compiler-rt] r178011 - [tsan] make memcpy_race.cc test immune to memcpy inlining
Kostya Serebryany
- [compiler-rt] r178012 - [libsanitizer] Fix the Win build.
Alexander Potapenko
- [llvm] r178013 - [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes pointer to private string with module name. This string serves as a unique module ID in ASan runtime. LLVM part
Alexey Samsonov
- [compiler-rt] r178014 - [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes pointer to private string with module name. This string serves as a unique module ID in ASan runtime. compiler-rt part
Alexey Samsonov
- [llvm] r178017 - Patch by Gordon Keiser!
Joe Abbey
- [llvm] r178018 - R600/SI: fix ELSE pseudo op handling
Christian Konig
- [llvm] r178019 - R600/SI: replace WQM intrinsic
Christian Konig
- [llvm] r178020 - R600/SI: mark most intrinsics as readnone v2
Christian Konig
- [llvm] r178021 - R600/SI: switch back to RegPressure scheduling
Christian Konig
- [llvm] r178022 - R600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLE
Christian Konig
- [llvm] r178023 - R600/SI: improve vector interpolation
Christian Konig
- [llvm] r178024 - R600/SI: improve post ISel folding
Christian Konig
- [llvm] r178025 - Remove default case from fully covered switch.
Benjamin Kramer
- [lld] r178027 - [ELF][Hexagon] remove duplicated code
Shankar Easwaran
- [llvm] r174054 - Add AArch64 as an experimental target.
Anton Yartsev
- [llvm] r178028 - Revert ARM Scheduler Model: Add resources instructions, map resources
Arnold Schwaighofer
- [llvm] r178030 - Hexagon: Remove HexagonMCInst.h file. It has been replaced with MCTargetDesc/HexagonMCInst.h.
Jyotsna Verma
- [llvm] r178031 - Make InstCombineCasts.cpp:OptimizeIntToFloatBitCast endian safe.
Ulrich Weigand
- [llvm] r178032 - Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.
Jyotsna Verma
- [PATCH] llvm-readobj: COFF/ELF-specific low-level output
Nico Rieck
- Support dead-stripping in ELF objects
Robinson, Paul
- [PATCH] LNT ARM sqlite3
Renato Golin
- [llvm] r178038 - Add test case for commit r178031.
Ulrich Weigand
- [llvm] r178040 - Add PREFETCHW codegen support
Michael Liao
- [PATCH] Add X86 XTEST intrinsic codegen support
Michael Liao
- [llvm] r178045 - BasicAA: Only query twice if the result of the more general query was MayAlias
Arnold Schwaighofer
- [llvm] r178046 - Fix PRFCHW test on non-x86 builds
Michael Liao
- [llvm] r178048 - Annotate the rest of X86InstrInfo.td with SchedRW lists.
Jakob Stoklund Olesen
- [llvm] r178049 - Annotate control instructions with SchedRW lists.
Jakob Stoklund Olesen
- [llvm] r178050 - Annotate x87 and mmx instructions with SchedRW lists.
Jakob Stoklund Olesen
- [llvm] r178051 - Annotate the remaining x86 instructions with SchedRW lists.
Jakob Stoklund Olesen
- [PATCH] Enable partial update depency breaking for A15
Silviu Baranga
- [PATCH] Improve performance of lazy linking in llvm-link
James Molloy
- [llvm] r178058 - Update PEI's virtual-register-based scavenging to support multiple simultaneous mappings
Hal Finkel
- [llvm] r178059 - Update PPCRegisterInfo's use of virtual registers to be SSA
Hal Finkel
- [llvm] r178060 - Use multiple virtual registers in PPC CR spilling
Hal Finkel
- [PATCH] PEI scavengeFrameVirtualRegs and RS improvments
Hal Finkel
- [llvm] r178065 - R600/SIMCCodeEmitter.cpp: Prune a couple of unused members, STI and Ctx. [-Wunused-private-field]
NAKAMURA Takumi
- [dragonegg] r178066 - Fix dragonegg compilation after recent debug info changes. Fix a test case that
Duncan Sands
- [llvm] r178067 - PPC: Use HWEncoding and TRI->getEncodingValue
Hal Finkel
- [llvm] r177833 - PPC ZERO register needs a register number of 0.
Hal Finkel
- [PATCH] Fix build with STLPort and gcc
Matt Arsenault
- [llvm] r178073 - Fix the register scavenger for targets that provide custom spilling
Hal Finkel
- [llvm] r178074 - TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.
Andrew Trick
- [llvm] r178077 - Restore real bit lengths on PPC register numbers
Hal Finkel
- [llvm-commits] [PATCH] Casting.h: Don't cast away const with static_cast<>
Michael Spencer
- [llvm] r178078 - Debug Info: Provide a means to update the members of a composite type
David Blaikie
- [llvm] r178080 - Enable SandyBridgeModel for all modern Intel P6 descendants.
Jakob Stoklund Olesen
- [llvm] r178082 - Add HLE target feature
Michael Liao
- [llvm] r178083 - Add XTEST codegen support
Michael Liao
- [llvm] r178084 - Use the full path when outputting the `.gcda' file.
Bill Wendling
- [PATCH][RFC] Add support of RDSEED in AVX2
Michael Liao
- [llvm] r178087 - Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
- [llvm] r178090 - DebugInfo: more support for mutating DICompositeType to reduce magic number usage in Clang
David Blaikie
- [llvm] r178091 - Make DIBuilder::createClassType more type safe by returning DICompositeType rather than DIType
David Blaikie
- [llvm] r178096 - Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
- [llvm] r178099 - Adding DIImportedModules to DIScopes.
David Blaikie
- [llvm] r178101 - Added back in the test for arc-annotations.
Michael Gottesman
- [llvm] r178114 - Remove the link register from the GPR classes on PowerPC.
Bill Schmidt
- [llvm] r178118 - Apply the no-r0 class to PPC TOC ADDI[S] pseudo instructions
Hal Finkel
- [llvm] r178119 - Apply the no-r0 register class to the PPC SELECT_CC_I[4|8] pseudos
Hal Finkel
- [llvm] r178121 - Use the PPC no-r0 class on the TOC LD pseudos
Hal Finkel
- [llvm] r178123 - Allocate r0 on PPC
Hal Finkel
- [llvm] r178125 - R600/SI: add srl/sha patterns for SI
Christian Konig
- [llvm] r178126 - R600/SI: add mulhu/mulhs patterns
Christian Konig
- [llvm] r178127 - R600/SI: add cummuting of rev instructions
Christian Konig
- [compiler-rt] r178128 - [TSan] Run test output through FileCheck
Alexey Samsonov
- [compiler-rt] r178129 - [TSan] Fixup for r178128: verify that TSan indeed doesn't report race
Alexey Samsonov
- [llvm] r178130 - Improve performance of LinkModules when linking with modules with large numbers of functions which link lazily. Instead of creating and destroying function prototypes irrespective of if they are used, only create them if they are used.
James Molloy
- [compiler-rt] r178131 - [ASan] Demangle global names in error reports.
Alexey Samsonov
- [llvm] r178132 - Hexagon: Disable optimizations at O0.
Jyotsna Verma
- [PATCH] R600/SI: add SETO/SETUO patterns
Christian König
- [llvm] r178134 - Enabling the generation of dependency breakers for partial updates on Cortex-A15. Also fixing a small bug in getting the update clearence for VLD1LNd32.
Silviu Baranga
- [llvm] r178135 - Disable Initialize.MultipleThreads test under MemorySanitizer.
Evgeniy Stepanov
- [PATCH] Remove the valgrind-appeasing hack in ManagedStatic test
Evgeniy Stepanov
- [llvm] r178137 - Fix target-customized spilling in the register scavenger
Hal Finkel
- [llvm] r178139 - Disable ASan/MSan symbolization of reports in tests.
Evgeniy Stepanov
- [llvm] r178141 - Switch to LLVM support function abs64 to keep VS2008 happy.
Tim Northover
- [llvm] r178142 - Print PPC ZERO as 0 (not r0) even on Darwin
Hal Finkel
- [llvm] r178144 - Silence warning about mixing || in &&, fix up 80-cols.
Benjamin Kramer
- [llvm] r178145 - R600/SI: add SETO/SETUO patterns
Christian Konig
- [llvm] r178147 - Cleanup the simplify_type implementation.
Rafael Espindola
- Adjust MIMG writemask to only the used components
Christian König
- [LNT] r178150 - [nt] Add an error if --test-externals path does not exist.
Daniel Dunbar
- [PATCH] The iterators in CFG.h are not conforming and thus causing problem
Howard Hinnant
- [llvm] r178155 - Fix comment
David Blaikie
- [llvm] r178156 - Specutively revert r178130.
Bill Wendling
- [compiler-rt] r178157 - tsan: fix lint warning
Dmitry Vyukov
- [compiler-rt] r178158 - tsan: better flag parsing: do not confuse flag that is a part of another flag
Dmitry Vyukov
- [compiler-rt] r178159 - tsan: print matched suppressions if print_suppressions=1 flag is provided
Dmitry Vyukov
- [llvm] r178161 - Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
- [llvm] r178163 - Don't try to generate crash diagnostics if we had an I/O failure. It's very
Chad Rosier
- [llvm] r178165 - Remove "gpr0 allocation" from the PPC README TODO list
Hal Finkel
- [llvm] r178166 - Avoid undefined behavior from passing a std::vector's own contents
Dan Gohman
- [llvm] r178169 - Remove more dead LR-as-GPR PPC code
Hal Finkel
- [llvm] r178170 - Fix typo (common to both X86 and PPC)
Hal Finkel
- [llvm] r178171 - For the current Atom processor, the fastest way to handle a call
Preston Gurd
- [llvm] r178174 - test file name change to correct typo
Jack Carter
- RFC: Macro for 'analyzer_noreturn' attribute
Jordan Rose
- [llvm] r178180 - Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in PPCInstrInfo
Hal Finkel
- [zorg] r178183 - Move the lab.llvm.org phased builders to be in production mode.
Michael Gottesman
- [zorg] r178185 - Changed internal_lookup to public_lookup.
Michael Gottesman
- SmallVector and SmallPtrSet allocations not power-of-two aligned
Jean-Luc Duprat
- [llvm] r178186 - [ms-inline asm] Add support of imm displacement before bracketed memory
Chad Rosier
- [PATCH] Use direct types in some PowerPC Altivec instructions and patterns
Bill Schmidt
- [llvm] r178190 - Updated ELF relocation test for .eh_frame section
Jack Carter
- [llvm] r178193 - This patch follows is a follow up to r178171, which uses the register
Preston Gurd
- [compiler-rt] r178195 - compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan conversion between floating-point types.
Richard Smith
- [patch] DW_TAG_imported_module support
David Blaikie
- [zorg] r178197 - Fix category names so that llvmlab actually posts in the IRC chat room.
Michael Gottesman
- [PATCH 1/2] R600: Emit native instructions for tex
Vincent Lejeune
- [PATCH] Fix decoding of CBZ / CBNZ Thumb2 Instructions
Gordon Keiser
- [PATCH] Call Type::isVectorTy() before calling Type::getVectorNumElements
Akira Hatanaka
- [PATCH] Fix encoding of unconditional Thumb2 branch (T4)
Gordon Keiser
- [PATCH] [MachO] MachOWriter generates bad indirect symbol tables when sections are split
David Fang
- [PATCH] MemoryDependenceAnalysis always depends on DominatorTree
Matt Arsenault
- [llvm] r178208 - Check if Type is a vector before calling function Type::getVectorNumElements.
Akira Hatanaka
- [llvm] r178215 - Revert "Adding DIImportedModules to DIScopes."
David Blaikie
- [llvm] r178219 - Fix typo in PPCInstr64Bit
Hal Finkel
- [llvm] r178220 - Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructions
Hal Finkel
- [llvm] r178221 - Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don't support JIT.
Jyotsna Verma
- [llvm] r178222 - Revert "Updated ELF relocation test for .eh_frame section"
Michael Gottesman
- [zorg] r178224 - [phased builders] Ensure that the phased builders check out clang-tools-extra.
Michael Gottesman
- [zorg] r178225 - [phased clang] Fixed up whitespace and 80+ violations.
Michael Gottesman
- [llvm] r176022 - Fix the root cause of PR15348 by correctly handling alignment 0 on
Lang Hames
- [compiler-rt] r178228 - [tsan] don't use -fno-builtin for tests; add a test for a false negative bug (inlined memcpy is not instrumented)
Kostya Serebryany
- [compiler-rt] r178229 - Fix unmatching ASan runtime flag for init-order checking exposed by r178158. Add a test for r178158.
Alexey Samsonov
- [llvm] r178230 - [tsan] make sure memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
- [compiler-rt] r178231 - [tsan] a test checking that memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
- [llvm] r178233 - Add the PPC64 popcntd instruction
Hal Finkel
- [llvm] r178236 - AArch64: implement GICv3 system registers
Tim Northover
- [compiler-rt] r178238 - [Sanitizer] Minor enhancements in InternalVector container
Alexey Samsonov
- [compiler-rt] r178239 - [ASan] Speed-up initialization-order checking: create and use fast versions of PoisonShadow functions, store copies of __asan_global descriptors in a vector instead of list of pointers. This gives 3x speedup on both benchmarks and real binaries with lots of globals.
Alexey Samsonov
- [llvm] r178240 - Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106
Howard Hinnant
- [compiler-rt] r178245 - tsan: print statistics about benign race annotations
Dmitry Vyukov
- [llvm] r178246 - Hexagon: Use multiclass for gp-relative instructions.
Jyotsna Verma
- [PATCH] [lld][ELF] Dynamic library support
Shankar Kalpathi Easwaran
- [PATCH] Handle tied sub-operands in AsmMatcherEmitter
Ulrich Weigand
- [PATCH] Allow ParserMatchClass attribute on RegisterClass
Ulrich Weigand
- [dragonegg] r178248 - Fix a crash due to recent extra sanity checking of debug info. Note that the
Duncan Sands
- [llvm] r178249 - Move test since it depends on the X86 backend.
Rafael Espindola
- test/MC/ELF requires X86?
Rafael Espíndola
- Fix PR15556 - Make Win32 put the SRet address into EAX
Timur Iskhodzhanov
- [llvm] r178254 - Correct spelling of Git.
Thomas Schwinge
- [llvm] r174304 - PR15149: crash when printing debug info metadata containing an invalid language spec
Rafael Espíndola
- [llvm] r178256 - Testing commit access to llvm. Remove two lines of whitespace from the Thumb README.
Gordon Keiser
- [PATCH] add support for LayoutAfter/LayoutBefore references
kledzik at apple.com
- [zorg] r178258 - Change the installation of clang-tools-extra into clang.src from a symlink to a copy.
Michael Gottesman
- [zorg] r178260 - Forgot to add in the -R to make the copy recursive.
Michael Gottesman
- [PATCH] Refactoring of Driver and TargetInfo
kledzik at apple.com
- [compiler-rt] r178266 - Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE INLINE combinations
Timur Iskhodzhanov
- [lld] r178268 - [Driver] Don't open files multiple times.
Michael J. Spencer
- [lld] r178269 - [ELF] Cache contentType and permissions.
Michael J. Spencer
- [zorg] r178271 - For now just remove the old installed clang-tools-extra.src.
Michael Gottesman
- [llvm] r178275 - Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when the upper bit is set.
Gordon Keiser
- [llvm] r178276 - Add the PPC64 ldbrx/stdbrx instructions
Hal Finkel
- [llvm] r178277 - Use direct types in most PowerPC Altivec instructions and patterns.
Bill Schmidt
- [llvm] r178278 - Remove -O3.
Akira Hatanaka
- [llvm] r178279 - Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.
Jyotsna Verma
- [llvm] r178280 - Fix bad indentation in r178276
Hal Finkel
- [llvm] r178281 - Hexagon: Replace switch-case in isDotNewInst with TSFlags.
Jyotsna Verma
- [llvm] r178284 - [ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainBlock is optimizable.
Michael Gottesman
- [llvm] r178285 - Non optimizable objc_retainBlock calls are not forwarding.
Michael Gottesman
- [llvm] r178286 - Only enable 64-bit bswap DAG combines for PPC64
Hal Finkel
- [llvm] r178287 - Specify CPUs on the PPC bswap-load-store test
Hal Finkel
- [compiler-rt] r178290 - Remove all 'static' before ALWAYS_INLINE
Timur Iskhodzhanov
- [llvm] r178291 - Make Win32 put the SRet address into EAX, fixes PR15556
Timur Iskhodzhanov
- [llvm] r178293 - These two are default in the constructor for MCAsmInfo.
Eric Christopher
- [compiler-rt] r178296 - Add "static" to the Windows ALWAYS_INLINE macro (similar to what we do on POSIX)
Timur Iskhodzhanov
- [dragonegg PATCH] Add support for using the integrated assembler
Peter Collingbourne
- [compiler-rt] r178298 - Band-aid fix for the TSan RTL build
Timur Iskhodzhanov
- [llvm] r178299 - Add ADX CPUID detection
Michael Liao
- [llvm] r178300 - Remove the unused port from the SandyBridge machine model
Nadav Rotem
- [llvm] r178301 - Add the Haswell machine model.
Nadav Rotem
- [llvm] r178302 - Minor simplification.
Bill Wendling
- [llvm] r178303 - Add the X86 FMAs to the scheduling model.
Nadav Rotem
- [llvm] r178304 - [Mips Assembler] Add alias definitions for jal
Jack Carter
- [llvm] r178305 - [fast-isel] Add a preemptive fix for the case where we fail to materialize an
Chad Rosier
- [llvm] r178306 - Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks through the ARC Dataflow analysis. By the time we get to the ARC dataflow analysis, any objc_retainBlock calls are not optimizable.
Michael Gottesman
- [llvm] r178308 - Skip moving call address loading into callseq when targets prefer register indirect call.
Michael Liao
- [PATCH] Update documentation.
Matt Arsenault
- [llvm] r178312 - Enhance boolean simplification to handle 16-/64-bit RDRAND
Michael Liao
- [llvm] r178314 - Add support of RDSEED defined in AVX2 extension
Michael Liao
- [llvm] r178316 - [Mips Assembler] Add support for OR macro with imediate opperand
Jack Carter
- [llvm] r178319 - Revert r178166. According to Howard, this code is actually ok.
Dan Gohman
- [lld] r178323 - [ELF] Add dynamic hash table and get simple dynamic libraries working with Hexagon
Shankar Easwaran
- [llvm-commits] [llvm] r151123 - in /llvm/trunk: lib/Target/X86/X86CallingConv.td test/CodeGen/X86/thiscall-struct-return.ll
Timur Iskhodzhanov
- [llvm] r178326 - [mips] Add parameter Alignment to MipsFrameLowering's constructor.
Akira Hatanaka
- [llvm] r178327 - [mips] Define overloaded versions of storeRegToStack and loadRegFromStack.
Akira Hatanaka
- Fix SRet for thiscall in i686-pc-win32
Timur Iskhodzhanov
- [llvm] r178328 - [mips] Change type of accumulator registers to Untyped. Add two more accumulator
Akira Hatanaka
- [PATCH] Run the callback on a separate stack in StopTheWorld.
Sergey Matveev
- [llvm] r178329 - Removed trailing whitespace.
Michael Gottesman
- [llvm] r178332 - Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
- [PATCH] Add register dumping support to SuspendedThreadsList.
Sergey Matveev
- [llvm] r178334 - Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to"
Rafael Espindola
- [compiler-rt] r178336 - [Sanitizer] Follow-up for r178238 - replace DCHECKs with regular CHECKs
Alexey Samsonov
- [llvm] r178337 - Add PPC FP rounding instructions fri[mnpz]
Hal Finkel
- [dragonegg] r178338 - Add support for using the integrated assembler.
Peter Collingbourne
- [compiler-rt] r178339 - [libsanitizer] Put COMMON_CFLAGS/COMMON_CXXFLAGS before Tmp.CFLAGS to let the config-specific flags override common flags.
Alexander Potapenko
- [compiler-rt] r178340 - [TSan] Build TSan runtime with -fPIE.
Alexander Potapenko
- [compiler-rt] r178341 - [tsan] restore performance critical inlining in tsan: remove static from ALWAYS_INLINE, use ALWAYS_INLINE USED for critical functions.
Kostya Serebryany
- [dragonegg] r178342 - This is no longer needed as OFFSET_TYPE is treated as a pointer type generally.
Duncan Sands
- [dragonegg] r178343 - If a type was the main variant already, then this code was trying to create it
Duncan Sands
- [dragonegg] r178344 - The issue that required sometimes not using DIBuilder here was fixed in the
Duncan Sands
- [llvm] r178345 - Hexagon: Disable DwarfUsesInlineInfoSection flag.
Jyotsna Verma
- [llvm] r178346 - Fix a typo
Nadav Rotem
- [dragonegg] r178347 - Remove DIFactory which was mostly just passing through to DIBuilder.
Duncan Sands
- [PATCH] Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
David Nadlinger
- [llvm] r178349 - Remove the old CodePlacementOpt pass.
Benjamin Kramer
- [llvm] r178353 - Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into a CFE and LLVM part.
Adrian Prantl
- [llvm] r178355 - Fix loop style
Matt Arsenault
- [llvm] r178356 - Build fixes for STLPort + GCC
Matt Arsenault
- [PATCH] Correct loop style
Matt Arsenault
- [llvm] r178357 - Fix TableGen subtarget-emitter to handle A9/Swift.
Andrew Trick
- [llvm] r178359 - [mips] Define a function which returns the GPR register class.
Akira Hatanaka
- [llvm] r178362 - Implement FRINT lowering on PPC using frin
Hal Finkel
- [llvm] r178364 - move testcase into appropriate X86 subdirectory.
Adrian Prantl
- [llvm] r178365 - Move the construction of the skeleton compile unit after the
Eric Christopher
- [llvm] r178366 - Use 12 as the magic number for our abbreviation data and our
Eric Christopher
- [llvm] r178368 - Hexagon: Add emitFrameIndexDebugValue function to emit debug information.
Jyotsna Verma
- [llvm] r178369 - Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present in a module.
Michael Gottesman
- [PATCH] Avoid zero-byte memcpy to NULL in raw_ostream
Jordan Rose
- [llvm] r178375 - Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on Windows
Timur Iskhodzhanov
- [llvm] r178376 - [docs] The STL "binary search" has a non-obvious name.
Sean Silva
- [llvm] r178377 - SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
- [test-suite] r178379 - 483lxalancbmk needs more stack space.
Jim Grosbach
- [llvm] r178382 - Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-expand runs before objc-arc/objc-arc-contract.
Michael Gottesman
- [llvm] r178385 - Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
- [llvm] r178386 - Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
- [PATCH] Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
- [PATCH] Xor reassociation
Shuxin Yang
- [llvm] r178390 - [mips] Define pseudo instructions for spilling and copying accumulator
Akira Hatanaka
- [llvm] r178391 - [mips] Expand pseudo load, store and copy instructions right before
Akira Hatanaka
- [llvm] r178392 - [mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromStack and storeRegToStack
Akira Hatanaka
- [llvm] r178393 - [mips] Implement getRepRegClassFor in MipsSETargetLowering. This function is
Akira Hatanaka
- [llvm] r178394 - [mips] Add mips-specific nodes which will be used to select multiply and divide
Akira Hatanaka
- [llvm] r178395 - Fix indentation.
Akira Hatanaka
- [llvm] r178396 - [mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.
Akira Hatanaka
- [llvm] r178403 - [mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
- [llvm] r178404 - [mips] Move the code which does dag-combine for multiply-add/sub nodes to
Akira Hatanaka
- [llvm] r178405 - Remove unused variables.
Akira Hatanaka
- [llvm] r178406 - [mips] Fix DSP instructions to have explicit accumulator register operands.
Akira Hatanaka
- [llvm] r178407 - [mips] Define reg+imm load/store pattern templates.
Akira Hatanaka
- [llvm] r178408 - [mips] Add patterns for DSP indexed load instructions.
Akira Hatanaka
- [llvm] r178409 - Implement XOR reassociation. It is based on following rules:
Shuxin Yang
- [llvm] r178413 - Object: Turn a couple of degenerate for loops into while loops.
Benjamin Kramer
- [PATCH][llvm-c] GlobalVariable: Expose ThreadLocalMode and ExternallyInitialized
Moritz Maxeiner
- [llvm] r178415 - [NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
- [llvm] r178416 - [NVPTX] Add NVVMReflect pass to allow compile-time selection of
Justin Holewinski
- [llvm] r178417 - [NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.
Justin Holewinski
- [llvm] r178420 - Put private class into an anonmyous namespace.
Benjamin Kramer
- [llvm] r178421 - [docs] Put DeveloperPolicy under "Development Process Documentation"
Sean Silva
- [llvm] r178422 - [docs] The GEP FAQ is not "design and overview"
Sean Silva
- [llvm] r178423 - [docs] Pull IRC and Mailing Lists under a new "Community" heading.
Sean Silva
- [llvm] r178424 - [docs] Reorganize mailing lists.
Sean Silva
- [llvm] r178425 - [docs] Annotate mailing lists with their "name".
Sean Silva
- [llvm] r178426 - [docs] llvmbugs is not the place for patches.
Sean Silva
- [PATCH] Add start of user documentation for NVPTX
Justin Holewinski
- [llvm] r178427 - Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
- [llvm] r178428 - Add start of user documentation for NVPTX
Justin Holewinski
- [PATCH][llvm-c] Make it possible to include llvm-c without including C++ headers
Filip Pizlo
- [llvm] r178429 - DAGCombine: visitXOR can replace a node without returning it, bail out in that case.
Benjamin Kramer
- [zorg] r178430 - Added initial implementation of LibCXXBuilder. It is not setup on llvmlab yet.
Michael Gottesman
- [zorg] r178431 - Renamed LibCXXBuilder.libcxx() => LibCXXBuilder.getLibCXXBuilder(). Also added the propery code to builderconstruction to handle the LibCXXBuilder.
Michael Gottesman
- [zorg] r178432 - [llvmlab] Added an experimental libcxx builder to phase 4.
Michael Gottesman
- [zorg] r178433 - [llvmlab] Change LibCXXBuilder to use the old buildbot SVN repo url argument.
Michael Gottesman
- [zorg] r178434 - [llvmlab][LibCXXBuilder] Use buildbot.steps.source.svn.SVN instead of buildbot.steps.source.SVN.
Michael Gottesman
- [zorg] r178436 - [lvmlab] Always svn clean before attempting to update sources.
Michael Gottesman
- [zorg] r178437 - [llvmlab] Add an SVNCleanupStep to the experimental LibCXXBuilder.
Michael Gottesman
- [llvm] r178438 - Cleanup PPC(64) i32 -> float/double conversion
Hal Finkel
- [zorg] r178439 - Cleaned up phase_config.py so that we add in builders in all phases in the same manner.
Michael Gottesman
- [zorg] r178440 - Fixed bug where in Artifacts.py in production mode, we were setting master_name
Michael Gottesman
- [zorg] r178441 - [LibCXXBuilder] Added in some more already written machinery to make the LibCXXBuilder find the artifacts it needs.
Michael Gottesman
- [zorg] r178442 - Removed some code from Artifacts.py related to choosing in between downloading an apple clang and a clang build that I missed.
Michael Gottesman
- [zorg] r178443 - Fixed whitespace.
Michael Gottesman
- [zorg] r178444 - Reverted r178443, r178442, r178441. And commit something simpler.
Michael Gottesman
- [zorg] r178445 - Changed the libcxx builder from experimental to test. Also fixed a typo.
Michael Gottesman
- [PATCH] For gcc 4.7, use gimple_call_fntype to extract a GIMPLE_CALL function type
Peter Collingbourne
- [llvm] r178446 - Add the PPC lfiwax instruction
Hal Finkel
- [dragonegg] r178447 - For gcc 4.7, use gimple_call_fntype to extract a GIMPLE_CALL function type.
Peter Collingbourne
- [llvm] r178448 - X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.
Benjamin Kramer
- [www] r178449 - Link to the right Indian Institute Of Technology.
Benjamin Kramer
- [llvm] r178450 - Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfo
Hal Finkel
- [llvm] r178451 - There is no longer any need to silence this compiler warning as the warning has
Duncan Sands
- [llvm] r178452 - R600: Emit native instructions for tex
Vincent Lejeune
- [PATCH] 64-bit code generation for SPARC v9
Jakob Stoklund Olesen
- [llvm] r178454 - Whitespace cleanup
Joe Abbey
- [compiler-rt] r178455 - Change the cmake variable COMPILER_RT_CAN_EXECUTE_TESTS to be an option so that it can overwritten.
Michael Gottesman
- [zorg] r178456 - [llvmlab] Fixed localhost slave so that it only runs in non-production mode.
Michael Gottesman
- [zorg] r178457 - Make xserve4, xserve5 at most run 1 build at a time.
Michael Gottesman
Last message date:
Sun Mar 31 23:37:52 PDT 2013
Archived on: Tue Aug 4 17:10:11 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).