The Week Of Monday 10 June 2013 Archives by thread
Starting: Mon Jun 10 00:55:12 PDT 2013
Ending: Sun Jun 16 20:59:35 PDT 2013
Messages: 702
- [compiler-rt] r183638 - [ASan] don't use -m{32, 64} flag in test case, as it can be run in both 32- and 64-bit modes
Alexey Samsonov
- [PATCH] ARM: Enforce decoding rules for VLD#
Amaury de la Vieuville
- [PATCH] ARM: ISB options other than SY are reserved
Amaury de la Vieuville
- [compiler-rt] r183641 - [MSan] don't add msan unit tests to check-msan command if libcxx is not checked out
Alexey Samsonov
- [compiler-rt] r183642 - tsan: fix lint warnings
Dmitry Vyukov
- [compiler-rt] r183643 - tsan: more detailed trace for atomic operations (include address and memory ordering)
Dmitry Vyukov
- [compiler-rt] r183644 - tsan: fix windows mingw build
Dmitry Vyukov
- [compiler-rt] r183645 - tsan: fix old gcc warnings
Dmitry Vyukov
- [compiler-rt] r183646 - tsan: fix windows crash (incorrect stack boundaries)
Dmitry Vyukov
- PATCH: Add sanitizer builder and buildslave
Alexey Samsonov
- [compiler-rt] r183647 - [asan] fix the bug with memalign and malloc_usable_size (http://code.google.com/p/address-sanitizer/issues/detail?id=193); also fix lint
Kostya Serebryany
- [compiler-rt] r183648 - tsan: fix merge bug
Dmitry Vyukov
- [compiler-rt] r183649 - tsan: disable getaddrinfo() interceptor for tsan (causes recursion)
Dmitry Vyukov
- [llvm] r183650 - Avoid warnings about unused parameters that tend to come up a lot when
Duncan Sands
- [compiler-rt] r183651 - [asan] fix Android build (mark asan_malloc_usable_size as an interface function)
Kostya Serebryany
- [llvm] r183652 - [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore and causes constants to be emitted in the global address space
Justin Holewinski
- [PATCH] [ELF] Refactor File.h.
Shankar Kalpathi Easwaran
- [polly] r183653 - TempScopInfo: Add code to build the scalar dependences.
Hongbin Zheng
- [PATCH] PR16258 - fadd with undef not folded
Joey Gouly
- [PATCH] [lsan] Fix the unittest makefiles.
Sergey Matveev
- [polly] r183025 - Test that independent block pass does not transform induction variables
Star Tan
- [PATCH] Support FPINST and FPINST2 as operands to vmsr/vmrs
Mihail Popa
- [compiler-rt] r183655 - [ASan] mark ioctl test as xfailing on darwin. remove redundant semicolons
Alexey Samsonov
- [llvm] r183656 - ARM: ISB cannot be passed the same options as DMB
Amaury de la Vieuville
- [llvm] r183657 - Fix misleading comments in ARMAsmParser
Amaury de la Vieuville
- [PATCH] Support negative zero offset for loads and stores
Mihail Popa
- [lld] r183659 - Use early returns.
Rafael Espindola
- [compiler-rt] r183662 - [ASan] Fix unset-insert-libraries-on-exec.cc on 32-bit Darwin.
Alexander Potapenko
- [llvm] r183664 - Update for current naming conventions.
Rafael Espindola
- [PATCH] ARM: fix STREXD/LDREXD reencoding
Amaury de la Vieuville
- [polly] r183026 - Update isl to include isl_val changes
Tobias Grosser
- [llvm] r183666 - Fix an out of bounds array access.
Rafael Espindola
- [llvm] r183669 - Pass a StringRef to sys::identifyFileType.
Rafael Espindola
- [Mesa-dev] R600/SI: Intrinsics for derivatives
Michel Dänzer
- [lld] r183670 - Use the StringRef version of identifyFileType.
Rafael Espindola
- [llvm] r183671 - Remove the old IdentifyFileType now that lld was updated.
Rafael Espindola
- [compiler-rt] r183672 - tsan: allows to suppress races on global variables
Dmitry Vyukov
- [compiler-rt] r183673 - tsan: add system tests for suppressions
Dmitry Vyukov
- SmallVector::insert() fix
Jean-Luc Duprat
- [compiler-rt] r183674 - tsan: fix lit test failures
Dmitry Vyukov
- [PATCH] X86: Stop LEA64_32r lying about its operands
Tim Northover
- [llvm] r183682 - Silencing an MSVC warning about comparing signed and unsigned values.
Aaron Ballman
- [PATCH] factor duplicated yamlReader creation
Rafael Ávila de Espíndola
- [PATCH] remove deprecated flavor
Rafael Ávila de Espíndola
- [PATCH] ARM FastISel fix sext/zext fold
Chad Rosier
- [llvm] r183685 - [PowerPC] Use multiclass to generate extended branch mnemonics
Ulrich Weigand
- [llvm] r183686 - [PowerPC] Support branch mnemonics with implied CR0
Ulrich Weigand
- [llvm] r183687 - [PowerPC] Support extended sc mnemonic
Ulrich Weigand
- [PATCH] lit.cfg - don't substitute llc tool name if prefixed by a '-'
Eli Bendersky
- [llvm] r183303 - The GNU/HURD is also using the libc. Therefor, endian.h should be included, not machine/endian.h. See full build log https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-3.3&arch=hurd-i386&ver=1%3A3.3~%2Brc3-1~exp1&stamp=1370358869
Rafael Ávila De Espíndola
- [patch] FastISel omitting unused parameters hurts debug info
David Blaikie
- [llvm] r183630 - tblgen: always lookup values from the original vector as it could be grown under our feet.
David Blaikie
- [llvm] r183690 - tblgen: Assert that InstRWs doesn't grows when we don't expect it.
Benjamin Kramer
- [zorg] r183691 - Patch by Alexey Samsonov!
Galina Kistanova
- R600 Patches: .td file cleanups and compute fixes for Cayman
Tom Stellard
- [llvm] r183692 - Add a missing 'e'.
Rafael Espindola
- [PATCH] Add host feature detection for Qualcomm CPUs
James Molloy
- [llvm] r183693 - X86: Stop LEA64_32r doing unspeakable things to its arguments.
Tim Northover
- [llvm] r183695 - IndentCount is only used within NDEBUG code.
Eric Christopher
- [llvm] r183633 - Fix a regression I introduced when I expanded the complex pseudos in
reed kotler
- [PATCH] ARM: Form paired load after stack coloring.
Quentin Colombet
- [lld] r183696 - [ELF] Refactor File.h.
Rui Ueyama
- [llvm] r183698 - Remove unused function.
Eric Christopher
- [PATCH] [yaml2obj] Initial ELF support.
Sean Silva
- [lld] r183700 - [PECOFF] Add comments for symbols.
Rui Ueyama
- [zorg] r183702 - Added new lld builder, slave, LLDWinBuildFactory.
Galina Kistanova
- [llvm] r183703 - Fix up comment.
Eric Christopher
- [llvm] r183704 - Remove a few fixmes, the only work we're doing is getting the string
Eric Christopher
- [lld] r183705 - [PECOFF][Writer] Set required OS version numbers.
Rui Ueyama
- [PATCH] readobj: Dump PE/COFF optional records.
Michael Spencer
- [PATCH] [PECOFF] Refactoring: Split FileCOFF c'tor. No functionality change.
Michael Spencer
- [lld] r183708 - [PECOFF] Refactoring: Split FileCOFF c'tor. No functionality change.
Rui Ueyama
- [llvm] r183709 - Fix xemacs mode line, don't put them in .cpp files (just header files). No
Nick Lewycky
- [llvm] r183710 - ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.
Tim Northover
- [PATCH] Add CHECK-LABEL directive to FileCheck to allow more accurate error messages and error recovery
Stephen Lin
- [llvm] r183711 - [yaml2obj] Initial ELF support.
Sean Silva
- [llvm] r183712 - Fix spurious semicolons.
Sean Silva
- [PATCH] Allow blocks to be merged when one has an undef input to a phi.
Mark Lacey
- [PATCH] [PECOFF] Remove COFF header from PE header for simplicity.
Rui Ueyama
- [PATCH] [PECOFF][Writer] Structure of pe32_header was changed.
Rui Ueyama
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [llvm] r183715 - Fix dubious type name similar to member name.
Sean Silva
- patch: reimplement hasPath, also split BasicBlockUtils into transforms and analysis
Nick Lewycky
- [PATCH] [lld][ELF] TBSS section has to be seperately considered so that it doesnot occupy memory space
Shankar Kalpathi Easwaran
- [lld] r183724 - [WinLink] Add -force command line option to allow undefined symbols.
Rui Ueyama
- Change how globalopt handles aliases in llvm.used
Nick Lewycky
- [PATCH] Expose {Load,Store}Inst {get,set}Alignment to the C API.
Nick Lewycky
- [PATCH] [CMake/PPC64]: Add -mminimal-toc to CFLAGS if compiler is gcc < 4.6 on powerpc64
Kai Nacke
- [llvm] r183726 - Whitespace.
NAKAMURA Takumi
- [llvm] r183727 - ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows().
NAKAMURA Takumi
- [llvm] r183728 - Tweak a couple of tests on win32 hosts with +Asserts.
NAKAMURA Takumi
- [llvm] r183729 - ARM: Fix STREX/LDREX reecoding
Amaury de la Vieuville
- [compiler-rt] r183730 - [Sanitizer] support running external llvm-symbolizer on Mac
Alexey Samsonov
- [llvm] r183731 - ARM: Enforce decoding rules for VLDn instructions
Amaury de la Vieuville
- [compiler-rt] r183732 - [Sanitizer] add file forgotten in r183730
Alexey Samsonov
- [llvm] r183733 - This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These are optional registers that may be supported some ARM implementations to aid with resolution of floating point exceptions. The manual pages for vmsr and vmrs do not detail their use. Encodings and other information can be found in ARM Architecture Reference Manual section F, chapter 6, paragraph 3.
Mihai Popa
- [llvm] r183734 - It adds support for negative zero offsets for loads and stores.
Mihai Popa
- [compiler-rt] r183735 - [lsan] Fix the unittest makefiles.
Sergey Matveev
- [llvm] r183736 - Rework r183728, suppress assert(0) for now. Its behavior depends on assertions on win32 hosts.
NAKAMURA Takumi
- [zorg] r183737 - [SanitizerBuilder] fix path to sanitizer build script
Alexey Samsonov
- [compiler-rt] r183738 - tsan: add -Wno-maybe-uninitialized to Go build script
Dmitry Vyukov
- [lld] r183740 - Factor duplicated yamlReader creation.
Rafael Espindola
- [llvm] r183743 - Require members of llvm.used to be named.
Rafael Espindola
- [llvm] r183744 - R600: Make helper functions static.
Benjamin Kramer
- [llvm] r183745 - Convert a use of sys::identifyFileType to sys::fs::identify_magic.
Rafael Espindola
- [llvm] r183746 - Convert another use of sys::identifyFileType.
Rafael Espindola
- [llvm] r183747 - Convert another use of sys::identifyFileType.
Rafael Espindola
- [compiler-rt] r183748 - [lsan] Harmonized some naming inconsistencies.
Sergey Matveev
- [llvm] r183749 - Fix variable name style. Don't cast to and from int.
Rafael Espindola
- [llvm] r183752 - Fix variable name.
Rafael Espindola
- [llvm] r183753 - Port r183666 to identify_magic.
Rafael Espindola
- [llvm] r183754 - Convert another use of sys::identifyFileType.
Rafael Espindola
- [llvm] r183756 - Change how globalopt handles aliases in llvm.used.
Rafael Espindola
- [PATCH] Change how globalopt handles aliases in llvm.used
Rafael Ávila de Espíndola
- [llvm] r183758 - Convert another use of sys::identifyFileType.
Rafael Espindola
- [llvm] r183759 - Convert another use of sys::identifyFileType.
Rafael Espindola
- [llvm] r183761 - Fix documentation on the path to Bitcode reader/writer
Michael Liao
- [lld] r183762 - Convert another use of sys::identifyFileType.
Rafael Espindola
- [llvm] r183763 - Remove sys::identifyFileType.
Rafael Espindola
- [llvm] r183764 - Remove unused FindLibrary function.
Rafael Espindola
- [llvm] r183765 - Remove Path::GetBitcodeLibraryPaths.
Rafael Espindola
- [llvm] r183767 - [mips] Use function TargetInstrInfo::getRegClass.
Akira Hatanaka
- [llvm] r183769 - Don't define LLVM_LIBDIR, it is not used anymore.
Rafael Espindola
- [llvm] r183770 - Remove GetSystemLibraryPaths.
Rafael Espindola
- [llvm] r183771 - Don't define LTDL_SHLIBPATH_VAR.
Rafael Espindola
- [llvm] r183773 - Remove GetUserHomeDirectory.
Rafael Espindola
- [llvm] r183775 - Remove GetRootDirectory.
Rafael Espindola
- [llvm] r183777 - Remove GetDLLSuffix.
Rafael Espindola
- [llvm] r183778 - Remove Path::getLast.
Rafael Espindola
- [llvm] r183779 - Remove Path::getBasename.
Rafael Espindola
- [llvm] r183780 - Remove Path::getDirname.
Rafael Espindola
- [llvm] r183782 - Include PathV1.h in files that use it.
Rafael Espindola
- Questions about PowerPC frame lowering
Mark Minich
- [llvm] r183788 - [PECOFF] Remove COFF header from PE header for simplicity.
Rui Ueyama
- [lld] r183789 - [PECOFF][Writer] Structure of pe32_header was changed.
Rui Ueyama
- [llvm] r183790 - Make host ARM CPU feature detection independent of the vendor
Tobias Grosser
- [llvm] r183794 - ARM FastISel fix sext/zext fold
JF Bastien
- [lld] r183796 - Include Path.h instead of PathV2.h.
Rafael Espindola
- [polly] r183797 - scop detection: run isValidCFG as early as possible
Sebastian Pop
- [polly] r183798 - scop detection: run isValidLoop as early as possible
Sebastian Pop
- [polly] r183799 - scop detection: remove an iteration over all uses
Sebastian Pop
- [polly] r183800 - ScopDetect: check region entering edges are valid.
Sebastian Pop
- [llvm] r183801 - Move PathV2.h to Path.h
Rafael Espindola
- [llvm] r183802 - [mips] Add an IR transformation pass that optimizes calls to sqrt.
Akira Hatanaka
- [llvm] r183804 - Fix CMakeLists.
Akira Hatanaka
- [PATCH] [ARM] Remove isThumb() as it's not used and it's not in the right place.
Rui Ueyama
- [lld] r183806 - [Darwin][Driver] Add unit tests.
Rui Ueyama
- [llvm] r183807 - Formatting.
Eric Christopher
- [llvm] r183808 - Use the Copy we defined above here.
Eric Christopher
- [llvm] r183809 - Correct the def registers for the 8bit x86 divide instructions to
Eric Christopher
- [llvm] r183810 - 80-cols
Sean Silva
- [llvm] r183811 - [yaml2obj] Remove fragile test case.
Sean Silva
- [lld] r183815 - [ELF] TBSS section has to be special cased so that it doesnot occupy memory space
Shankar Easwaran
- [lld] r183816 - [ELF] NMAGIC support : Find the BSS section to setup the virtual address of _end.
Shankar Easwaran
- [lld] r183817 - [ELF][X86_64] Create GOT entries for external TLS symbols properly without Segfaults.
Shankar Easwaran
- [lld] r183819 - [test] fix test as the atom name is available only in DEBUG mode
Shankar Easwaran
- [PATCH] [ELF] Remove unused parameter from ELFReference c'tor.
Rui Ueyama
- [PATCH] gcc-4.8.1 -flto, error for visibility of LLVMX86CompilationCallback2?
Patrik Hägglund H
- [llvm] r183824 - Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED to
Patrik Hagglund
- [llvm] r183825 - Update Release Process doc
Renato Golin
- [MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Rafael Espíndola
- [llvm] r183826 - Remove Path::makeExecutableOnDisk.
Rafael Espindola
- [llvm] r183827 - Remove Path::createFileOnDisk.
Rafael Espindola
- [llvm] r183828 - Remove the old file memory mapping functions.
Rafael Espindola
- [llvm] r183829 - [PowerPC] Use assembler source in MC tests
Ulrich Weigand
- [llvm] r183830 - Fix 'gcc -flto' builds for unittest binaries (undefined reference to
Patrik Hagglund
- [llvm] r183831 - Remove sys::CopyFile.
Rafael Espindola
- [llvm] r183833 - Remove Path::getSuffix.
Rafael Espindola
- [llvm] r183834 - [MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
- [llvm] r183835 - Remove Path::isAbsolute().
Rafael Espindola
- [llvm] r183836 - Remove Path::isAbsolute.
Rafael Espindola
- [llvm] r183838 - Remove Path::hasMagicNumber.
Rafael Espindola
- [llvm] r183839 - Remove Path::getMagicNumber.
Rafael Espindola
- [llvm] r183840 - Inline Path::isBitcodeFile into only use and remove it.
Rafael Espindola
- [llvm] r183841 - Add artificial PRED_BAD to PPC::Predicate enumeration.
Bill Schmidt
- [llvm] r183842 - Don't use PathV1 in CommandLine.cpp.
Rafael Espindola
- [llvm] r183843 - Convert test to FileCheck.
Rafael Espindola
- [llvm] r183844 - [PowerPC] Expose some calling convention functions in PPCISelLowering.h.
Bill Schmidt
- [llvm] r183845 - Always remove an alias when we rename the target.
Rafael Espindola
- [patch] Use "set -o pipefail"
Rafael Espíndola
- [lld] r183850 - [ELF] Remove unused parameter from ELFReference c'tor.
Rui Ueyama
- [PATCH] RC->contains is a trap... (PR16106)
Eric Christopher
- [llvm] r183852 - readobj: Dump PE/COFF optional records.
Rui Ueyama
- [lld] r183853 - [PECOFF] Test for r183705.
Rui Ueyama
- [llvm] r183854 - [PowerPC] Fix switch warnings from r183841.
Bill Schmidt
- [llvm] r183858 - [PowerPC] Remove PRED_BAD from PPC::Predicate enumeration.
Bill Schmidt
- [llvm] r183860 - Add global versions of some Program static methods.
Rafael Espindola
- [llvm] r183863 - Revert r183854 (PPC: Fix switch warnings from r183841)
David Blaikie
- [llvm] r183864 - Remove the program class.
Rafael Espindola
- [llvm] r183865 - Attempt at fixing the windows build.
Rafael Espindola
- [llvm] r183866 - s/Void/void.
Rafael Espindola
- [PATCH] DataFlowSanitizer; LLVM changes.
Peter Collingbourne
- [PATCH] DataFlowSanitizer; compiler-rt changes.
Peter Collingbourne
- [llvm] r183868 - [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.
Rafael Espindola
- [polly] scop detection: detect regions bottom up
Sebastian Pop
- [lld] r183870 - [PECOFF] Rename basic.test -> trivial.test.
Rui Ueyama
- [llvm] r183871 - Print ConstantPool entries initialized to Values with WriteAsOperand instead of
Dan Gohman
- [PATCH] [ELF] Add NMAGIC/OMAGIC support
Shankar Kalpathi Easwaran
- [polly] scop detection: small cleanups
Sebastian Pop
- [compiler-rt] r183873 - Fix broken header guard.
Richard Trieu
- [lld] r183876 - [PECOFF] Define constants for page size and disk sector size.
Rui Ueyama
- Support for machine function cfg dot dump
Xinliang David Li
- [PATCH] [yaml2obj] Initial ELF section support.
Sean Silva
- [lld] r183877 - [ARM] Remove isThumb() as it's not used and it's not in the right place.
Rui Ueyama
- [PATCH] Enable FastISel on ARM for Linux and NaCl, not MCJIT
JF Bastien
- R600 Patches: Add support for the local address space
Tom Stellard
- [lld] r183887 - [PECOFF] Make readSymbolTable a const function.
Rui Ueyama
- [compiler-rt] r183891 - [LSan] fix link flags for building unit tests
Alexey Samsonov
- [www-releases] r183892 - Add 3.3 sources.
Bill Wendling
- [www-releases] r183893 - Add 3.3 pre-built binaries.
Bill Wendling
- [www-releases] r183894 - Add 3.3 binaries.
Bill Wendling
- [www-releases] r183895 - Add 3.3 binaries.
Bill Wendling
- [polly] r183897 - Do not create an object to call a static function
Tobias Grosser
- [compiler-rt] r183898 - tsan: fix Windows Go crash
Dmitry Vyukov
- [PATCH] ARM: fix B branch destination decoding
Amaury de la Vieuville
- [PATCH] ARM: fix t2am_imm8_offset printer
Amaury de la Vieuville
- [dragonegg] r183900 - Tweak the formatting of this file.
Duncan Sands
- [PATCH] Merge changes to clang's Driver code into LLVM's Option library
Reid Kleckner
- [PATCH 1/2] TableGen: Generate a function for getting operand indices based on their defined names
Tom Stellard
- [llvm] r183904 - Zero-initializing variables; fixes a build breakage introduced in r183864.
Aaron Ballman
- [llvm] r183906 - [Support] Fix handle and memory leak for processes that are not waited for
Reid Kleckner
- [llvm] r183907 - X86: Make the cmov aliases work with intel syntax too.
Benjamin Kramer
- [llvm] r183908 - Reduce sys::Path usage in bugpoint.
Rafael Espindola
- [llvm] r183909 - Try to fix the build with libstdc++ 4.4.
Rafael Espindola
- [PATCH] ARM: thumb byte & halfword stores cannot use PC as dest register
Amaury de la Vieuville
- [PATCH] ARM: fix pc-relative thumb loads decoding (literal loads)
Amaury de la Vieuville
- [llvm] r183912 - Further reduce usage of sys::Path in bugpoint.
Rafael Espindola
- [PATCH] ARM: fix thumb coprocessor instruction with pre-writeback disassembly
Amaury de la Vieuville
- [llvm] r183913 - ARM: fix t2am_imm8_offset operand printing for imm=#-0
Amaury de la Vieuville
- [llvm] r183914 - ARM: fix B decoding
Amaury de la Vieuville
- [llvm] r183915 - Add a version of DisplayGraph that takes a StringRef.
Rafael Espindola
- [llvm] r183919 - Reduce usage of sys::Path in the graph writer.
Rafael Espindola
- [llvm] r183920 - Update code for other graph viewing programs too.
Rafael Espindola
- [llvm] r183921 - Covert remaining graph viewers from sys::Path to std::string.
Rafael Espindola
- [llvm] r183925 - Merge changes to clang's Driver code into LLVM's Option library
Reid Kleckner
- [llvm] r183927 - Mips: Remove global set.
Benjamin Kramer
- [llvm] r183928 - Have sys::FindProgramByName return a std::string.
Rafael Espindola
- [PATCH] Move StructurizeCFG out of R600 to generic Transforms
Matt Arsenault
- [llvm] r183933 - Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
Derek Schuff
- [llvm] r183934 - Add a version of sys::ExecuteAndWait that takes StringRefs.
Rafael Espindola
- [llvm] r183937 - R600: Don't try to fix reg class when copying IMPLICIT_DEF to a register
Tom Stellard
- [www] r183938 - 3.3 release is finished.
Bill Wendling
- [llvm] r183939 - [PowerPC] Disable fast-isel for existing -O0 tests for PowerPC.
Bill Schmidt
- [llvm] r183940 - Avoid using PathV1.h in Program.h.
Rafael Espindola
- [llvm] r183941 - Don't use PathV1.h in FileUtilities.h.
Rafael Espindola
- [PATCH] Check the consistency of the C and C++ compilers picked-up by cmake
Arnaud A. de Grandmaison
- [llvm] r183943 - Add a RemoveFileOnSignal that takes a StringRef.
Rafael Espindola
- [PATCH] Make PrologEpilogInserter save/restore all callee saved registers in functions which call __builtin_unwind_init()
Derek Schuff
- [llvm] r183947 - Don't use PathV1.h in Signals.h.
Rafael Espindola
- [llvm] r183950 - Try to fix the windows build.
Rafael Espindola
- [llvm] r183953 - [yaml2obj] Initial ELF section support.
Sean Silva
- [llvm] r183954 - [yaml2obj] Add sh_addr via `Address` key.
Sean Silva
- [llvm] r183955 - [yaml2obj] Add support for specifying raw section content.
Sean Silva
- [PATCH] [lld][PECOFF] Read relocation entries.
Rui Ueyama
- [llvm] r183957 - #include <climits> instead of <limits.h> in C++ header file.
Jakub Staszak
- [llvm] r183958 - Remove forward declaration of MachineBasicBlock. It is #included anyway.
Jakub Staszak
- [llvm] r183960 - Move #include from .h to .cpp file.
Jakub Staszak
- [llvm] r183962 - [yaml2obj] Add support for sh_addralign via `AddressAlign` key.
Sean Silva
- [lld] r183964 - [lld][PECOFF] Read relocation entries.
Rui Ueyama
- [lld] r183965 - [PECOFF] Fix build error on Win64.
Rui Ueyama
- [llvm] r183966 - Enable FastISel on ARM for Linux and NaCl, not MCJIT
JF Bastien
- [PATCH] Vselect improvements
Matt Arsenault
- [llvm] r183968 - Remove unused header.
Rafael Espindola
- [patch] Remove the LLVM specific archive index
Rafael Espíndola
- [PATCH] [lld] Move AtomLayout from ELF to Core so that it can be used by non-ELF writers.
Rui Ueyama
- [polly] r183969 - PoCC: Adjust to recent sys::Path removal
Tobias Grosser
- [llvm] r183971 - X86: cvtpi2ps is just an SSE instruction with MMX operands. It has no AVX equivalent.
Benjamin Kramer
- [PATCH] Initial support for Mach-O universal binaries in LLVMObject
Alexey Samsonov
- [PATCH] ARM: thumb stores cannot use PC as dest register
Amaury de la Vieuville
- [compiler-rt] r183972 - [Sanitizer] Rename InternalVector to InternalMmapVector
Alexey Samsonov
- [compiler-rt] r183973 - [LSan] Use a typedef for frontier vector
Alexey Samsonov
- [compiler-rt] r183974 - [TSan] use InternalMmapVector to store fired suppressions
Alexey Samsonov
- [llvm] r183975 - ARM: fix thumb coprocessor instruction with pre-writeback disassembly
Amaury de la Vieuville
- [compiler-rt] r183977 - Properly install LSan interface header, rely on sanitizer header presence in lit tests
Alexey Samsonov
- [llvm] r182628 - MC: Disassembled CFG reconstruction.
Bloom, Louis S.
- [llvm] r183979 - Remove a use of sys::Path.
Rafael Espindola
- [llvm] r183980 - Move PrependMainExecutablePath next to its only user.
Rafael Espindola
- [llvm] r183982 - Remove a use of PathV1.h.
Rafael Espindola
- [PATCH] SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FMUL combinations
Stephen Lin
- [llvm] r183984 - Make PrologEpilogInserter save/restore all callee saved registers
Derek Schuff
- [llvm] r183985 - Remove a use of PathV1.h.
Rafael Espindola
- [polly] r183986 - Correctly convert APInt to gmp values
Tobias Grosser
- [llvm] r183987 - Convert a use of sys::Path::GetTemporaryDirectory.
Rafael Espindola
- [llvm] r183988 - Don't use PathV1.h in GraphWriter.cpp.
Rafael Espindola
- [llvm] r183992 - Remove unused argument.
Rafael Espindola
- [llvm] r183993 - SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FMUL combinations; also improve accuracy of comments
Stephen Lin
- [llvm] r183994 - Do not to perform RUN line substitution of llc if that's prefixed by a hypnen
Eli Bendersky
- [llvm] r183995 - Cmake: add compiler option in a more idiomatic way
Arnaud A. de Grandmaison
- [llvm] r183996 - Replace use of PathV1.h in Program.cpp.
Rafael Espindola
- [llvm] r183997 - Revert "Cmake: add compiler option in a more idiomatic way"
Rafael Espindola
- [llvm] r183999 - Fix frame pointer debug information test
JF Bastien
- [polly] r184000 - scop detection: check flag before expensive call
Sebastian Pop
- [polly] r184001 - scop detection: inline and remove isValidBasicBlock
Sebastian Pop
- [llvm] r184002 - Mark rematerialized super/sub registers as dead.
Tim Northover
- [llvm] r184003 - Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
- [llvm] r184008 - SelectionDAG: minor fix to order of operands in comments to match the code
Stephen Lin
- [llvm] r184009 - Add GetCurrentDirectory back.
Rafael Espindola
- [llvm] r184011 - Add getSelect helper function
Matt Arsenault
- [llvm] r184012 - Introduce getSelect usage and use more getSelectCC
Matt Arsenault
- [PATCH] Add getSelect helper function
Matt Arsenault
- [PATCH] Use getSelect helper function
Matt Arsenault
- [llvm] r184013 - R600: Move instruction encoding definitions into a separate .td file
Tom Stellard
- [llvm] r184014 - R600: Factor the instruction encoding out the RAT_WRITE_CACHELESS_eg class
Tom Stellard
- [llvm] r184015 - R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on Cayman
Tom Stellard
- [llvm] r184016 - R600: Use correct encoding for Vertex Fetch instructions on Cayman
Tom Stellard
- [PATCH] [lld][PECOFF] Support IMAGE_REL_I386_DIR32 relocation.
Rui Ueyama
- [llvm] r184019 - Remove the LLVM specific archive index.
Rafael Espindola
- [llvm] r184020 - Remove empty directory.
Rafael Espindola
- [llvm] r184021 - R600: Add SI load support for v[24]i32 and store for v2i32
Tom Stellard
- [PATCH] R600: Add SI load support for v[24]i32 and store for v2i32
Tom Stellard
- [llvm] r184022 - [yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
- [llvm] r184025 - [yaml2obj] Move some classes into anonymous namespaces.
Sean Silva
- [llvm] r184026 - Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE comments if the display name is empty
David Blaikie
- [llvm] r184027 - SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant checks...
Stephen Lin
- [llvm] r184028 - MI-Sched: DEBUG: print critical resource.
Andrew Trick
- [llvm] r184029 - MI-Sched: added tracking of dependent latency for better heuristics.
Andrew Trick
- [llvm] r184030 - MI-Sched: Remove the temporary EnableCopyConstrain flag.
Andrew Trick
- [llvm] r184031 - MI-Sched: Rename IssueCount to CurrMOps.
Andrew Trick
- [llvm] r184032 - Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
- [llvm] r184033 - Update machine models. Specify buffer sizes for OOO processors.
Andrew Trick
- [llvm] r184034 - Support BufferSize on ProcResGroup for unified MOp schedulers.
Andrew Trick
- [lld] r184035 - [PECOFF] Handle scope of absolute atom correctly.
Rui Ueyama
- [lld] r184036 - [PECOFF] Support .lib archive file.
Rui Ueyama
- [lld] r184037 - [PECOFF] Add a test for r184036.
Rui Ueyama
- [llvm] r184038 - MI-Sched: heuristics using the new latency and machine model.
Andrew Trick
- [llvm] r184039 - Missing NDEBUGs.
Andrew Trick
- [llvm] r184041 - PruneEH: Only merge attribute sets when used. No functionality change.
Benjamin Kramer
- [llvm] r184042 - APInt: Add a fast case for isAllOnesValue.
Benjamin Kramer
- [llvm] r184044 - Use 0 instead of NULL.
Jakub Staszak
- please review - llvm test-suite patch
Reed Kotler
- [llvm] r184045 - DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offset when it's zero
David Blaikie
- [llvm] r184046 - DebugInfo: follow up to 184045 to constrain the tests further to ensure they don't contain +0 offsets
David Blaikie
- [polly] r184047 - Fix typo in header guards
Tobias Grosser
- [PATCH] [lld][PECOFF] Implement the reader for the import library.
Rui Ueyama
- [lld] r184050 - [WinLink] Support /nxcompat command line option.
Rui Ueyama
- [llvm] r184051 - Put back variable names because they are referenced in the documentation
Dmitri Gribenko
- [PATCH] [Passes][GOT] Split perform() into small predicate functions for readability sake.
Rui Ueyama
- [lld] r184055 - [ELF] add NMAGIC/OMAGIC support
Shankar Easwaran
- [lld] r184058 - Fix typo in comment. Found by -Wdocumentation.
Benjamin Kramer
- [llvm] r184059 - Silence warning in Release builds.
Benjamin Kramer
- Please review: Optimize vector multiply on X86
Demikhovsky, Elena
- [lld] r184060 - [ELF] Add test so that _end value is set appropriately for NMAGIC/OMAGIC executables(Fix comment from espindola)
Shankar Easwaran
- [lld] r184061 - [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-ELF writers.
Rui Ueyama
- [lld] r184062 - [lld] Move AtomLayout from ELF to Core so that it can be used by non-ELF writers.
Rui Ueyama
- [lld] r184063 - [lld][PECOFF] Support IMAGE_REL_I386_DIR32 relocation.
Rui Ueyama
- [polly] r184064 - Update to a newer CLooG version
Tobias Grosser
- [llvm] r184065 - MachineOperand::setIsDebug should ensure the register is /not/ a definition
David Blaikie
- [llvm] r184066 - Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
- [llvm] r184067 - DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineInstrs
David Blaikie
- [lld] r184071 - [ELF] Add more sections to the default section map.
Shankar Easwaran
- [llvm] r184072 - AArch64: print relocation addends if present on AArch64
Tim Northover
- [PATCH] [PECOFF] Connect defined atoms with layout before/after edges.
Rui Ueyama
Last message date:
Sun Jun 16 20:59:35 PDT 2013
Archived on: Tue Aug 4 17:10:22 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).