The Week Of Monday 26 January 2015 Archives by thread
Starting: Mon Jan 26 00:19:53 PST 2015
Ending: Sun Feb 1 23:33:32 PST 2015
Messages: 1597
- [llvm] r227076 - Correct the header guard for MipsABIInfo.h.
Eric Christopher
- [PATCH] [ASan] Make BlockingMutex really linker initialized.
Yury Gribov
- [PATCH] [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs.
Yury Gribov
- [llvm] r227077 - SLPVectorizer: fix wrong scheduling of atomic load/stores.
Erik Eckstein
- [PATCH] [msan] Refactor memory layout specification and setup
Evgeniy Stepanov
- [llvm] r227080 - Revert llvm/test/MC/ELF/noexec.s in r227074, "Fix a problem where the AArch64 ELF assembler was failing with"
NAKAMURA Takumi
- [lld] r227081 - path.data() may return a non null terminated string
Jean-Daniel Dupas
- [llvm] r227082 - Revert "[mips] Fix assertion on i128 addition/subtraction on MIPS64"
Vasileios Kalintiris
- [llvm] r227084 - When disassembler meets compact jump instructions for r6 it crashes as the access to operands array is out of range. This patch removes dedicated decoder method that wrongly handles decoding of these instructions.
Vladimir Medic
- [lld] r226989 - Fix single-arch builds broken by r226976
Will Newton
- [PATCH] [Mips][Disassembler][R6] Disassembler crashes on compact jump instructions for r6
Vladimir Medic
- [PATCH] [AArch64] Fix problems in handling generic MSR/MRS instructions
Petr Pavlu
- [llvm] r227085 - The canonical CPU variant for ARM according to config.guess uses a
Joerg Sonnenberger
- [PATCH] Parse EB variant as suffix for ARM triples
Joerg Sonnenberger
- [llvm] r227087 - [mips] Add tests for bitwise binary and integer arithmetic operators.
Vasileios Kalintiris
- [PATCH] [mips] Add tests for bitwise binary and integer arithmetic operators.
Vasileios Kalintiris
- [llvm] r227089 - [mips] Enable arithmetic and binary operations for the i128 data type.
Vasileios Kalintiris
- [PATCH] [mips] Enable arithmetic and binary operations for the i128 data type.
Vasileios Kalintiris
- [PATCH] Don't create illegal memset with address space >= 256 in memcpyopt.
Manuel Jacob
- [PATCH] [mips][microMIPS] Implement SWM and LWM aliases
Zoran Jovanovic
- [PATCH] [mips] Improve support for the .set at/noat assembler directives.
Toma Tabacu
- [PATCH] Teach llvm::format_hex() to support formatting without a prefix '0x'
Sean Silva
- [PATCH] [InstCombine] Teach how to fold a select into a cttz/ctlz with the 'is_zero_undef' flag cleared.
Andrea Di Biagio
- [PATCH] [Sanitizers] Order initialization of coverage and guard arrays
Evgeniy Stepanov
- [PATCH] [x86] Improve build_vector v8i16 codegen
Bruno Cardoso Lopes
- [PATCH] [lld] Correct forming of ARM/Thumb atoms
Denis Protivensky
- [llvm] r227090 - Teach the autoconf machinery about the PS4 triple.
Alex Rosenberg
- [PATCH] [X86][SSE] Float comparisons can sometimes be safely commuted
Simon Pilgrim
- [llvm] r227091 - [MC] The PS4's ELF OSABI value is the same as FreeBSD.
Alex Rosenberg
- [polly] r227092 - [FIX] Debug build + instrinsic handling
Johannes Doerfert
- [llvm] r226970 - R600/SI: Emit .hsa.version section for amdhsa OS
Tom Stellard
- [llvm] r226945 - R600/SI: Move i64 -> v2i32 load promotion into AMDGPUDAGToDAGISel::Select()
Tom Stellard
- Fix the aggressive anti-dep breaker's subregister definition handling
Hal Finkel
- [llvm] r226842 - Revert "PR21408: Workaround the appearance of duplicate variables due to problems when inlining two calls to the same function from the same call site."
David Blaikie
- [llvm] r227093 - Putting all the standard tool options into a "Generic" category.
Chris Bieneman
- [PATCH] Putting all the standard tool options into a "Generic" category.
Phabricator
- [llvm] r227094 - [Support][Windows] Disable error dialog boxes when stack trace printing is enabled.
Michael J. Spencer
- [PATCH] RuntimeDyld: Fix CMake build after r226828
Aaron Watry
- Some extra tests for XOP intrinsics
Sean Silva
- [llvm] r227095 - fix line-endings; NFC
Sanjay Patel
- [llvm] r227056 - Debug info: Fix PR22296 by omitting the DW_AT_location if we lost the
David Blaikie
- [llvm] r227098 - Fix delegation
Daniel Berlin
- [llvm] r227099 - Fix incorrect partial aliasing
Daniel Berlin
- [compiler-rt] r227100 - [Msan] Fix the statfs unit test to pass on FreeBSD
Viktor Kutuzov
- [PATCH] [Msan] Fix the statfs unit test to pass on FreeBSD
Phabricator
- [llvm] r227101 - Store the passed in CPU name string so that it can be accessed later.
Eric Christopher
- [llvm] r227102 - Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
- [llvm] r227005 - [mips] Fix 'jumpy' debug line info around calls.
Hans Wennborg
- [llvm] r227103 - Remove trailing whitespace.
Alex Rosenberg
- [PATCH][lld] ELF/AArch64: Add support for checking for ABS32 overflow
Will Newton
- [PATCH] [X86][PCLMUL] Enable commutation for PCLMUL instructions
Simon Pilgrim
- [compiler-rt] r227106 - [Msan] Disable the ppoll unit test on FreeBSD
Viktor Kutuzov
- [PATCH] [Msan] Disable the ppoll unit test on FreeBSD
Phabricator
- [PATCH] [mips][microMIPS] Implement LWGP instruction
Jozef Kolek
- [PATCH] Modify llvm-objdump to display information for common symbols similar to GNU objdump
colinl at codeaurora.org
- [PATCH] Constant fold llvm.expect(c, ...) -> c
Philip Reames
- [PATCH] Jump thread llvm.expect
Philip Reames
- [llvm] r227108 - Teach raw_ostream to support hex formatting without a prefix '0x'.
Zachary Turner
- [PATCH] Add llvm-pdbdump to tools
Zachary Turner
- [PATCH] fix test-suite/SingleSource/UnitTests/ObjC for iOS SDK
Matthias Braun
- [llvm] r227109 - Revert GCStrategy ownership changes
Philip Reames
- [PATCH] test-suite: Fix implicit-function declarations
Matthias Braun
- [PATCH] Avoid combining adjacent stores at -O0 to improve debug experience
Paul Robinson
- [lld] r226693 - Fix slow test.
Shankar Easwaran
- [PATCH] [CaptureTracking] Avoid long compilation time on large basic blocks
Bruno Cardoso Lopes
- [llvm] r227110 - Pass QueryInst down through non-local dependency calculation
Philip Reames
- [PATCH] Pass QueryInst down through non-local dependency calculation
Philip Reames
- [llvm] r227111 - Model sqrtsd as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [PATCH] Model sqrtsd as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [PATCH] Make Linkerscript accessible from LinkingContext
Rui Ueyama
- [llvm] r227112 - Refine memory dependence's notion of volatile semantics
Philip Reames
- [PATCH] Refine memory dependence's notion of volatile semantics
Philip Reames
- [PATCH] [MSan][MIPS] VarArgHelper for MIPS64
Mohit Bhakkad
- [llvm] r226940 - [Orc] New JIT APIs.
Lang Hames
- [llvm] r227113 - Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
- [PATCH] Reassociate: reprocess RedoInsts after each instruction
Mehdi AMINI
- [llvm] r227116 - Use a different encoding for debugtrap on PS4.
Alex Rosenberg
- [llvm] r227117 - [NVPTX] Handle floating-point conversion patterns that are not explicitly ordered or unordered
Justin Holewinski
- [llvm] r227118 - Add a FIXME about preferred alignment to DataLayout.
Eric Christopher
- [llvm] r227119 - [SelectionDAG] Fix assert message copypasta. NFC.
Ahmed Bougacha
- [llvm] r227121 - Cache the lookup of TargetLowering in the atomic expand pass.
Eric Christopher
- [RFC] Heuristic for complete loop unrolling
Michael Zolotukhin
- [llvm] r227122 - Add a UTF8 to UTF16 conversion wrapper for use in the pdb dumper
Reid Kleckner
- [llvm] r227123 - [NVPTX] Generate a more optimal sequence for select of i1
Justin Holewinski
- [llvm] r227124 - Make ConstantFoldTerminator() handle switches with unreachable default.
Hans Wennborg
- [llvm] r227125 - SimplifyCFG: don't remove unreachable default switch destinations
Hans Wennborg
- [llvm] r227126 - SimplifyCFG: Omit range checks for switch lookup tables when default is unreachable
Hans Wennborg
- [PATCH] SimplifyCFG: don't remove unreachable defaults from switch instructions; exploit them instead!
Hans Wennborg
- [PATCH] Add a Fuzzer library
Kostya Serebryany
- [PATCH] [lld] Fix shared libraries build
Greg Fitzgerald
- [llvm] r227130 - [x86][MMX] Rename and cleanup tests: arith, intrinsics and shuffle
Bruno Cardoso Lopes
- [lld] r227132 - Use parallel_sort in the LayoutPass.
Rui Ueyama
- [llvm] r227133 - bpf: fix build due to 'Move DataLayout back to the TargetMachine'
Alexei Starovoitov
- [lld] r227134 - Fix shared library build
Greg Fitzgerald
- [PATCH] LowerSwitch: replace unreachable default with popular case destination
Hans Wennborg
- [PATCH] R600/SI: Aggressively fold fma and mad
Matt Arsenault
- [llvm] r188726 - Adding PIC support for ELF on x86_64 platforms
Lang Hames
- [llvm] r227136 - Line endings fix. NFC.
Simon Pilgrim
- [llvm] r227137 - R600: Cleanup or test
Matt Arsenault
- [llvm] r227138 - Line endings fix. NFC.
Simon Pilgrim
- [llvm] r226664 - AArch64: add backend option to reserve x18 (platform register)
Dimitry Andric
- [llvm] r227140 - Add new HideUnrelatedOptions API that takes a SmallVectorImpl.
Chris Bieneman
- [llvm] r227141 - [X86][PCLMUL] Enable commutation for PCLMUL instructions
Simon Pilgrim
- [llvm] r227143 - Have the UTF conversion wrappers append a null terminator.
Zachary Turner
- [lld] r227144 - Accept -allow-shlib-undefined in addition to --allow-shlib-undefined.
Rui Ueyama
- [PATCH] [zorg] Rev2: Fix get slave environment in LLDB Windows builder.
Galina
- [llvm] r227145 - [X86][SSE] Float comparisons can sometimes be safely commuted
Simon Pilgrim
- [llvm] r227146 - Add test cases for PRE w/volatile loads
Philip Reames
- [lld] r227147 - Fix local variable names.
Rui Ueyama
- Add detailed diagnostics to LoopUnroll pass
Michael Zolotukhin
- [PATCH] Fold fcmp in cases where value is provably non-negative.
Philip Reames
- [PATCH] [zorg] Support Windows/Linux Clang CMake builds with unified builder.
Galina
- [llvm] r227148 - Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorImpl. Also adding a test case.
Chris Bieneman
- [llvm] r227149 - Commoning of target specific load/store intrinsics in Early CSE.
Chad Rosier
- [PATCH] Commoning of target specific load/store intrinsics in Early CSE
Chad Rosier
- [PATCH] Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
- [llvm] r227046 - Instantiate Registry<GCStrategy> in LLVMCore, to let it available on Win32 DLL.
Philip Reames
- [PATCH] Optimize unrolled reductions in LoopStrengthReduce
Olivier Sallenave
- [PATCH] Fixed Noop insertion
Stephen Crane
- [PATCH] Remove kindInGroup reference
Rui Ueyama
- [llvm] r227152 - Replace this testcase with an even shorter one provided by dblaikie.
Adrian Prantl
- [PATCH/RFC] fold zext(setcc) into a larger setcc
Fiona Glaser
- [llvm] r227154 - One more fix to the new API to fix const-correctness.
Chris Bieneman
- [llvm] r227155 - Remove extraneous period.
Eric Christopher
- [llvm] r227156 - Grab the TargetLowering info from the DAG rather than querying for
Eric Christopher
- [llvm] r227157 - Migrate CodeGenPrepare to use the Function based getSubtarget
Eric Christopher
- [llvm] r227158 - Fix unsigned/signed comparison warning.
Eric Christopher
- [llvm] r227159 - Migrate AtomicExpandPass and DwarfEHPrepare to using a Function-ized getSubtargetImpl.
Eric Christopher
- [llvm] r227160 - MachineRegisterInfo can access TII off of the MachineFunction's
Eric Christopher
- [compiler-rt] r227161 - [ASan] Use rpath in tests that produce a shared library
Kuba Brecka
- [llvm] r227162 - [PM] Refactor the core logic to run EarlyCSE over a function into an
Chandler Carruth
- [PATCH] Value soft float calls as more expensive in the inliner.
Cameron Esfahani
- [llvm] r227164 - [PM] Switch a doxygen comment to the standard format. NFC
Chandler Carruth
- [llvm] r227165 - [PM] Run clang-format over this header to clean up the very few)
Chandler Carruth
- [PATCH] non-Unicode response file support on Windows
Yunzhong Gao
- [llvm] r227167 - Revert r227148 & r227154 which added a test which infinitely loops.
Richard Trieu
- [lld] r227168 - Fix incorrect atom ordinal.
Rui Ueyama
- [llvm] r226598 - Reapply: Teach SROA how to update debug info for fragmented variables.
Hao Liu
- [PATCH] profile: add lib/profile to cc_kext on darwin,arm64
Lawrence D'Anna
- [llvm] r221915 - Object, Mach-O: Refactor and clean code up
Lang Hames
- [PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Chandler Carruth
- [PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Chandler Carruth
- [PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Kristof Beyls
- [PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Mehdi AMINI
- [PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Eric Christopher
- [PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Sean Silva
- [PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Sean Silva
- [PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Chandler Carruth
- [PATCH] Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
Kristof Beyls
- [llvm] r227170 - Remove unused include.
Eric Christopher
- [PATCH] Teach IRCE to look at branch weights when recognizing range checks
Sanjoy Das
- [llvm] r227171 - LoopRotate: Don't walk the uses of a Constant
David Majnemer
- [PATCH] [LoopVectorize] Induction variables: support arbitrary constant step
Hao Liu
- [PATCH] [MSan] Enable MSan unit tests for all archs
Mohit Bhakkad
- [llvm] r227172 - Migrate SeparateConstOffsetFromGEP to use a Function with
Eric Christopher
- [llvm] r227173 - The subtarget is cached on the MachineFunction. Access it directly.
Eric Christopher
- [lld] r227174 - [lld] Correct forming of ARM/Thumb atoms
Denis Protivensky
- [llvm] r227175 - Clean up the AArch64 store pair suppression pass initialization
Eric Christopher
- [llvm] r227176 - Update a few calls to getSubtarget<> to either be getSubtargetImpl
Eric Christopher
- [lld] r227177 - [Mips] Fix createMipsRelocationHandler specialization
Denis Protivensky
- [llvm] r227178 - Fix build failure with pointer vs reference.
Eric Christopher
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Maria Guseva
- [PATCH] Revert 221429 and fix bug in TargetLowering::SimplifyDemandedBits
Gil Rapaport
- [lld] r227179 - Revert "[Mips] Fix createMipsRelocationHandler specialization"
Denis Protivensky
- [llvm] r227180 - Remove some extraneous includes.
Eric Christopher
- [llvm] r227181 - Have the PBQP register allocator use the subtarget on the MachineFunction.
Eric Christopher
- [llvm] r227182 - [PM] Clean up file banner comments prior to refactoring this code.
Chandler Carruth
- [lld] r227183 - [Mips] Fix createMipsRelocationHandler specialization (take 2)
Denis Protivensky
- [lld] r227184 - [ARM] Correctly use make_unhandled_reloc_error
Denis Protivensky
- [llvm] r227185 - Replace some uses of getSubtargetImpl with the cached version
Eric Christopher
- [PATCH] Fix LLVMSetMetadata for MDNodes that contain a single value
Björn Steinbrink
- [www] r227187 - Updated TCE description, added pocl.
Pekka Jaaskelainen
- [PATCH] tsan: do not instrument not captured values
Dmitry Vyukov
- [PATCH] Enable inlining of recursive functions.
James Molloy
- [compiler-rt] r227189 - [MSan] Enable MSan unit tests for all archs
Mohit K. Bhakkad
- [compiler-rt] r227190 - tsan: add test for ANNOTATE_HAPPENS_BEFORE/AFTER annotations
Dmitry Vyukov
- [PATCH] [LSan] [MIPS] adding support of LSan for mips64/mips64el arch
Sagar Thakur
- [PATCH] [X86] Reduce some 32-bit imuls into lea + shift
Michael Kuperstein
- [llvm] r227191 - Add a FIXME in SelectionDAGBuilder before an assert that is valid only on X86.
Manuel Jacob
- [compiler-rt] r227192 - [msan] Refactor memory layout specification and setup.
Evgeniy Stepanov
- [PATCH] Replace the bitfield of SubtargetFeatures with a BitVector
Michael Kuperstein
- [PATCH] [RFC][PATCH] Minor opt to access pointers to globals via pcrel GOT entries
Rafael Ávila de Espíndola
- [llvm] r227195 - [sancov] Fix unspecified constructor order between sancov and asan.
Evgeniy Stepanov
- [compiler-rt] r227196 - Revert r226440.
Evgeniy Stepanov
- [PATCH] [LoopReroll] Refactor most of reroll() into a helper class
James Molloy
- [llvm] r227197 - [InstCombine] Teach how to fold a select into a cttz/ctlz with the 'is_zero_undef' flag.
Andrea Di Biagio
- [PATCH] [mips] Use __clear_cache builtin instead of cacheflush()
Petar Jovanovic
- [compiler-rt] r227206 - profile: add lib/profile to cc_kext on darwin, arm64
Justin Bogner
- [llvm] r227208 - R600/SI: Add pseudos for MUBUF loads and stores
Marek Olsak
- [llvm] r227209 - R600/SI: Add VI versions of MUBUF loads and stores
Marek Olsak
- [llvm] r227210 - R600/SI: Add VI versions of MUBUF atomics
Marek Olsak
- [llvm] r227211 - R600/SI: Add VI versions of LDS atomics
Marek Olsak
- [llvm] r227212 - R600/SI: Don't set patterns for chip-specific instructions while having pseudos
Marek Olsak
- [llvm] r227213 - R600/SI: Fix MIN3/MAX3 on VI, define MED3
Marek Olsak
- [llvm] r227214 - R600/SI: Enable all tests that pass on VI without changes
Marek Olsak
- [PATCH] [dwarfdump] Pretty print location expressions and location lists
Frederic Riss
- [llvm] r227216 - Add cmake flag LLVM_USE_SANITIZE_COVERAGE
Kostya Serebryany
- [PATCH] [inline-asm] Fix scope of assembly macros
Sergey Dmitrouk
- [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X (part 1/2)
Kuba Brecka
- [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X (part 2/2)
Kuba Brecka
- [llvm] r227225 - [mips] Add range checks and transformation to octeon instructions in AsmParser.
Kai Nacke
- [PATCH] [PATCH][mips] Add range checks and transformation to octeon instructions in AsmParser.
Phabricator
- [llvm] r211900 - Re-apply r211287: Remove support for LLVM runtime multi-threading.
Owen Anderson
- [PATCH] [mips] Add __clear_cache() definition for non-Android systems
Petar Jovanovic
- [llvm] r227227 - [ExecutionEngine] FindFunctionNamed: Skip declarations
Keno Fischer
- [PATCH] [ExecutionEngine] FindFunctionNamed: Skip declarations
Phabricator
- [PATCH] Remove support for pnaclcall attribute
Derek Schuff
- [PATCH] [2/3] [SimplifyLibCalls] Refactor str/mem libcall handling: Factor out str/mem libcall optimizations
Ahmed Bougacha
- [PATCH] tsan: properly instrument unaligned accesses
Dmitry Vyukov
- [llvm] r227228 - [ExecutionEngine] Add weak symbol support to RuntimeDyld
Keno Fischer
- [llvm] r227229 - overloaded-intrinsic-name: exercise anyptr on struct
Ramkumar Ramachandra
- [PATCH] Add weak symbol support to RuntimeDyld
Phabricator
- [PATCH] overloaded-intrinsic-name: exercise anyptr on struct
Ramkumar Ramachandra
- [PATCH] merge vector stores into wider vector stores (PR21711)
Sanjay Patel
- [PATCH] [mips] Add itineraries for ext and ins instructions.
Kai Nacke
- [compiler-rt] r227230 - tsan: properly instrument unaligned accesses
Dmitry Vyukov
- [llvm] r227231 - tsan: properly instrument unaligned accesses
Dmitry Vyukov
- [PATCH] New "strict_string_checks" run-time flag
Kostya Serebryany
- [lld] r227232 - [Core] Reformat the code with clang-format
Simon Atanasyan
- [lld] r227233 - Use Reference::KindValue instead of uint16_t to pass and save a relocation kind
Simon Atanasyan
- [PATCH] Add getSwappedBytes implementations for float / double
Matt Arsenault
- [llvm] r227241 - Add llvm-pdbdump to tools.
Zachary Turner
- [llvm] r227242 - Merge vector stores into wider vector stores (PR21711)
Sanjay Patel
- [PATCH] Introduce print-memderefs to test isDereferenceablePointer
Ramkumar Ramachandra
- [lld] r227244 - [Mips] Support R_MIPS_GPREL16 relocation
Simon Atanasyan
- [lld] r227245 - [Mips] Remove unused function argument
Simon Atanasyan
- [llvm] r227246 - dd the option, -link-opt-hints to llvm-objdump used with -macho to print the
Kevin Enderby
- [llvm] r227247 - [ExecutionEngine] Fix r227228 tests on Windows
Keno Fischer
- [llvm] r227248 - Revert "[x86] Combine x86mmx/i64 to v2i64 conversion to use scalar_to_vector"
Alexey Samsonov
- [llvm] r226953 - [x86] Combine x86mmx/i64 to v2i64 conversion to use scalar_to_vector
Alexey Samsonov
- [llvm] r227249 - Teach IRCE to look at branch weights when recognizing range checks
Sanjoy Das
- [llvm] r227250 - [SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
Ahmed Bougacha
- [PATCH] [PATCH/RFC] Use a BumpAllocator for DIEs
Frederic Riss
- [llvm] r227252 - Add a Fuzzer library
Kostya Serebryany
- [PATCH] [MachO] Implement -order_file as a separate ordering pass.
Rui Ueyama
- [llvm] r227253 - fix typos; NFC
Sanjay Patel
- [PATCHES] R600/SI: VI fixes for bit shifts, GS
Marek Olšák
- [llvm] r227254 - [fuzzer] properly enable asan's coverage feedback
Kostya Serebryany
- [llvm] r227255 - Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.
Chris Bieneman
- [llvm] r227256 - remove function names from comments; NFC
Sanjay Patel
- [PATCH] Implement variable-sized alloca instrumentation (take 2).
Kostya Serebryany
- [llvm] r227257 - Add support for dumping debug tables to llvm-pdbdump.
Zachary Turner
- [PATCH] Refactoring llvm command line parsing and option registration.
Chris Bieneman
- [compiler-rt] r227258 - [ASan] Fix use-after-scope in COMMON_INTERCEPTOR_ENTER implementation.
Alexey Samsonov
- [lld] r227259 - Remove kindInGroup reference.
Rui Ueyama
- [llvm] r227260 - SymbolRewriter: prevent unnecessary rewrite
Saleem Abdulrasool
- [llvm] r227261 - SymbolRewriter: allow rewriting with comdats
Saleem Abdulrasool
- [llvm] r227262 - Run dos2unix against llvm-pdbdump.
Zachary Turner
- [compiler-rt] r227265 - [ASan] Fix test cases: don't assume that fast unwinder can't unwind through libc.
Alexey Samsonov
- [llvm] r227269 - [mips] Use __clear_cache builtin instead of cacheflush()
Petar Jovanovic
- [PATCH] [LPM] A targeted but somewhat horrible fix to the legacy pass manager's querying of the pass registry.
Chandler Carruth
- [compiler-rt] r226913 - [sanitizer] Fix an edge case in MemoryRangeIsAvailable.
Alexey Samsonov
- [llvm] r227272 - Revert r227242 - Merge vector stores into wider vector stores (PR21711).
Quentin Colombet
- [PATCH] [compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when using non-absolute paths
Alexey Samsonov
- [PATCH] Move EH personality type classification to Analysis/LibCallSemantics.h
Reid Kleckner
- [llvm] r227275 - [llvm-pdbdump] Print more friendly names for enum values.
Zachary Turner
- [llvm] r227276 - [llvm-pdbdump] Add support for printing source files and compilands.
Zachary Turner
- [PATCH] [X86] Convert esp-relative movs of function arguments to pushes, step 2
Reid Kleckner
- [llvm] r227284 - Move EH personality type classification to Analysis/LibCallSemantics.h
Reid Kleckner
- [llvm] r227286 - [llvm-pdbdump] Add basic symbol dumping.
Zachary Turner
- [llvm] r227287 - Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
- [llvm] r227018 - InstrProf: Add operator!= to coverage counters
Justin Bogner
- [PATCH] Detect malformed yaml sequence in yaml::Input::beginSequence()
Justin Bogner
- [PATCH] Add a Windows EH preparation pass that zaps resumes
Reid Kleckner
- [PATCH] Add lit-style tests for the Fuzzer library
Kostya Serebryany
- [PATCH] Remove gc.roots performCustomLowering
Philip Reames
- [PATCH] Implement bswap for mips fast-isel
reed kotler
- [llvm] r227290 - PR22356: DebugInfo: Handle the size of a member where the type of that member is a typedef (or other sugar) of a declaration.
David Blaikie
- [PATCH] [CodeGen] Add hooks/combine to form vector extloads, and enable it on X86.
hfinkel at anl.gov
- [llvm] r227291 - Add description to assert
David Blaikie
- [PATCH] Implement semantic action for SEARCH_DIR linker script command
Davide Italiano
- [PATCH] Make ScalarEvolution::ComputeExitLimit more agressive
hfinkel at anl.gov
- [llvm] r227292 - Introduce a section to the programmers manual about type hierarchies,
Chandler Carruth
- Remove redundant checks added by loop unrolling
Hal Finkel
- [llvm] r227293 - Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.
Eric Christopher
- [llvm] r227294 - [LPM] Stop using the string based preservation API. It is an
Chandler Carruth
- [llvm] r227296 - llvm-ar: Remove unimplemented -N option from -help
David Majnemer
- [lld] r227297 - [Mips] Fix enumeral and non-enumeral type in conditional expression warning
Simon Atanasyan
- [PATCH] irgen: don't emit debug metadata for locals
Andrew Wilkins
- [PATCH] [lld][ARM] Add relocations to perform function calls
Denis Protivensky
- [llvm] r227298 - Fold fcmp in cases where value is provably non-negative. By Arch Robison.
Elena Demikhovsky
- [PATCH] [llgo] Introduce llgoi, a REPL for Go
Andrew Wilkins
- [llvm] r227299 - [LPM] A targeted but somewhat horrible fix to the legacy pass manager's
Chandler Carruth
- [PATCH] Use a sufficiently current MSVCRT when using MinGW
Johannes S. Mueller-Roemer
- [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal out of the pretty stack
Chandler Carruth
- [llvm] r227301 - [X86] Merge printSSECC and printAVXCC. They only differed by an assertion.
Craig Topper
- [llvm] r227302 - [X86] Teach disassembler to handle illegal immediates on AVX512 integer compare instructions.
Craig Topper
- [llvm] r227303 - AVX-512: Added FMA intrinsics with rounding mode
Elena Demikhovsky
- [llvm] r227304 - [docs] [cleanup] No need for a comment around C++11 override
Sean Silva
- [llvm] r227305 - [docs] Use slightly more proper .rst markup
Sean Silva
- [PATCH] [lld] Remove PPC ELF target
Greg Fitzgerald
- [www] r227306 - LLVM 3.5.1 has been released
Sylvestre Ledru
- [llvm] r227044 - [ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yaml
Kuperstein, Michael M
- [llvm] r227307 - [x32] Enable sibcall optimization on x32.
Michael Kuperstein
- [PATCH] MergeFuncs should handle dynamic GEPs
Stepan Dyatkovskiy
- [llvm] r227308 - [X86] Reduce some 32-bit imuls into lea + shl
Michael Kuperstein
- [llvm] r227311 - Correct the AggressiveAntiDepBreaker's handling of subregisters defining super registers
Hal Finkel
- [PATCH v2][lld] ELF/AArch64: Add support for checking for ABS32 overflow
Will Newton
- [llvm] r227314 - R600: Use a Southern Islands GPU as the default for the amdgcn target
Tom Stellard
- [patch] Simplify arange output
Rafael Espíndola
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips32 platform
Daniel Sanders
- Incorrect local-dynamic TLS linker optimization with clang-generated code on PowerPC
Ulrich Weigand
- [llvm] r227316 - R600: Move DataLayout to AMDGPUTargetMachine
Tom Stellard
- [PATCH] [Mips][Disassembler][R6] Disassembler crashes on cache/pref instructions for r6
Daniel Sanders
- [llvm] r227317 - [x32] Change the condition from bitness to LP64 for TCRETURNdi64.
Michael Kuperstein
- [Patch] Avoid conversion to float when creating ConstantDataArray/ConstantDataVector
Raoux, Thomas F
- [llvm] r227318 - [ELFYAML] Provide explicit value for relocation addendums in the test
Simon Atanasyan
- [PATCH] [X86] Use single add/sub for large stack offsets
Robert Lougher
- [llvm] r227319 - Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes
Bjorn Steinbrink
- [lld] r227320 - Remove PPC ELF target
Greg Fitzgerald
- [PATCH] Add fcc registers to c.cond.fmt instruction definition.
Vladimir Medic
- [PATCH] Make asan_symbolize.py not crash on Windows.
Nico Weber
- [llvm] r227321 - [Hexagon] Replacing old intrinsic tests with organized versions that match the reference manual.
Colin LeMahieu
- [patch] Backport r226026 and r226031 to 3.6. Fixes pr22351.
Rafael Espíndola
- [PATCH] [X86][SSE] Shuffle mask decode support for zero extend, scalar float/double moves and integer load instructions
Simon Pilgrim
- [llvm] r227322 - [Hexagon] Replacing intrinsics for halfword adds and max/min word/dword.
Colin LeMahieu
- [llvm] r227325 - [mips][microMIPS] Implement LWGP instruction
Jozef Kolek
- [compiler-rt] r227326 - Make asan_symbolize.py not crash on Windows.
Nico Weber
- [compiler-rt] r227327 - Fix indents on asan_symbolize.py's argument parsing code. No behavior change.
Nico Weber
- [llvm] r227330 - [Hexagon] Replacing XTYPE/SHIFT intrinsic patternss. Adding tests and missing instructions with tests.
Colin LeMahieu
- [PATCH] Add a default constructor to work around Visual Studio compiler bug
Yung, Douglas
- [llvm] r227333 - Simplify code. NFC.
Rafael Espindola
- [llvm] r227334 - use SDValue methods directly instead of getNode()->* ; NFCI
Sanjay Patel
- [llvm] r227335 - [Hexagon] Converting XTYPE/BIT intrinsic patterns and adding tests.
Colin LeMahieu
- [PATCH] [lld] Merge X86 ELF directories
Greg Fitzgerald
- [llvm] r227337 - [dsymutil] Add DwarfLinker class.
Frederic Riss
- [llvm] r227338 - [Hexagon] Deleting a lot of old variants of intrinsics and updating references.
Colin LeMahieu
- [llvm] r227339 - Fix build breakage caused by memory leaks in llvm-c-test
Bjorn Steinbrink
- [llvm] r227340 - Assume code ownership for the PS4 to ensure patches get reviewed, per the Developer Policy.
Alex Rosenberg
- [PATCH] [Support][Windows] Unify dialog box suppression and print stack traces on abort.
Michael Spencer
- [lld] r227341 - Add a unit test for LinkerScript.
Rui Ueyama
- [PATCH] [AArch64] Fix non-determinism in A57 FP Load Balancing
Sanjin Sijaric
- [llvm] r227345 - Refactoring llvm command line parsing and option registration.
Chris Bieneman
- [llvm] r227347 - [Hexagon] Adding XTYPE/MPY intrinsic tests and some missing multiply instructions.
Colin LeMahieu
- [llvm] r227348 - Moving AddLiteralOption's declaration higher up in the header to make gcc happy.
Chris Bieneman
- [llvm] r227351 - Remove gc.root's performCustomLowering
Philip Reames
- [llvm] r227352 - [LPM] Try to work around a bug with local-dynamic TLS on PowerPC 64.
Chandler Carruth
- [PATCH] [Sanitizers] Fix ForEachMappedRegion() to work on FreeBSD
Viktor Kutuzov
- [llvm] r227353 - [Hexagon] Updating many V4 intrinsic patterns. Adding missing instruction and deleting unused classes.
Colin LeMahieu
- [llvm] r227355 - invert check for less indentation; use local vars to reduce duplication; NFC
Sanjay Patel
- [llvm] r197508 - Add warning capabilities in LLVM.
Richard Smith
- [llvm] r227357 - [fuzzer] instructions for building/running clang-format-fuzzer
Kostya Serebryany
- [zorg] r227358 - Add sanitizer-x86_64-linux-autoconf builder
Alexey Samsonov
- [LNT] r227360 - [lnttool] Compare parse version strings, to handle canonical version forms.
Daniel Dunbar
- Fix SROA for intrinsics
Mandeep Singh Grang
- [lld] r227367 - ELF: add a unit test for --as-needed.
Rui Ueyama
- [PATCH] [mips] Add assembler support for the .cprestore directive.
Ed Maste
- [lld] r227369 - ELF: s/diagnostics/diag/
Rui Ueyama
- [llvm] r227373 - [mips][microMIPS] Implement SWM and LWM aliases
Zoran Jovanovic
- [llvm] r227374 - Line endings fix. NFC.
Simon Pilgrim
- [llvm] r227376 - Spelling fixes. NFC.
Simon Pilgrim
- [llvm] r227379 - [Hexagon] Updating several V5 intrinsics and adding FP tests.
Colin LeMahieu
- [llvm] r227381 - Add DWARFUnit::getNumDIEs() and getDIEIndex()
Frederic Riss
- [llvm] r227382 - [dsymutil] Gather the DIE tree child->parent relationships.
Frederic Riss
- [llvm] r227385 - Build fix for Visual Studio. NFC.
Chris Bieneman
- [PATCH] Complete setting the baseline for ppc64le
Nemanja Ivanovic
- [llvm] r227386 - fix typos; NFC
Sanjay Patel
- [compiler-rt] r227387 - [sanitizer] allow to reset the bb/edge coverage data inside the process while it is running (single-threaded). Also expose the current coverage set to the process.
Kostya Serebryany
- [llvm] r227389 - Add lit-style tests for the Fuzzer library
Kostya Serebryany
- [llvm] r227390 - Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
- [llvm] r227391 - [LPM] Fix the PPC attribute to be spelled 'global-dynamic'. This should
Chandler Carruth
- [llvm] r227395 - [fuzzer] add option -save_minimized_corpus
Kostya Serebryany
- [llvm] r227397 - Add nullptr checks for TargetSelectionDAGInfo in SelectionDAG.
Manuel Jacob
- [llvm] r227399 - Migrate ARM except for TTI, AsmPrinter, and frame lowering
Eric Christopher
- [llvm] r227400 - Small cleanup in ARMFastISel initialization.
Eric Christopher
- [llvm] r227401 - Remove getSubtargetImpl from ARMISelLowering and cache the
Eric Christopher
- [llvm] r227402 - Remove getSubtargetImpl from AArch64ISelLowering and cache the
Eric Christopher
- [polly] r225464 - Add support for pointer types in expressions
Johannes Doerfert
- [polly] r227404 - [FIX] Handle pointer-pointer comparisons
Johannes Doerfert
- [llvm] r227405 - Add a Windows EH preparation pass that zaps resumes
Reid Kleckner
- [polly] r227407 - [FIX] Correct two C snippets in test cases
Johannes Doerfert
- [llvm] r227408 - Remove unused variable
Reid Kleckner
- [lld] r227410 - Fix MSVC C4060 warning (switch statement contains no case or default).
Rui Ueyama
- [llvm] r227411 - [LPM] Clean up the use of TLS in pretty stack trace and disable it
Chandler Carruth
- LLVM buildmaster will be restarted soon
Galina Kistanova
- [llvm] r227412 - [LPM] Fix an "obvious" typo from r227411. Really sorry for the noise.
Chandler Carruth
- [PATCH] Fix SROA for intrinsics
Mandeep
- [PATCH] Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if address space != 0.
Manuel Jacob
- [compiler-rt] r227413 - [ASan] Generalize/simplify lit test configs generation.
Alexey Samsonov
- [llvm] r227414 - [LPM] Try again to appease powerpc64 in its self host. I've been unable
Chandler Carruth
- [llvm] r227415 - Remove an unused private field added r227405 to fix a Clang warning.
Chandler Carruth
- [compiler-rt] r227416 - [asan] use getrusage as an alternative to reading /proc/self/statm. Also move GetRSS to sanitizer_linux_libcdep.cc (no change in the function itself)
Kostya Serebryany
- [LLVMdev] [PATCH]: Allow PRE to insert no-cost phi nodes
Hal Finkel
- Re: [PATCH] Changes in ‘CodeExtractor’ for call-site block
Ashutosh Nema
- [PATCH] Compile out all pretty stack trace support when LLVM is built without support for backtraces.
Owen Anderson
- [llvm] r227422 - [ELFYAML] Provide default value 0 for YAML relocation addendum field
Simon Atanasyan
- [llvm] r227423 - Use the existing build configuration parameter ENABLE_BACKTRACE to compile out all pretty stack trace support when backtraces are disabled.
Owen Anderson
- [llvm] r227424 - Fix the preprocessor checks used to determine if backtraces have been enabled.
Owen Anderson
- [PATCH] Enable testing ASAN on AArch64
Christophe Lyon
- [PATCH] [mips] Manually replace JAL pseudo-instructions with their JALR equivalent, instead of using InstAlias.
Toma Tabacu
- [llvm] r227428 - CommandLineParser: Avoid non-static member nitializer(s).
NAKAMURA Takumi
- [llvm] r227429 - Add a missing Tag_DIV_use test for Cortex-M7.
Charlie Turner
- [PATCH] [mips] Expand JAL instructions when PIC is enabled.
Toma Tabacu
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Simon Pilgrim
- [llvm] r227430 - [Mips][Disassembler] When disassembler meets cache/pref instructions for r6 it crashes as the access to operands array is out of range. This patch adds dedicated decoder method for R6 CACHE_HINT_DESC class that properly handles decoding of these instructions.
Vladimir Medic
- [PATCH] Bug 18582 - Offset overflow on calling __chkstk and __alloca on x64
Benoit Belley
- [llvm] r227431 - Don't create multiple mergeable sections with -fdata-sections.
Rafael Espindola
- [PATCH] Remove unused tokens from AsmParser.
Robin Eklind
- [llvm] r227435 - Use enum values. NFC.
Rafael Espindola
- [llvm] r227436 - EHPrepare: Remove leftover initialization code for DomTrees.
Benjamin Kramer
- [llvm] r227437 - Cleanup a few tests on sse4a machines and FileCheckize along the way.
Alex Rosenberg
- [llvm] r227439 - [LoopReroll] Refactor most of reroll() into a helper class
James Molloy
- [llvm] r227440 - Remove MergeableConst.
Rafael Espindola
- [llvm] r227441 - Use isMergeableConst now that it is sane.
Rafael Espindola
- [PATCH] Extend s{, n}printf custom wrappers to support '*' in the format specifiers
Lorenzo Martignoni
- [llvm] r227442 - Remove unused tokens in the ll lexer.
Sean Silva
- [llvm] r227445 - Adding missing #includes to try to get this to compile on Windows with Visual Studio.
Aaron Ballman
- [llvm] r227446 - Make the test actually test what it's supposed to test. Add a test for the from memory variant of vcvtph2ps for 256-bit.
Alex Rosenberg
- [PATCH] [X86][AVX2] Added support for 256-bit zero extension shuffle matching
Simon Pilgrim
- [PATCH] [Msan] Disable unit tests for non-FreeBSD functions on FreeBSD
Viktor Kutuzov
- [PATCH] [Msan] Fix the shmctl unit tests to pass on FreeBSD
Viktor Kutuzov
- [llvm] r227452 - Temporarily reverting the fuzzer library as it causes too many build issues for MSVC users. This reverts: 227445, 227395, 227389, 227357, 227254, 227252
Aaron Ballman
- [PATCH] [TODO] Add early exits for SCoPs we did not optimize
Johannes Doerfert
- [llvm] r227455 - [PowerPC] Complete setting the baseline for ppc64le
Bill Schmidt
- [llvm] r227456 - Attempting to fix a build issue with MSVC 2012; NFC
Aaron Ballman
- [llvm] r227457 - [Hexagon] Adding XTYPE/PRED intrinsic tests. Converting predicate types to i32 instead of i1.
Colin LeMahieu
- [llvm] r227458 - [X86] Use single add/sub for large stack offsets
Robert Lougher
- [llvm] r227459 - Oops -- accidentally commit some debug code! Removing that code; NFC (this time for real).
Aaron Ballman
- [PATCH] When canonicalizing gep indices, prefer zext when possible
Philip Reames
- [llvm] r227460 - [Hexagon] Deleting unused classes.
Colin LeMahieu
- [PATCH] [X86][SSE] Added general integer shuffle matching for MOVQ instruction
Simon Pilgrim
- [llvm] r227461 - R600/SI: Define a schedule model and enable the generic machine scheduler
Tom Stellard
- [llvm] r227462 - R600/SI: Remove stray debug statements
Tom Stellard
- [llvm] r227463 - [Hexagon] Adding CR intrinsic tests.
Colin LeMahieu
- [llvm] r227464 - Reverting r227452, which adds back the fuzzer library. Now excluding the fuzzer library based on LLVM_USE_SANITIZE_COVERAGE being set or unset.
Aaron Ballman
- [llvm] r227466 - [fuzzer] add FAQ section to the README.txt
Kostya Serebryany
- [llvm] r227468 - [fuzzer] minor cleanup based on reviews: remove redundant includes, fix a copy-pasto in tests
Kostya Serebryany
- [llvm] r227470 - [Support][Windows] Unify dialog box suppression and print stack traces on abort.
Michael J. Spencer
- [llvm] r227471 - [lto] Disable dialog boxes on crash on Windows.
Michael J. Spencer
- PBQP bugfix
Jonas Paulsson
- [compiler-rt] r227473 - [asan] Add one more wait-for-device in the Android setup script.
Evgeniy Stepanov
- [llvm] r227474 - [Hexagon] Deleting old variants of intrinsics and adding missing tests.
Colin LeMahieu
- [llvm] r227476 - Compute the ELF SectionKind from the flags.
Rafael Espindola
- [PATCH] [GVN} don't propagate equality comparisons of FP zero (PR22376)
Sanjay Patel
- [PATCH] Add AArch64 support to ASan instrumentation
Kostya Serebryany
- [llvm] r227478 - [fuzzer] fix warning in a test
Kostya Serebryany
- [llvm] r227479 - Disable compilation of llvm-pdbdump for versions of MSVC < 2013.
Zachary Turner
- PATCH: Don't warn if bash is missing
Aaron Ballman
- [PATCH] Add a pass for inserting safepoints into (nearly) arbitrary IR
Philip Reames
- [PATCH] Add a pass for constructing gc.statepoint sequences w/explicit relocations
Philip Reames
- [llvm] r227481 - DebugInfo: Teach Fast ISel to respect the debug location of comparisons in jumps
David Blaikie
- [llvm] r227482 - R600/SI: Fix tonga's basic scheduling model
Matt Arsenault
- [llvm] r227483 - R600/SI: Add subtarget feature for if f32 fma is fast
Matt Arsenault
- [llvm] r227484 - R600/SI: Implement enableAggressiveFMAFusion
Matt Arsenault
- [PATCH] [LoopReroll] Alter the data structures used during reroll validation.
James Molloy
- [llvm] r227485 - Missing test case for r227481
David Blaikie
- [llvm] r227486 - Remove erroneous REQUIRES: object-emission for asm test.
David Blaikie
- [llvm] r227487 - Refactor test to be reused across architectures
David Blaikie
- [llvm] r227488 - Matching ARM change for r227481: DebugInfo: Teach Fast ISel to respect the debug location of comparisons in jumps.
David Blaikie
- [llvm] r227489 - Add missing test from r227488
David Blaikie
- [llvm] r227490 - All signal handlers are required to have C language linkage in C++. This does not fix all signal handlers, but does fix the most recent one.
Aaron Ballman
- [llvm] r227491 - [GVN] don't propagate equality comparisons of FP zero (PR22376)
Sanjay Patel
- [llvm] r227493 - [Hexagon] Adding alu vector instructions
Colin LeMahieu
- [zorg] r227494 - Add sanitizer-x86_64-linux-fuzzer bot.
Sergey Matveev
- [llvm] r227495 - [Hexagon] Adding missing instruction encodings and tests.
Colin LeMahieu
- [compiler-rt] r227496 - [CMake] Get rid of TARGET_64_BIT_CFLAGS: explicitly list required flags for each architecture.
Alexey Samsonov
- [zorg] r227497 - Use GCC to configure autoconf LLVM build
Alexey Samsonov
- [llvm] r227498 - [Hexagon] Organizing tests and adding a few missing jump instruction encodings.
Colin LeMahieu
- [llvm] r227499 - [LoopReroll] Alter the data structures used during reroll validation.
James Molloy
- [lld] r227500 - PECOFF: Do not use LayoutPass and instead use simpler one.
Rui Ueyama
- [PATCH] AArch64: Make AArch64A57FPLoadBalancing output stable.
Geoff Berry
- [lld] r227501 - ELF: Remove dead code.
Rui Ueyama
- [PATCH] Fix statepoint verifier tests to actually test verifier.
Igor Laevsky
- [PATCH] Update comments to use unreachable instead of llvm.trap, as implemented now
Reid Kleckner
- [llvm] r227502 - Update comments to use unreachable instead of llvm.trap, as implemented now
Reid Kleckner
- [llvm] r227503 - Update comments to use unreachable instead of llvm.trap, as implemented now
Reid Kleckner
- [PATCH] Move DebugInfo to DebugInfo/DWARF
Zachary Turner
- [lld] r227504 - Add an assert to check atom ordinal.
Rui Ueyama
- [zorg] r227505 - sanitizer-x86_64-linux-autoconf: don't build lld, just clang
Alexey Samsonov
- [PATCH] AArch64: Add INITIALIZE_PASS_* macros to AArch64A57FPLoadBalancing.
Chad Rosier
- [PATCH] Correcting keyword highlighting in llvm-mode.el
Wilfred Hughes
- [llvm] r227506 - [AArch64] Add INITIALIZE_PASS macros to AArch64A57FPLoadBalancing.
Chad Rosier
- [llvm] r227507 - [fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This does not scale very well yet, but might be a good start.
Kostya Serebryany
- [llvm] r227508 - x86: Remove the W64ALLOCA pseudo
Reid Kleckner
- [PATCH] Implement the vpopcnt instructions for POWER8
Kit Barton
- [PATCH] Fix ARM peephole optimizeCompare to avoid optimizing unsigned cmp to 0.
Jan Voung
- [compiler-rt] r227509 - [compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc++, mmacosx-version-min and SDKs
Kuba Brecka
- [lld] r227510 - ELF: Check StringRef::getAsInteger's return value.
Rui Ueyama
- [llvm] r227511 - [LPM] Remove a PPC64 hack to try to work around a bad interaction
Chandler Carruth
- [llvm] r227512 - Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
- [llvm] r227513 - Get rid of a few calls through the subtarget to get the ABI
Eric Christopher
- [llvm] r227514 - Change SmallVector param to the more general ArrayRef; NFCI
Sanjay Patel
- [zorg] r227515 - sanitizer-x86_64-linux-autoconf: fix asan/android build invocation
Alexey Samsonov
- [PATCH] [LTOCodeGenerator] Iterate over all subtargets when collecting runtime library names that should be protected
Akira Hatanaka
- [llvm] r227516 - Remove unused header.
Eric Christopher
- [llvm] r227517 - Remove unnecessary calls to getSubtarget/getSubtargetImpl from the
Eric Christopher
- [llvm] r227519 - x86: Fix large model calls to __chkstk for dynamic allocas
Reid Kleckner
- [llvm] r227520 - x86: Remove unused variables not caught by MSVC =P
Reid Kleckner
- [llvm] r227521 - iOS doesn't have crt_externs.h available, so we fall back to the posix method.
Chris Bieneman
- [llvm] r227522 - iOS doesn't have histedit.h available. We should gate use of libedit on whether or not this headers exists.
Chris Bieneman
- [llvm] r227523 - Updating iOS.cmake to work with the latest Xcode and iOS 8 SDK.
Chris Bieneman
- Do not drop fast-math flags in SimplifyBinOp
Michael Zolotukhin
- [PATCH] Factor out statepoint verification into separate function.
Igor Laevsky
- [polly] r227524 - [FIX] Activated a pointer test and removed obsolete comment
Johannes Doerfert
- [PATCH] ELF: Don't use LayoutPass.
Rui Ueyama
- [llvm] r227525 - [PM] Remove two very old and dead forward declarations for the prior
Chandler Carruth
- [PATCH] [LoopVectorize] Split out RuntimePointerCheck from LoopVectorizationLegality
Adam Nemet
- [lld] r227526 - Remove unused #includes.
Rui Ueyama
- [PATCH] [LoopVectorize] Factor out a global emitLoopAnalysis
Adam Nemet
- [PATCH] [LoopVectorize] Add accessors for Num{Stores, Loads, PredStores} in AccessAnalysis
Adam Nemet
- [PATCH] [LoopVectorize] Split out LoopAccessAnalysis from LoopVectorizationLegality
Adam Nemet
- [PATCH] [LoopVectorize] Make hasVectorInstrinsicScalarOpd inline
Adam Nemet
- [PATCH] [LoopVectorize] Pass parameters explicitly to MemoryDepChecker
Adam Nemet
- [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
Adam Nemet
- PATCHES: R600/SI: mubuf addressing improvements
Tom Stellard
- [compiler-rt] r227527 - [TSan] Fix -Werror=sign-compare warning. NFC.
Alexey Samsonov
- [llvm] r227529 - This only needs TargetInstrInfo, not the specialized one.
Eric Christopher
- [llvm] r227530 - Clean up some uses of getSubtarget in AArch64.
Eric Christopher
- [llvm] r227531 - Remove a few getSubtarget calls in AArch64 pass manager initialization.
Eric Christopher
- [PATCH] Reassociate: cannot negate a INT_MIN value
Mehdi AMINI
- [llvm] r227532 - [llvm-lto] Add a line for setting LTOCodeGenerator's CPU string from command
Akira Hatanaka
- [llvm] r227533 - [LTO] Scan all per-function subtargets when collecting runtime library names.
Akira Hatanaka
- [lld] r227534 - Remove remaining code for PPC ELF target.
Rui Ueyama
- [llvm] r227535 - Remove calls to bare getSubtarget and clean up the functions
Eric Christopher
- [lld] r227536 - Remove unused parameter.
Rui Ueyama
- [llvm] r227538 - Migrate NVPTXISelDAGToDAG's getSubtarget to a runOnMachineFunction
Eric Christopher
- [llvm] r227539 - Remove unused argument.
Eric Christopher
- [llvm] r227541 - Migrate NVPTXISelLowering to take the subtarget that it's dependent
Eric Christopher
- [llvm] r227542 - Migrate a bare getSubtarget call to query the MachineFunction
Eric Christopher
- [lld] r227543 - Explicitly write type instead of auto.
Rui Ueyama
- [llvm] r227544 - Fix PR22386. The inliner moves static allocas to the entry basic block
Adrian Prantl
- [PATCH] R600/SI: Also enable WQM for image opcodes which calculate LOD
Michel Dänzer
- [llvm] r227546 - Migrage PPCRegisterInfo to use the cached subtarget.
Eric Christopher
- [llvm] r227547 - Migrate some of PPC away from the use of bare getSubtarget/getSubtargetImpl.
Eric Christopher
- [llvm] r227548 - Use the cached subtarget in PPCFrameLowering.
Eric Christopher
- [lld] r227549 - Replace SimpleFileWrapper with a function.
Rui Ueyama
- [llvm] r227550 - [AArch64]Fix PR21675, a bug about lowering llvm.ctpop.i32. We should noot use "DAG.getUNDEF(MVT::v8i8)" to get all zero vector.
Hao Liu
- [PATCH] [fuzzer] Add a gtest-style test
Kostya Serebryany
- [lld] r227551 - Remove useless DEBUG_WITH_TYPE.
Rui Ueyama
- [PATCH] [AArch64] Fix the bug PR21675 about lowering llvm.ctpop.i32
Hao Liu
- [PATCH] Introduce bitset global attribute and bitset lowering pass.
Peter Collingbourne
- [llvm] r227557 - [LoopVectorize] Induction variables: support arbitrary constant step.
Hao Liu
- [compiler-rt] r227559 - Replace code dup with a macro.
Yury Gribov
- [compiler-rt] r227560 - [Sanitizer] Make BlockingMutex really linker initialized.
Yury Gribov
- [PATCH] [TSan][MIPS64] Fix few more test cases for MIPS64
Sagar Thakur
- [llvm] r227561 - Move the target specific test case arbitrary-induction-step.ll to test/Transforms/LoopVectorize/AArch64 folder.
Hao Liu
- [llvm] r227562 - Change a very hot piece of code in TableGen's register unit computations to use bit vectors rather than arrays.
Owen Anderson
- [PATCH] Modularizing LICM
Ashutosh Nema
- [llvm] r227563 - Introduce llvm/test/LTO/ARM for arm-specific LTO test(s).
NAKAMURA Takumi
- [llvm] r227564 - Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific.
NAKAMURA Takumi
- [PATCH] Bugfix for missed dependency from store to load in buildSchedGraph().
Jonas Paulsson
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Vaidas Gasiunas
- [llvm] r227566 - [bitcode reader] Fix an assert on invalid type tables
Filipe Cabecinhas
- [llvm] r227568 - [mips] Manually replace JAL pseudo-instructions with their JALR equivalent, instead of using InstAlias.
Toma Tabacu
- [polly] r227569 - Correct a typo in a comment
Tobias Grosser
- [compiler-rt] r227570 - [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macro
Viktor Kutuzov
- [compiler-rt] r227571 - [Msan] Fix the shmctl unit tests to pass on FreeBSD
Viktor Kutuzov
- [compiler-rt] r227572 - [Sanitizers] Intercept gethost functions on FreeBSD
Viktor Kutuzov
- [PATCH] Fix makeLibCall argument (signed) in SoftenFloatRes_XINT_TO_FP function
Strahinja Petrovic
- [llvm] r227573 - Regenerate configure since r227090.
NAKAMURA Takumi
- [llvm] r227574 - [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for r227519.
NAKAMURA Takumi
- [llvm] r227575 - Fix a warning introduced by r227557 due to a default label in a fully
Chandler Carruth
- [llvm] r227576 - [PM] Sink the population of the pass manager with target-specific
Chandler Carruth
- [PATCH] [PM] Change the core design of the TTI analysis to use a polymorphic type erased interface and a single analysis pass rather than an extremely complex analysis group.
Chandler Carruth
- [PATCH] [ASan] Add use_madv_dontdump flag.
Yury Gribov
- [PATCH] [mips][ias] Make immediate zero synonymous with $zero when parsing registers.
Daniel Sanders
- [PATCH] Change clang driver to pass -target-abi option
Daniel Sanders
- [PATCH] Add memory variant of vcvtps2ph.
Alex Rosenberg
- [llvm] r227582 - tidy up; NFC
Sanjay Patel
- [llvm] r227584 - ARM: correct handling of .fpu directive
Saleem Abdulrasool
- [llvm] r227586 - Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
- [llvm] r227587 - Really really don't build llvm-pdbdump on MSVC < 2013.
Zachary Turner
- [llvm] r227588 - [Hexagon] Adding a number of vector load variants and organizing tests.
Colin LeMahieu
- [llvm] r227589 - Check bit widths before trying to get a type.
Filipe Cabecinhas
- [lld] r227590 - Wrap debug output with DEBUG().
Rui Ueyama
- [PATCH] Prevent hoisting fmul from THEN/ELSE to IF if there is fmsub/fmadd opportunity
Lawrence Hu
- [llvm] r227594 - Fix lli after the DebugInfo move.
Zachary Turner
- [llvm] r227595 - ARM: improve caret diagnostics for invalid FPU name
Saleem Abdulrasool
- [PATCH] Change more of the guts of CodeGenRegister's RegUnit tracking to be based on bit vectors.
Owen Anderson
- [llvm] r227598 - [Hexagon] Adding XTYPE/ALU vector instructions. Organizing test files.
Colin LeMahieu
- [llvm] r227599 - Fixup gold-plugin after r227576.
Alexey Samsonov
- [llvm] r227600 - Revert "Matching ARM change for r227481: DebugInfo: Teach Fast ISel to respect the debug location of comparisons in jumps."
Renato Golin
- [llvm] r227601 - Revert "Revert "Matching ARM change for r227481: DebugInfo: Teach Fast ISel to respect the debug location of comparisons in jumps.""
Renato Golin
- [llvm] r227602 - Revert "Add missing test from r227488"
Renato Golin
- [llvm] r227603 - ARM: further correct .fpu directive handling
Saleem Abdulrasool
- Few builders will be off -line temporally soon
Galina Kistanova
- [llvm] r227604 - Inliner: Use replaceDbgDeclareForAlloca() instead of splicing the
Adrian Prantl
- [llvm] r227605 - Remove a redundant dyn_cast.
Adrian Prantl
- [llvm] r227606 - [AArch64] Make AArch64A57FPLoadBalancing output stable.
Chad Rosier
- [PATCH] merge consecutive 16-byte loads into one 32-byte load (PR22329)
Sanjay Patel
- LTO API: lto_codegen_optimize and lto_codegen_compile_optimized
Manman Ren
- [llvm] r227607 - [Hexagon] Adding XTYPE/COMPLEX instructions and cleaning up tests.
Colin LeMahieu
- [llvm] r227608 - Remove the preverify pass from the documentation now that it has been removed
Yunzhong Gao
- [PATCH] R600/SI: 64-bit and larger memory access must be at least 4-byte aligned
Tom Stellard
- [llvm] r227609 - [Hexagon] Adding vector multiplies. Cleaning up tests.
Colin LeMahieu
- [lld] r227610 - ELF: Fix a bug in -l.
Rui Ueyama
- [llvm] r227611 - Win64: Put a REX_W prefix on all TAILJMP* instructions
Reid Kleckner
- [llvm] r227612 - [Hexagon] Adding vector permutation instructions and tests.
Colin LeMahieu
- [llvm] r227613 - [Hexagon] Adding vector predicate instructions.
Colin LeMahieu
- [llvm] r227614 - Silence "not all paths return a value" warning in MSVC
Reid Kleckner
- [llvm] r227615 - [X86] Cleanup tabs in test vector-zext.ll. NFC.
Ahmed Bougacha
- [zorg] r227617 - sanitizer-x86_64-linux-autoconf: make tsan_analyze failures non-fatal
Alexey Samsonov
- [llvm] r227618 - R600/SI: Handle SI_SPILL_V96_RESTORE in SIRegisterInfo::eliminateFrameIndex()
Tom Stellard
- [PATCH] Allow PRE to duplicate loads in LICM like loop case
Philip Reames
- [llvm] r227619 - [Hexagon] Adding vector shift instructions and tests.
Colin LeMahieu
- [llvm] r227620 - Add one more vim swap file pattern
Michael Liao
- [llvm] r227621 - Add a similar templated cast for getSubtarget off of the MachineFunction
Eric Christopher
- [llvm] r227622 - Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl
Eric Christopher
- [llvm] r227623 - Remove extraneous forward declaration.
Eric Christopher
- [llvm] r227624 - Remove unused function.
Eric Christopher
- [llvm] r227625 - Fix memory leak in WinEHPrepare introduced in r227405.
Alexey Samsonov
- [llvm] r227626 - NFC. Making printOptionValues an API on the parser class.
Chris Bieneman
- [llvm] r227628 - [PBQP] Fix transposed worst row/column check in handleAdd/RemoveNode in the PBQP
Lang Hames
- [PATCH] [zorg] Add LLDB x86_64 Ubuntu 14.10 builder.
Rick Foos
- [lld] r227631 - GNU LD option export-dynamic can accept single dash flag.
Davide Italiano
- [llvm] r227632 - Add ARM test for r227489, but XFAIL because this is actually more work than it appeared to be.
David Blaikie
- [compiler-rt] r227633 - Remove unused function.
Alexey Samsonov
- [compiler-rt] r227634 - [TSan] Fix Go build.
Alexey Samsonov
- [llvm] r227635 - [AArch64] Robustize neon-scalar-copy.ll tests. NFC.
Ahmed Bougacha
- [llvm] r227636 - Fix statepoint verifier tests to actually test verifier.
Philip Reames
- [llvm] r227638 - Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
- [llvm] r227639 - [fuzzer] Add a gtest-style test
Kostya Serebryany
- [llvm] r227640 - Factor out statepoint verification into separate function. (NFC)
Philip Reames
- [PATCH] Remove invalid const qualifier for r0, since it is written by svc.
Stephen Hines
- [llvm] r227642 - [AArch64] Add a few more DUP testcases. NFC.
Ahmed Bougacha
- [llvm] r227643 - Avoid using the cast and use the templated accessor function.
Eric Christopher
- [llvm] r227644 - Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
- [PATCH] [AArch64] Prefer DUP/MOV ("CPY") to INS for vector_extract.
Ahmed Bougacha
- [llvm] r227645 - Add PPC test for r227481, but XFAIL because this is actually more work than it appeared to be.
David Blaikie
- [llvm] r227647 - Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
- [llvm] r227648 - Remove the last vestiges of resetOperationActions.
Eric Christopher
- [llvm] r227649 - Add the -section option to llvm-objdump used with -macho that takes the argument
Kevin Enderby
- [dragonegg] r227652 - Creating release candidate rc2 from release_360 branch
Hans Wennborg
- [test-suite] r227653 - Creating release candidate rc2 from release_360 branch
Hans Wennborg
- [lld] r227660 - Creating release candidate rc2 from release_360 branch
Hans Wennborg
- [PATCH] Use ImmutableCallSite for statepoint verification.
Igor Laevsky
- [PATCH] [compiler-rt] Allow suppression file paths be relative to the location of the executable.
Anna Zaks
- [PATCH] Add straight-line strength reduction to LLVM
Jingyue Wu
- [llvm] r227664 - [fuzzer] add flags to run fuzzer in multiple parallel processes
Kostya Serebryany
- [compiler-rt] r227665 - Revert "Remove unused function."
Alexey Samsonov
- [lld] r227666 - ELF: Don't use LayoutPass.
Rui Ueyama
- [llvm] r227667 - ARM: support stack probe size on Windows on ARM
Saleem Abdulrasool
- [PATCH] MachO: Move LayoutPass to MachO directory.
Rui Ueyama
- [PATCH] [NVPTX] Emit .pragma "nounroll" for loops marked with nounroll
Jingyue Wu
- [llvm] r227669 - [PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
- [llvm] r227670 - ARM: make a table more readable (NFC)
Saleem Abdulrasool
- [lld] r227671 - Remove dead code.
Rui Ueyama
- [lld] r227672 - Make atom collections private.
Rui Ueyama
- [PATCH] libc++ tests: wait_until.pass test sporadically fails (bug 21998)
Eric Fiselier
- [llvm] r227673 - llvm-readobj: add a test case for ARM_MOV32(T) base relocation
Saleem Abdulrasool
- [llvm] r226314 - llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration
Saleem Abdulrasool
- [PATCH] [LoopVectorize] Move RuntimePointerCheck under LoopAccessAnalysis
Adam Nemet
- [llvm] r227678 - Change more of the guts of CodeGenRegister's RegUnit tracking to be based on bit vectors.
Owen Anderson
- [PATCH] Replace another std::set in the core of CodeGenRegister, this time with sorted arrays.
Owen Anderson
- [llvm] r227682 - Replace another std::set in the core of CodeGenRegister, this time with sorted arrays.
Owen Anderson
- [compiler-rt] r227683 - [asan][mips] Fix MIPS64 Asan mapping
Kumar Sukhani
- [PATCH] [asan][mips][compiler-rt] Fix MIPS64 Asan mapping
Kumar Sukhani
- [llvm] r227684 - [asan][mips] Fix MIPS64 Asan mapping
Kumar Sukhani
- [llvm] r227685 - [PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
- [zorg] r227687 - Add slave sanitizer-buildbot5.
Sergey Matveev
- [llvm] r227688 - [X86][SSE] Shuffle mask decode support for zero extend, scalar float/double moves and integer load instructions
Simon Pilgrim
- [llvm] r227689 - Removed SSE lane blend findCommutedOpIndices overrides. NFCI.
Simon Pilgrim
- [llvm] r227690 - Removed a spurious semicolon; NFC
Aaron Ballman
- [PATCH] Remove unused variable.
Diego Novillo
- [llvm] r227691 - Remove unused variable.
Diego Novillo
- [PATCH] [libcxx] Don't assume LIT_EXECUTABLE points to a Python script
Greg Fitzgerald
- [llvm] r227692 - X86: silence a GCC warning
Saleem Abdulrasool
- [PATCH] Use ".arch_extension" ARM directive to specify the additional CPU features
Sumanth Gundapaneni
- [llvm] r227693 - R600/SI: Only select cvt_flr/cvt_rpi with no NaNs.
Matt Arsenault
- [lld] r227694 - Implement semantic action for SEARCH_DIR linker script command
Rafael Auler
- [llvm] r227697 - Fix typo
Matt Arsenault
- [PATCH] R600/SI: Fix f64 inline immediates
Matt Arsenault
- [PATCH] [LoopVectorize] Rename the Report class to VectorizationReport
Adam Nemet
- [llvm] r227698 - [PM] Remove a bunch of stale TTI creation method declarations. I nuked
Chandler Carruth
- [llvm] r227699 - [CMake] LLVMTarget requires Intrinsics.gen since r227669 introduced llvm/Analysis/TargetTransformInfo.h.
NAKAMURA Takumi
- [llvm] r227700 - [CMake] LLVMLTO requires Intrinsics.gen since r227685 introduced llvm/Analysis/TargetTransformInfo.h.
NAKAMURA Takumi
- [llvm] r227701 - Add missing tags.
Adrian Prantl
- [llvm] r227702 - Fix PR22393. When recursively replacing an aggregate with a smaller
Adrian Prantl
- [PATCH] [ELF] Implement semantic action for ENTRY linker script command
Davide Italiano
- [llvm] r227703 - [NVPTX] Emit .pragma "nounroll" for loops marked with nounroll
Jingyue Wu
- [llvm] r227704 - [SeparateConstOffsetFromGEP] set PreservesCFG flag
Jingyue Wu
- [llvm] r227705 - [SeparateConstOffsetFromGEP] skip optnone functions
Jingyue Wu
- [lld] r227706 - [ELF] got/got.plt sections are handled as typeGOT
Shankar Easwaran
- [lld] r227707 - [ELF] Set order of ctors/dtors section
Shankar Easwaran
- [lld] r227708 - [ELF] Implement semantic action for ENTRY linker script command.
Davide Italiano
- [lld] r227709 - [ELF] Don't compare an atom with itself in compareByPosition().
Davide Italiano
- [lld] r227710 - Remove trailing whitespace introduced in r227709.
Davide Italiano
- [lld] r227711 - [test] Add test for section groups and deadstrip
Shankar Easwaran
- [llvm] r227715 - [PM] Refactor the analysis registration and pass pipeline parsing to
Chandler Carruth
- [llvm] r227717 - Removed assert that doesn't typecheck and breaks debug MSVC build.
Michael Kuperstein
- [llvm] r227718 - AVX2: Added 2 more tests for gather intrinsics.
Elena Demikhovsky
- [llvm] r227720 - [X86] Add a few target specific nodes to 'getTargetNodeName'
Craig Topper
- [llvm] r227721 - [PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to
Chandler Carruth
- [llvm] r227723 - [PM] Switch to a ranged based for loop. NFC
Chandler Carruth
- [llvm] r227724 - [PM] Teach the module-to-function adaptor to not run function passes
Chandler Carruth
- [llvm] r227725 - [PM] Port EarlyCSE to the new pass manager.
Chandler Carruth
- [llvm] r227726 - [PM] Port SimplifyCFG to the new pass manager.
Chandler Carruth
- [llvm] r227727 - [PM] Clean up a stale comment that came from a differnt pass when
Chandler Carruth
- [llvm] r227728 - [X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
- [www] r227729 - Update the fosdem schedule (remove the hour, update the schedule) + add the first slide
Sylvestre Ledru
- [llvm] r227730 - [multiversion] Thread a function argument through all the callers of the
Chandler Carruth
- [llvm] r227731 - [multiversion] Implement the old pass manager's TTI wrapper pass in
Chandler Carruth
- [llvm] r227733 - EarlyCSE: Replace custom hash mixing with Hashing.h
Benjamin Kramer
- [llvm] r227734 - [multiversion] Remove a false freedom to leave the TargetMachine pointer
Chandler Carruth
- [llvm] r227735 - [multiversion] Switch all of the targets over to use the
Chandler Carruth
- [llvm] r227736 - [multiversion] Remove another place we were "handling" nullptr even
Chandler Carruth
- [llvm] r227737 - [multiversion] Remove the cached TargetMachine pointer from the
Chandler Carruth
- [PATCH] [X86] Integer multiplication improvements
Michael Kuperstein
- [llvm] r227738 - [multiversion] Switch the TTI queries from TargetMachine to Subtarget
Chandler Carruth
- [www] r227739 - More slides
Sylvestre Ledru
- [www] r227740 - fix a typo
Sylvestre Ledru
- [llvm] r227741 - [multiversion] Remove the function parameter from the unrolling
Chandler Carruth
- [www] r227742 - David's slides
Sylvestre Ledru
- [llvm] r227743 - [multiversion] Kill FunctionTargetTransformInfo, TTI itself is now
Chandler Carruth
- [llvm] r227744 - Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Reported initially on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772302 & https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772301
Sylvestre Ledru
- [llvm] r227745 - [PowerPC] Make r2 allocatable on PPC64/ELF for some leaf functions
Hal Finkel
- [llvm] r227746 - Revert r227728 due to bad line endings.
Michael Kuperstein
- [llvm] r227747 - [LoopVectorize] Split out RuntimePointerCheck from LoopVectorizationLegality
Adam Nemet
- [llvm] r227748 - [LoopVectorize] Factor out duplicated code into Report::emitAnalysis
Adam Nemet
- [llvm] r227749 - [LoopVectorize] Rename the Report class to VectorizationReport
Adam Nemet
- [llvm] r227750 - [LoopVectorize] Add accessors for Num{Stores, Loads, PredStores} in AccessAnalysis
Adam Nemet
- [llvm] r227751 - [LoopVectorize] Split out LoopAccessAnalysis from LoopVectorizationLegality
Adam Nemet
- [llvm] r227752 - [X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
- [llvm] r227753 - [LoopVectorize] Make hasVectorInstrinsicScalarOpd inline
Adam Nemet
- [llvm] r227754 - [LoopVectorize] Pass parameters explicitly to MemoryDepChecker
Adam Nemet
- [llvm] r227755 - [LoopVectorize] Move RuntimePointerCheck under LoopAccessAnalysis
Adam Nemet
- [llvm] r227756 - [LoopVectorize] Move LoopAccessAnalysis to its own module
Adam Nemet
- [llvm] r227757 - Include cstddef in EquivalenceClasses.h
Adam Nemet
- [llvm] r227758 - [PowerPC] Better scheduling for isel on P7/P8
Hal Finkel
- [llvm] r227759 - [PowerPC] VSX stores don't also read
Hal Finkel
- [llvm] r227760 - ValueTracking: Make isSafeToSpeculativelyExecute a little cleaner
David Majnemer
- [PATCH] [InstCombine] Lower unknown @llvm.objectsize early.
Nuno Lopes
- [llvm] r227761 - FoldingSetVectorIterator is just a subset of pointee_iterator, remove it.
Benjamin Kramer
- [llvm] r227763 - [PowerPC] Add implicit ops to conditional returns in PPCEarlyReturn
Hal Finkel
- [llvm] r227766 - LoopVectorize: Remove initializer list that blocks MSVC.
Benjamin Kramer
- [llvm] r227767 - [PowerPC] Remove the PPCVSXCopyCleanup pass
Hal Finkel
- [llvm] r227770 - [PowerPC] Put PPCVSXFMAMutate into its own source file
Hal Finkel
- [PATCH] Add supporting for dumping the COFF debug FPO section.
Jeff Muizelaar
- [llvm] r227771 - [PowerPC] Put PPCVSXCopy into its own source file
Hal Finkel
- [llvm] r227772 - [PowerPC] Remove unnecessary include
Hal Finkel
- [PATCH] [lld] Make ELFLinkingContext own LinkerScript buffers
Rafael Auler
- [llvm] r227775 - [PowerPC] Put PPCEarlyReturn into its own source file
Hal Finkel
- [llvm] r220540 - [AVX512] FMA support for the 231 variants
Hal Finkel
- [PATCH] STLExtras: Provide less/equal functors with templated function call operators, plus a deref'ing functor template utility
David Blaikie
- [llvm] r227776 - [Orc] Add sensible defaults for the ObjectLinkingLayer constructor.
Lang Hames
- [PATCH] [Bitcode reader] Fix a few assertions when reading invalid files
Filipe Cabecinhas
- [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
Davide Italiano
- [PATCH] Resurrect the assertion removed by r227717
Jingyue Wu
- [llvm] r227778 - [Orc] Make the ObjectLinkingLayer take ownership of object files until
Lang Hames
- [llvm] r227779 - [Orc] Remove the OwnedModules list from OrcMCJITReplacement and use
Lang Hames
- [llvm] r227780 - [Orc] Regression tests for OrcMCJITReplacement.
Lang Hames
- [llvm] r227783 - gold-plugin.cpp: Fixup r227599 corresponding to r227685 and r227731 -- Don't lose DataLayoutPass.
NAKAMURA Takumi
- [PATCH] [ELF] Implement action for OUTPUT linker script command
Davide Italiano
- [lld] r227784 - [ELF] Determine default search directories from Context.
Shankar Easwaran
- [llvm] r227785 - [Orc] Remove one of the OrcMCJITReplacement regression tests while I
Lang Hames
- [lld] r227786 - [ELF] Support for parsing OUTPUT command in LinkerScript
Davide Italiano
- [lld] r227787 - [ELF] Implement action for OUTPUT linker script command
Davide Italiano
Last message date:
Sun Feb 1 23:33:32 PST 2015
Archived on: Tue Aug 4 17:12:16 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).