The Week Of Monday 5 August 2013 Archives by thread
Starting: Mon Aug 5 01:52:21 PDT 2013
Ending: Sun Aug 11 23:47:57 PDT 2013
Messages: 687
- [llvm] r187717 - AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.
Elena Demikhovsky
- code coverage: llvm-ar: undefined reference to `llvm::raw_fd_ostream::current_pos() const'
Sylvestre Ledru
- [llvm] r187718 - [SystemZ] Split out comparison elimination into a separate pass
Richard Sandiford
- [llvm] r187719 - [SystemZ] Add LOAD AND TEST instructions
Richard Sandiford
- [llvm] r187720 - [SystemZ] Use LOAD AND TEST to eliminate comparisons against zero
Richard Sandiford
- [llvm] r187721 - [SystemZ] Add definitions for BRCT and BRCTG
Richard Sandiford
- [llvm] r187722 - Don't leak passes if added outside of the area determined by Started/Stopped flags.
Benjamin Kramer
- [llvm] r187723 - [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences
Richard Sandiford
- [llvm] r187724 - LLVM Interpreter: This patch implements vector support for cast operations (zext, sext, uitofp, sitofp, trunc, fpext, fptosi, fptrunc, bitcast) and shift operations (shl, ashr, lshr) for integer and floating point data types.
Elena Demikhovsky
- [PATCH] Introduce Regex::isLiteralERE function.
Alexey Samsonov
- [PATCH] Introduce an optimisation for special case lists with large numbers of literal entries.
Alexey Samsonov
- [llvm] r187725 - 80-cols
Alexey Samsonov
- [compiler-rt] r187726 - Lint fixes
Alexey Samsonov
- [llvm] r187727 - Silencing an MSVC11 type conversion warning.
Aaron Ballman
- [PATCH] Documentation. Missing description for function attribute minsize
Andrea_DiBiagio at sn.scee.net
- [PATCH] Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom comments for implicit defs
Justin Holewinski
- [polly] r187728 - ScopInfo: Split start value from SCEVAddRecExpr to enable parameter sharing.
Tobias Grosser
- [PATCH] Implemented llvm::sys::locale::columnWidth and isPrint for the case of generic UTF8-capable terminal.
Alexander Kornienko
- PATCH: SelectionDAG: Use MVT::i32 for vector indices
Tom Stellard
- [PATCH] Refactor sameNoopInput (determining tail-call legitimacy)
Evan Cheng
- [PATCH] Add function attribute 'optnone'
Andrea Di Biagio
- Shufflevector & InstCombine
James Molloy
- [llvm] r187731 - Introduce Regex::isLiteralERE function.
Peter Collingbourne
- [llvm] r187732 - Introduce an optimisation for special case lists with large numbers of literal entries.
Peter Collingbourne
- [PATCH] Teach ValueTracking about address spaces
Matt Arsenault
- [llvm] r187710 - Build with the $RDYNAMIC flag on Darwin as well as other platforms.
Eric Christopher
- [LNT] r187733 - [lnt] runtest compile: Add --save-temps, and remove build results by default.
Daniel Dunbar
- Coding standard: return succ on failure?
Richard
- [lld] r187670 - Use report_fatal_error() instead of llvm_unreachable() to show broken input file error.
Richard
- [PATCH] Add support for DebugFission to DWARF parser
Eric Christopher
- [llvm] r187739 - [bugpoint] Allow the user to specify the path to opt on the commandline.
Michael Gottesman
- [PATCH] Add Thumb2 load byte instructions in check for same address
Chad Rosier
- [llvm] r187742 - Change parent hashing algorithm to be non-recursive and elaborate
Eric Christopher
- [zorg] r187743 - [llvmlab] Remove the clang-tools-extra sources copied into clang/tools before we attempt to update sources.
Michael Gottesman
- [zorg] r187744 - [llvmlab] Run long running lit tests when we run the regression tests.
Michael Gottesman
- [llvm] r187745 - Use existing builtin hashing functions to make this routine more
Eric Christopher
- [llvm] r187747 - Revert "Use existing builtin hashing functions to make this routine more"
Eric Christopher
- [PATCH] Remove seemingly dead InstCombine compare code
Matt Arsenault
- [llvm] r187748 - TargetLowering: Add getVectorIdxTy() function v2
Tom Stellard
- [llvm] r187749 - R600: Implement TargetLowering::getVectorIdxTy()
Tom Stellard
- [zorg] r187750 - Revert "[llvmlab] Run long running lit tests when we run the regression tests."
Michael Gottesman
- [llvm] r187752 - Recommit previous cleanup with a fix for c++98 ambiguity.
Eric Christopher
- [llvm] r187754 - R600/SI: Add missing test for r187749
Tom Stellard
- [llvm] r187755 - Fix grammar.
Bill Wendling
- [PATCH] test-suite: fpcmp infinite loop when there is a non-numeric difference after numbers
Ahmed Bougacha
- [llvm] r187756 - FileCheckize some of the testcases.
Bill Wendling
- [llvm] r187758 - Fix missing -*- C++ -*-s
Matt Arsenault
- [llvm] r187761 - Add some comment to LTOCodeGenerator class
Shuxin Yang
- [PATCH] [PECOFF] Do not use layout-after/before relationships for grouped sections.
Rui Ueyama
- [llvm] r187763 - Allow 4 as a valid debug info version.
Eric Christopher
- [PATCH] [CodeGen] prevent abort on invalid attributes
Saleem Abdulrasool
- [llvm] r187764 - Factor FlattenCFG out from SimplifyCFG
Tom Stellard
- [lld] r187665 - [PECOFF] Remove an assertion that's too heavy.
Shankar Easwaran
- [lld] r187645 - [PECOFF] A symbol with symbol with section number 0 and non-zero value represents a BSS atom.
Shankar Easwaran
- [lld] r187643 - [PECOFF] Simplify COFFBSSAtom.
Shankar Easwaran
- [llvm] r187771 - Simplify code slightly. No functional change.
Craig Topper
- [polly] r187772 - ScopInfo: add a testcase that share parameters within nested start.
Tobias Grosser
- [llvm] r187773 - Remove trailing whitespace and fix an 80-column violation. No functional change.
Craig Topper
- [llvm] r187774 - Check against >= 0 instead of != -1 in getSplatIndex because it generally compiles to better code and is equivalent for shuffle indices.
Craig Topper
- [llvm] r187775 - Put an llvm_unreachable at the end of getSplatIndex as its loop should never find all undef elements.
Craig Topper
- [llvm] r187777 - Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows dependencies.
NAKAMURA Takumi
- [llvm] r187778 - AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.
NAKAMURA Takumi
- [llvm] r187779 - Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types.
Craig Topper
- [llvm] r187780 - Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for each corresponding CodeGen.
NAKAMURA Takumi
- [llvm] r187781 - Simplify math a little bit.
Craig Topper
- [llvm] r187783 - Simplify vector lane handling math a bit. No functional change intended.
Craig Topper
- [PATCH] [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix
Robinson, Paul
- [llvm] r187786 - Unbreak Debug build on Windows
Serge Pavlov
- [llvm] r187787 - Refactor isInTailCallPosition handling
Tim Northover
- [compiler-rt] r187788 - [sanitizer] Intercept sched_getaffinity.
Evgeniy Stepanov
- [compiler-rt] r187789 - [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors.
Evgeniy Stepanov
- [llvm] r187790 - Add LLVM-style RTTI to DIContext/DWARFContext classes
Alexey Samsonov
- [llvm] r187791 - LLVM Interpreter: fixed bug 16694
Elena Demikhovsky
- [llvm] r187792 - Store compile unit corresponding to each chain of inlined debug info entries. No functionality change.
Alexey Samsonov
- [PATCH] Make DWARFCompileUnit non-copyable
Alexey Samsonov
- [PATCH] Documentation. Move the description of attribute nonlazybind to preserve the alphabetical order
Andrea_DiBiagio at sn.scee.net
- [PATCH] [lsan] Add leak_check_at_exit flag.
Sergey Matveev
- [llvm] r187793 - Remove oddly named libraries with "make uninstall-local"
Tim Northover
- [PATCH] Fix uninstall-local target in Makefile.rules for shared libraries
Tim Northover
- [PATCH] Allow reasonable zeroext/signext tail calls
Tim Northover
- [llvm] r187794 - Add a release not about llvm-ar.
Rafael Espindola
- [llvm] r187795 - ARM: implement allowTruncateForTailCall
Tim Northover
- [PATCH] Fix assembling of Thumb2 branch instructions.
Mihail Popa
- [compiler-rt] r187797 - [libsanitizer] Drive-by fix for -Wempty-body in sanitizer_common_syscalls.inc
Alexander Potapenko
- [llvm] r187798 - [NVPTX] Start conversion to MC infrastructure
Justin Holewinski
- [llvm] r187799 - [NVPTX] Fix bug in stack code generation causes by MC conversion
Justin Holewinski
- [llvm] r187800 - [NVPTX] Add missing patterns for i1 [s,u]int_to_fp
Justin Holewinski
- [PATCH] Fixes a bug when iterating on paths
Tareq A. Siraj
- [PATCH] Allow loop vectorization with llvm.lifetime calls
Jessome, Marc
- [PATCH] Fix decoding for Thumb pldw and remove definition for t2PLDWpci
Mihail Popa
- [PATCH] Support APSR_nzcv as operand for Thumb2 mrc
Mihail Popa
- [llvm] r187803 - Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc instead of apsr_nzcv)
Mihai Popa
- [llvm] r187804 - This corrects creation of operands for t2PLDW. It also removes the definition of t2PLDWpci,
Mihai Popa
- [llvm] r187806 - Remove extraneous semicolon.
Jakub Staszak
- [llvm] r187807 - Add PPC64 mulli pattern
Hal Finkel
- [llvm] r187808 - Adjust file to the coding standard.
Jakub Staszak
- [PATCH] Fixing a corner-case bug in lib call optimization
Yunzhong Gao
- [PATCH] First set of patches for type uniquing
Manman Ren
- [llvm] r187811 - [LangRef] Alphabetize function attribute listing.
Sean Silva
- [llvm] r187812 - Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
- [PATCH] Rename TargetInfo -> LinkerContext.
Rui Ueyama
- [llvm] r187813 - Use gnu style builtins in MathExtras.h with clang on Windows
Reid Kleckner
- [llvm] r187819 - Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-true-on-succ.
Shuxin Yang
- [llvm] r187821 - [mips] Replace usages of register classes with register operands. Also, remove
Akira Hatanaka
- [lld] r187823 - Rename TargetInfo -> LinkingContext.
Rui Ueyama
- [llvm] r187824 - [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'
Akira Hatanaka
- [llvm] r187825 - LoopVectorize: Allow vectorization of loops with lifetime markers
Arnold Schwaighofer
- [llvm] r187826 - Remove some std stream usage from Support and TableGen
Reid Kleckner
- [llvm] r187827 - Change the linkage of these global values to 'internal'.
Bill Wendling
- [llvm] r187828 - [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates of
Akira Hatanaka
- [llvm] r187829 - [NVPTX] We dont have any target specific flags yet for generating symbol references, so get rid of the default-only switch statement. Fixes an MSVC warning.
Justin Holewinski
- [PATCH] UBSan: Fix alignment checks emitted in downcasts.
Filipe Cabecinhas
- [llvm] r187830 - R600/SI: Add more special cases for opcodes to ensureSRegLimit()
Tom Stellard
- [llvm] r187831 - R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
- [llvm] r187832 - [mips] Rename register classes CPURegs and CPU64Regs.
Akira Hatanaka
- PATCH: R600/SI: Lower BUILD_VECTOR to REG_SEQUENCE
Tom Stellard
- [llvm] r187834 - R600: Add new file from r187831 to CMakeLists.txt
Tom Stellard
- [llvm] r187836 - Replacing /GR with /GR- instead of applying both options to the project. This should reduce some build bot warnings (D9025: "overriding '/GR' with '/GR-'").
Aaron Ballman
- [PATCH] Fix boolean logic in LockFileManager and test it
Reid Kleckner
- [llvm] r187837 - Implemented llvm::sys::locale::columnWidth and isPrint for the case of generic UTF8-capable terminal.
Alexander Kornienko
- [llvm] r187838 - Remove unused functions introduced in r172685 to unbreak the Clang -Werror build
David Blaikie
- [llvm-commits] [llvm] r172685 - in /llvm/trunk: lib/Target/Mips/AsmParser/MipsAsmParser.cpp lib/Target/Mips/Disassembler/MipsDisassembler.cpp lib/Target/Mips/MipsRegisterInfo.td test/MC/Disassembler/Mips/mips32.txt test/MC/Disassembler/Mips/mips32_le.txt test/MC/Mips/mips-alu-instructions.s test/MC/Mips/mips64-alu-instructions.s
David Blaikie
- [llvm] r187839 - Check for _strtoi64 in the cmake build if strtoll is missing
Reid Kleckner
- [compiler-rt] r187841 - Revert "[sanitizer] Intercept sched_getaffinity."
David Blaikie
- [llvm] r187842 - Disable tests on WIN32 (which has incorrect implementation of isPrint and
Alexander Kornienko
- [llvm] r187843 - Move somewhat messy conditional out of line.
Eric Christopher
- [llvm] r187844 - Add a way to grab a particular attribute out of a DIE.
Eric Christopher
- [llvm] r187845 - Avoid using alloca in Windows/Program.inc
Reid Kleckner
- [llvm] r187846 - Fix boolean logic in LockFileManager and test it
Reid Kleckner
- [llvm] r187847 - Use correct platform detection macro: __MACOSX__ -> __APPLE__
Alexander Kornienko
- [PATCH] Weak symbols for COFF
Nico Rieck
- [llvm] r187848 - Disabled columnWidth test for OSX, need someone with Mac to deal with this effectively.
Alexander Kornienko
- [llvm] r187849 - [lit] Remove dead ignoreStdError argument.
Daniel Dunbar
- [llvm] r187850 - [lit] Add a --show-tests option.
Daniel Dunbar
- [llvm] r187851 - [lit] tests: Change discovery test to use --show-tests.
Daniel Dunbar
- [llvm] r187852 - [lit] Drop --no-execute, which isn't generally useful.
Daniel Dunbar
- [llvm] r187853 - [lit] Use more modern syntax for constructing exceptions.
Daniel Dunbar
- [llvm] r187854 - [lit] Remove uses of deprecated except syntax.
Daniel Dunbar
- [llvm] r187855 - [lit] Remove use of deprecated parameter tuple unpacking.
Daniel Dunbar
- [llvm] r187856 - [lit] Use dual-compatible print() syntax where possible.
Daniel Dunbar
- [llvm] r187857 - [lit] Use .write() methods instead of print statement.
Daniel Dunbar
- [llvm] r187858 - [lit] Avoid use of iterator .next() method.
Daniel Dunbar
- [llvm] r187859 - [lit] Avoid __cmp__ and cmp().
Daniel Dunbar
- [llvm] r187860 - [lit] Use modern absolute/relative import style.
Daniel Dunbar
- [llvm] r187861 - [lit] Use newer StringIO class.
Daniel Dunbar
- [llvm] r187862 - [lit] Use py2&3 compatible exec() syntax.
Daniel Dunbar
- [llvm] r187863 - Create a pattern for the "trap" instruction.
Reed Kotler
- [llvm] r187864 - Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-true-on-succ.
Shuxin Yang
- [llvm] r187866 - YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
Dmitri Gribenko
- [llvm] r187867 - LLVM Interpreter: MIPS tests should pass
Elena Demikhovsky
- [llvm] r187868 - Remove the assertion for now. This breaks lld.
Dmitri Gribenko
- [llvm] r187869 - Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor.
Evgeniy Stepanov
- [llvm] r187870 - Simplify code. No functional change intended.
Craig Topper
- [llvm] r187872 - Remove some parens. No functional change.
Eric Christopher
- [PATCH] Disable inlining between sanitized and non-sanitized functions
Evgeniy Stepanov
- [compiler-rt] r187873 - Enable pipefail for LSan tests
Alexey Samsonov
- [llvm] r187874 - Add support for linking against a curses library when available and
Chandler Carruth
- [compiler-rt] r187875 - Enable pipefail for TSan tests
Alexey Samsonov
- [compiler-rt] r187876 - [sanitizer] Intercept sched_getaffinity.
Evgeniy Stepanov
- [compiler-rt] r187877 - Enable pipefail for ASan tests
Alexey Samsonov
- [compiler-rt] r187878 - Distinguish 32-bit ASan from 64-bit ASan in lit configs
Alexey Samsonov
- [llvm] r187879 - Commit a no-op change to StringRef to (hopefully) trigger build bots.
Chandler Carruth
- [llvm] r187880 - JumpThreading: Turn a select instruction into branching if it allows to thread one half of the select.
Benjamin Kramer
- [PATCH] Changed isPrint for U+00AD SOFT HYPHEN to return true.
Alexander Kornienko
- [compiler-rt] r187881 - ASan: fix one more test case for pipefail
Alexey Samsonov
- [llvm] r187882 - [SystemZ] Add floating-point load-and-test instructions
Richard Sandiford
- [llvm] r187883 - [SystemZ] Optimize floating-point comparisons with zero
Richard Sandiford
- [llvm] r187884 - AVX-512 set: Added BROADCAST instructions
Elena Demikhovsky
- [compiler-rt] r187885 - [TSan] Let the users suppress use-after-free errors using the "race:" suppressions.
Alexander Potapenko
- [llvm] r187886 - Lit: Resurrect --no-execute dropped in r187852.
NAKAMURA Takumi
- [llvm] r187887 - Lit: Fixup in r187886.
NAKAMURA Takumi
- [compiler-rt] r187889 - [TSan] Fix free_race.c by removing `not` from the test invocation that doesn't fail.
Alexander Potapenko
- [PATCH 1/2] R600/SI: Implement sint<->fp64 conversions
Niels Ole Salscheider
- [llvm] r187895 - Confusing comment typo.
Andrew Trick
- [llvm] r187896 - lit/LitConfig.py: Fixup for msys bash.
NAKAMURA Takumi
- [llvm] r187899 - Move assert above first use of variable that we'd be asserting on.
Eric Christopher
- [llvm] r187902 - Add the common begin/end naming convention to the coding standard.
Rafael Espindola
- [PATCH] Teach ConstantFolding about address space pointer sizes
Matt Arsenault
- [llvm] r187907 - On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW
Reid Kleckner
- [PATCH] Update documentation regarding Python version
David Wiberg
- [PATCH] Change/Add some Makefile targets for style/cleanup when uninstalling (llvm part)
Edoardo P.
- [llvm] r187912 - Fix a FIXME, on darwin all virtual sections have a zerofill type.
Eric Christopher
- [llvm] r187913 - Using the integrated assembler we'd fail to change section to the
Eric Christopher
- [llvm] r187917 - [lit] Avoid deprecated dict.has_key() method.
Daniel Dunbar
- [llvm] r187918 - [lit] Use list comprehensions instead of map().
Daniel Dunbar
- [llvm] r187919 - [lit] Avoid comparisons with None.
Daniel Dunbar
- [llvm] r187920 - [lit] Report the traceback when config import fails.
Daniel Dunbar
- [llvm] r187923 - DataFlowSanitizer; LLVM changes.
Peter Collingbourne
- [compiler-rt] r187924 - DataFlowSanitizer; compiler-rt changes.
Peter Collingbourne
- [llvm] r187926 - Add ISD::FROUND for libm round()
Hal Finkel
- [PATCH] DataFlowSanitizer; LLVM changes.
Peter Collingbourne
- [PATCH] DataFlowSanitizer; compiler-rt changes.
Peter Collingbourne
- [PATCH] Add ISD::FROUND for libm round()
Hal Finkel
- [llvm] r187928 - [tests] Avoid deprecated except syntax.
Daniel Dunbar
- [llvm] r187929 - [tests] Make string encoding issues explicit.
Daniel Dunbar
- [zorg] r187930 - Added InformativeMailNotifier for llvm-s390x-linux1 builder.
Galina Kistanova
- [llvm] r187931 - [lit] Make string encoding issues explicit.
Daniel Dunbar
- [llvm] r187932 - [lit] Explicitly convert dict items() result to a list.
Daniel Dunbar
- [llvm] r187933 - [lit] Always list individual UNRESOLVED tests.
Daniel Dunbar
- [llvm] r187934 - [lit] Remove unnecessary list copy.
Daniel Dunbar
- [llvm] r187937 - Unbreak Mac build.
Peter Collingbourne
- [llvm] r175576 - [ms-inline asm] Force the use of a base pointer if the MachineFunction includes
Reid Kleckner
- [llvm] r187938 - Really unbreak Mac build.
Peter Collingbourne
- [llvm] r187939 - Reapply r185872 now that the address sanitizer has been changed to support this.
Bill Wendling
- [PATCH] [lld][Driver] Parallelize reading initial object files.
Rui Ueyama
- [llvm] r187940 - [objc-arc] Change 4 iterator methods which return const_iterators to be const methods.
Michael Gottesman
- [llvm] r187941 - [objc-arc] Track if we encountered an additive overflow while computing {TopDown, BottomUp}PathCounts and do nothing if it occured.
Michael Gottesman
- [llvm] r187944 - Fix ARM build.
Peter Collingbourne
- [PATCH] DataFlowSanitizer: Make unreachable BBs verify under the args ABI.
Peter Collingbourne
- [PATCH] Don't force the use of a base pointer with MS inline asm
Reid Kleckner
- [llvm] r187946 - Revert "[objc-arc] Track if we encountered an additive overflow while computing {TopDown, BottomUp}PathCounts and do nothing if it occured."
Michael Gottesman
- [llvm] r187947 - Forward resetColor() et al to the underlying stream.
Ted Kremenek
- [PATCH] Revert "coff also doesn't have a ReadOnlySection yet, (!)"
David Majnemer
- [llvm] r187949 - Changed isPrint for U+00AD SOFT HYPHEN to return true.
Alexander Kornienko
- [llvm] r187950 - Add three missing CMake variables that need to make it to the
Chandler Carruth
- [llvm] r187953 - Be more rigorous about the sizes of forms and attributes.
Eric Christopher
- [llvm] r187954 - Reflow for loop.
Eric Christopher
- [llvm] r187956 - Revert "coff also doesn't have a ReadOnlySection yet, (!)"
David Majnemer
- [llvm] r187960 - PPC: Map frin to round() not nearbyint() and rint()
Hal Finkel
- [Polly] Dependence: Simplify Read/Write/MayWrite before feeding them into ISL
Star Tan
- [PATCH] Fix assertion failure caused by InlineCost when ptrtoint int size is larger than the pointer size
Chandler Carruth
- [llvm] r187961 - Optimize mask generation for one of the DAG combiner shufflevector cases.
Craig Topper
- [llvm] r187962 - Change variable name and reflow formatting.
Eric Christopher
- [llvm] r187963 - Make sure that if we're going to attempt to add a type to a DIE that
Eric Christopher
- [llvm] r187964 - The conversion to bool is fine here, no need to check isType.
Eric Christopher
- [llvm] r187965 - Remove AllUndef check from one of the loops in getVectorShuffle. It was already handled by the 'AllLHS && AllRHS' check after the previous loop.
Craig Topper
- [llvm] r187966 - For DW_TAG_template_type_parameter the actual passed in type could
Eric Christopher
- [llvm] r187967 - Disable inlining between sanitized and non-sanitized functions.
Evgeniy Stepanov
- [compiler-rt] r187968 - Simplify (and fix) check-dfsan configs
Alexey Samsonov
- [llvm] r187970 - DISubprogram metadata have an MDNode representing which base type
Eric Christopher
- [PATCH] Fix InstCombine vector bitcasts for big-endian
Richard Sandiford
- [compiler-rt] r187971 - [sanitizer] ASan/MSan tests for r187967.
Evgeniy Stepanov
- [llvm] r187973 - The name "tCDP" isn't used anywhere else in the source code, so renaming it for consistency doesn't cause any problems.
Mihai Popa
- [llvm] r187974 - test commit.
Andrea Di Biagio
- [llvm] r187976 - Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.
Benjamin Kramer
- [compiler-rt] r187978 - [sanitizer] Intercept strerror and strerror_r.
Evgeniy Stepanov
- [compiler-rt] r187980 - tsan: better diagnostics for invalid addresses passed to free()
Dmitry Vyukov
- [polly] r187981 - PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.
Tobias Grosser
- [compiler-rt] r187982 - [sanitizer] Intercept scandir/scandir64.
Evgeniy Stepanov
- [compiler-rt] r187983 - [sanitizer] Limit scandir interceptor to Linux.
Evgeniy Stepanov
- [PATCH] Added a new register class for Thumb PC-rel loads
Daniel Stewart
- [llvm] r187984 - Fix the comment.
Jakub Staszak
- [llvm] r187985 - Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was made redundant when FeatureVFP4 was added which implies FP16.
Silviu Baranga
- [llvm] r187986 - Use pop_back() instead of pop_back_val() when the returned value is not used.
Jakub Staszak
- [llvm] r187987 - R600/SI: Implement sint<->fp64 conversions
Niels Ole Salscheider
- [llvm] r187988 - R600/SI: Implement fp32<->fp64 conversions
Niels Ole Salscheider
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
Rafael Espíndola
- [llvm] r185882 - Don't run internalize if we're outputing bit-code and not an object file.
Rafael Espíndola
- [llvm] r187992 - Fix off-by-one error in Regex::isValid
Alexey Samsonov
- [PATCH] Introduce factory methods for SpecialCaseList
Alexey Samsonov
- [llvm] r187656 - Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB (with fix for 64bits msvc)
Carlo Kok
- [PATCH] Improve isPotentiallyReachable
Nick Lewycky
- [PATCH] Skip MachO scattered relocations in RuntimeDyld.
Lang Hames
- [dragonegg] r188001 - [tests] Import executeCommand() from lit.
Daniel Dunbar
- [dragonegg] r188002 - [tests] Find local test utilities relative to config files.
Daniel Dunbar
- [LNT][PATCH] update runtest lit test cases
Chris Matthews
- [dragonegg] r188003 - [tests] Import lit modules properly (via its package).
Daniel Dunbar
- [llvm] r188004 - initial draft of PPCMachObjectWriter.cpp
David Fang
- [PATCH] [lld] Update to LLVM ELFFile changes.
Michael Spencer
- [LNT][PATCH] extract configuration from nightly tests
Chris Matthews
- [llvm] r188006 - [lit] Remove on_clone member, which is no longer used.
Daniel Dunbar
- [llvm] r188007 - [lit] Eliminate some nested imports.
Daniel Dunbar
- [llvm] r188008 - [lit] Remove --repeat option, which wasn't that useful.
Daniel Dunbar
- [llvm] r188009 - [lit] Change --show-{tests, suites} to exit after printing.
Daniel Dunbar
- [llvm] r188010 - [tests] Remove dead VALGRIND and CLEANED_TESTSUITE makefile variables.
Daniel Dunbar
- [lld] r188011 - Update the .drectve section to remove reference to nonexistent files.
Rui Ueyama
- [llvm] r188012 - Revert "Reapply r185872 now that the address sanitizer has been changed to support this."
Arnold Schwaighofer
- [llvm] r188014 - cast fix to appease buildbot
David Fang
- [llvm] r188016 - [mips] Delete register class HWRegs64.
Akira Hatanaka
- [llvm] r188017 - [mips] Mark pseudo instructions as code-gen only.
Akira Hatanaka
- [llvm] r188020 - [mips] Rename accumulator register classes and FP register operands.
Akira Hatanaka
- [lld] r188021 - Update to llvm changes.
Michael J. Spencer
- [llvm] r188022 - [Object] Split the ELF interface into 3 parts.
Michael J. Spencer
- [llvm] r188023 - llvm isn't C++11 yet :(
Michael J. Spencer
- [LNT][PATCH] fix duplicated command name in nt test usage message
Chris Matthews
- [PATCH] Kill some duplicated code for removing unreachable BBs.
Peter Collingbourne
- [llvm] r188024 - Mips ELF: MicroMips direct object Little endian support.
Jack Carter
- [lld] r188025 - [PECOFF] Support COMDAT section that contains mergeable atoms.
Rui Ueyama
- [LNT] r188026 - Update the runtest lit test cases to cover two extra code paths, --multisample and --only-test.
Chris Matthews
- [llvm] r188028 - Move hash computation code into a separate class and file.
Eric Christopher
- [llvm] r188029 - Revert r185882. This is causing problems with the gold linker and might be better handled by the linker.
Bill Wendling
- [llvm] r188030 - Update the CMake build files.
Eric Christopher
- [llvm] r188031 - Add missing PPC64 relocation types.
Michael J. Spencer
- [llvm] r188032 - [lit] Eliminate parent argument from TestingConfig.frompath(), which is effectively unused.
Daniel Dunbar
- [llvm] r188033 - [lit] Only create config copies when a local config file is present.
Daniel Dunbar
- [llvm] r188034 - [lit] Eliminate mustExist parameter from TestingConfig.frompath().
Daniel Dunbar
- [patch] Misc changes to LTOCodeGenerator
Shuxin Yang
- [llvm] r188038 - [lit] Split TestingConfig.frompath() into separate ctor and load methods.
Daniel Dunbar
- [llvm] r188039 - [lit] Inject the lit specific config object as 'lit_config' when loading config files.
Daniel Dunbar
- [llvm] r188040 - [lit] Rename lit.{TestFormats, Util} to their aliased names {formats, util}.
Daniel Dunbar
- [llvm] r188044 - Optimistically ignore scattered relocations in MachO in RuntimeDyld. This
Lang Hames
- [lld] r188045 - Fix comment typo.
Rui Ueyama
- [lld] r188046 - [PECOFF] Fully cover the switch for COMDAT attributes and add a comment.
Rui Ueyama
- [llvm] r188047 - [CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
- [LNT][PATCH] Include the date a sample was taken in the graph view
Chris Matthews
- [PATCH] Unify handling of PWD (llvm patch)
Rafael Ávila de Espíndola
- [llvm] r188048 - Set ISD::FROUND to Expand by default for all types
Hal Finkel
- [lld] r188049 - Fix spelling error. s/Libary/Library/g.
Rui Ueyama
- [llvm] r188051 - Change asserts at the top of getVectorShuffle to check that LHS and RHS have the same type as the result.
Craig Topper
- [lld] r188052 - [PECOFF] Create __ImageBase symbol.
Rui Ueyama
- [llvm] r188054 - Add missing 'v' prefix in front of palignr on one of checks.
Craig Topper
- [llvm] r188057 - Try to unbreak Windows build after r188022
Alexey Samsonov
- [PATCH] Runtime support for the indirect function call checker.
Peter Collingbourne
- [PATCH] Fix Thumb2 CPS syntax
Mihail Popa
- [llvm] r188062 - [SystemZ] Update README
Richard Sandiford
- [llvm] r188064 - Add back missing PPC relocation types.
Ulrich Weigand
- [llvm] r188066 - Remove byte order mark from source file.
Benjamin Kramer
- [llvm] r188067 - Fix assembling of Thumb2 branch instructions.
Mihai Popa
- [PATCH] Add support for ARM modified immediate syntax
Mihail Popa
- [compiler-rt] r188069 - [sanitizer] Fix handling of %n in scanf interceptor.
Evgeniy Stepanov
- [PATCH 1/2] R600/SI: Add FMA pattern
Niels Ole Salscheider
- [llvm] r188071 - This fixes the Thumb2 CPS assembly syntax.
Mihai Popa
- [llvm] r188074 - Make helper static and fix formatting.
Benjamin Kramer
- [llvm] r187711 - Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.
Rafael Espíndola
- [llvm] r188076 - [tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
- [llvm] r188079 - ELFObjectFile.h: Silence warning on Windows
Hans Wennborg
- [llvm] r188081 - Make directory iterator sentinels free.
Benjamin Kramer
- [llvm] r188082 - DebugInfo: provide the ability to add members to a class after it has been constructed
David Blaikie
- [PATCH]Clang and AArch64 backend patches to support sshll/ushll instructions
Hao Liu
- [llvm] r188087 - CHECK-LABEL-ify tests
Stephen Lin
- [lld] r188090 - [PECOFF] Add a note about underscore symbol prefix.
Rui Ueyama
- [llvm] r188091 - Add description of function attribute 'minsize' in LangRef.rst.
Andrea Di Biagio
- [lld] r188093 - [tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
- [llvm] r188095 - Add a overload to CostTable which allows it to infer the size of the table.
Benjamin Kramer
- [llvm] r188096 - [lit] Fix typo.
Daniel Dunbar
- [llvm] r188097 - [docs] Update TestingGuide's note on how to run with Valgrind.
Daniel Dunbar
- [LNT] r188098 - [tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
- [LNT] r188099 - [app] Factor out App.create_with_instance().
Daniel Dunbar
- [LNT] r188100 - [lnttool] Add a view-comparison command, for quickly viewing results.
Daniel Dunbar
- [PATCH] Fix makeLibCall so that we can have LibCalls with a void return value.
Michael Gottesman
- [stackprotector] Add the llvm.stackprotectorcheck intrinsic
Michael Gottesman
- [llvm] r188103 - Mark obviously const methods. Also use reference for parameters when possible.
Jakub Staszak
- [LNT] r188104 - Remove accidental duplications in lnt usage messages.
Chris Matthews
- [llvm] r188105 - [stackprotector] Simplify SP Pass so that we emit different fail basic blocks for each fail condition.
Michael Gottesman
- [PATCH] Allow for the use of StringRef command line options instead of cl::opt<std::string>
Puyan Lotfi
- [llvm] r188106 - Add another intrinsic that LLVM gives an incorrect prototype to.
Reed Kotler
- [llvm] r188107 - [lit] Update lit's own tests to use lit_config and lit package, as appropriate.
Daniel Dunbar
- [llvm] r188108 - [lit] Drop deprecated aliases for lit and old module names.
Daniel Dunbar
- [llvm] r188109 - [lit] Move ManyTests examples to lit/examples/many-tests.
Daniel Dunbar
- [llvm] r188110 - [lit] Remove old ExamplesTests directory.
Daniel Dunbar
- [LNT] r188111 - Add a second attribute to each point: the time and date for that sample's run. Display that in the graph view mouse over.
Chris Matthews
- [llvm] r188113 - DataFlowSanitizer: Remove unreachable BBs so IR continues to verify
Peter Collingbourne
- [polly] r188114 - [tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
- [www] r188115 - List the ESL project as a llvm user.
Rafael Espindola
- [compiler-rt] r188116 - [tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
- [compiler-rt] r188117 - [tests] Add one more lit rename update I missed.
Daniel Dunbar
- [dragonegg] r188118 - [tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
- Fix bug in linear regressions on linear version numbers
Chris Matthews
- [llvm] r188119 - Kill some duplicated code for removing unreachable BBs.
Peter Collingbourne
- [llvm] r188122 - [objc-arc] Track if we encountered an additive overflow while computing {TopDown, BottomUp}PathCounts and do nothing if it occurred.
Michael Gottesman
- [PATCH] Complete r184924 by changing the LLVM_INCLUDE_TOOL variable type
Edoardo P.
- [llvm] r188125 - Check for $PWD in llvm::sys::current_path.
Rafael Espindola
- [PATCH] DataFlowSanitizer: greylist is now ABI list.
Peter Collingbourne
- [PATCH] [dfsan] Introduce dfsan_union runtime functionn.
Peter Collingbourne
- [PATCH] [dfsan] Begin a private header and move shadow_for there.
Peter Collingbourne
- [PATCH] [dfsan] Introduce dfsan_read_label runtime function.
Peter Collingbourne
- [PATCH] [dfsan] Remove the unused __dfsan_memcpy function.
Peter Collingbourne
- [PATCH] [dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI.
Peter Collingbourne
- [PATCH][MC/SPARC] Add support for EH to SPARC backend
Venkatraman Govindaraju
- [PATCH] [FileCheck][clang] Change clang tests to explicitly use CHECK- prefix instead of assuming it
Ron Ofir
- [PATCH] [FileCheck] Change clang tests to explicitly use CHECK- prefix instead of assuming it
Ron Ofir
- [llvm] r188135 - R600/SI: Add FMA pattern
Niels Ole Salscheider
- [llvm] r188136 - R600/SI: FMA is faster than fmul and fadd for f64
Niels Ole Salscheider
- [RFC] make arm-use-movt and arm-reserve-r9 options available for all arm
Jeroen Hofstee
- [llvm] r188140 - Teach ValueTracking about address spaces
Matt Arsenault
- [llvm] r188141 - [Sparc] Enable xword directive in sparcv9.
Venkatraman Govindaraju
- [llvm] r188142 - Revert r188119 "Kill some duplicated code for removing unreachable BBs."
Arnold Schwaighofer
- [llvm] r188143 - Incorrect JAL instruction attributes caused the optimizer to make a wrong
Reed Kotler
- [llvm] r188144 - Reformat some bits of AllocaPromoter and simplify the name and type of
Chandler Carruth
- [llvm] r188145 - Finish fixing the SSAUpdater-based AllocaPromoter strategy in SROA to cope with
Chandler Carruth
- [llvm] r188146 - Re-instate r187323 which fast-tracks promotable allocas as soon as the
Chandler Carruth
- [llvm] r188147 - AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.
Elena Demikhovsky
- [llvm] r188148 - AVX-512: Added more tests for BROADCAST
Elena Demikhovsky
- [llvm] r188149 - Don't generate floating point stubs for mips16 code if the function
Reed Kotler
- [lld] r188150 - [PECOFF] It's an error if subsystem is not specified.
Rui Ueyama
- [lld] r188152 - Revert r188150 to un-break the buildbot.
Rui Ueyama
- [lld] r188154 - [PECOFF] Trim at most one character from imported symbols.
Rui Ueyama
- [PATCH] [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for COFF
David Majnemer
- [PATCH][X86_64/MC] Fix code offset for unwind code SET_FPREG and enable test
Kai Nacke
Last message date:
Sun Aug 11 23:47:57 PDT 2013
Archived on: Tue Aug 4 17:10:30 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).