The Week Of Monday 14 April 2014 Archives by subject
Starting: Mon Apr 14 00:02:57 PDT 2014
Ending: Sun Apr 20 23:08:46 PDT 2014
Messages: 908
- [compiler-rt] r206158 - [asan] provide better reports for cases where memcpy/etc get negative size parameter. Also fix a typo found by Tetsuo Kiso
Kostya Serebryany
- [compiler-rt] r206160 - [asan] don't use bool in public interface, make sure the interface headers are usable in plain C
Kostya Serebryany
- [compiler-rt] r206178 - [asan] added internal flag mmap_limit_mb
Kostya Serebryany
- [compiler-rt] r206178 - [asan] added internal flag mmap_limit_mb
Hans Wennborg
- [compiler-rt] r206178 - [asan] added internal flag mmap_limit_mb
Kostya Serebryany
- [compiler-rt] r206178 - [asan] added internal flag mmap_limit_mb
Hans Wennborg
- [compiler-rt] r206178 - [asan] added internal flag mmap_limit_mb
Kostya Serebryany
- [compiler-rt] r206179 - [msan] Intercept wcsftime().
Evgeniy Stepanov
- [compiler-rt] r206180 - [asan] Do not use lambda in sanitizer lit tests.
Evgeniy Stepanov
- [compiler-rt] r206180 - [asan] Do not use lambda in sanitizer lit tests.
David Blaikie
- [compiler-rt] r206180 - [asan] Do not use lambda in sanitizer lit tests.
Evgeniy Stepanov
- [compiler-rt] r206180 - [asan] Do not use lambda in sanitizer lit tests.
Evgeniy Stepanov
- [compiler-rt] r206182 - [asan] Fix mmap_limit_mb test to not use C++11.
Evgeniy Stepanov
- [compiler-rt] r206199 - sanitizer_deadlock_detector.h: MSVC 2012 doesn't like compound literals
Hans Wennborg
- [compiler-rt] r206199 - sanitizer_deadlock_detector.h: MSVC 2012 doesn't like compound literals
Kostya Serebryany
- [compiler-rt] r206199 - sanitizer_deadlock_detector.h: MSVC 2012 doesn't like compound literals
Hans Wennborg
- [compiler-rt] r206200 - sanitizer_atomic_msvc.h: add atomic_fetch_{add, sub} overloads for uintptr_t
Hans Wennborg
- [compiler-rt] r206262 - [asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)
Kostya Serebryany
- [compiler-rt] r206274 - [ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.
Alexander Potapenko
- [compiler-rt] r206280 - [asan] fix the alloctor code to not use opaque data structure, which was larger than needed. This was a leftover of the allocator1=>allocator2 migration; thanks Yuri Gribov for reminding
Kostya Serebryany
- [compiler-rt] r206367 - [asan] try to harden __tls_get_addr interceptor against signals (no good test still); update the comment in a test.
Kostya Serebryany
- [compiler-rt] r206387 - [asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with -mllvm -asan-instrumentation-with-call-threshold=N this will be a workaround for PR17409
Kostya Serebryany
- [compiler-rt] r206423 - Move pthread_cond_* interceptors from sanitizer_common with all the ugly hacks to TSan
Alexey Samsonov
- [compiler-rt] r206470 - [asan] fix a bug in outlined asan checks and in the corresponding test (ouch)
Kostya Serebryany
- [compiler-rt] r206477 - [ASan] Change AddressSanitizer.LoadStoreCallbacks to use asan_malloc and asan_free.
Alexander Potapenko
- [compiler-rt] r206477 - [ASan] Change AddressSanitizer.LoadStoreCallbacks to use asan_malloc and asan_free.
Kostya Serebryany
- [compiler-rt] r206578 - tsan: add benchmark that allows to investigate shadow memory consumption
Dmitry Vyukov
- [compiler-rt] r206584 - [msan] Add new MSan callbacks for instrumentation-with-calls mode.
Evgeniy Stepanov
- [compiler-rt] r206586 - [msan] Missing declarations for the new interface functions.
Evgeniy Stepanov
- [compiler-rt] r206587 - [msan] Run msan_test in the new with-calls mode.
Evgeniy Stepanov
- [compiler-rt] r206589 - [msan] Add missing quotes.
Evgeniy Stepanov
- [compiler-rt] r206593 - [asan] Reenable tests that should pass since PR19207 is fixed.
Evgeniy Stepanov
- [lld] r206358 - [Mips] Emit PLT entries for more static relocations.
Simon Atanasyan
- [lld] r206417 - [ELF] Support --defsym=<symbol>=<symbol>.
Rui Ueyama
- [lld] r206419 - Attempt to unbreak FreeBSD/AMD64 buildbot.
Rui Ueyama
- [lld] r206428 - Second attempt to unbreak the buildbot.
Rui Ueyama
- [lld] r206432 - Silence the test failure on FreeBSD for now.
Rui Ueyama
- [lld] r206484 - [Mips] Fix typo in the test.
Simon Atanasyan
- [lld] r206538 - [ELF] Fix typo that caused a test to fail on FreeBSD.
Rui Ueyama
- [lld] r206560 - [ELF] Fix GNU_RELRO section name.
Rui Ueyama
- [lld] r206633 - [PECOFF] Support /manifestuac:NO.
Rui Ueyama
- [lld] r206636 - [PECOFF] Ignore /ignore option.
Rui Ueyama
- [lld] r206638 - Use switch for readability.
Rui Ueyama
- [lld] r206639 - Remove redundant "explicit" keywords.
Rui Ueyama
- [lld] r206645 - [PECOFF] Add one more test for r206633.
Rui Ueyama
- [lld] r206647 - [PECOFF] Support LIBRARY directive.
Rui Ueyama
- [lld] r206648 - [PECOFF] Win64 DLL entry function name is _DllMainCRTStartup.
Rui Ueyama
- [lld] r206651 - Fix broken test.
Rui Ueyama
- [lld] r206662 - Add support for building Sphinx documentation when being built inside LLVM source tree and using CMake.
Reid Kleckner
- [llvm] r195052 - Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value
Eric Christopher
- [llvm] r198093 - Disable transforms that introduce calls to exp10*() on Linux due to
İsmail Dönmez
- [llvm] r204489 - ProfileData: Introduce InstrProfWriter using the naive text format
Nick Lewycky
- [llvm] r204489 - ProfileData: Introduce InstrProfWriter using the naive text format
Justin Bogner
- [llvm] r204544 - ARM IAS: properly handle function entries in .thumb
NAKAMURA Takumi
- [llvm] r204790 - Fix PR19239 - Add support for generating debug info for functions without lexical scopes and/or debug info at all
Eric Christopher
- [llvm] r205076 - Completely rewrite ELFObjectWriter::RecordRelocation.
Artyom Skrobov
- [llvm] r205529 - Fix for PR 19261:
Daniel Sanders
- [llvm] r205529 - Fix for PR 19261:
Eric Christopher
- [llvm] r205731 - R600: Match 24-bit arithmetic patterns in a Target DAGCombine
Tom Stellard
- [llvm] r206093 - Reenable use of TBAA during CodeGen
Richard Sandiford
- [llvm] r206094 - X86: Remove TargetMachine CPU auto-detection.
NAKAMURA Takumi
- [llvm] r206094 - X86: Remove TargetMachine CPU auto-detection.
Jim Grosbach
- [llvm] r206104 - Add extra checks to mvn.ll test to prevent the "f1" check from matching
Nick Lewycky
- [llvm] r206130 - Fix instruction debug info location during legalization
Eric Christopher
- [llvm] r206130 - Fix instruction debug info location during legalization
David Blaikie
- [llvm] r206146 - tools: simplify symbol handling in objdump
Evgeniy Stepanov
- [llvm] r206146 - tools: simplify symbol handling in objdump
Saleem Abdulrasool
- [llvm] r206146 - tools: simplify symbol handling in objdump
Saleem Abdulrasool
- [llvm] r206153 - Revert r206045, "Fix shift by constants for vector."
NAKAMURA Takumi
- [llvm] r206153 - Revert r206045, "Fix shift by constants for vector."
Hao Liu
- [llvm] r206154 - Whitespace.
NAKAMURA Takumi
- [llvm] r206163 - [XCore] Don't create invalid MKMSK instructions inside loadImmediate().
Richard Osborne
- [llvm] r206164 - Display the name of the project failing the url check in the release script
Arnaud A. de Grandmaison
- [llvm] r206166 - ARM64: start porting regression test suite from AArch64
Tim Northover
- [llvm] r206167 - ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).
Tim Northover
- [llvm] r206168 - ARM64: add support for AArch64's addsub_ext.ll
Tim Northover
- [llvm] r206169 - ARM64: enable more regression tests from AArch64
Tim Northover
- [llvm] r206170 - ARM64: add patterns for csXYZ with reversed operands.
Tim Northover
- [llvm] r206171 - AArch64/ARM64: enable directcond.ll test on ARM64.
Tim Northover
- [llvm] r206172 - ARM64: remove buggy REV16 pattern.
Tim Northover
- [llvm] r206174 - AArch64: add newline to end of test files.
Tim Northover
- [llvm] r206175 - ARM64: specify full triple in tests to pacify Windows.
Tim Northover
- [llvm] r206177 - Teach llvm-lto to respect the given RelocModel.
James Molloy
- [llvm] r206183 - [mips] Fix more incorrect uses of HasMips64 and isMips64()
Daniel Sanders
- [llvm] r206185 - [mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 tests with -mcpu=mips4 as a starting point
Daniel Sanders
- [llvm] r206187 - [mips] Fix fcopysign for MIPS-IV and add the test.
Daniel Sanders
- [llvm] r206190 - tools: fix heap-buffer-overrun detected via ASAN
Saleem Abdulrasool
- [llvm] r206192 - Fix up MCFixup::getAccessVariant to handle unary expressions.
Kaelyn Takata
- [llvm] r206193 - Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.
Richard Trieu
- [llvm] r206193 - Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.
Nick Lewycky
- [llvm] r206193 - Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.
Reid Kleckner
- [llvm] r206193 - Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.
Duncan P. N. Exon Smith
- [llvm] r206193 - Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.
Nick Lewycky
- [llvm] r206193 - Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.
Robinson, Paul
- [llvm] r206194 - Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of basic blocks inside loops correctly.
Akira Hatanaka
- [llvm] r206195 - Remove a variable from r206192 that is only used in an assert.
Kaelyn Takata
- [llvm] r206196 - Replace two calls to object::symbol_iterator::increment(), which had
Kaelyn Takata
- [llvm] r206197 - [ARM64] Add big endian target arm64_be.
James Molloy
- [llvm] r206198 - [ARM64] Port over missing subtarget features, and CPU definitions from AArch64.
James Molloy
- [llvm] r206207 - Add a flag to disable the ARM64DeadRegisterDefinitionsPass
Louis Gerbarg
- [llvm] r206208 - Fix for codegen bug that could cause illegal cmn instruction generation
Louis Gerbarg
- [llvm] r206209 - [cleanup] Run clang-format over most of YAMLParser.h to fix a bunch of
Chandler Carruth
- [llvm] r206210 - Re-apply r206096 after investigating the gdb buildbot failure.
Adrian Prantl
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Quentin Colombet
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Eric Christopher
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Quentin Colombet
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Eric Christopher
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Quentin Colombet
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Eric Christopher
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Jim Grosbach
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Quentin Colombet
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Andrew Trick
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Jim Grosbach
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Quentin Colombet
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Andrew Trick
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Tim Northover
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Andrew Trick
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Jiangning Liu
- [llvm] r206211 - [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Quentin Colombet
- [llvm] r206214 - Revert "Revert r206045, "Fix shift by constants for vector.""
Matt Arsenault
- [llvm] r206215 - [CMake] Reformat, if(MSVC)...else()...endif()
NAKAMURA Takumi
- [llvm] r206218 - Use FrameSetup on frame instructions for the Mips port.
Eric Christopher
- [llvm] r206219 - Change argument order and add explanatory comment to r206130
David Blaikie
- [llvm] r206220 - X86: Nuke one more CPU autodetect blurb.
Jim Grosbach
- [llvm] r206222 - Use std::unique_ptr for DIE children
David Blaikie
- [llvm] r206225 - [Allocator] Factor the Allocate template overloads into a base class
Chandler Carruth
- [llvm] r206226 - [Allocator] Hack around the fact that GCC can't compile the
Chandler Carruth
- [llvm] r206228 - [ARM64][MC] Set the default CPU string to generic.
Quentin Colombet
- [llvm] r206228 - [ARM64][MC] Set the default CPU string to generic.
James Molloy
- [llvm] r206228 - [ARM64][MC] Set the default CPU string to generic.
Quentin Colombet
- [llvm] r206230 - [Allocator] Add Deallocate support to the AllocatorBase CRTP class,
Chandler Carruth
- [llvm] r206230 - [Allocator] Add Deallocate support to the AllocatorBase CRTP class,
Philip Reames
- [llvm] r206230 - [Allocator] Add Deallocate support to the AllocatorBase CRTP class,
Chandler Carruth
- [llvm] r206235 - [Register Coalescer] Add a test case for 206060.
Quentin Colombet
- [llvm] r206236 - [MC] Emit an error if cfi_startproc is used before a symbol is defined.
Quentin Colombet
- [llvm] r206238 - Add iterator_range for MachineInstr defs.
Jim Grosbach
- [llvm] r206239 - [ARM64, C++11]: Range'ify the dead-register-definition pass.
Jim Grosbach
- [llvm] r206240 - X86JITInfo: [x86] Use X86CompilationCallback_SSE() along;
NAKAMURA Takumi
- [llvm] r206241 - [MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
- [llvm] r206242 - Use std::unique_ptr to manage MCBasicBlocks in MCFunction.
David Blaikie
- [llvm] r206243 - [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
Craig Topper
- [llvm] r206244 - Use unique_ptr to own MCFunctions within MCModule.
David Blaikie
- [llvm] r206245 - Use unique_ptr for section/segment ownership in WinCOFFObjectWriter
David Blaikie
- [llvm] r206246 - Use unique_ptr to manage ownership of GCStrategy objects in GCMetadata
David Blaikie
- [llvm] r206248 - Use unique_ptr for the result of Registry entries.
David Blaikie
- [llvm] r206249 - Use unique_ptr to manage ownership of GCFunctionInfos in GCStrategy
David Blaikie
- [llvm] r206250 - Use unique_ptr to manage TypePromotionActions owned by TypePromotionTransaction.
David Blaikie
- [llvm] r206251 - [Allocator] Constrain the Deallocate templated overloads to only apply
Chandler Carruth
- [llvm] r206252 - [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
Craig Topper
- [llvm] r206253 - Add a DenseMapInfo specialization for PointerUnion. In tree user to land shortly.
Nick Lewycky
- [llvm] r206254 - [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
Craig Topper
- [llvm] r206255 - Break PseudoSourceValue out of the Value hierarchy. It is now the root of its own tree containing FixedStackPseudoSourceValue (which you can use isa/dyn_cast on) and MipsCallEntry (which you can't). Anything that needs to use either a PseudoSourceValue* and Value* is strongly encouraged to use a MachinePointerInfo instead.
Nick Lewycky
- [llvm] r206256 - [Allocator] MSVC apparantly has broken SFINAE context handling of
Chandler Carruth
- [llvm] r206257 - Fix broken build of llvm using clang.
Nick Lewycky
- [llvm] r206259 - [Allocator] Fix r206256 which got the enabling case backwards on these
Chandler Carruth
- [llvm] r206261 - X86JITInfo: [x86] Rework r206240, X86CompilationCallback_SSE() should be called for SSE-enabled code generator, even if LLVM is not built with -msse.
NAKAMURA Takumi
- [llvm] r206265 - [Allocator] Pass the size to the deallocation function. This, on some
Chandler Carruth
- [llvm] r206266 - D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Alexey Bataev
- [llvm] r206266 - D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Hal Finkel
- [llvm] r206267 - [Allocator] Finally, finish nuking the redundant code that led me here
Chandler Carruth
- [llvm] r206271 - vect.omp.persistence.ll REQUIRES asserts due to -debug-only.
NAKAMURA Takumi
- [llvm] r206272 - Current definition of subtract with immediate instruction aliases uses CodeGenOnly defined instructions and post matcher expansion methods to emit real instructions add with immediate. However, they can directly alias add with immediate instruction and remove unnecessary definitions and code in MipsAsmParser.cpp. This patch makes no change in functionality, just removes unnecessary definitions and code.
Vladimir Medic
- [llvm] r206276 - Optional hash symbol feature support for ARM64
Stepan Dyatkovskiy
- [llvm] r206279 - ARM64AsmParser.cpp: Fix vg_leak in MC/ARM64/fp-encoding.s.
NAKAMURA Takumi
- [llvm] r206281 - AArch64/ARM64: add dp tests from AArch64
Tim Northover
- [llvm] r206282 - AArch64/ARM64: add more arm64 lines to AArch64 regression tests
Tim Northover
- [llvm] r206283 - FastISel: constrain the RegClass of operands when emitting instructions.
Tim Northover
- [llvm] r206284 - ARM64: add constraints to various FastISel operations
Tim Northover
- [llvm] r206285 - AArch64/ARM64: copy patterns for fixed-point conversions
Tim Northover
- [llvm] r206286 - AArch64/ARM64: add half as a storage type on ARM64.
Tim Northover
- [llvm] r206287 - AArch64/ARM64: add patterns for various commutations of FNMADD.
Tim Northover
- [llvm] r206288 - AArch64/ARM64: add support for large code-model jump tables.
Tim Northover
- [llvm] r206289 - AArch64/ARM64: only mangle MOVZ/MOVN during encoding when needed
Tim Northover
- [llvm] r206290 - AArch64/ARM64: add missing pattern for extending load.
Tim Northover
- [llvm] r206291 - AArch64/ARM64: enable more AArch64 tests on ARM64.
Tim Northover
- [llvm] r206292 - MipsAsmParser::ParseRegister(): Be responsible to delete an Operand on a temporary Operands.
NAKAMURA Takumi
- [llvm] r206293 - MipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMem(). Mem.Base is managed by k_Memory itself.
NAKAMURA Takumi
- [llvm] r206297 - Use unique_ptr to manage PassInfo instances in the PassRegistry
David Blaikie
- [llvm] r206299 - verify-di: split out VerifierSupport
Duncan P. N. Exon Smith
- [llvm] r206300 - verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
- [llvm] r206305 - verify-di: Add back braces for MSVC compatability
Duncan P. N. Exon Smith
- [llvm] r206306 - LTO: Add more loop simplification passes to LTO
Duncan P. N. Exon Smith
- [llvm] r206307 - Split byval argument initialization so the memcpy(s) are injected at the
Julien Lerouge
- [llvm] r206308 - Add lifetime markers for allocas created to hold byval arguments, make them
Julien Lerouge
- [llvm] r206310 - Use unique_ptr to manage ownership of child Regions within llvm::Region
David Blaikie
- [llvm] r206311 - Revert r191049/r191059 as it can produce wrong code (see PR17975).
Robert Lougher
- [llvm] r206313 - [ARM64] Set default CPU to generic instead of cyclone.
Quentin Colombet
- [llvm] r206316 - [X86] Improve the lowering of packed shifts by constant build_vector.
Andrea Di Biagio
- [llvm] r206323 - Make FastISel::SelectInstruction return before target specific fast-isel code
Akira Hatanaka
- [llvm] r206325 - [Allocator] Remove a really problematic overload. This is very confusing
Chandler Carruth
- [llvm] r206327 - [Allocator] Fold the two templated overloads into a single one with
Chandler Carruth
- [llvm] r206328 - RegionInfo: Do not access a value that was just moved away
Tobias Grosser
- [llvm] r206328 - RegionInfo: Do not access a value that was just moved away
David Blaikie
- [llvm] r206330 - R600/SI: Fix loads of i1
Matt Arsenault
- [llvm] r206331 - Make this test not match its own filename, when being run from a path that includes the string 'add'.
Nick Lewycky
- [llvm] r206334 - R600/SI: Cleanup parsing of register names.
Matt Arsenault
- [llvm] r206335 - R600/SI: Print more immediates in hex format
Matt Arsenault
- [llvm] r206336 - R600/SI: Print code size along with used registers
Matt Arsenault
- [llvm] r206337 - [ARM64, C++11] Clean up the ARM64 LOH collection pass.
Jim Grosbach
- [llvm] r206343 - ARM64: Nuke some dead code.
Jim Grosbach
- [llvm] r206344 - [ARM64, C++11] Tidy up branch relaxation a bit w/ c++11.
Jim Grosbach
- [llvm] r206348 - R600: Expand sign extension of vectors.
Matt Arsenault
- [llvm] r206349 - R600: Extend r600 sign_extend_inreg tests for EG
Matt Arsenault
- [llvm] r206353 - Target: whitespace
Saleem Abdulrasool
- [llvm] r206354 - tools: fix invalid printing, buffer overrun in llvm-readobj
Saleem Abdulrasool
- [llvm] r206355 - COFF: add support for .file symbols
Saleem Abdulrasool
- [llvm] r206355 - COFF: add support for .file symbols
Timur Iskhodzhanov
- [llvm] r206355 - COFF: add support for .file symbols
Timur Iskhodzhanov
- [llvm] r206355 - COFF: add support for .file symbols
Saleem Abdulrasool
- [llvm] r206355 - COFF: add support for .file symbols
Timur Iskhodzhanov
- [llvm] r206356 - [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
Craig Topper
- [llvm] r206357 - Convert SelectionDAG::getVTList to use ArrayRef
Craig Topper
- [llvm] r206359 - COFF: fix an off by one error
Saleem Abdulrasool
- [llvm] r206363 - Simplify a static_assert so VS2013 can build it
Timur Iskhodzhanov
- [llvm] r206365 - DAGCombiner: don't optimise non-existant litpool load
Tim Northover
- [llvm] r206366 - ARM64: mark x7 as used when an i128 gets shunted onto the stack.
Tim Northover
- [llvm] r206368 - ARM64: explicitly ask for Apple NEON syntax so test passes on Linux
Tim Northover
- [llvm] r206369 - [Allocator] Nuke to useless functions. The implicit ones are sufficient
Chandler Carruth
- [llvm] r206370 - [mips] Add calling convention tests covering O32, N32, and N64.
Daniel Sanders
- [llvm] r206370 - [mips] Add calling convention tests covering O32, N32, and N64.
NAKAMURA Takumi
- [llvm] r206370 - [mips] Add calling convention tests covering O32, N32, and N64.
Daniel Sanders
- [llvm] r206370 - [mips] Add calling convention tests covering O32, N32, and N64.
Daniel Sanders
- [llvm] r206370 - [mips] Add calling convention tests covering O32, N32, and N64.
Daniel Sanders
- [llvm] r206371 - [mips] Correct callee saved list for the N32 ABI and enable test
Daniel Sanders
- [llvm] r206372 - [Allocator] Make BumpPtrAllocator movable and move assignable.
Chandler Carruth
- [llvm] r206372 - [Allocator] Make BumpPtrAllocator movable and move assignable.
Duncan P. N. Exon Smith
- [llvm] r206372 - [Allocator] Make BumpPtrAllocator movable and move assignable.
Chandler Carruth
- [llvm] r206372 - [Allocator] Make BumpPtrAllocator movable and move assignable.
Duncan Exon Smith
- [llvm] r206372 - [Allocator] Make BumpPtrAllocator movable and move assignable.
Chandler Carruth
- [llvm] r206372 - [Allocator] Make BumpPtrAllocator movable and move assignable.
David Blaikie
- [llvm] r206375 - [LCG] Stop playing fast and loose with reference members and assignment.
Chandler Carruth
- [llvm] r206375 - [LCG] Stop playing fast and loose with reference members and assignment.
Duncan P. N. Exon Smith
- [llvm] r206375 - [LCG] Stop playing fast and loose with reference members and assignment.
Chandler Carruth
- [llvm] r206376 - Fixing a compile error in debug versions of MSVC. It seems that the range-based for loop is confused by the DEBUG macro expansion unless a compound statement is used.
Aaron Ballman
- [llvm] r206376 - Fixing a compile error in debug versions of MSVC. It seems that the range-based for loop is confused by the DEBUG macro expansion unless a compound statement is used.
Yaron Keren
- [llvm] r206377 - [mips] Emit '.set nomicromips' before a function's entry label
Matheus Almeida
- [llvm] r206378 - ARM64: use the integrated assembler on ELF.
Tim Northover
- [llvm] r206379 - ARM64: use 32-bit moves for constants where possible.
Tim Northover
- [llvm] r206380 - AArch64/ARM64: port across stub handling for ELF C++ exceptions.
Tim Northover
- [llvm] r206381 - AArch64/ARM64: add another set of tests from AArch64
Tim Northover
- [llvm] r206382 - ARM64: specify triple so that Linux tests pass
Tim Northover
- [llvm] r206383 - [asan] add two new hidden compile-time flags for asan: asan-instrumentation-with-call-threshold and asan-memory-access-callback-prefix. This is part of the workaround for PR17409 (instrument huge functions with callbacks instead of inlined code). These flags will also help us experiment with kasan (kernel-asan) and clang
Kostya Serebryany
- [llvm] r206385 - [mips] Correct r206370 to account for non-Linux targets using the small data section.
Daniel Sanders
- [llvm] r206388 - [mips] Fix emission of '.option pic0' for MIPS-IV.
Daniel Sanders
- [llvm] r206389 - [mips] Indentation
Daniel Sanders
- [llvm] r206391 - AArch64/ARM64: produce correct relocation for conditional branches.
Tim Northover
- [llvm] r206392 - AArch64/ARM64: port some NEON tests to ARM64
Tim Northover
- [llvm] r206393 - ARM64: silence sign-comparison warning.
Tim Northover
- [llvm] r206396 - [mips] Add initial support for NaN2008 in the back-end.
Matheus Almeida
- [llvm] r206398 - [mips] Use TwoOperandAliasConstraint for shift instructions.
Matheus Almeida
- [llvm] r206399 - Test commit - Added a new line
Konrad Anheim
- [llvm] r206400 - Allow diagnostic handlers to check for optimization remarks.
Diego Novillo
- [llvm] r206403 - Replacing a non-ASCII character in a comment with an ASCII character. Fixes a C4819 warning in MSVC.
Aaron Ballman
- [llvm] r206407 - Added new functionality to LLVM C API to use DiagnosticInfo to handle errors
Tom Stellard
- [llvm] r206421 - iterator_range for machine block terminators.
Jim Grosbach
- [llvm] r206422 - [c++11] Tidy up AsmPrinter.cpp.
Jim Grosbach
- [llvm] r206425 - Add support for a patch version to the cmake system.
Eric Christopher
- [llvm] r206426 - Teach LLVMConfigVersion.cmake to behave as find_package() expects.
Eric Christopher
- [llvm] r206429 - Inline a function when the always_inline attribute
Gerolf Hoflehner
- [llvm] r206429 - Inline a function when the always_inline attribute
Eric Christopher
- [llvm] r206429 - Inline a function when the always_inline attribute
Nick Lewycky
- [llvm] r206429 - Inline a function when the always_inline attribute
Duncan P. N. Exon Smith
- [llvm] r206429 - Inline a function when the always_inline attribute
Chandler Carruth
- [llvm] r206429 - Inline a function when the always_inline attribute
Gerolf Hoflehner
- [llvm] r206433 - [ARM64] Fix "Cannot select" for vector ctpop
Adam Nemet
- [llvm] r206437 - R600/SI: Fix zext from i1 to i64
Matt Arsenault
- [llvm] r206438 - Support: Move OnDiskHashTable from clang to llvm
Justin Bogner
- [llvm] r206445 - MC: rework static_assert to be MSVC compatible
Saleem Abdulrasool
- [llvm] r206446 - objdump: identify WoA WinCOFF/ARM correctly
Saleem Abdulrasool
- [llvm] r206447 - [X86] Add disassembler support for the 0x0f 0x7f form of movq %mm, %mm.
Craig Topper
- [llvm] r206448 - [Allocator] Make SpecificBumpPtrAllocator also movable and move
Chandler Carruth
- [llvm] r206449 - [LCG] Remove the Module reference member which we weren't using for
Chandler Carruth
- [llvm] r206450 - [LCG] Just move the allocator (now that we can) when moving a call
Chandler Carruth
- [llvm] r206453 - Make the User::value_op_iterator a random access iterator. I had written
Chandler Carruth
- [llvm] r206454 - [LCG] Move the call graph node class into the graph class's definition.
Chandler Carruth
- [llvm] r206455 - [LCG] Remove a dead declaration. This stopped being used when I switched
Chandler Carruth
- [llvm] r206459 - Inliner::OptimizationRemark: Fix crash in clang/test/Frontend/optimization-remark.c on some hosts, including --vg.
NAKAMURA Takumi
- [llvm] r206473 - [AArch64] Implement the getCSRFirstUseCost API, mirroring that in ARM64.
Chad Rosier
- [llvm] r206473 - [AArch64] Implement the getCSRFirstUseCost API, mirroring that in ARM64.
Hal Finkel
- [llvm] r206475 - R600/SI: f64 frint is legal on CI
Matt Arsenault
- [llvm] r206480 - C++11: Document some limitations imposed by MSVC
Duncan P. N. Exon Smith
- [llvm] r206481 - C++11: Compatibility with (C++03 => MSVC)
Duncan P. N. Exon Smith
- [llvm] r206485 - Atomics: promote ARM's IR-based atomics pass to CodeGen.
Tim Northover
- [llvm] r206486 - [stack protector] Make the StackProtector pass respect ssp-buffer-size.
Josh Magee
- [llvm] r206487 - Reverse 206485.
Gerolf Hoflehner
- [llvm] r206487 - Reverse 206485.
Gerolf Hoflehner
- [llvm] r206489 - ARM64: add acquire/release versions of the existing atomic intrinsics.
Tim Northover
- [llvm] r206490 - ARM64: switch to IR-based atomic operations.
Tim Northover
- [llvm] r206492 - ManagedStatic is never built with a null constructor, remove support for it.
David Blaikie
- [llvm] r206495 - ARM64: [su]xtw use W regs as inputs, not X regs.
Jim Grosbach
- [llvm] r206496 - Improve ARM64 vector creation
Louis Gerbarg
- [llvm] r206496 - Improve ARM64 vector creation
Tim Northover
- [llvm] r206497 - R600/SI: Legalize operands after changing dst reg in FixSGPRCopies
Tom Stellard
- [llvm] r206498 - R600/SI: Teach SIInstrInfo::moveToVALU() how to handle PHI instructions
Tom Stellard
- [llvm] r206499 - R600/SI: Change default register class for i32 to SReg_32
Tom Stellard
- [llvm] r206500 - R600/SI: Stop using i128 as the resource descriptor type
Tom Stellard
- [llvm] r206501 - R600: Add comment clariying use of sext for result of MUL_U24
Tom Stellard
- [llvm] r206502 - Make test/CodeGen/ARM64/vector-insertion.ll explicitly select neon syntax
Louis Gerbarg
- [llvm] r206505 - Start pushing changes for Mips Fast-Isel
Reed Kotler
- [llvm] r206506 - remove some dead code
Nuno Lopes
- [llvm] r206507 - Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [llvm] r206539 - [ARM64,C++11] Range'ify another loop.
Jim Grosbach
- [llvm] r206541 - R600/SI: Use SReg_64 instead of VSrc_64 when selecting BUILD_PAIR
Tom Stellard
- [llvm] r206542 - PMBuilder: Expose an option to disable tail calls
Duncan P. N. Exon Smith
- [llvm] r206544 - Fix example for VS2012.
Paul Robinson
- [llvm] r206547 - R600/SI: Match sign_extend_inreg to s_sext_i32_i8 and s_sext_i32_i16
Matt Arsenault
- [llvm] r206548 - blockfreq: Rewrite BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
- [llvm] r206549 - blockfreq: Fixing MSVC after r206548?
Duncan P. N. Exon Smith
- [llvm] r206550 - iterator based accessors for CodeGenInstruction operand list.
Jim Grosbach
- [llvm] r206551 - iterator_range accessor for CodeGenTarget instruction list.
Jim Grosbach
- [llvm] r206552 - iterator access to scheduling classes
Jim Grosbach
- [llvm] r206553 - c++11: Tidy up tblgen w/ range loops.
Jim Grosbach
- [llvm] r206554 - blockfreq: Really fix r206548 (and r206549)
Duncan P. N. Exon Smith
- [llvm] r206555 - OnDiskHashTable: Provide iterator_range for keys and data
Justin Bogner
- [llvm] r206556 - Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
- [llvm] r206557 - This commit enables unaligned memory accesses of vector types on AArch64 back end. This should boost vectorized code performance.
Jiangning Liu
- [llvm] r206558 - R600/SI: Try to use scalar BFE.
Matt Arsenault
- [llvm] r206559 - This is one of the optimizations ported from ARM64 to AArch64 to address the performance gap between these two back ends. The test case newly added for AArch64 already exists in ARM64.
Jiangning Liu
- [llvm] r206561 - [ExecutionEngine] Allow JIT clients to enable/disable module verification.
Lang Hames
- [llvm] r206562 - R600: Minor cleanups.
Matt Arsenault
- [llvm] r206563 - This commit allows vectorized loops to be unrolled by a factor of 2 for AArch64.
Jiangning Liu
- [llvm] r206564 - [asan] one more workaround for PR17409: don't do BB-level coverage instrumentation if there are more than N (=1500) basic blocks. This makes ASanCoverage work on libjpeg_turbo/jchuff.c used by Chrome, which has 1824 BBs
Kostya Serebryany
- [llvm] r206565 - Patch by Ray Donnelly.
Yaron Keren
- [llvm] r206565 - Patch by Ray Donnelly.
Chandler Carruth
- [llvm] r206565 - Patch by Ray Donnelly.
Chandler Carruth
- [llvm] r206565 - Patch by Ray Donnelly.
Yaron Keren
- [llvm] r206565 - Patch by Ray Donnelly.
Chandler Carruth
- [llvm] r206565 - Patch by Ray Donnelly.
Chandler Carruth
- [llvm] r206565 - Patch by Ray Donnelly.
Yaron Keren
- [llvm] r206566 - Updated test with register names following r206565.
Yaron Keren
- [llvm] r206567 - Add missing config file for newly added test case introduced by r206563.
Jiangning Liu
- [llvm] r206568 - AArch64/ARM64: copy byval implementation from AArch64.
Tim Northover
- [llvm] r206569 - AArch64/ARM64: port BSL logic from AArch64 & enable test.
Tim Northover
- [llvm] r206570 - AArch64/ARM64: emit all vector FP comparisons as such.
Tim Northover
- [llvm] r206571 - ARM64: nick some AArch64 patterns for extract/insert -> INS.
Tim Northover
- [llvm] r206572 - ARM64: spot a vector_shuffle that maps to INS and expand.
Tim Northover
- [llvm] r206573 - ARM64: implement cunning optimisation from AArch64
Tim Northover
- [llvm] r206574 - AArch64/ARM64: spot a greater variety of concat_vector operations.
Tim Northover
- [llvm] r206575 - AArch64/ARM64: port atomics test to ARM64.
Tim Northover
- [llvm] r206576 - Revert r206565 (and r206566 which updated tests).
Chandler Carruth
- [llvm] r206579 - X86: Pattern match scalar loads + vcvtph2ps into just vcvtph2ps.
Benjamin Kramer
- [llvm] r206581 - [LCG] Add support for building persistent and connected SCCs to the
Chandler Carruth
- [llvm] r206581 - [LCG] Add support for building persistent and connected SCCs to the
Benjamin Kramer
- [llvm] r206581 - [LCG] Add support for building persistent and connected SCCs to the
Chandler Carruth
- [llvm] r206582 - [Allocator] Fix an obvious think-o with the move assignment
Chandler Carruth
- [llvm] r206583 - [LCG] Remove all of the complexity stemming from supporting copying.
Chandler Carruth
- [llvm] r206585 - [msan] Add -msan-instrumentation-with-call-threshold.
Evgeniy Stepanov
- [llvm] r206588 - AArch64/ARM64: improve spotting of EXT instructions from VECTOR_SHUFFLE.
Tim Northover
- [llvm] r206591 - AArch64/ARM64: add non-scalar lowering for more FCVT operations.
Tim Northover
- [llvm] r206592 - AArch64/ARM64: port more AArch64 tests to ARM64.
Tim Northover
- [llvm] r206609 - ARM64: add extra NEG pattern.
Tim Northover
- [llvm] r206610 - ARM64: don't emit .subsections_via_symbols on ELF.
Tim Northover
- [llvm] r206611 - ARM64: disable generation of .loh directives outside MachO.
Tim Northover
- [llvm] r206612 - Allocator: Remove ReferenceAdder hack.
Benjamin Kramer
- [llvm] r206613 - AArch64/ARM64: add more NEON tests.
Tim Northover
- [llvm] r206615 - Make the copy member of StringRef/ArrayRef generic wrt allocators.
Benjamin Kramer
- [llvm] r206616 - Add some missing includes for various standard library implementations.
Benjamin Kramer
- [llvm] r206617 - LineIterator: Add DataTypes.h for int64_t on MSVC.
Benjamin Kramer
- [llvm] r206621 - Add some target triples for better determinism
Duncan P. N. Exon Smith
- [llvm] r206622 - Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
- [llvm] r206624 - [DWARF parser] Refactor fetching DIE address ranges.
Alexey Samsonov
- [llvm] r206625 - Better comments to explain buffered/unbuffered processor resources.
Andrew Trick
- [llvm] r206626 - Fixing MSVC after r206622?
Duncan P. N. Exon Smith
- [llvm] r206627 - Fixed llvm-build when no targets are enabled
Greg Fitzgerald
- [llvm] r206628 - Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
- [llvm] r206629 - Fix uint -> size_t conversion warning.
Matt Arsenault
- [llvm] r206630 - Update comment in LLVMBitCodes.h to reflect the actual bitcode record
Reid Kleckner
- [llvm] r206631 - Add range access to MCAssembler's symbol collection.
David Blaikie
- [llvm] r206632 - DebugInfo: Remove some initializer lists to make MSVC happy again.
Benjamin Kramer
- [llvm] r206634 - [X86] Improve buildFromShuffleMostly for AVX
Adam Nemet
- [llvm] r206635 - Remove a couple of redundant copies of SmallVector::operator==.
Benjamin Kramer
- [llvm] r206641 - [DWARF parser] Respect address ranges specified in compile unit DIE.
Alexey Samsonov
- [llvm] r206641 - [DWARF parser] Respect address ranges specified in compile unit DIE.
Eric Christopher
- [llvm] r206642 - OnDiskHashTable: Expect the Info type to declare the hash size
Justin Bogner
- [llvm] r206643 - OnDiskHashTable: Expect the Info type to declare the offset type
Justin Bogner
- [llvm] r206643 - OnDiskHashTable: Expect the Info type to declare the offset type
Duncan P. N. Exon Smith
- [llvm] r206643 - OnDiskHashTable: Expect the Info type to declare the offset type
Justin Bogner
- [llvm] r206646 - [LCG] Fix the bugs that Ben pointed out in code review (and the MSan bot
Chandler Carruth
- [llvm] r206649 - Expanded test for x86-pc-windows-gnu and x86_64-pc-windows-gnu environments.
Yaron Keren
- [llvm] r206650 - Remove -simplify-libcalls pass form Passes documentation
Reid Kleckner
- [llvm] r206652 - [ARM64] Ports the Cortex-A53 Machine Model description from AArch64.
Chad Rosier
- [llvm] r206653 - Update the fragments of symbols in compressed sections.
David Blaikie
- [llvm] r206653 - Update the fragments of symbols in compressed sections.
Nick Lewycky
- [llvm] r206653 - Update the fragments of symbols in compressed sections.
David Blaikie
- [llvm] r206654 - [DWARF parser] Turn DILineInfo into a struct.
Alexey Samsonov
- [llvm] r206655 - Added Sphinx documentation generation to CMake build system.
Reid Kleckner
- [llvm] r206655 - Added Sphinx documentation generation to CMake build system.
Sean Silva
- [llvm] r206656 - ProfileData: Add support for the indexed instrprof format
Justin Bogner
- [llvm] r206659 - Compress debug sections only when beneficial.
David Blaikie
- [llvm] r206663 - ProfileData: Don't forward declare ComputeHash and make it static inline
Justin Bogner
- [llvm] r206665 - [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing it.
Alexey Samsonov
- [llvm] r206666 - Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
- [llvm] r206666 - Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Nick Lewycky
- [llvm] r206666 - Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
- [llvm] r206668 - test: Add extra run lines to investigate an error on the bots
Justin Bogner
- [llvm] r206669 - Change the ARM assembler to require a :lower16: or :upper16 on non-constant
Kevin Enderby
- [llvm] r206670 - llvm-profdata: Avoid writing to /dev/null in tests
Justin Bogner
- [llvm] r206671 - Check whether functions have any lines associated before emitting coverage info for them. This isn't just a size/time saving, gcov may crash on these.
Nick Lewycky
- [llvm] r206672 - OnDiskHashTable: Fix a think-o with offset_type
Justin Bogner
- [llvm] r206674 - ProfileData: Avoid UB when reading
Justin Bogner
- [llvm] r206675 - OnDiskHashTable: Audit types and use offset_type consistently
Justin Bogner
- [llvm] r206677 - Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
- [llvm] r206678 - Add parens to appease GCC warning.
David Blaikie
- [llvm] r206683 - Patch by Ray Donnelly to print register names instead of numbers.
Yaron Keren
- [llvm] r206684 - Patch by Vadim Chugunov
Yaron Keren
- [llvm] r206704 - Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
- [llvm] r206705 - blockfreq: Temporarily turn on -debug-only=block-freq
Duncan P. N. Exon Smith
- [llvm] r206706 - Revert "blockfreq: Temporarily turn on -debug-only=block-freq"
Duncan P. N. Exon Smith
- [llvm] r206707 - Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
- [llvm] r206708 - ProfileData: Remove an extra semicolon
Justin Bogner
- [llvm] r206710 - Remove some empty statements
Alp Toker
- [llvm] r206714 - Fix redefinition of default argument, found by modules build. It's not
Richard Smith
- [llvm] r206715 - [C++11] Range-based loop simplification.
Simon Atanasyan
- [llvm] r206716 - [Mips] Add more special values for the st_other field in the symbol
Simon Atanasyan
- [llvm] r206717 - What year is it! This file has no reason to be written in C, and has doubly no
Richard Smith
- [llvm] r206718 - Maybe if I touch this file the buildbots will actually rerun configure like they need to...
Richard Smith
- [llvm] r206719 - Don't define llvm::X86Disassembler::InstructionSpecifier in different ways in
Richard Smith
- [llvm] r206720 - Don't provide two different definitions of ModRMDecision, OpcodeDecision, and ContextDecision in different source files (depending on #define magic).
Richard Smith
- [llvm] r206721 - Remove some more C junk from these files.
Richard Smith
- [llvm] r206722 - More C++ification.
Richard Smith
- [llvm] r206723 - C++ has a bool type! (And C's had one too, for 15 years...)
Richard Smith
- [llvm] r206724 - Use unique_ptr to handle ownership of synthesized args in DerivedArgList
David Blaikie
- [llvm] r206725 - Remove comment that hasn't been true for 5 years
David Blaikie
- [llvm] r206726 - Add missing #include found by modules build.
Richard Smith
- [llvm] r206727 - Protect the ArgList dtor
David Blaikie
- [llvm] r206730 - [LCG] Add some basic debug output to the LCG pass.
Chandler Carruth
- [llvm] r206732 - Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,
Michael Zolotukhin
- [LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Stepan Dyatkovskiy
- [LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Nick Lewycky
- [LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Stepan Dyatkovskiy
- [PATCH 0/3] libsanitizer libc conditionals
Bernhard Reutner-Fischer
- [PATCH 0/5] expand sin/cos and some cleanup
Jan Vesely
- [PATCH 1/5] R600: Expand vector sin and cos on r600.
Jan Vesely
- [PATCH 2/5] R600: Remove duplicate setting of SELECT expansion.
Jan Vesely
- [PATCH 3/3] [LLVM] [sanitizer] add conditionals for libc
Bernhard Reutner-Fischer
- [PATCH 3/3] [LLVM] [sanitizer] add conditionals for libc
Konstantin Serebryany
- [PATCH 3/3] [LLVM] [sanitizer] add conditionals for libc
Konstantin Serebryany
- [PATCH 3/3] [LLVM] [sanitizer] add conditionals for libc
Bernhard Reutner-Fischer
- [PATCH 3/3] [LLVM] [sanitizer] add conditionals for libc
Konstantin Serebryany
- [PATCH 3/3] [LLVM] [sanitizer] add conditionals for libc
Bernhard Reutner-Fischer
- [PATCH 3/3] [LLVM] [sanitizer] add conditionals for libc
Konstantin Serebryany
- [PATCH 3/5] R600: Move R600 scalar operations initialization to R600ISelLowering.cpp
Jan Vesely
- [PATCH 4/5] R600: Add vector COS test
Jan Vesely
- [PATCH 5/5] R600: Add vector SIN test
Jan Vesely
- [PATCH 5/5] R600: Add vector SIN test
Matt Arsenault
- [PATCH] 'CSE' of ADRP instructions used for load/store addressing
Jiangning Liu
- [PATCH] 'CSE' of ADRP instructions used for load/store addressing
Quentin Colombet
- [PATCH] 'CSE' of ADRP instructions used for load/store addressing
Jiangning Liu
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Keno Fischer
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Tony Kelman
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Anton Korobeynikov
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Yaron Keren
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Anton Korobeynikov
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Anton Korobeynikov
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Yaron Keren
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Alp Toker
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Anton Korobeynikov
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Anton Korobeynikov
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Anton Korobeynikov
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Anton Korobeynikov
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Jameson Nash
- [PATCH] [AArch64] Enable generating TBZ/TBNZ
zhaoshiz at codeaurora.org
- [PATCH] [AArch64] Enable generating TBZ/TBNZ
Z. Zheng
- [PATCH] [AArch64] Enable generating TBZ/TBNZ
Jiangning Liu
- [PATCH] [AArch64] Implement allowsUnalignedMemoryAccesses()
zhaoshiz at codeaurora.org
- [PATCH] [AArch64] Implement allowsUnalignedMemoryAccesses()
Z. Zheng
- [PATCH] [AArch64] Implement allowsUnalignedMemoryAccesses()
Tim Northover
- [PATCH] [AArch64] Implement allowsUnalignedMemoryAccesses()
Z. Zheng
- [PATCH] [AArch64] Implement allowsUnalignedMemoryAccesses()
Jiangning Liu
- [PATCH] [AArch64] Implement getMaximumUnrollFactor()
zhaoshiz at codeaurora.org
- [PATCH] [AArch64] Implement getMaximumUnrollFactor()
Z. Zheng
- [PATCH] [AArch64] Implement getMaximumUnrollFactor()
Z. Zheng
- [PATCH] [AArch64] Implement getMaximumUnrollFactor()
Jiangning Liu
- [PATCH] [AArch64] Implement getMaximumUnrollFactor()
Z. Zheng
- [PATCH] [AArch64] Implement getMaximumUnrollFactor()
Jiangning Liu
- [PATCH][ARM64] Add big endian target, port over subtargetfeatures from AArch64
James Molloy
- [PATCH][ARM64] Add big endian target, port over subtargetfeatures from AArch64
Tim Northover
- [PATCH][ARM64] Add big endian target, port over subtargetfeatures from AArch64
James Molloy
- [PATCH] [ARM64] Enable feature predicates for NEON / FP / CRYPTO.
Kevin Qin
- [PATCH] [ARM64] Enable feature predicates for NEON / FP / CRYPTO.
Tim Northover
- [PATCH] [ARM64] Enable feature predicates for NEON / FP / CRYPTO.
Kevin Qin
- [PATCH] [ARM64] Enable feature predicates for NEON / FP / CRYPTO.
Kevin Qin
- [PATCH][ARM64] Fix "Cannot select" for vector ctpop
Adam Nemet
- [PATCH][ARM64] Fix "Cannot select" for vector ctpop
Quentin Colombet
- [PATCH][ARM64] Fix "Cannot select" for vector ctpop
Adam Nemet
- [PATCH][ARM64] Improve ARM64 vector creation
Louis Gerbarg
- [PATCH][ARM64] Improve ARM64 vector creation
Tim Northover
- [PATCH][ARM64] Use generic instead of cyclone for the default CPU
Quentin Colombet
- [PATCH][ARM64] Use generic instead of cyclone for the default CPU
Tim Northover
- [PATCH][ARM64] Use generic instead of cyclone for the default CPU
Quentin Colombet
- [PATCH] [asan] Do not return void expression.
Tetsuo Kiso
- [PATCH] [asan] Do not return void expression.
Kostya Serebryany
- [PATCH] [asan] Do not return void expression.
Tetsuo Kiso
- [PATCH] [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Zinovy Nis
- [PATCH] [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Alexander Musman
- [PATCH] [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Zinovy Nis
- [PATCH] [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Alexey Bataev
- [PATCH] [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Tyler Nowicki
- [PATCH] [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
tnowicki at apple.com
- [PATCH] [COMPILER-RT] Implement long double comparison functions
GuanHong Liu
- [PATCH] [ELF] Fix undefined symbol handling in DSO.
Rui Ueyama
- [PATCH] [ELF] Support --defsym=<symbol>=<symbol>.
Simon Atanasyan
- [PATCH] [ELF] Support --defsym=<symbol>=<symbol>.
Rui Ueyama
- [PATCH] [InstCombine][x86] Constant fold psll intrinsics.
Michael Spencer
- [PATCH] [InstCombine][x86] Constant fold psll intrinsics.
Jim Grosbach
- [PATCH] [InstCombine][x86] Constant fold psll intrinsics.
Michael Spencer
- [PATCH][LoopStrengthReduce] Don't trim a formula that uses a subset of required registers
Adam Nemet
- [PATCH][MC] Emit an error if cfi_startproc is used before a symbol is defined
Quentin Colombet
- [PATCH][MC] Emit an error if cfi_startproc is used before a symbol is defined
Eric Christopher
- [PATCH][MC] Emit an error if cfi_startproc is used before a symbol is defined
Quentin Colombet
- [PATCH][MC] Emit an error if cfi_startproc is used before a symbol is defined
Eric Christopher
- [PATCH][MC] Emit an error if cfi_startproc is used before a symbol is defined
Jim Grosbach
- [PATCH][MC] Emit an error if cfi_startproc is used before a symbol is defined
Eric Christopher
- [PATCH][MC] Emit an error if cfi_startproc is used before a symbol is defined
Quentin Colombet
- [PATCH][MC] Emit an error if cfi_startproc is used before a symbol is defined
Quentin Colombet
- [PATCH] [PR16236] Be conservative when doing TypeBasedAlias Analysis of members of Struct
Karthik Bhat
- [PATCH] [PR16236] Be conservative when doing TypeBasedAlias Analysis of members of Struct
Dan Gohman
- [PATCH] [PR16236] Be conservative when doing TypeBasedAlias Analysis of members of Struct
Karthik Bhat
- [PATCH] [PR16236] Be conservative when doing TypeBasedAlias Analysis of members of Struct
Daniel Berlin
- [PATCH] [sanitizer] Fix a typo in the comments
Tetsuo Kiso
- [PATCH] [sanitizer] Fix a typo in the comments
Kostya Serebryany
- [PATCH] [stack protector] Fix to start honoring ssp-buffer-size again
Josh Magee
- [PATCH] [stack protector] Fix to start honoring ssp-buffer-size again
Reid Kleckner
- [PATCH] [VER 2] replace llvm_unreachable call with emitError in SIInstrInfo::copyPhysReg
Tom Stellard
- [PATCH][X86] Add support for Read Time Stamp Counter intrinsics ('__rdtsc' and '__rdtscp').
Andrea Di Biagio
- [PATCH] [x86] Fold extract_vector_elt of a load into the load's address computation.
Michael Spencer
- [PATCH] [x86] Fold extract_vector_elt of a load into the load's address computation.
Jim Grosbach
- [PATCH] [x86] Fold extract_vector_elt of a load into the load's address computation.
Quentin Colombet
- [PATCH] [x86] Fold extract_vector_elt of a load into the load's address computation.
Michael Spencer
- [PATCH][X86] Improve buildFromShuffleMostly for AVX
Adam Nemet
- [PATCH][X86] Improve buildFromShuffleMostly for AVX
Adam Nemet
- [PATCH][X86] Improve buildFromShuffleMostly for AVX
Quentin Colombet
- [PATCH][X86] Improve buildFromShuffleMostly for AVX
Adam Nemet
- [PATCH][X86] Improve the lowering of packed shifts by constant build_vector on non avx2 machines.
Andrea Di Biagio
- [PATCH][X86] Improve the lowering of packed shifts by constant build_vector on non avx2 machines.
Jim Grosbach
- [PATCH][X86] Improve the lowering of packed shifts by constant build_vector on non avx2 machines.
Andrea Di Biagio
- [PATCH][X86] Improve the lowering of packed shifts by constant build_vector on non avx2 machines.
Andrea Di Biagio
- [PATCH][X86] Improve the lowering of packed shifts by constant build_vector on non avx2 machines.
Jim Grosbach
- [PATCH][X86] Improve the lowering of packed shifts by constant build_vector on non avx2 machines.
Nadav Rotem
- [PATCH][X86] Improve the lowering of packed shifts by constant build_vector on non avx2 machines.
Andrea Di Biagio
- [PATCH] [XCore] Don't create invalid MKMSK instructions inside loadImmediate().
Richard Osborne
- [PATCH] `nonnull` argument attribute.
Luqman Aden
- [PATCH] `nonnull` argument attribute.
Luqman Aden
- [PATCH] `nonnull` argument attribute.
hfinkel at anl.gov
- [PATCH] `nonnull` argument attribute.
Luqman Aden
- [PATCH] `nonnull` argument attribute.
Luqman Aden
- [PATCH] `nonnull` argument attribute.
Philip Reames
- [PATCH] `nonnull` argument attribute.
Luqman Aden
- [PATCH] `nonnull` argument attribute.
Nick Lewycky
- [PATCH] `nonnull` argument attribute.
Hal Finkel
- [PATCH] `nonnull` argument attribute.
Philip Reames
- [PATCH] AArch64: big endian constant vector pools
Tim Northover
- [PATCH] AArch64: big endian constant vector pools
Jiangning Liu
- [PATCH] AArch64: big endian constant vector pools
Tim Northover
- [PATCH] AArch64: big endian constant vector pools
Christian Pirker
- [PATCH] AArch64: Implement big endian bit-conversion for NEON types
Christian Pirker
- [PATCH] Add -L args for sanitizers
Greg Fitzgerald
- [PATCH] Add -L args for sanitizers
Duncan P. N. Exon Smith
- [PATCH] Add -L args for sanitizers
Greg Fitzgerald
- [PATCH] Add -L args for sanitizers
Greg Fitzgerald
- [PATCH] Add -L args for sanitizers
Alexey Samsonov
- [PATCH] Add -L args for sanitizers
Greg Fitzgerald
- [PATCH] Added new functionality to LLVM C API to use DiagnosticInfo to handle errors
Tom Stellard
- [PATCH] Added new functionality to LLVM C API to use DiagnosticInfo to handle errors
Quentin Colombet
- [PATCH] Adding diversity for security
Alex Rosenberg
- [PATCH] Adding diversity for security
Julian Lettner
- [PATCH] Adding diversity for security
Alex Rosenberg
- [PATCH] Adding diversity for security
Julian Lettner
- [PATCH] Adding diversity for security (llvm)
Julian Lettner
- [PATCH] Adding diversity for security (llvm)
Julian Lettner
- [PATCH] Adding diversity for security (llvm)
Julian Lettner
- [patch] Add more loop simplification passes to LTO
Duncan P. N. Exon Smith
- [patch] Add more loop simplification passes to LTO
Duncan P. N. Exon Smith
- [PATCH] Add user-defined callback on write() calls to labeled data.
Sam Kerner
- [PATCH] Add user-defined callback on write() calls to labeled data.
Sam Kerner
- [PATCH] Add user-defined callback on write() calls to labeled data.
Sam Kerner
- [PATCH] Add user-defined callback on write() calls to labeled data.
Peter Collingbourne
- [PATCH] Allow CMake to build Sphinx documentation
Daniel Liew
- [PATCH] Allow CMake to build Sphinx documentation
Sean Silva
- [PATCH] Allow CMake to build Sphinx documentation
Reid Kleckner
- [PATCH] Allow CMake to build Sphinx documentation
Duncan P. N. Exon Smith
- [PATCH] Allow CMake to build Sphinx documentation
Dan Liew
- [PATCH] Allow CMake to build Sphinx documentation
Duncan P. N. Exon Smith
- [PATCH] Allow CMake to build Sphinx documentation
Dan Liew
- [PATCH] Allow CMake to build Sphinx documentation
Dan Liew
- [PATCH] Allow CMake to build Sphinx documentation
Dan Liew
- [PATCH] Allow CMake to build Sphinx documentation
Dan Liew
- [PATCH] Allow CMake to build Sphinx documentation
Sean Silva
- [PATCH] Allow CMake to build Sphinx documentation
Sean Silva
- [PATCH] Allow CMake to build Sphinx documentation
Dan Liew
- [PATCH] Allow CMake to build Sphinx documentation
Dan Liew
- [PATCH] Allow CMake to build Sphinx documentation
Reid Kleckner
- [PATCH] Allow CMake to build Sphinx documentation
Sean Silva
- [PATCH] Allow CMake to build Sphinx documentation
Dan Liew
- [PATCH] Allow CMake to build Sphinx documentation
Dan Liew
- [PATCH] Allow compiler-rt tests to be run on a simulator or remotely
Greg Fitzgerald
- [PATCH] Allow diagnostic handlers to check for optimization remarks.
Diego Novillo
- [PATCH] Allow diagnostic handlers to check for optimization remarks.
Diego Novillo
- [PATCH] Allow diagnostic handlers to check for optimization remarks.
Quentin Colombet
- [PATCH] Allow users of the llvm install directory to specify a path to lit.
Greg Fitzgerald
- [PATCH] An infinite loop bug in DAG Combine about keeping transfering between any_extend and sign_extend
Hao Liu
- [PATCH] An infinite loop bug in DAG Combine about keeping transfering between any_extend and sign_extend
Hao Liu
- [PATCH] An infinite loop bug in DAG Combine about keeping transfering between any_extend and sign_extend
Tim Northover
- [PATCH] ARM64: Combine shifts and uses to bit-extract instruction from different basic block
yijiang
- [PATCH] ARM64: Combine shifts and uses to bit-extract instruction from different basic block
Matt Arsenault
- [PATCH] ARM64: Combine shifts and uses to bit-extract instruction from different basic block
Yi Jiang
- [PATCH] ARM64: Combine shifts and uses to bit-extract instruction from different basic block
Yi Jiang
- [PATCH] ARM64: Combine shifts and uses to bit-extract instruction from different basic block
yijiang
- [PATCH] ARM64: Combine shifts and uses to bit-extract instruction from different basic block
Quentin Colombet
- [PATCH] ARM64: Combine shifts and uses to bit-extract instruction from different basic block
Quentin Colombet
- [PATCH] ARM64: Combine shifts and uses to bit-extract instruction from different basic block
yijiang
- [PATCH] ARM64: start porting regression tests from AArch64
Ana Pazos
- [PATCH] ARM64: start porting regression tests from AArch64
Tim Northover
- [PATCH] ARM: For thumb fixups store halfwords high first and low second
Christian Pirker
- [PATCH] ARM: For thumb fixups store halfwords high first and low second
scott douglass
- [PATCH] ARM: For thumb fixups store halfwords high first and low second
Saleem Abdulrasool
- [PATCH] ARM: For thumb fixups store halfwords high first and low second
Christian Pirker
- [PATCH] ARM: For thumb fixups store halfwords high first and low second
Saleem Abdulrasool
- [PATCH] ARM: For thumb fixups store halfwords high first and low second
Jim Grosbach
- [PATCH] ARM: For thumb fixups store halfwords high first and low second
Jim Grosbach
- [PATCH] ARM big endian function argument passing
Renato Golin
- [PATCH] Atomic-IR pass: move out into generic area
Tim Northover
- [PATCH] Atomic-IR pass: move out into generic area
Eric Christopher
- [PATCH] Atomic-IR pass: move out into generic area
Tim Northover
- [PATCH] blockfreq: Rewrite block frequency analysis
Chandler Carruth
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Puyan Lotfi
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Chandler Carruth
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Puyan Lotfi
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Chandler Carruth
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Puyan Lotfi
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Chandler Carruth
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Puyan Lotfi
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Puyan Lotfi
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Chandler Carruth
- [PATCH] Convert some signatures of SelectionDAG::getNode() to use ArrayRef instead of Ops/NumOps
Craig Topper
- [PATCH] Convert some signatures of SelectionDAG::getNode() to use ArrayRef instead of Ops/NumOps
Reid Kleckner
- [PATCH] Convert some signatures of SelectionDAG::getNode() to use ArrayRef instead of Ops/NumOps
Craig Topper
- [PATCH] Convert some signatures of SelectionDAG::getNode() to use ArrayRef instead of Ops/NumOps
Reid Kleckner
- [PATCH] Debug info: Support fragmented variables.
Eric Christopher
- [PATCH] Debug Info Verifier pass
Eric Christopher
- [PATCH] Debug Info Verifier pass
Duncan P. N. Exon Smith
- [PATCH] Debug Info Verifier pass
Manman Ren
- [PATCH] Debug Info Verifier pass
Eric Christopher
- [PATCH] Debug Info Verifier pass
Manman Ren
- [PATCH] Debug Info Verifier pass
Duncan P. N. Exon Smith
- [PATCH] Document how to check external links in Sphinx documentation
Dan Liew
- [PATCH] Emit a trap instruction for IR 'unreachable'
Yaron Keren
- [PATCH] Emit a trap instruction for IR 'unreachable'
Vadim Chugunov
- [PATCH] Emit a trap instruction for IR 'unreachable'
Yaron Keren
- [PATCH] Emit a trap instruction for IR 'unreachable'
Reid Kleckner
- [PATCH] Emit a trap instruction for IR 'unreachable'
Yaron Keren
- [PATCH] Emit a trap instruction for IR 'unreachable'
Anton Korobeynikov
- [PATCH] Emit a trap instruction for IR 'unreachable'
Yaron Keren
- [PATCH] Emit a trap instruction for IR 'unreachable'
Anton Korobeynikov
- [PATCH] Emit a trap instruction for IR 'unreachable'
Vadim Chugunov
- [PATCH] Emit a trap instruction for IR 'unreachable'
Yaron Keren
- [PATCH] Emit a trap instruction for IR 'unreachable'
Yaron Keren
- [PATCH] Emit a trap instruction for IR 'unreachable'
Yaron Keren
- [PATCH] Emit a trap instruction for IR 'unreachable'
Yaron Keren
- [PATCH] Emit a trap instruction for IR 'unreachable'
Anton Korobeynikov
- [PATCH] Emit a trap instruction for IR 'unreachable'
Yaron Keren
- [PATCH] Emit a trap instruction for IR 'unreachable'
Vadim Chugunov
- [PATCH] Emit DWARF info for all code section in an assembly file
Eric Christopher
- [PATCH] Emit DWARF info for all code section in an assembly file
Eric Christopher
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [PATCH] Emit DWARF info for all code section in an assembly file
Eric Christopher
- [PATCH] Enable global merge pass
Jiangning Liu
- [PATCH] Enable global merge pass
Tim Northover
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
David Blaikie
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Eric Christopher
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
David Blaikie
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Chandler Carruth
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
David Blaikie
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
David Blaikie
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Eric Christopher
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Eric Christopher
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Chandler Carruth
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Adrian Prantl
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
David Blaikie
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Adrian Prantl
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
- [PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.
David Blaikie
- [PATCH] Fix compilation with MinGW-w64 GCC 4.8.2 64-bit SEH
Yaron Keren
- [PATCH] Fix driver-related things for FreeBSD
Viktor Kutuzov
- [PATCH] Fix driver-related things for FreeBSD
Viktor Kutuzov
- [PATCH] Fix driver-related things for FreeBSD
Dimitry Andric
- [PATCH] Fixed llvm-build when no targets are enabled.
Greg Fitzgerald
- [PATCH] Fixed llvm-build when no targets are enabled.
Daniel Dunbar
- [PATCH] Fixed llvm-build when no targets are enabled.
Greg Fitzgerald
- [PATCH] Fix for codegen bug that could cause illegal cmn instruction generation
Louis Gerbarg
- [PATCH] Fix for codegen bug that could cause illegal cmn instruction generation
Duncan P. N. Exon Smith
- [PATCH] Fix installation location of Doxygen generated documentation in CMake
Dan Liew
- [PATCH] Fix MipsLongBranch pass to work when the code has inline assembly.
Sasa Stankovic
- [PATCH] FIx poolalloc compilation with trunk llvm
Kevin Streit
- [PATCH] FIx poolalloc compilation with trunk llvm
Robert Matusewicz
- [PATCH] FIx poolalloc compilation with trunk llvm
Duncan P. N. Exon Smith
- [PATCH] FIx poolalloc compilation with trunk llvm
Will Dietz
- [PATCH] FIx poolalloc compilation with trunk llvm
Will Dietz
- [PATCH] FIx poolalloc compilation with trunk llvm
Robert Matusewicz
- [PATCH] Fix PR19169:Crash on invalid attempting to specialize a template method as a template variable
Karthik Bhat
- [PATCH] Fix PR19169:Crash on invalid attempting to specialize a template method as a template variable
Richard Smith
- [PATCH] Fix the local-stack-framework test
Jingyue Wu
- [PATCH] Fix using wrong result type for setcc.
Matt Arsenault
- [PATCH] getStreamedBitcodeModule: take StreamingMemoryObject instead of DataStreamer
Jan Voung
- [PATCH] Help CMake-based applications find a specific LLVM version
Brad King
- [PATCH] Help CMake-based applications find a specific LLVM version
Eric Christopher
- [PATCH] Help CMake-based applications find a specific LLVM version
Eric Christopher
- [PATCH] Help CMake-based applications find a specific LLVM version
Brad King
- [PATCH] If building with LLVM_ENABLE_DOXYGEN with CMake then abort if Doxygen could not be found.
Dan Liew
- [PATCH] Implement ADRP CSE for global symbols
Jiangning Liu
- [PATCH] Implement ADRP CSE for global symbols
Tim Northover
- [PATCH] Implement intrinsics for safe division
Michael Zolotukhin
- [PATCH] Implement intrinsics for safe division
Nadav Rotem
- [PATCH] Implement intrinsics for safe division
Michael Zolotukhin
- [PATCH] InlineFunction doesn't update InlineFunctionInfo with allocas created for byval arguments
Julien Lerouge
- [PATCH] InlineFunction doesn't update InlineFunctionInfo with allocas created for byval arguments
Manman Ren
- [PATCH] InlineFunction doesn't update InlineFunctionInfo with allocas created for byval arguments
Julien Lerouge
- [PATCH] Inliner: Don't clear tail flags when creating allocas for byval args
Reid Kleckner
- [PATCH] Inliner: Don't clear tail flags when creating allocas for byval args
Reid Kleckner
- [PATCH] Inliner: Don't clear tail flags when creating allocas for byval args
Chandler Carruth
- [PATCH] Inliner: Don't clear tail flags when creating allocas for byval args
Reid Kleckner
- [PATCH] Inliner: Don't clear tail flags when creating allocas for byval args
Chandler Carruth
- [PATCH] Inliner: Don't clear tail flags when creating allocas for byval args
Reid Kleckner
- [PATCH] Integrated assembler. :vararg macro.
Stepan Dyatkovskiy
- [PATCH] Integrated assembler. :vararg macro.
Stepan Dyatkovskiy
- [PATCH] Integrated assembler. :vararg macro.
Reid Kleckner
- [PATCH] Integrated assembler. :vararg macro.
David Majnemer
- [PATCH] Integrated assembler. :vararg macro.
Stepan Dyatkovskiy
- [PATCH] Integrated assembler. :vararg macro.
Stepan Dyatkovskiy
- [PATCH] Introduce new gold plugin option "relocation-pic"
Alexey Samsonov
- [PATCH] Introduce new gold plugin option "relocation-pic"
Alexey Volkov
- [PATCH] Introduce new gold plugin option "relocation-pic"
Alexey Samsonov
- [PATCH] Introduce new gold plugin option "relocation-pic"
Alexey Volkov
- [PATCH] JIT: Print debug location of inline asm and ignore DBG_VALUE instructions
Yaron Keren
- [PATCH] llvm-build: Get rid of 'import *'
Daniel Dunbar
- [PATCH] LowerDbgDeclare - get rid of redundant dbg.values when an alloca survives optimization
Eric Christopher
- [PATCH] MachineFunction is exposed to X86AsmParser.
Yuri Gorshenin
- [PATCH] MachineFunction is exposed to X86AsmParser.
Yuri Gorshenin
- [PATCH] MachineFunction is exposed to X86AsmParser.
Evgeniy Stepanov
- [PATCH] MachineFunction is exposed to X86AsmParser.
Yuri Gorshenin
- [PATCH] Make llvm-lto obey -relocation-model
Nick Tomlinson
- [PATCH] Make llvm-lto obey -relocation-model
James Molloy
- [PATCH] Make llvm-lto obey -relocation-model
Nick Tomlinson
- [PATCH] Make llvm-lto obey -relocation-model
James Molloy
- [patch] mergefunc struct result
Carlo Kok
- [patch] mergefunc struct result
Duncan P. N. Exon Smith
- [patch] mergefunc struct result
Carlo Kok
- [patch] mergefunc struct result
Duncan P. N. Exon Smith
- [PATCH] MipsAsmParser: Fix a couple of memory leaks
NAKAMURA Takumi
- [PATCH] MipsAsmParser: Fix a couple of memory leaks
Daniel Sanders
- [PATCH] MipsAsmParser: Fix a couple of memory leaks
NAKAMURA Takumi
- [PATCH] Optimize insertqi when we copy all the lower 64 bits.
Filipe Cabecinhas
- [PATCH] Optimize insertqi when we copy all the lower 64 bits.
Jim Grosbach
- [PATCH] Optimize insertqi when we copy all the lower 64 bits.
Nadav Rotem
- [PATCH] Optimize insertqi when we copy all the lower 64 bits.
Filipe Cabecinhas
- [PATCH] Optimize long branch for MIPS64 by removing calculation of %higher and %highest
Daniel Sanders
- [PATCH] Optimize long branch for MIPS64 by removing calculation of %higher and %highest
Mark Seaborn
- [PATCH] Optimize long branch for MIPS64 by removing calculation of %higher and %highest
Sasa Stankovic
- [PATCH] Optimize long branch for MIPS64 by removing calculation of %higher and %highest
Sasa Stankovic
- [PATCH] Optimize long branch for MIPS64 by removing calculation of %higher and %highest
Sasa Stankovic
- [PATCH] Optional hash symbol feature support for ARM64
Stepan Dyatkovskiy
- [PATCH] Optional hash symbol feature support for ARM64
Tim Northover
- [PATCH] Optional hash symbol feature support for ARM64
Stepan Dyatkovskiy
- [PATCH] Port LSan to ARM Linux
Maxim Ostapenko
- [PATCH] Port LSan to ARM Linux
Kostya Serebryany
- [PATCH] Port LSan to ARM Linux
Maxim Ostapenko
- [PATCH] Port LSan to ARM Linux
Kostya Serebryany
- [PATCH] Port LSan to ARM Linux
Kostya Serebryany
- [PATCH] PR18921, vmov part
Stepan Dyatkovskiy
- [PATCH] ProfileData: Add support for the indexed instrprof format
Justin Bogner
- [PATCH] ProfileData: Add support for the indexed instrprof format
Duncan P. N. Exon Smith
- [PATCH] ProfileData: Add support for the indexed instrprof format
Justin Bogner
- [PATCH] R600/SI: Cleanup parsing of register names.
Christian König
- [PATCH] R600/SI: Cleanup parsing of register names.
Matt Arsenault
- [PATCH] R600/SI: f64 frint is legal on CI
Matt Arsenault
- [PATCH] R600/SI: f64 frint is legal on CI
Tom Stellard
- [PATCH] R600/SI: f64 frint is legal on CI
Matt Arsenault
- [PATCH] R600/SI: f64 frint is legal on CI
Tom Stellard
- [PATCH] R600/SI: f64 frint is legal on CI
Matt Arsenault
- [PATCH] R600/SI: Fix loads of i1
Matt Arsenault
- [PATCH] R600/SI: Match sign_extend_inreg to s_sext_i32_i8 and s_sext_i32_i16
Matt Arsenault
- [PATCH] R600/SI: Print code size along with used register
Matt Arsenault
- [PATCH] R600/SI: Print code size along with used register
Tom Stellard
- [PATCH] R600/SI: Print code size along with used register
Matt Arsenault
- [PATCH] R600/SI: Print more immediates in hex format
Matt Arsenault
- [PATCH] R600/SI: Select BUILD_PAIR using SSrc instead of VSrc.
Matt Arsenault
- [PATCH] R600/SI: Select BUILD_PAIR using SSrc instead of VSrc.
Tom Stellard
- [PATCH] R600/SI: Select BUILD_PAIR using SSrc instead of VSrc.
Tom Stellard
- [PATCH] R600/SI: Try to use scalar BFE.
Matt Arsenault
- [PATCH] R600: Make sign_extend_inreg legal.
Matt Arsenault
- [PATCH] R600: Make sign_extend_inreg legal.
Matt Arsenault
- [PATCH] Record the DWARF version in MCContext
Oliver Stannard
- [PATCH] Record the DWARF version in MCContext
David Blaikie
- [PATCH] Record the DWARF version in MCContext
Oliver Stannard
- [PATCH] Record the DWARF version in MCContext
David Blaikie
- [PATCH] Record the DWARF version in MCContext
Oliver Stannard
- [PATCH] Record the DWARF version in MCContext
David Blaikie
- [PATCH] Record the DWARF version in MCContext
Oliver Stannard
- [PATCH] Remove -simplify-libcalls pass from pass documentation
Daniel Liew
- [PATCH] Remove -simplify-libcalls pass from pass documentation
Reid Kleckner
- [PATCH] Remove AssemblyAnnotationWriter from NamedMDNode::print
Robert Matusewicz
- [PATCH] Remove dead code in instcombine.
Matt Arsenault
- [PATCH] Require an MCContext when constructing an MCDisassembler.
Jim Grosbach
- [PATCH] Require an MCContext when constructing an MCDisassembler.
Lang Hames
- [PATCH] Revert r191049/r191059
Robert Lougher
- [PATCH] Revert r191049/r191059
Reid Kleckner
- [PATCH] Revert r191049/r191059
Robert Lougher
- [PATCH] Review: Add Cmake Options to disable target components (AsmParser, InstPrinter, Disassembler)
Aditya Nandakumar
- [PATCH] Review: Add Cmake Options to disable target components (AsmParser, InstPrinter, Disassembler)
Chandler Carruth
- [PATCH] Review: Add Cmake Options to disable target components (AsmParser, InstPrinter, Disassembler)
Owen Anderson
- [PATCH] SEH exceptions on Win64
Yaron Keren
- [PATCH] SEH exceptions on Win64
Yaron Keren
- [PATCH] SEH exceptions on Win64
Yaron Keren
- [PATCH] SEH exceptions on Win64 (LLVM)
Yaron Keren
- [PATCH] SEH exceptions on Win64 (LLVM)
Martell Malone
- [PATCH] SEH exceptions on Win64 (LLVM)
Yaron Keren
- [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- [PATCH] Some code improvements (no functional change)
Duncan P. N. Exon Smith
- [PATCH] Some code improvements (no functional change)
Duncan P. N. Exon Smith
- [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- [PATCH] Teach add_sphinx_target to respect LLVM_INSTALL_TOOLCHAIN_ONLY
Dan Liew
- [PATCH] Teaching loop simplify to preserve LCSSA
Dinesh Dwivedi
- [PATCH] Test compiler-rt without first installing its libs into clang
Greg Fitzgerald
- [PATCH] Win64 SEH print register names
Yaron Keren
- [PATCH] Win64 SEH print register names
Ray Donnelly
- [PATCH] Win64 SEH print register names
Chandler Carruth
- [PATCH] Win64 SEH print register names
Yaron Keren
- [PATCH] Win64 SEH print register names
Jim Grosbach
- [PATCH] Win64 SEH print register names
Yaron Keren
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [PATCH] XCore target: Add TypeString meta data to IR output.
Eric Christopher
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [PATCH] XCore target: Add TypeString meta data to IR output.
Eric Christopher
- [PATCH v2 4/5] R600: Add vector COS test
Jan Vesely
- [PATCH v2 5/5] R600: Add vector SIN test
Jan Vesely
- [polly] r206156 - Codegeneration: Free memory correctly when using -polly-vectorizer=polly
Tobias Grosser
- [polly] r206312 - Blind fix Polly for r206310
David Blaikie
- [polly] r206312 - Blind fix Polly for r206310
Tobias Grosser
- [polly] r206318 - Dependences: Do not fail in case a schedule eliminates all dependences
Tobias Grosser
- [polly] r206326 - Fix more build errors in Polly after r206310. David caught one of these
Chandler Carruth
- [polly] r206329 - Avoid -Wunused-const-variable warning
Tobias Grosser
- [polly] r206332 - Fix for vector codegen in OpenMP subfunctions
Tobias Grosser
- [polly] r206333 - Fix formatting
Tobias Grosser
- [polly] r206361 - [C++11] Use nullptr
Tobias Grosser
- [polly] r206488 - Link to notes of our last phone call
Tobias Grosser
- [polly] r206510 - Ensure a scalar pointer when issuing a vector load
Tobias Grosser
- [polly] r206577 - Really fix the load case.
Tobias Grosser
- [poolalloc] r206408 - Update DSA for ToT, based on D3366 by Robert Matusewicz.
Will Dietz
- [www] r206181 - Add last remaining set of presentation slides.
Tobias von Koch
- [www] r206546 - Update Win toolchain snapshot to r206200
Hans Wennborg
- [zorg] r206315 - Changed environment for lld-x86_64-freeBSD builder.
Galina Kistanova
- [zorg] r206405 - Hopefully fix buildbot issues with database locks by serializing buildbots use of sqlite. Server has been hanging on occasion because of this issue. Thanks to David Dean for this patch.
Chris Matthews
- [zorg] r206540 - Some code cleaning for SanitizerBuilderII.py
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific Time.
Galina Kistanova
- PATCH: R600/SI: Stop using i128 types for resources
Tom Stellard
- PATCH: RegisterCoalescer: Fix bug when rematerializing instsructions with subregs
Tom Stellard
- PATCH: RegisterCoalescer: Fix bug when rematerializing instsructions with subregs
Quentin Colombet
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- patch: remove PseudoSourceValue from Value.
Chandler Carruth
- patch: remove PseudoSourceValue from Value.
Chris Lattner
- patch for functions with indirect calls and always_inline attribute
Gerolf Hoflehner
- patch for functions with indirect calls and always_inline attribute
Eric Christopher
- patch for functions with indirect calls and always_inline attribute
Gerolf Hoflehner
- patch for functions with indirect calls and always_inline attribute
Eric Christopher
- patch for functions with indirect calls and always_inline attribute
Hal Finkel
- patch for functions with indirect calls and always_inline attribute
Eric Christopher
- patch for functions with indirect calls and always_inline attribute
Hal Finkel
- patch for functions with indirect calls and always_inline attribute
Eric Christopher
- patch for functions with indirect calls and always_inline attribute
Hal Finkel
- patch for functions with indirect calls and always_inline attribute
Eric Christopher
- patch for functions with indirect calls and always_inline attribute
Gerolf Hoflehner
- patch for functions with indirect calls and always_inline attribute
Filip Pizlo
- patch for functions with indirect calls and always_inline attribute
Nick Lewycky
- patch for functions with indirect calls and always_inline attribute
Hal Finkel
- patch for functions with indirect calls and always_inline attribute
Eric Christopher
- patch for inlining all blocks with address taken
Gerolf Hoflehner
- patch for inlining all blocks with address taken
Gerolf Hoflehner
- Print debug location when JIT encounters inline asm
Yaron Keren
- regression from commit r206045
NAKAMURA Takumi
- Trunk build failure at commit 206147, 206148, 206149
Chandler Carruth
Last message date:
Sun Apr 20 23:08:46 PDT 2014
Archived on: Tue Aug 4 17:11:10 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).