The Week Of Monday 2 June 2014 Archives by thread
Starting: Mon Jun 2 00:24:37 PDT 2014
Ending: Sun Jun 8 21:45:38 PDT 2014
Messages: 876
- [llvm] r210006 - Added inst combine transforms for single bit tests from Chris's note
Dinesh Dwivedi
- [PATCH] Added inst combine transforms for single bit tests from Chris's note (updated)
Dinesh Dwivedi
- [llvm] r210007 - Added inst combine tarnsform for (1 << X) & C pattrens where C is (some PowerOf2 - 1)
Dinesh Dwivedi
- [PATCH] Make dead-striping to handle reverse edges.
Rui Ueyama
- [PATCH] Added InstCombine for ((1 << X) & C) pattern
Dinesh Dwivedi
- [lld] r210008 - Simplify markLive().
Rui Ueyama
- [compiler-rt] r210009 - [sancov] Remove debug leftovers and update usage text.
Evgeniy Stepanov
- [compiler-rt] r209815 - [sanitizer] Add coverage_dir flag.
Evgeniy Stepanov
- [PATCH][AArch64] Fix bug around passing VPR stack parameters
Jiangning Liu
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Daniil Troshkov
- [PATCH] Improve vDSO check in AsanCheckDynamicRTPrereqs
Yury Gribov
- [PATCH] [InstCombine] Constant comparison involving "lshr exact"
Rahul Jain
- [compiler-rt] r210012 - [asan] Improve vDSO check in AsanCheckDynamicRTPrereqs; patch by Yuri Gribov
Kostya Serebryany
- [lld] r210014 - s/vector/std::vector/
Rui Ueyama
- [PATCH] Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
- [PATCH] Update tests for D3988
Evgeniy Stepanov
- [lld] r210015 - Run clang-format.
Rui Ueyama
- [llvm] r209650 - ARM: teach AAPCS-VFP to deal with Cortex-M4.
Oliver Stannard
- [polly] r210016 - Remove superfluous semicolon confusing clang-format.
Daniel Jasper
- [llvm] r210018 - [AArch64] Add some more regression tests for load pre-index update folding in the load/store optimizer.
Tilmann Scheller
- [PATCH] Fix PR19657 : SLP vectorization doesn't combine scalar load to vector loads
Karthik Bhat
- [llvm] r210020 - [msan] Handle x86 vector pack intrinsics.
Evgeniy Stepanov
- [compiler-rt] r210020 - [msan] Handle x86 vector pack intrinsics.
Evgeniy Stepanov
- [llvm] r210021 - [AArch64] Add some more regression tests for store pre-index update folding in the load/store optimizer.
Tilmann Scheller
- [llvm] r209999 - Support: add 6-parameter format
Rafael Espíndola
- [patch] Allow alias to point to an arbitrary ConstantExpr
Rafael Espíndola
- [llvm] r209998 - Support: add Windows ARM EH data structures
Renato Golin
- [llvm] r210022 - Remove path_tclsh.m4.
Rafael Espindola
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Suyog Kamal Sarda
- [llvm] r210001 - GraphWriter: detect graph viewer programs at runtime
Rafael Espíndola
- [llvm] r210023 - [msan] Remove an out-of-date comment.
Evgeniy Stepanov
- [compiler-rt] r210024 - [asan] Default to memory-mapped coverage on Android.
Evgeniy Stepanov
- [compiler-rt] r210027 - [ASan Win] Fix memset interception in DLLs
Timur Iskhodzhanov
- [compiler-rt] r210028 - [Sanitizer/interception Win] Break into the debugger on unknown instructions
Timur Iskhodzhanov
- [PATCH] Fix checked arithmetic for i8 on X86
Keno Fischer
- [PATCH] [X86] Use ADD/SUB instead of INC/DEC for Silvermont
Alexey Volkov
- [llvm] r210029 - Add the nsw flag when we detect that an add will not signed overflow.
Rafael Espindola
- [compiler-rt] r210030 - [ASan Win] Manually call __asan_init early in the DLL initialization process to avoid a null function call in cout/cerr constructors
Timur Iskhodzhanov
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Dinesh Dwivedi
- [llvm] r205409 - Remove duplicated DMB instructions
Yi Kong
- [llvm] r210032 - [X86] Fix checked arithmetic for i8 on X86.
Andrea Di Biagio
- [PATCH] Fixed several correctness issues in SeparateConstOffsetFromGEP
Eli Bendersky
- [llvm] r209927 - isSVR4ABI() returned !isDarwin() so just move that to the else
Robinson, Paul
- [llvm] r210034 - Omit else branch after return.
Eric Christopher
- Ran out of registers error in llc
Danna bib
- [llvm] r210038 - Remove sanitizer blacklist from ASan/TSan/MSan function passes.
Alexey Samsonov
- No subject
Larry D'Anna
- [PATCH] X86: lower MO_GOT_ABSOLUTE_ADDRESS in LowerSymbolOperand like all the other MO_ types.
Larry D'Anna
- [llvm] r210040 - Added support to optimize comparisons with "lshr exact" of a constant.
Rafael Espindola
- [PATCH 1/1] aarch64: support target-specific .req assembler directive
Janne Grunau
- [PATCH] [LNT] Aggregate most recent runs
Chris Matthews
- [PATCH] Initial DWARF64 support for .debug_line
Eric Christopher
- [llvm] r210045 - InitLibcallNames can take a Triple instead of a TargetMachine.
Eric Christopher
- [llvm] r210048 - Revert "Add the nsw flag when we detect that an add will not signed overflow."
Rafael Espindola
- [llvm] r210049 - Convert test to FileCheck.
Rafael Espindola
- [llvm] r210052 - Add back commit r210029.
Rafael Espindola
- Prevent hoisting the instruction whose def might be clobbered by the terminator
Sasa Stankovic
- [PATCH] Make compiler-rt tests work with relocatable SDKs on OS X
Kuba Břečka
- [compiler-rt] r210053 - Cleanup Android build and provide better diagnostics
Greg Fitzgerald
- [www] r210055 - Update Win snapshot to r210028
Hans Wennborg
- [PATCH compiler_rt] cmake build fix: lib/tsan/dd doesn't pick up the right flags for $arch
Larry D'Anna
- [PATCH] Fix initialization problems with PassRegistry
Zachary Turner
- [PATCH] Enable vectorization of GEP expressions in SLP
Michael Zolotukhin
- [lld] r210057 - Make dead-striping to handle reverse edges.
Rui Ueyama
- [PATCH] Remove group-parent references.
Rui Ueyama
- [llvm] r210062 - Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
- [llvm] r210065 - Process::GetRandomNumber(): fix insecure RNG
Alp Toker
- [lld] r210066 - Remove group-parent references.
Rui Ueyama
- [llvm] r210067 - [AArch64] Correctly deal with VPR stack parameter passing.
Jiangning Liu
- [llvm] r208934 - Implement global merge optimization for global variables.
Rafael Espíndola
- [llvm] r210068 - Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren't emitting line number zero, the .gcno format uses this to indicate that the next field is a filename.
Nick Lewycky
- [compiler-rt] r210069 - Fix Android build after r210053
Greg Fitzgerald
- [lld] r210071 - This lambda returns a boolean, update the return statements.
Rafael Espindola
- [llvm] r210072 - Make this operator bool() explicit to match the standard library.
Rafael Espindola
- [llvm] r210073 - Make this operator bool() explicit to match the standard library.
Rafael Espindola
- [lld] r210074 - Reference::target() doesn't and shouldn't return a nullptr.
Rui Ueyama
- [llvm] r210076 - Remove the last unspecified_bool_type from llvm.
Rafael Espindola
- [llvm] r210077 - Use an enum class.
Rafael Espindola
- [llvm] r210078 - Use an enum class.
Rafael Espindola
- [PATCH] Move Simple.h and Alias.h to include/Core.
Rui Ueyama
- [PATCH] R600/SI: Prettier operand printing for 64-bit ops.
Matt Arsenault
- [lld] r210081 - Remove unusual use of using.
Rui Ueyama
- [lld] r210082 - Use range-based for loop.
Rui Ueyama
- [lld] r210084 - No need to compute valBit until mask bit is 1.
Rui Ueyama
- [lld] r210085 - Use auto for obvious types.
Rui Ueyama
- [lld] r210086 - Inline short member function.
Rui Ueyama
- [lld] r210087 - Fix build breakage.
Rui Ueyama
- [LNT] r210088 - Fix daily report page
Yi Kong
- [polly] record delinearization result and reuse it in polyhedral translation
Tobias Grosser
- [lld] r210089 - Rename FileToMutable -> SimpleFileWrapper.
Rui Ueyama
- [lld] r210093 - Improve error message.
Rui Ueyama
- [PATCH] R600/SI: SI Control Flow Annotation bug fixed
Елена Денисова
- [llvm] r209907 - Fix MIPS exception personality encoding.
Daniel Sanders
- [lld] r210094 - [Mips] Make la25-stub.test self contained.
Simon Atanasyan
- [compiler-rt] r210098 - [sancov] Fix map update logic on Android.
Evgeniy Stepanov
- [llvm] r210100 - Add operator== and operator!= to compare with nullptr.
Rafael Espindola
- [llvm] r210102 - AArch64: mark small types (i1, i8, i16) as promoted
Tim Northover
- [llvm] r210103 - [asan] Fix coverage instrumentation with -asan-globals=0.
Evgeniy Stepanov
- [compiler-rt] r210106 - [asan] enable detect_odr_violation=2; https://code.google.com/p/address-sanitizer/wiki/OneDefinitionRuleViolation . This feature has been working quite well so far, found a few bugs and zero false positives. The main problem is that there could be lots of true positives and users will have to disable this checking until the bugs are fixed.
Kostya Serebryany
- [llvm] r210107 - Implement one operator== with another.
Rafael Espindola
- [compiler-rt] r210108 - [sancov] Handle spaces in module name.
Evgeniy Stepanov
- [compiler-rt] r210109 - [sancov] Delay opening dump file until the first module constructor.
Evgeniy Stepanov
- [lld] r210110 - Remove dead code.
Rafael Espindola
- [zorg] r210112 - add a missing --cflag for the -mcpu=native LNT option.
Will Schmidt
- [llvm] r210113 - [AArch64] Add regression tests for the load/store optimizer which cover post-index update folding with sub rather than add.
Tilmann Scheller
- [PATCH] MCJIT MachO debugging support
Keno Fischer
- [llvm] r210114 - [AArch64] Fix typo in load/store optimizer.
Tilmann Scheller
- [polly] r210117 - record delinearization result and reuse it in polyhedral translation
Sebastian Pop
- [PATCH] [NVPTX] Replace addrspacecast with bitcast
Jingyue Wu
- [PATCH] An analysis to find external function pointers and trace their data flow
Tom Roeder
- [PATCH] Canonicalize addrspacecast between different pointer types.
Jingyue Wu
- [llvm] r210118 - Remove some redundant doc comments
Alp Toker
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [llvm] r210119 - Update comment. This should have been part of r210062.
Rafael Espindola
- [patch][rfc] "alias weak" X "weak alias"
Rafael Espíndola
- [llvm] r210120 - Simplify the parsing of unnamed globals. No functionality changed.
Rafael Espindola
- [llvm] r210121 - Fix a small bug in the parsing of anonymous globals.
Rafael Espindola
- [LNT] r210122 - Remove some unused imports
Chris Matthews
- [LNT] r210123 - Fixups in geomean calculation
Chris Matthews
- [polly] r210124 - Fix formatting
Tobias Grosser
- [llvm] r210125 - Update comments to match reality.
Rafael Espindola
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction
Dinesh Dwivedi
- [PATCH] [AArch64] Basic Sched Model for Cortex-A57
Dave Estes
- [llvm] r210126 - Fixup formatting in the pass.
Eric Christopher
- [llvm] r210127 - Revert r209381 as it isn't a local variable. Add a testcase so that
Eric Christopher
- [LNT] r210128 - Updated smoketests to cover more of the web interface
Chris Matthews
- [LNT] r210131 - Add missing updates to test database
Chris Matthews
- [PATCH] Partial RelocVisitor support for Darwin
Keno Fischer
- [PATCH] Add a jumptable attribute and support for creating jump-instruction tables
Nick Lewycky
- [llvm] r210132 - Calculate dead instructions when a live interval is created.
Pete Cooper
- [PATCH] Compute dead flags when creating virtual register intervals
Pete Cooper
- [LNT] r210133 - Fixups in geomean calculation
Chris Matthews
- [LNT] r210134 - Updating some files to modernize LNT for server deployment.
Chris Matthews
- [llvm] r210135 - Fix typos
Matt Arsenault
- [LNT] r210136 - Fix my merge fail fail
Chris Matthews
- [lld] r210138 - [mach-o] Refactor sections -> atoms to be table driven.
Nick Kledzik
- [LNT] r210139 - Fixup this test so that it does not try and execute hidden files as databases
Chris Matthews
- Runtime stack overflow prevention for Twines
Reid Kleckner
- [compiler-rt] r210140 - Disable unstable test on ARM
Greg Fitzgerald
- [llvm] r209984 - DebugInfo: Assert that DbgVariables have associated DIEs
Adrian Prantl
- [PATCH] Update call graph after devirtualizing returned value
pete.cooper at gmail.com
- [lld] r210142 - [mach-o] Make anonymous atom out of section content before any symbol
Nick Kledzik
- [PATCH] [InstCombine] Canonicalize addrspacecast between different element types
Jingyue Wu
- [llvm] r210143 - DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariables do not have associated DIEs.
David Blaikie
- [PATCH] [LNT] Add geometric mean to run report
Chris Matthews
- [llvm] r210144 - config.h: fix layering and don't duplicate definitions
Alp Toker
- [llvm] r210147 - GraphWriter: support the XDG open utility
Alp Toker
- [llvm] r210148 - GraphWriter: try gv before xdg-open
Alp Toker
- [llvm] r210164 - [Object][ELF] Range-based loop simplification.
Simon Atanasyan
- [llvm] r210165 - docs: Remove documentation for legacy PGO options
Justin Bogner
- [PATCH] Fixed several correctness issues on mishandling s/zext in SeparateConstOffsetFromGEP
Mark Heffernan
- [llvm] r210166 - Move GenericScheduler and PostGenericScheduler into a header.
Andrew Trick
- [llvm] r210167 - Add a subtarget hook: enablePostMachineScheduler.
Andrew Trick
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
suyog
- [PATCH] [llvm-readobj][ELF] New `llvm-readobj` command line option `-mips-plt-got` to print a MIPS .got section
Simon Atanasyan
- [llvm] r210168 - Fix a use of uninitialized value. OldCC is set when IsCmpZero || IsSwapped and read when ShouldUpdateCC || IsSwapped, and ShouldUpdateCC is independent. Fixes PR19932, but no test since I wasn't able to get any symptoms to appear, not even with valgrind and the testcase from the PR. It's clear what happened from inspection of the code.
Nick Lewycky
- [polly] r210170 - Use range-based for loops
Tobias Grosser
- [PATCH] Add support to recognize non SIMD kind of parallelism in SLPVectorizer
Karthik Bhat
- [lld] r210172 - Fix format.
Rui Ueyama
- [patch] opt: Initialize asm printers to avoid DCE
Tobias Grosser
- [lld] r210174 - Add a comment, fix style.
Rui Ueyama
- [lld] r210175 - Fix a wrong comment.
Rui Ueyama
- [PATCH] Add benchmarking-only mode to the test suite
Yi Kong
- [polly] r210176 - www: Polly can be built without any GPLed software
Tobias Grosser
- [PATCH] [x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and PACKUSDW instructions available as synthetic SDNodes PACKSS and PACKUS that will select to the correct instruction variants based on the return type.
Chandler Carruth
- [lld] r210177 - Initial set of Makefiles
Iain Sandoe
- [llvm] r210178 - Fix gcc -Wparentheses warning.
Patrik Hagglund
- [polly] r210179 - Adjust multidim test cases to not access out-of-bound memory
Tobias Grosser
- [PATCH] InstCombineCompare with constant return false if we know it is never going to be equal
suyog
- [compiler-rt] r210180 - [sancov] Handle fork.
Evgeniy Stepanov
- [llvm] r210181 - [AArch64] Fix some LLVM Coding Standards violations in the load/store optimizer.
Tilmann Scheller
- [llvm] r210182 - [AArch64] clang-format the load/store optimizer.
Tilmann Scheller
- [PATCH] JIT: Print debug location of inline asm and ignore DBG_VALUE instructions
Yaron Keren
- [llvm] r210186 - InstCombine: Improvement to check if signed addition overflows.
Rafael Espindola
- [llvm] r210189 - Support: add additional comment for ARM EH structure
Saleem Abdulrasool
- [llvm] r210190 - Support: style/documentation cleanup for format
Saleem Abdulrasool
- [llvm] r210191 - tools: introduce StreamWriter::printBoolean
Saleem Abdulrasool
- [llvm] r210192 - tools: initial implementation of WoA EH decoding
Saleem Abdulrasool
- [llvm] r210193 - tools: fix silly typo in llvm-readobj
Saleem Abdulrasool
- [llvm] r210194 - tools: fix parenthesis warning from GCC
Saleem Abdulrasool
- Emit DWARF3 call frame information when DWARF3+ debug info is requested
Oliver Stannard
- [compiler-rt] r210199 - [sanitizer] Make LSan/MSan/TSan honor the "color" flag.
Sergey Matveev
- [llvm] r210200 - XFAIL: test/DebugInfo/missing-abstract-variable.ll on mips and ppc64 due to an inlined parameter that goes missing.
David Blaikie
- [PATCH][CMake] Add target to generate td file with all records
Adam Nemet
- [llvm] r210201 - Two small enhancements for the JIT.
Yaron Keren
- [compiler-rt] r210202 - [dfsan] Fix the declaration of dfsan_add_label.
Peter Collingbourne
- [llvm] r210203 - Clauses in a landingpad are always Constant. Use a stricter type.
Rafael Espindola
- [PATCH] Fixing inst-combine not to drops nsw when combining adds into mul (PR19263)
Dinesh Dwivedi
- [llvm] r210205 - Add a Constant version of stripPointerCasts.
Rafael Espindola
- [dragonegg] r210207 - Fix alias generation and bring back the tests for it.
Rafael Espindola
- [polly] r210208 - Adjust another test case to not access out of bounds
Tobias Grosser
- [zorg] r210209 - Added new slave and builder for lld-x86_64-darwin13 build;
Galina Kistanova
- [llvm] r209015 - Add comdat key field to llvm.global_ctors and llvm.global_dtors
Rafael Espíndola
- [PATCH] Don't emit structors for available_externally globals (PR19933)
Hans Wennborg
- [llvm] r210215 - Don't emit structors for available_externally globals (PR19933)
Hans Wennborg
- [compiler-rt] r210216 - [asan] Add install rule for Android runtime
Greg Fitzgerald
- LLVM buildmaster will be updated and restarted today after 6 PM Pacific time
Galina Kistanova
- [llvm] r210218 - Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno file emission.
Nick Lewycky
- [PATCH] [mips] Expand on r206218 to put the prologue_end marker in the correct place.
Eric Christopher
- [LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Stepan Dyatkovskiy
- [llvm] r210221 - DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract DbgVariables have DIEs.
David Blaikie
- [llvm] r210222 - Use nullptr
Matt Arsenault
- [PATCH] Provide target callback to check if vector to scalar load/store widening is beneficial
Stanislav Mekhanoshin
- [llvm] r210223 - Remove uses of the TargetMachine from X86FrameLowering.
Eric Christopher
- [llvm] r210224 - 80-columns.
Eric Christopher
- [llvm] r210226 - R600/SI: Match rsq instructions
Matt Arsenault
- [llvm] r210227 - We've got a getSlotSize call already that we use everywhere else,
Eric Christopher
- [PATCH] R600/SI: Match rsq instructions
Matt Arsenault
- [llvm] r210228 - DebugInfo: Add comments/assert description to r209674 based on Eric Christopher's post-commit review feedback.
David Blaikie
- [llvm] r210229 - Use AArch64 instead of now removed ARM64 in test configs
Alexey Samsonov
- [llvm] r209674 - DebugInfo: Lazily attach definition attributes to definitions.
David Blaikie
- [llvm] r210231 - PR19388: DebugInfo: Emit dead arguments in their originally declared order.
David Blaikie
- [compiler-rt] r210232 - [Deadlock detector] Fix CMake build rules for shared runtime
Alexey Samsonov
- [llvm] r210233 - DebugInfo: Roll argument insertion into variable insertion to ensure arguments are correctly handled in all cases.
David Blaikie
- [llvm] r210234 - DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather than looking it up through the DebugLoc.
David Blaikie
- [compiler-rt] r210235 - Remove's uses of sys/timeb.h for Android.
Dan Albert
- [llvm] r210236 - Revert r210221 again, due to a crash Richard Smith has provided involving self-hosting LLVM with libc++.
David Blaikie
- [PATCH, test-suite] Add some Altivec execution tests
Bill Schmidt
- [test-suite] r210237 - [Mips] Extend RUNTIMELIMIT for the SciMark2-C test when it is running for MIPS target.
Simon Atanasyan
- [llvm] r210239 - Fix coverage for files with global constructors again. Adds a testcase to the commit from r206671, as requested by David Blaikie.
Nick Lewycky
- [llvm] r206671 - Check whether functions have any lines associated before emitting coverage info for them. This isn't just a size/time saving, gcov may crash on these.
Nick Lewycky
- [PATCH] R600/SI: Fix not setting flags on instructions.
Matt Arsenault
- [lld] r210240 - [PECOFF] Support COMDAT associative sections.
Rui Ueyama
- [lld] r210241 - Print error message in LinkOnce handler.
Rui Ueyama
- [lld] r210242 - Add SymbolTable::isCoalescedAway
Rui Ueyama
- [lld] r210243 - Revert "[PECOFF] Support COMDAT associative sections."
Rui Ueyama
- [PATCH] [PECOFF] Support COMDAT associative sections.
Rui Ueyama
- [llvm] r210244 - R600: Fix test. Using wrong check prefix.
Matt Arsenault
- [PATCH] Emit DWARF3 call frame information when DWARF3+ debug info is requested
Oliver Stannard
- [PATCH] Optimize long branch for MIPS64 by removing calculation of %higher and %highest
Sasa Stankovic
- [llvm] r210245 - lld (build with configur and make) Enable build
Iain Sandoe
- [www] r210246 - The Edinburgh meeting is not upcoming any more
Hal Finkel
- [www] r210247 - Add a link to LLVM-HPC to the devmtg 'Other Events' list
Hal Finkel
- [zorg] r210248 - Disable Perf submission on arm bot. Still too unstable
Renato Golin
- [www] r210249 - Fix the LLVM-HPC date (again)
Hal Finkel
- [PATCH] R600: Handle fcopysign
Matt Arsenault
- [test-suite] r210251 - Add a benchmarking-only mode to the test suite
Hal Finkel
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [PATCH] [LNT] Enable benchmarking only mode
Yi Kong
- [PATCH] Fix for assertion when compiling for Thumb1, with a processor with a VFP unit
Oliver Stannard
- [PATCH] [AArch64] Missing aliases for CMP/CMN [W]SP with no shift
Artyom Skrobov
- [PATCH] [AArch64] Condition codes AL and NV are invalid in the aliases that use inverted condition codes
Artyom Skrobov
- [llvm] r210254 - [mips] Fix triple.
Matheus Almeida
- [compiler-rt] r210255 - [asan] Use -pthread instead of -lpthread in tests.
Evgeniy Stepanov
- [compiler-rt] r210256 - [asan] Fix lit tests setup on Android.
Evgeniy Stepanov
- [compiler-rt] r210257 - [asan] Add 'asan' to asan test deps.
Evgeniy Stepanov
- [lld] r210258 - [Mips] Make dynlib-dynsym.test self contained.
Simon Atanasyan
- [compiler-rt] r210259 - [asan] asan_device_setup: extend search path
Evgeniy Stepanov
- [llvm] r210261 - Prevent hoisting the instruction whose def might be clobbered by the terminator.
Sasa Stankovic
- [llvm] r210262 - [mips] Modify long branch for NaCl:
Sasa Stankovic
- [PATCH 1/1] Fix rtti flags with cmake
Jan Vesely
- [llvm] r210263 - [SystemZ] Do not install IfConverter pass at -O0
Ulrich Weigand
- [llvm] r210264 - XFAIL: test/DebugInfo/missing-abstract-variable.ll on s390x as well
Ulrich Weigand
- [llvm] r210265 - Add missing const specifier to a const method.
Evgeniy Stepanov
- [llvm] r210266 - [asancov] Fix coverage line info some more.
Evgeniy Stepanov
- [compiler-rt] r210267 - [asancov] Faster coverage in memory-mapped mode.
Evgeniy Stepanov
- [PATCH] Modify MIPS long branch for NaCl
Sasa Stankovic
- [PATCH] Revert TargetLowering::getTypeForExtArgOrReturn to use EVTs.
Andrey Kuharev
- [llvm] r210271 - [PPC64LE] Temporarily disable VSX support in little-endian mode
Bill Schmidt
- [llvm] r210273 - Document how to select build configuration with Visual C++ IDE or command line.
Yaron Keren
- [PATCH] [llvm] Change llvm::sys::Mutex implementation to use STL-provided mutexes
Zachary Turner
- [PATCH] Change base mutex implementations to use STL-provided mutexes
Zachary Turner
- [LNT] r210276 - Benchmarking only mode
Yi Kong
- [test-suite] r210277 - [PATCH, test-suite] Add some Altivec execution tests
Bill Schmidt
- [PATCH] R600: Handle ctpop
Matt Arsenault
- [patch] Correctly set the comdat symbol on COFF
Rafael Espíndola
- [llvm] r210280 - Add a new attribute called 'jumptable' that creates jump-instruction tables for functions marked with this attribute.
Tom Roeder
- [PATCH] [AArch64] Fix the ordering of the accumulate operand in SchedRW list.
Dave Estes
- [llvm] r210281 - Removing spurious dependency of IPO on JumpInstrTables
Tom Roeder
- [llvm] r210282 - [PPC64LE] Correct vperm -> shuffle transform for little endian
Bill Schmidt
- [PATCH] Fix a mergefunc crash caused by bitcasting intrinsics
Björn Steinbrink
- [llvm] r210285 - Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.
Kevin Enderby
- [llvm] r210287 - Add a testcase where there is an overflow when combining two constants.
Rafael Espindola
- [llvm] r210288 - Adding explicit triples to the ARM jumptable tests
Tom Roeder
- [llvm] r210289 - Remove duplicate copy of InstrItineraryData from the TargetMachine,
Eric Christopher
- [llvm] r210290 - Remove caching of the subtarget for X86FrameLowering.
Eric Christopher
- [llvm] r210291 - Fixed several correctness issues in SeparateConstOffsetFromGEP
Jingyue Wu
- [llvm] r210292 - Remove X86Subtarget from the X86FrameLowering constructor since
Eric Christopher
- [llvm] r210297 - [PPC64LE] Add test case for r210282 commit
Bill Schmidt
- [llvm] r210298 - Correctly set the comdat symbol on COFF.
Rafael Espindola
- [llvm] r210299 - Fix null dereference with -debug-only=dwarfdebug
Alexey Samsonov
- [llvm] r210300 - Fix markup for -debug-only option
Alexey Samsonov
- [compiler-rt] r210301 - [TSan] Reduce the stack frame size of ReportDeadlock
Alexey Samsonov
- [patch] Allow aliases to be unnamed_addr
Rafael Espíndola
- Proposed patch for #19959
Taral
- [PATCH] Fixed a bug in lowering shuffle_vectors to insertps
Filipe Cabecinhas
- [llvm] r210302 - Allow aliases to be unnamed_addr.
Rafael Espindola
- [llvm] r210307 - config.h: remove clang-specific macro definitions
Alp Toker
- [llvm] r210309 - Remove clang-specific libxml2 check from CMake
Alp Toker
- [llvm] r210310 - Fix PR19657 (scalar loads not combined into vector load)
Karthik Bhat
- [llvm] r210311 - Make LINK_POLLY_INTO_TOOLS work with the CMake build
Alp Toker
- [llvm] r210312 - Added select flavour for ABS and NEG(ABS)
Dinesh Dwivedi
- [compiler-rt] r210315 - [asan] initialize fake_stack_ to 0 before we call SetThreadStackAndTls, because that may actually try to use fake_stack_ (still don't know how). Yet another case where we desperately want https://sourceware.org/glibc/wiki/ThreadPropertiesAPI
Kostya Serebryany
- [llvm] r210316 - [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/protected).
Simon Atanasyan
- [PATCH] Added transform for ABS(NABS(X)) and NABS(ABS(X))
Dinesh Dwivedi
- [PATCH] R600/SI: Handle i64 sext / zest with patterns
Matt Arsenault
- [PATCH] Add DefinedAtom::sectionSize().
Rui Ueyama
- [llvm] r210317 - Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Windows
Timur Iskhodzhanov
- [compiler-rt] r209862 - Mark currently failing ARM tests with XFAIL.
Evgeniy Stepanov
- [llvm] r210318 - lld test for configure & make
Iain Sandoe
- [ubsan] Honor color option (was: Let lsan honor color option)
Stephan Bergmann
- [www] r210319 - Finally, add the videos from EuroLLVM 2014.
Tobias von Koch
- [llvm] r210321 - Touch configure to force clang's config.h.in reconfiguration on the build servers
Alp Toker
- [compiler-rt] r210322 - [asan] Make ReplaceSystemMalloc optional on Android.
Evgeniy Stepanov
- [llvm] r210327 - Slight language tweak from Jonathan Humphreys.
Pekka Jaaskelainen
- [compiler-rt] r210329 - sanitizer: document missing macro
Dmitry Vyukov
- [compiler-rt] r210331 - [msan] Better diagnostic for invalid origin id.
Evgeniy Stepanov
- [PATCH] Mention IRBuilder in Programmer's manual
Dan Liew
- [compiler-rt] r210332 - [msan] Partial revert of r210331.
Evgeniy Stepanov
- [PATCH] ARMEB: Vector extend operations
Christian Pirker
- [compiler-rt] r210335 - [msan] Fix wrong endianness when printing shadow.
Evgeniy Stepanov
- [llvm] r210336 - [PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endian
Bill Schmidt
- [www-pubs] r210341 - Added the CAV 2014 SMACK publication.
John Criswell
- [PATCH] ARMEB: Vector narrow operations
Christian Pirker
- [llvm] r210342 - [SLP] Enable vectorization of GEP expressions.
Michael Zolotukhin
- [llvm] r210343 - Fix typo in a test from r210342.
Michael Zolotukhin
- [compiler-rt] r210344 - tsan: allow to build Go runtime with clang + enable SSE3
Dmitry Vyukov
- [compiler-rt] r210345 - tsan: fix Go build with TSAN_COLLECT_STATS
Dmitry Vyukov
- [compiler-rt] r210346 - tsan: fix clang warning:
Dmitry Vyukov
- [compiler-rt] r210347 - tsan: flush metamap per-thread cache when thread finishes
Dmitry Vyukov
- [compiler-rt] r210348 - tsan: fix mapping of meta shadow for Go
Dmitry Vyukov
- [compiler-rt] r210349 - tsan: fix out-of-bounds access in Go runtime
Dmitry Vyukov
- [compiler-rt] r210351 - tsan: minor optimizations for Go runtime
Dmitry Vyukov
- [LNT] r210352 - Fix geometric mean comparison bug introduced in r210123
Yi Kong
- [compiler-rt] r210353 - tsan: disable reporting of mutex misuses in Go
Dmitry Vyukov
- [llvm] r210354 - Mention the IRBuilder in Programmer's Manual with a few small examples.
Dan Liew
- [compiler-rt] r210358 - tsan: fix mutex in Go mode
Dmitry Vyukov
- [compiler-rt] r210359 - tsan: fix CurrentStackId
Dmitry Vyukov
- [compiler-rt] r210360 - Un-xfail passing ARM Android tests
Greg Fitzgerald
- [llvm] r210361 - Fixed a bug in lowering shuffle_vectors to insertps
Filipe Cabecinhas
- [PATCH] Remove extraneous carriage-return control characters.
Mark Heffernan
- [llvm] r210362 - Remove DWARF3 testing of test/DebugInfo/X86/gnu-public-names.ll
David Blaikie
- [patch] Fix a few related COFF comdat issues
Rafael Espíndola
- [llvm] r210363 - Fix a typo made in Programmer's Manual made in r210354. Spotted
Dan Liew
- [llvm] r210364 - Match the full hex offsets in test/DebugInfo/X86/gnu-public-names.ll
David Blaikie
- [compiler-rt] r210365 - tsan: fix argument passing in Go interface
Dmitry Vyukov
- [llvm] r210366 - Have TargetSelectionDAGInfo take a DataLayout initializer rather than
Eric Christopher
- [llvm] r210367 - Fix a few issues with comdat handling on COFF.
Rafael Espindola
- [PATCH][X86] Add target combine rules for horizontal add/sub.
Andrea Di Biagio
- [compiler-rt] r210370 - [TSan] Make lit-tests more self-contained
Alexey Samsonov
- [llvm] r210371 - X86: Don't turn shifts into ands if there's another use that may not check for equality.
Benjamin Kramer
- Attribute Order XFAIL
Tyler Nowicki
- [PATCH] Don't report the error when non-dangerous load/store is in branch delay slot
Sasa Stankovic
- [llvm] r210373 - MC: prevent early DCE of empty sections
Saleem Abdulrasool
- [llvm] r210375 - InstCombine: Canonicalize addrspacecast between different element types
Jingyue Wu
- [PATCH] Fix error in tablegen when second operand of an !if is an empty list.
Matt Arsenault
- [PATCH] R600/SI: add Gather4 intrinsics
Marek Olšák
- [llvm] r210378 - DebugInfo: pubnames: include file-local (static or anonymous namespace) variables and anonymous namespaces themselves.
David Blaikie
- [llvm] r210379 - DebugInfo: Use the scope of the function declaration, if any, to name a function in DWARF pubnames
David Blaikie
- [llvm] r210383 - ADT: introduce isWindowsItaniumEnvironment
Saleem Abdulrasool
- [PATCH] [SeparateConstOffsetFromGEP] make two tests more strict
Jingyue Wu
- [PATCH] Don't use default address space arguments in SROA
Matt Arsenault
- [llvm] r210385 - Remove all local variables from X86SelectionDAGInfo, the DAG has
Eric Christopher
- [llvm] r210386 - Replace the use of TargetMachine with a tiny bool variable.
Eric Christopher
- [PATCH] Look through addrspacecasts when turning ptr comparisons into index comparisons.
Matt Arsenault
- Fwd: [PATCH] [PATCH] Fix for http://llvm.org/bugs/show_bug.cgi?id=19905
Sanjoy Das
- [llvm] r209980 - Update a couple of header inclusion guards
Sean Silva
- [llvm] r210390 - Fix the MachineScheduler's logic for updating ready times for in-order.
Andrew Trick
- [PATCH] [PATCH] Fix for http://llvm.org/bugs/show_bug.cgi?id=19905
Vadim Chugunov
- [llvm] r210393 - Revert 209903 and 210040.
Rafael Espindola
- [PATCH] R600/SI: Keep 64-bit not on SALU
Matt Arsenault
- [lld] r210394 - [Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL / R_MIPS_TLS_GD / R_MIPS_TLS_LDM etc.
Simon Atanasyan
- [llvm] r210395 - [OCaml] Introduce an llmdkind abstract type.
Peter Zotov
- [llvm] r210396 - [OCaml] Commit missing parts of r210395
Peter Zotov
- [PATCH] [SeparateConstOffsetFromGEP] Fix an illegitimate optimization on zext
Jingyue Wu
- [PATCH] Refactor canonicalizing array indices to a helper function
Jingyue Wu
- [llvm] r210397 - tools: add a high level explanation for WoA EH data
Saleem Abdulrasool
- [PATCH] ARM: enable long calls for WoA
Saleem Abdulrasool
- [llvm] r210399 - ARM: correct assertion for long-calls on WoA
Saleem Abdulrasool
- [llvm] r210400 - Build fix: remove initializeJumpInstrTablesPass() call from LTO
Alp Toker
- [llvm] r210401 - Fix typos
Alp Toker
- [llvm] r210405 - MC: whitespace, grouping for COFF section setup
Saleem Abdulrasool
- [llvm] r210406 - MC: fix ctor/dtor section for windows-itanium
Saleem Abdulrasool
- [llvm] r210407 - MC: make ELF .type handling more GNU AS compatible
Saleem Abdulrasool
- [llvm] r210408 - test: move some tests into ARM directory
Saleem Abdulrasool
- [llvm] r210409 - test: add test case for SVN r210406
Saleem Abdulrasool
- [llvm] r210410 - include MipsGenFastISel.inc
Reed Kotler
- [llvm] r210411 - Fix build when no native target is enabled
Alp Toker
- [llvm] r210412 - Re-enable ARM ELF tests
Alp Toker
- [llvm] r210413 - start to clean up buildMI calls in mips fast-isel
Reed Kotler
- [llvm] r210414 - Do materialize for floating point
Reed Kotler
- [llvm] r210415 - MC: fix text section characteristics for WoA
Saleem Abdulrasool
- [PATCH] [SeparateConstOffsetFromGEP] inbounds zext => sext for better splitting
Jingyue Wu
- [llvm] r210417 - Make InlineAsmIdentifierInfo forward-declarable
Alp Toker
- [llvm] r210419 - Remove redundant typedef from MCAsmParserSemaCallback
Alp Toker
- [PATCH] [APFloat] x-NaN needs to flip sign of NaN
Steve (Numerics) Canon
- [llvm] r210421 - Remove outdated CMake MSVC workaround
Alp Toker
- [llvm] r210424 - Revert "Do materialize for floating point"
Alp Toker
- [lld] r210425 - [Mips] Make got16.test test case independent from external input files.
Simon Atanasyan
- [llvm] r210426 - Ensure SmallVector::insert doesn't overwrite the last element in the range with the already-moved-from value
David Blaikie
- [llvm] r210427 - AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
- [llvm] r210428 - APFloat: x - NaN needs to flip the signbit of NaN when x is a number.
Stephen Canon
- [llvm] r210429 - Fix some more moving-from-moved-from objects issues in SmallVector
David Blaikie
- [llvm] r210430 - SmallVectorTest: Remove some more robust checks added in r210429 since they caught some bugs I haven't fixed yet.
David Blaikie
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Björn Steinbrink
- [llvm] r210431 - X86: simplify data layout calculation
Saleem Abdulrasool
- [llvm] r210432 - SmallVector: Move, don't copy, elements to make space for an insertion.
David Blaikie
- [llvm] r210433 - SmallVector: More movable improvements - don't copy elements to make space when inserting repeated elements.
David Blaikie
- [test-suite] r210434 - [Mips] Skip AtomicOps test on MIPS 32-bit because this hardware does not
Simon Atanasyan
- [llvm] r210435 - ScalarEvolution: Derive element size from the type of the loaded element
Tobias Grosser
- [llvm] r210436 - SmallVector: Improve test coverage for insert with repetition
David Blaikie
- [llvm] r210437 - [SeparateConstOffsetFromGEP] make two tests more strict
Jingyue Wu
- [llvm] r210438 - Refactor canonicalizing array indices to a helper function
Jingyue Wu
- [llvm] r210439 - [SeparateConstOffsetFromGEP] Fix an illegitimate optimization on zext
Jingyue Wu
- [PATCH] R600: Implement ftrunc, ffloor and fceil.
Matt Arsenault
- [dragonegg] r210441 - Use PassManager instead of FunctionPassManager in CodeGen. r210280 has introduced ModulePass in CodeGenPass.
NAKAMURA Takumi
- [llvm] r210442 - [C++11] Use 'nullptr'.
Craig Topper
- [PATCH] R600: Custom lower f64 frint for pre-CI
Matt Arsenault
- [llvm] r210443 - Escape "@function" with \verbatim. [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r210444 - [SeparateConstOffsetFromGEP] inbounds zext => sext for better splitting
Jingyue Wu
- [polly][PATCH 00/11] DiagnosticRemark support & Bugfixes
Andreas Simbuerger
- [llvm] r210445 - [AArch64] When combining constant mul of power of 2 plus/minus 1, prefer shift
Chad Rosier
- [llvm] r210446 - [AArch64] Fix the ordering of the accumulate operand in SchedRW list.
Chad Rosier
Last message date:
Sun Jun 8 21:45:38 PDT 2014
Archived on: Tue Aug 4 17:11:21 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).