The Week Of Monday 13 May 2013 Archives by thread
Starting: Mon May 13 00:05:19 PDT 2013
Ending: Sun May 19 23:34:38 PDT 2013
Messages: 877
- [PATCH] Emit fewer test instructions
David Majnemer
- [dragonegg] r181688 - More IEEE 128 bit float tests that now pass.
Duncan Sands
- [llvm] r181689 - Suppress GCC compiler warnings in release builds about variables that are only
Duncan Sands
- [PATCH] Interceptors for standalone LSan.
Kostya Serebryany
- [llvm] r181696 - Correctly preserve the input chain for potential tailcall nodes whose
Lang Hames
- [compiler-rt] r181697 - [sanitizer] Fix StopTheWorld build on non-Android ARM.
Sergey Matveev
- [PATCH] tidy the MCJIT tests now applyPermissions will invalidate cache
David Tweed
- [PATCH] Avoid Valgrind's still-reachable leak warnings
Ryo Onodera
- [PATCH] [sanitizer] Generic sorting in sanitizer_common.
Sergey Matveev
- [PATCH] Tests and interface for LeakSanitizer.
Kostya Serebryany
- [compiler-rt] r181698 - [sanitizer] Generic sorting in sanitizer_common.
Sergey Matveev
- [PATCH] Correct syntax of ARM mrc, mrc2 when writing to APSR
Mihail Popa
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Stepan Dyatkovskiy
- [llvm] r181705 - The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instructions when they are used to write to the APSR. In this case, the destination operand should be APSR_nzcv, and the encoding of the target should be 0b1111 (same as for PC). In pre-UAL syntax, this form used the PC register as a textual target. This is still allowed for backward compatibility.
Mihai Popa
- [llvm] r181706 - Remove unused fields and arguments.
Rafael Espindola
- [Mesa-dev] R600: Various improvements
Tom Stellard
- [compiler-rt] r181708 - Fix a typo in the comment
Sylvestre Ledru
- [PATCH] Hexagon Register Cleanup
Krzysztof Parzyszek
- [llvm] r177055 - PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Duncan Sands
- [llvm] r181344 - Hexagon: Fix Small Data support to handle -G 0 correctly.
Jyotsna Verma
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Shuxin Yang
- [PATCH] Promote GlobalMerge pass to a ModulePass to ease reuse
Quentin Colombet
- [llvm] r181713 - [mips] Rename functions. No functionality changes.
Akira Hatanaka
- [PATCH][ARM] Fix assertion failure in SjLjEHPrepare
Kai Nacke
- [llvm] r181714 - [mips] Define a helper function which creates an instruction with the same
Akira Hatanaka
- [llvm] r181715 - Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5f + 225.0f" to 225.0f.
Shuxin Yang
- [llvm] r181718 - [mips] Add option -mno-ldc1-sdc1.
Akira Hatanaka
- [llvm] r181719 - [objc-arc] Move the before optimization statistics gathering phase out of OptimizeIndividualCalls.
Michael Gottesman
- [PATCH] Fix Mach-O relocation printing
Ahmed Bougacha
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Adrian Prantl
- [PATCH] Added LeakSanitizer.rst
Sergey Matveev
- [www] r181623 - Add more videos from Euro-LLVM-2013.
Manuel Klimek
- [llvm] r181721 - Remove redundant variable introduced by r181682.
Bob Wilson
- [llvm] r181682 - Fix PR15950 A bug in DAG Combiner about undef mask
Bob Wilson
- [llvm] r181723 - PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.
Bill Schmidt
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [llvm] r181725 - Fix goofy commentary in PPCTargetObjectFile.cpp.
Bill Schmidt
- [llvm] r181726 - [objc-arc-opts] Add comment to BBState making it clear that get{TopDown, BottomUp}PtrState will create a new PtrState object if it does not find a PtrState for Arg.
Michael Gottesman
- [lld] r181655 - [lld] Add help text for -flavor option.
Rui Ueyama
- [llvm] r181729 - Mips assembler: Assembler macro ADDIU $rs,imm
Jack Carter
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [llvm] r181733 - Move a couple more statistics inside '#ifndef NDEBUG'.
Matt Beaumont-Gay
- [www-pubs] r181734 - Added Profile-guided Automated Software Diversity from CGO 2013.
John Criswell
- [PATCH] Fix ARM FastISel tests, as a first step to enabling ARM FastISel
JF Bastien
- [patch] declare __clear_cache
Rafael Espíndola
- [llvm] r181145 - Remove a recently redundant transform from X86ISelLowering.
Evan Cheng
- [PATCH][RFC] Add 'CHECK-<N>' directive in FileCheck
Jakob Stoklund Olesen
- [llvm] r181743 - [objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs if and only if we are both KnownSafeBU/KnownSafeTD rather than just either or.
Michael Gottesman
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [PATCH] SectionMemoryManager is not a JITMemoryManager
Kaylor, Andrew
- [llvm] r181745 - [objc-arc-opts] Added debug statements when we set and unset whether a pointer is known positive.
Michael Gottesman
- [llvm] r181746 - LoopVectorize: Handle loops with multiple forward inductions
Arnold Schwaighofer
- [llvm] r181748 - Assert that DIEEntries are constructed with non-null DIEs
David Blaikie
- [lld] r181749 - [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [PATCH] Fix ARM unwind opcode assembler in several cases.
Rafael Espíndola
- [llvm] r181751 - StackColoring: don't clear an instruction's mem operand if the underlying
Akira Hatanaka
- [lld] r181752 - [lld][LayoutPass] Fix a bug that caused buildbot to fail on some platforms.
Rui Ueyama
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Reed Kotler
- [llvm] r181754 - Removed an unnamed namespace and forgot to make two of the functions inside
Reed Kotler
- [PATCH] R600/SI: Add processor type for Hainan asic
Tom Stellard
- [llvm] r181759 - Fix typo.
Reed Kotler
- [llvm] r181760 - Removed trailing whitespace.
Michael Gottesman
- [compiler-rt] r181763 - [tsan] fix gcc build with -Wall
Kostya Serebryany
- [llvm] r181769 - [SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
- [llvm] r181771 - [SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
- [llvm] r181772 - [SystemZ] Remove bogus isAsmParserOnly
Richard Sandiford
- [PATCH] Fix ARM encoding constraints for Q register fields and VSTn instructions
Mihail Popa
- [llvm] r181773 - [SystemZ] Rework handling of constant PC-relative operands
Richard Sandiford
- [llvm] r181774 - [SystemZ] Add extra testscases for r181773
Richard Sandiford
- [llvm] r181775 - R600/SI: Add lit test coverage for the remaining patterns added recently
Michel Danzer
- [www] r181776 - Link update for the Jade project + white space cleanup
Arnaud A. de Grandmaison
- [llvm] r181777 - [SystemZ] Add disassembler support
Richard Sandiford
- [PATCH] [sanitizer] LibraryNameIs in sanitizer_common
Sergey Matveev
- [PATCH] fix for wrong MMX packed sub definitions in X86InstrMMX.td.
Andrea_DiBiagio at sn.scee.net
- [llvm] r181785 - Declare __clear_cache.
Rafael Espindola
- [compiler-rt] r181786 - [sanitizer] Minor fixes in sanitizer_common tests.
Sergey Matveev
- [compiler-rt] r181787 - [sanitizer] LibraryNameIs in sanitizer_linux
Sergey Matveev
- [llvm] r181788 - Get the unittests compiling when building with cmake and the setting
Duncan Sands
- [compiler-rt] r181790 - Add sanitizer syscall hooks to the tool's export lists.
Evgeniy Stepanov
- [PATCH] [sanitizer] Filtering in GetListOfModules.
Sergey Matveev
- [compiler-rt] r181791 - [sanitizer] Filtering in GetListOfModules.
Sergey Matveev
- [llvm] r181792 - R600/SI: Add processor type for Hainan asic
Tom Stellard
- [compiler-rt] r181793 - [sanitizer] Fixed a bug in GetListOfModules.
Sergey Matveev
- [www] r181794 - Clean the list of projects using llvm.
Rafael Espindola
- [compiler-rt] r181796 - [sanitizer] Fix Android build.
Sergey Matveev
- [llvm] r181797 - Hexagon: Remove dead-code after unconditional return from addPreSched2.
Jyotsna Verma
- [llvm] r181799 - Hexagon: Test case to check if branch probabilities are properly reflected in
Jyotsna Verma
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Filip Pizlo
- [llvm] r181800 - PPC32: Fix stack collision between FP and CR save areas.
Bill Schmidt
- [llvm] r181801 - Fix ARM FastISel tests, as a first step to enabling ARM FastISel
Derek Schuff
- [llvm] r181802 - Add bitcast to store of personality function.
Kai Nacke
- [llvm] r181803 - Hexagon: ArePredicatesComplement should not restrict itself to TFRs.
Jyotsna Verma
- [llvm] r181450 - [PowerPC] Fix regression in generating @ha/@l relocs
Hal Finkel
- [lld] r181804 - [lld][LayoutPass] Cleanup: replace (*atom).size() with atom->size().
Rui Ueyama
- [llvm] r181805 - Hexagon: Add patterns to generate 'combine' instructions.
Jyotsna Verma
- [PATCH] Add support to FileCheck for out-of-order matching
Michael Liao
- [llvm] r181808 - Recognize sparc64 as an alias for sparcv9 triples.
Jakob Stoklund Olesen
- [PATCH] Recognize sparc64 target triple
Jakob Stoklund Olesen
- [llvm] r181809 - Subtract isn't commutative, fix this for MMX psub.
Eric Christopher
- [llvm] r181811 - Fix __clear_cache declaration.
Rafael Espindola
- [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
Jakob Stoklund Olesen
- [llvm] r181812 - Temporarily revert "Subtract isn't commutative, fix this for MMX psub."
Eric Christopher
- [llvm] r181586 - InstCombine: Verify the type before transforming uitofp into select.
Bill Wendling
- [llvm] r181814 - Reapply "Subtract isn't commutative, fix this for MMX psub." with
Eric Christopher
- [llvm] r181817 - Hexagon: Pass to replace tranfer/copy instructions into combine instruction
Jyotsna Verma
- [PATCH] MCWin64EH: reloctions must be IMGREL32
Kai Nacke
- [llvm] r181820 - SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
- Add 'cold' attribute to functions
Diego Novillo
- [llvm] r181821 - Implement the PowerPC system call (sc) instruction.
Bill Schmidt
- [PATCH] ARM ISel: Don't create illegal types during LowerMUL
Arnold Schwaighofer
- [lld] r181822 - [lld] Allow flags other than -std= in CMAKE_CXX_FLAGS. Also simplify the IF conditions.
Rui Ueyama
- [llvm] r181824 - Refactor string checking. No functionality change.
Michael Liao
- [llvm] r181827 - Add 'CHECK-DAG' support
Michael Liao
- [llvm] r181835 - Make getCompileUnit non-const and return the current DIE if it
Eric Christopher
- [llvm] r181836 - Add -Wreorder to the list of C++ warnings.
Eric Christopher
- [llvm] r181837 - Revert previous patch, it's actually on under Wall.
Eric Christopher
- [llvm] r181838 - GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.
Manman Ren
- [llvm] r181842 - ARM ISel: Don't create illegal types during LowerMUL
Arnold Schwaighofer
- [llvm] r181843 - Object: Fix Mach-O relocation printing.
Ahmed Bougacha
- [PATCH 1/2] R600: Pass MCSubtargetInfo reference to R600CodeEmitter
Tom Stellard
- [llvm] r181844 - ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong to RTDyldMemoryManager.
NAKAMURA Takumi
- R600: Implement Bottom Up scheduling
Vincent Lejeune
- ppc64 clang LNT buildbot / reference_output / test failures
Renato Golin
- [llvm] r181848 - Fix two typo
Sylvestre Ledru
- FW: [llvm] r181753 - This is the first of three patches which creates stubs used for
Doug Gilmore
- [llvm] r181851 - Speed up Value::isUsedInBasicBlock() for long use lists.
Jakob Stoklund Olesen
- [lld] r181852 - [lld] Fix compiler warning that shift count is too big on P64.
Rui Ueyama
- Support unaligned load/store on more ARM targets
JF Bastien
- [llvm] r181860 - LoopVectorize: Hoist conditional loads if possible
Arnold Schwaighofer
- [llvm] r181862 - LoopVectorize: Fix comments
Arnold Schwaighofer
- [llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.
NAKAMURA Takumi
- [llvm] r181524 - Don't replace an alias in llvm.used with its target.
Rafael Espíndola
- [llvm] r181868 - Use only explicit bool conversion operators
David Blaikie
- [llvm] r181873 - Fix build on Windows
Timur Iskhodzhanov
- [www] r181874 - Videos are also published on the IRILL website with a html5 or flash player
Sylvestre Ledru
- [www] r181875 - cosmetic
Sylvestre Ledru
- [llvm] r181878 - [SystemZ] Consolidate assembler tests into 4 big tests
Richard Sandiford
- [llvm] r181879 - [SystemZ] Consolidate disassembler tests for valid input into 2 big tests
Richard Sandiford
- [compiler-rt] r181881 - [asan] fix powerpc build and one test; fix lint
Kostya Serebryany
- [PowerPC, RFC] Wrong-code bug in pre-inc creation
Ulrich Weigand
- [llvm] r181882 - [SystemZ] Add more future work items to the README
Richard Sandiford
- [dragonegg] r181883 - Fix PR15984: add support for loading from bitfields with a non-integer (but
Duncan Sands
- [llvm] r181886 - Add Jade to the list of external projects using LLVM in the release notes.
Arnaud A. de Grandmaison
- [dragonegg] r181889 - Reduce indentation.
Duncan Sands
- [compiler-rt] r181890 - [asan] disable BuiltinLongJmpTest on PowerPC
Kostya Serebryany
- [llvm] r181891 - [PowerPC] Correctly handle fixups of other than 4 byte size
Ulrich Weigand
- [llvm] r181892 - [PowerPC] Add test case for r181891
Ulrich Weigand
- [llvm] r181893 - [SystemZ] Make use of SUBTRACT HALFWORD
Richard Sandiford
- [llvm] r181894 - [PowerPC] Remove need for adjustFixupOffst hack
Ulrich Weigand
- [llvm] r181895 - Remove MCELFObjectTargetWriter::adjustFixupOffset hack
Ulrich Weigand
- [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
- [llvm] r181897 - Support unaligned load/store on more ARM targets
Derek Schuff
- [dragonegg] r181898 - Tweak the previous patch adding support for loading bitfields of arbitrary
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.
Owen Anderson
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Sean Silva
- [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.
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.
Sean Silva
- [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.
Michael Gottesman
- [llvm] r181900 - Add missing #include
Douglas Gregor
- [llvm] r181901 - [objc-arc] Fixed a spelling error and made the statistic descriptions be consistent about their usage of periods.
Michael Gottesman
- [llvm] r181906 - Whitespace.
NAKAMURA Takumi
- [llvm] r181907 - PPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r181910 - Cleanup relocation sorting for ELF.
Rafael Espindola
- [PATCH] Fix miscompile due to StackColoring incorrectly merging stack slots
Mark Seaborn
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Sergey Matveev
- [zorg] r181917 - Back out attempted workaround for clang2slave PPC buildbot failure.
Bill Schmidt
- [PATCH] Include public domain md5 library
Eric Christopher
- [llvm] r181922 - Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)
Derek Schuff
- R600/SI Patches: A few cleanups for compute
Tom Stellard
- [compiler-rt] r181924 - Try to improve performance by using a read/write buffer instead of I/O.
Bill Wendling
- [llvm] r181925 - Add lldb and polly to the projects to tag.
Bill Wendling
- [llvm] r181926 - Fix legalization of SETCC with promoted integer intrinsics
Hal Finkel
- [llvm] r181927 - Implement PPC counter loops as a late IR-level pass
Hal Finkel
- [llvm] r181930 - Use proper syntax.
Bill Wendling
- [llvm] r181937 - X86: Remove redundant test instructions
David Majnemer
- [llvm] r181938 - undef setjmp in PPCCTRLoops
Hal Finkel
- [llvm] r181939 - Set an explicit triple for this test.
David Majnemer
- [llvm] r181941 - Delete dead code.
Rafael Espindola
- [llvm] r181942 - LoopVectorize: Move call of canHoistAllLoads to canVectorizeWithIfConvert
Arnold Schwaighofer
- [llvm] r181943 - Remove dead code.
Eli Bendersky
- [llvm] r181944 - Revert "Support unaligned load/store on more ARM targets"
Derek Schuff
- [llvm] r181576 - R600: Expand vselect for v4i32 and v2i32
Bill Wendling
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [llvm] r181972 - Patch number 2 for mips16/32 floating point interoperability stubs.
Reed Kotler
- [PATCH] Don't treat calls to memory builtins as builtin calls if they have the nobuiltin attribute
Richard Smith
- [llvm] r181973 - Fix PBQP graph iterator typedefs.
Lang Hames
- [PATCH] -fstack-protector-strong part 3: data layout
Magee, Joshua
- [zorg] r181974 - lab-mini-01 updated to Mountain Lion (darwin12)
David Dean
- [llvm] r181975 - Removed dead code.
Rafael Espindola
- [llvm] r181976 - Extend test for better coverage.
Rafael Espindola
- [www] r181977 - ACM seems to have reorganized their Web site so that the old
Vikram Adve
- [llvm] r181978 - Respect the 'nobuiltin' attribute when determining if a call is to a memory builtin.
Richard Smith
- [llvm] r181979 - Don't call addFrameMove on XCore.
Rafael Espindola
- [llvm] r181982 - Delete dead code.
Rafael Espindola
- [compiler-rt] r181984 - [sanitizer] added a test for a bug in allocator discovered by Sergey Matveev (uint32 overflow in GetBlockBegin)
Kostya Serebryany
- [llvm] r176367 - Generate an error message instead of asserting or segfaulting when we can't
Hal Finkel
- [polly] r181986 - LoopGenerators: Construct loops such that they are already loop rotated
Tobias Grosser
- [polly] r181987 - Update LoopInfo correctly
Tobias Grosser
- [compiler-rt] r181989 - [sanitizer] fix the GetBlockBegin overflow bug while preserving the performance optimization (use 32-bit division when possible). Improve the benchmarks that checks for performance of GetBlockBegin/GetMetaData
Kostya Serebryany
- [www] r181990 - Add an extra high resolution video for Manuel's tutorial, so the text on his
Duncan Sands
- [compiler-rt] r181991 - [asan] fix ShadowGapTest on PowerPC64
Kostya Serebryany
- [compiler-rt] r181992 - [sanitizer] fix a gcc warning
Kostya Serebryany
- [llvm] r181993 - Removed unused variable, detected by gcc
Patrik Hagglund
- [llvm] r181994 - [msan] Switch TLS globals to initial-exec model.
Evgeniy Stepanov
- [PATCH] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Sergey Matveev
- [llvm] r181999 - Relax CHECK-NEXTs a bit to cope with atom's return nop padding.
Benjamin Kramer
- [PATCH] Remove test instructions that proceed shift-by-immediate instructions
David Majnemer
- [llvm] r174904 - Extend Hexagon hardware loop generation to handle various additional cases:
Hal Finkel
- [compiler-rt] r182002 - [sanitizer] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Sergey Matveev
- [compiler-rt] r182004 - [msan] Intercept dl_iterate_phdr.
Evgeniy Stepanov
- [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
Kostya Serebryany
- [compiler-rt] r182006 - [sanitizer] fix gcc build
Kostya Serebryany
- [llvm] r182007 - [SystemZ] Tweak register array comment
Richard Sandiford
- [compiler-rt] r182008 - [ASan] Fix interface_symbols_darwin to pass a correct flag to nm.
Alexander Potapenko
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Sergey Matveev
- [llvm] r182009 - Extend test to check the .cfi instructions.
Rafael Espindola
- [compiler-rt] r182010 - [ASan] Fix init-order-dlopen.cc to pass under Mac OS.
Alexander Potapenko
- [llvm] r182011 - Add more addFrameMove test coverage.
Rafael Espindola
- [llvm] r182012 - [PowerPC] Report true displacement value from getPreIndexedAddressParts
Ulrich Weigand
- [llvm] r182016 - Remove dead calls to addFrameMove.
Rafael Espindola
- [llvm] r182017 - Add more test coverage for addFrameMove.
Rafael Espindola
- [PATCH] [nolibc] Add RTSanitizerCommonLibc, the libc-dependent subset of sanitizer_common.
Peter Collingbourne
- [llvm] r182018 - Fixing a 64-bit conversion warning in MSVC.
Aaron Ballman
- [llvm] r182019 - Add more addFrameMove test coverage.
Rafael Espindola
- [llvm] r182020 - Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.ll
Bill Schmidt
- [llvm] r182021 - More addFrameMove test coverage.
Rafael Espindola
- [llvm] r182022 - Add a triple to the test to try to fix the windows bots.
Rafael Espindola
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Hal Finkel
- [PATCH] Add missing verb to comment in PassNameParser.h
Mark Seaborn
- [lld] r182031 - [lld] Fix inconsistent style and do cleanup.
Rui Ueyama
- [PATCH] FIx PR16026
Michael Liao
- [llvm] r182032 - [PowerPC] Use true offset value in "memrix" machine operands
Ulrich Weigand
- [lld] r182033 - [lld] Do not create a temporary pair.
Rui Ueyama
- [llvm] r182034 - Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
- [llvm] r182035 - [mips] Delete unused enum value.
Akira Hatanaka
- [llvm] r182036 - [mips] Fix indentation.
Akira Hatanaka
- [llvm] r182038 - DAGCombine: Also shrink eq compares where the constant is exactly as large as the smaller type.
Benjamin Kramer
- [PATCH] Add LLVMContext argument to getSetCCResultType
Owen Anderson
- [PATCH] Replace redundant code in DAGCombiner
Owen Anderson
- Switch case-ranges, new approach (PR1255).
Stepan Dyatkovskiy
- [llvm] r182040 - Mips assembler: Add branch macro definitions
Jack Carter
- [llvm] r182041 - More test coverage for addFrameMove.
Rafael Espindola
- [llvm] r182042 - [mips] Fix instruction selection pattern for sint_to_fp node to avoid emitting an
Akira Hatanaka
- [llvm] r182044 - [mips] Test case for r182042. Add comment.
Akira Hatanaka
- [llvm] r182045 - Create an new preheader in PPCCTRLoops to avoid counter register clobbers
Hal Finkel
- [llvm] r182046 - More addFrameMove test coverage.
Rafael Espindola
- [llvm] r182047 - Mips td file formatting: white space and long lines
Jack Carter
- [llvm] r182048 - Mips assembler: Add TwoOperandConstraint definitions
Jack Carter
- [llvm] r182049 - Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.ll
Hal Finkel
- [llvm] r182050 - [mips] Factor out unaligned store lowering code.
Akira Hatanaka
- [llvm] r182051 - More test coverage for addFrameMove.
Rafael Espindola
- [PATCH] llvm-objdump: Do the disas initialization once instead of for each section
Ahmed Bougacha
- [llvm] r182052 - Remove addFrameMove.
Rafael Espindola
- [llvm] r182053 - [mips] Improve instruction selection for pattern (store (fp_to_sint $src), $ptr).
Akira Hatanaka
- [llvm] r182054 - llvm-objdump: Initialize MCDisassembler once instead of for each section.
Ahmed Bougacha
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
- [llvm] r182063 - [Sparc] Prevent instructions that defines or uses %o7 to be in call's delay slot.
Venkatraman Govindaraju
- [PATCH] [lld] Fix wrong content permission bit.
Rui Ueyama
- [PATCH] Add target independent attribute for ObjCARC
Michael Gottesman
- [llvm] r181678 - XFAIL this test for mingw too.
NAKAMURA Takumi
- [zorg] r182073 - lab-mini-01 and lab-mini-02 have been updated to Mountain Lion. (darwin12)
David Dean
- [lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Shankar Easwaran
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [NVPTX] [PING] Changing DrvInterface from command line option to target feature
Dmitry N. Mikushin
- [lld] r182077 - [lld][ELF][All Archs] Addend is used by dynamic relocations
Shankar Easwaran
- [compiler-rt] r182080 - [ASan] Fix allow_user_segv.cc on Darwin (32-bit build required a SIGBUS handler instead of the SIGSEGV one)
Alexander Potapenko
- [llvm] r182084 - R600/SI: return undef instead of null for skipped arguments
Christian Konig
- [llvm] r182085 - Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
- [llvm] r182086 - Don't cast away constness.
Benjamin Kramer
- [compiler-rt] r182087 - tsan: comment out debug output in test
Dmitry Vyukov
- [compiler-rt] r182088 - tsan: introduce recursive mutex lock/unlock java interface
Dmitry Vyukov
- [compiler-rt] r182089 - tsan: remove "printing report from signal handler. Can crash or hang" output
Dmitry Vyukov
- [llvm] r182090 - Fix a typo (ouput => output)
Sylvestre Ledru
- [llvm] r182091 - [PowerPC] Fix processing of ha16/lo16 fixups
Ulrich Weigand
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
- [compiler-rt] r182093 - [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor.
Evgeniy Stepanov
- [compiler-rt] r182094 - [sanitizer] Fix gcc build.
Evgeniy Stepanov
- [dragonegg] r182095 - Support for writing to bitfields of arbitrary scalar type. Tweak the code for
Duncan Sands
- [llvm] r182097 - [PowerPC] Fix hi/lo encoding in old-style code emitter
Ulrich Weigand
- [llvm] r182098 - r182085 introduced a change that triggered an assertion on ARM. This is an immediate fix
David Tweed
- [llvm] r182100 - LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
- [llvm] r182101 - FileCheckize test.
Benjamin Kramer
- [llvm] r182102 - X86: Make shuffle -> shift conversion more aggressive about undefs.
Benjamin Kramer
- [dragonegg] r182103 - Tests that we don't crash belong in the compilator testsuite.
Duncan Sands
- [dragonegg] r182105 - Don't create a volatile derived type metadatum from a function type then try to
Duncan Sands
- [www] r182106 - Add from the home page a link to the code coverage
Sylvestre Ledru
- Code coverage of llvm, clang, lldb & polly
Sylvestre Ledru
- [compiler-rt] r182107 - [ASan] Make the regression test for time(NULL) Linux-specific, as it crashes on Darwin (and the problem used to occur on Linux).
Alexander Potapenko
- [llvm] r182108 - [Sparc] Implements hasReservedCallFrame and hasFP.
Venkatraman Govindaraju
- [zorg] r182109 - Adding selfhosting ARM bot
Renato Golin
- [compiler-rt] r182110 - [sanitizer] Fix build with Android NDK r8e.
Evgeniy Stepanov
- [llvm] r182112 - R600: Pass MCSubtargetInfo reference to R600CodeEmitter
Tom Stellard
- [llvm] r182113 - R600: Fix encoding for R600 family GPUs
Tom Stellard
- [PATCH] Introduce GlobalAlias::mayBeResolved().
Rafael Ávila de Espíndola
- [compiler-rt] r182118 - [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library
Peter Collingbourne
- [llvm] r182121 - R600: prettier dump of clamp
Vincent Lejeune
- [llvm] r182122 - R600: Factorize Fetch size limit inside AMDGPUSubTarget
Vincent Lejeune
- [llvm] r182123 - R600: Some factorization
Vincent Lejeune
- [llvm] r182124 - R600: Rename 128 bit registers.
Vincent Lejeune
- [llvm] r182125 - R600: Improve texture handling
Vincent Lejeune
- [llvm] r182126 - R600: Relax some vector constraints on Dot4.
Vincent Lejeune
- [llvm] r182127 - R600: Replace big texture opcode switch in scheduler by usesTC/usesVC
Vincent Lejeune
- [llvm] r182128 - R600: Use depth first scheduling algorithm
Vincent Lejeune
- [llvm] r182129 - R600: Use bottom up scheduling algorithm
Vincent Lejeune
- [llvm] r182130 - R600: Lower int_load_input to copyFromReg instead of Register node
Vincent Lejeune
- [llvm] r182131 - Add missing verb to comment in PassNameParser.h
Derek Schuff
- [compiler-rt] r182132 - [nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
- [PATCH] docs: Clarify how basic blocks without named label are handled.
Paul Sokolovsky
- [zorg] r182133 - It looks like no one is actually monitoring this builder, so I'm moving it
David Dean
- [zorg] r182135 - Move darwin lldb builder to a machine running darwin12. (darwin11 is not supported)
David Dean
- [zorg] r182137 - Added clang-tools-extra to tracked for clang fast builders.
Galina Kistanova
- buildbots question: does stderr output =>FAIL?
David Tweed
- [zorg] r182138 - Added clang-tools-extra to tracked for clang builders.
Galina Kistanova
- [zorg] r182142 - Add lab-mini-02 to slave pool.
David Dean
- [zorg] r182143 - Fixed a typo.
Galina Kistanova
- [zorg] r182144 - Move darwin11 lldb builder to lab-mini-02 which has darwin12. (darwin11 is not supported)
David Dean
- [zorg] r182151 - Added missing category.
Galina Kistanova
- [zorg] r182152 - Added slave 'linaro-panda-02'.
Galina Kistanova
- [zorg] r182154 - Add libcxx builder for darwin12.
David Dean
- [zorg] r182163 - Test self-host A9
Renato Golin
- [llvm] r182164 - Add missing -*- C++ -*- to headers
Matt Arsenault
- [llvm] r182165 - Replace redundant code
Matt Arsenault
- [PATCH] Convert obj2yaml to yamlio
Michael Spencer
- [llvm] r182168 - Fix the build in c++11 mode.
Rafael Espindola
- [llvm] r182169 - Convert obj2yaml to use yamlio.
Rafael Espindola
- [polly] r182171 - rename make check target to match the naming convention followed in the other llvm projects
Sebastian Pop
- [llvm] r182172 - Fix the configure build.
Rafael Espindola
- [llvm] r182175 - Support unaligned load/store on more ARM targets
JF Bastien
- [compiler-rt] r182177 - Fix the UBSan CMake build broken in r182118
David Blaikie
- [llvm] r182180 - Add LLVMContext argument to getSetCCResultType
Matt Arsenault
- [llvm] r182181 - Remove duplicated comment
Matt Arsenault
- [PATCH] Add ; to acceptable chars to leave unquoted
Matt Arsenault
- [llvm] r182184 - X86: Bad peephole interaction between adc, MOV32r0
David Majnemer
- [PATCH] Fix unfortunate interaction between foldSelectICmpAnd and urem
David Majnemer
- [PATCH] Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
Mark Seaborn
- [llvm] r182190 - AArch64: add CMake dependency to fix very parallel builds
Tim Northover
- [llvm] r182191 - Check InlineAsm clobbers in PPCCTRLoops
Hal Finkel
- [dragonegg] r182192 - When creating subprogram metadata, DIBuilder doesn't want a derived type of any
Duncan Sands
- [dragonegg] r182193 - The "was gcc built with C++" flag is no longer set by gcc-4.8 as it is always
Duncan Sands
- [PATCH] Remove an unused ChunkBase field
Timur Iskhodzhanov
- [llvm] r182194 - Add basic support for ELF32-ppc relocations to llvm-dwarfdump.
Benjamin Kramer
- [dragonegg] r182195 - Claim to support gcc-4.8 even though this isn't true yet.
Duncan Sands
- [dragonegg] r182196 - Use get_object_alignment rather than get_object_or_type_alignment for gcc-4.8.
Duncan Sands
- [PATCH] docs/Passes: fix some typos
Yacine Belkadi
- [llvm] r182197 - docs/Passes: fix some typos
Dmitri Gribenko
- [compiler-rt] r182198 - Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.cc
Timur Iskhodzhanov
- [llvm] r182199 - LoopVectorize: Handle single edge PHIs
Arnold Schwaighofer
- [PATCH] Fix realloc'ing a freed pointer
Timur Iskhodzhanov
- [llvm] r182200 - isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
David Majnemer
- [llvm] r182201 - Unsupported remote JIT on ARM
Renato Golin
- [PATCH] Add CHECK-UNIQ directive to FileCheck to allow more accurate error messages and error recovery
Stephen Lin
- [PATCH] Define BYTE_ORDER on Solaris
Jakob Stoklund Olesen
- [zorg] r182206 - lab-mini-04 has been updated to Mountain Lion.
David Dean
- [dragonegg] r182208 - Fix up vector usage so that it works with both gcc-4.8 and earlier versions of
Duncan Sands
- [llvm] r182209 - Print uint64_t -debug text correctly on 32-bit hosts
Tim Northover
- [dragonegg] r182210 - Remove unused definition that collides with a gcc-4.8 definition.
Duncan Sands
- [PATCH] Fix recent ARM remote-MCJIT regression
Tim Northover
- [PATCH] Disable HAVE_EHTABLE_SUPPORT for mingw win64
İsmail Dönmez
- [llvm] r182211 - Move the remaining simplify-libcalls tests to instcombine, merging most of them into a single file.
Benjamin Kramer
- [llvm] r182212 - Temporarily disable this test because it is failing when using libc++.
Bob Wilson
- [llvm] r182213 - Invalidate instruction cache when setting memory to be executable.
Tim Northover
- [llvm] r182214 - AArch64: make RuntimeDyld relocations idempotent
Tim Northover
- [PATCH] Add support for DWARF line number table entries for values in the instruction stream
Cameron Zwarich
- [PATCH] MCJIT SubArch detection support
Renato Golin
- [llvm] r182216 - Handle i64 FrameIndex nodes in SPARC v9 mode.
Jakob Stoklund Olesen
- [llvm] r182217 - AArch64: enable MCJIT unittests
Tim Northover
- [compiler-rt] r182218 - Avoid rebuilding the RTSanitizerCommon objects when building clang_rt.san.
Richard Smith
- [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] r182220 - SubArch support in MCJIT unittest
Renato Golin
- [llvm] r182221 - Implement SPselectfcc for i64 operands.
Jakob Stoklund Olesen
- [llvm] r182222 - Add floating point selects on %xcc predicates.
Jakob Stoklund Olesen
- [llvm] r182223 - Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>
Bob Wilson
- [llvm] r182224 - Select i64 values with %icc conditions.
Jakob Stoklund Olesen
- [llvm] r182225 - Don't use %g0 to materialize 0 directly.
Jakob Stoklund Olesen
- [llvm] r182226 - Replace some bit operations with simpler ones. No functionality change.
Benjamin Kramer
- [llvm] r182227 - Mark i64 SETCC as expand so it is turned into a SELECT_CC.
Jakob Stoklund Olesen
- [llvm] r182228 - Implement spill and fill of I64Regs.
Jakob Stoklund Olesen
- [llvm] r182229 - Also expand 64-bit bitcasts.
Jakob Stoklund Olesen
- [lld] r182230 - [lld][ELF][x86_64, hexagon] Changed dynamic atoms to live in anonymous namespace
Shankar Easwaran
- [llvm] r182233 - Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
Bob Wilson
Last message date:
Sun May 19 23:34:38 PDT 2013
Archived on: Tue Aug 4 17:10:18 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).