The Week Of Monday 1 July 2013 Archives by subject
Starting: Mon Jul 1 00:25:30 PDT 2013
Ending: Sun Jul 7 23:16:58 PDT 2013
Messages: 676
- [cfe-dev] Automatic scan-build on the LLVM toolchain
David Blaikie
- [cfe-dev] Automatic scan-build on the LLVM toolchain
Sylvestre Ledru
- [cfe-dev] Automatic scan-build on the LLVM toolchain
David Blaikie
- [compiler-rt] r185150 - [sanitizer] Disable all ptrace-related definitions on Android.
Hal Finkel
- [compiler-rt] r185150 - [sanitizer] Disable all ptrace-related definitions on Android.
Evgeniy Stepanov
- [compiler-rt] r185150 - [sanitizer] Disable all ptrace-related definitions on Android.
Hal Finkel
- [compiler-rt] r185150 - [sanitizer] Disable all ptrace-related definitions on Android.
Evgeniy Stepanov
- [compiler-rt] r185150 - [sanitizer] Disable all ptrace-related definitions on Android.
Evgeniy Stepanov
- [compiler-rt] r185150 - [sanitizer] Disable all ptrace-related definitions on Android.
Hal Finkel
- [compiler-rt] r185163 - [ASan] Remove %symbolize from lit tests: we now use external symbolizer instead of python script
Alexey Samsonov
- [compiler-rt] r185314 - Hide mlock/munlock info message under verbosity flag.
Alexey Samsonov
- [compiler-rt] r185315 - [ASan] Remove leading underscores from function names in output tests
Alexey Samsonov
- [compiler-rt] r185317 - [sanitizer] Fix build with older kernels.
Evgeniy Stepanov
- [compiler-rt] r185318 - [ASan] Add sanity test for asan_symbolize.py script
Alexey Samsonov
- [compiler-rt] r185324 - [sanitizer] Use the correct macro to check glibc version.
Sergey Matveev
- [compiler-rt] r185325 - [ASan] Cache atos processes to make Darwin symbolication faster.
Alexander Potapenko
- [compiler-rt] r185326 - Change __sanitizer_symbolize_demangle hook return type to 'int'
Alexey Samsonov
- [compiler-rt] r185338 - [sanitizer] Intercept getnameinfo.
Evgeniy Stepanov
- [compiler-rt] r185340 - [msan] Intercept stpcpy.
Evgeniy Stepanov
- [compiler-rt] r185342 - [ASan] Properly disable strict init-order checking when pthread_create is called
Alexey Samsonov
- [compiler-rt] r185345 - [ASan] try to fix Windows build
Alexey Samsonov
- [compiler-rt] r185416 - [sanitizer] Intercept setlocale.
Evgeniy Stepanov
- [compiler-rt] r185416 - [sanitizer] Intercept setlocale.
Alexander Potapenko
- [compiler-rt] r185424 - [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name.
Evgeniy Stepanov
- [compiler-rt] r185428 - [sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit.
Evgeniy Stepanov
- [compiler-rt] r185431 - [msan] Intercept mempcpy, wmempcpy.
Evgeniy Stepanov
- [compiler-rt] r185432 - [sanitizer] Fix Android build.
Evgeniy Stepanov
- [compiler-rt] r185536 - [sanitizer] Fix memory leak in sanitizer_common discovered by LeakSanitizer.
Sergey Matveev
- [compiler-rt] r185621 - [ASan] Do not protect the malloc zone created by malloc_zone_create() on Snow Leopard and earlier systems.
Alexander Potapenko
- [compiler-rt] r185624 - [sanitizer] More interceptors.
Evgeniy Stepanov
- [compiler-rt] r185626 - [sanitizer] Intercept tcgetattr.
Evgeniy Stepanov
- [compiler-rt] r185631 - [ASan] Close stderr before launching atos in asan_symbolize.py
Alexander Potapenko
- [compiler-rt] r185686 - [sanitizer] Disable ptrace interception on non-x86(_64).
Evgeniy Stepanov
- [compiler-rt] r185693 - [msan] Intercept pthread_key_create.
Evgeniy Stepanov
- [compiler-rt] r185706 - [sanitizer] Fix mac build.
Evgeniy Stepanov
- [dragonegg] [PATCH] Remove unused cost tables that do not compile in C++11 mode
Peter Collingbourne
- [dragonegg PATCH] Fix debug info for std::nullptr_t
Greg Clayton
- [dragonegg PATCH] Fix debug info for std::nullptr_t
David Blaikie
- [dragonegg PATCH] Fix debug info for std::nullptr_t
Eric Christopher
- [dragonegg PATCH] Fix debug info for std::nullptr_t
Greg Clayton
- [dragonegg PATCH] Fix debug info for std::nullptr_t
David Blaikie
- [dragonegg PATCH] Fix debug info for std::nullptr_t
Greg Clayton
- [lld] r185307 - [PECOFF][Writer] Amend the comment about DLL linking.
Rui Ueyama
- [lld] r185308 - [PECOFF][Writer] Do not emit the empty section as Windows loader rejects such executable.
Rui Ueyama
- [lld] r185309 - [PECOFF][Writer] Add setter methods that sets the import address table location to file header.
Rui Ueyama
- [lld] r185310 - [PECOFF][Writer] Set SizeOfInitializedData file header.
Rui Ueyama
- [lld] r185420 - Removed unused friend declaration.
Rui Ueyama
- [lld] r185515 - [PECOFF][Writer] Simplifies the COFFBaseDefinedAtom ctor by defining a new class.
Rui Ueyama
- [lld] r185516 - [PECOFF] Handle hint field in Hint/Name table in the import library.
Rui Ueyama
- [lld] r185517 - Add "explicit" to ctors where appropriate.
Rui Ueyama
- [lld] r185521 - [PECOFF][Writer] Separate AtomChunk from SectionChunk.
Rui Ueyama
- [lld] r185524 - Guard a test that fails on a Release build.
Rui Ueyama
- [lld] r185524 - Guard a test that fails on a Release build.
Nick Kledzik
- [lld] r185524 - Guard a test that fails on a Release build.
Rui Ueyama
- [lld] r185534 - [PECOFF][Writer] Fix SizeOfImage header. It should include the first unmapped page.
Rui Ueyama
- [lld] r185619 - Try to guard a test that requires DEBUG().
Rui Ueyama
- [lld] r185655 - Return 0 when processing --help. This matches gnu ld and gold.
Rafael Espindola
- [lld] r185657 - Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Rafael Espindola
- [lld] r185657 - Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Nick Kledzik
- [lld] r185657 - Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Rafael Espíndola
- [lld] r185657 - Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Craig Topper
- [lld] r185657 - Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Rafael Espíndola
- [lld] r185657 - Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Nick Kledzik
- [lld] r185657 - Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Rafael Espíndola
- [lld] r185657 - Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Nick Kledzik
- [lld] r185658 - Add 'not' to command lines that are expected to fail.
Rafael Espindola
- [lld] r185690 - [PECOFF] Use yaml2obj to avoid checking in binary files.
Rui Ueyama
- [llvm-commits] [compiler-rt] r171107 - in /compiler-rt/trunk/lib/asan: asan_allocator2.cc asan_rtl.cc tests/asan_test.cc
Hal Finkel
- [llvm-commits] [llvm] r172610 - in /llvm/trunk: lib/Transforms/Instrumentation/AddressSanitizer.cpp test/Instrumentation/AddressSanitizer/different_scale_and_offset.ll
Hal Finkel
- [llvm] r184016 - R600: Use correct encoding for Vertex Fetch instructions on Cayman
Rafael Espíndola
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Jakob Stoklund Olesen
- [llvm] r184354 - Add missing include found by the bots.
Rafael Espíndola
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Arnold Schwaighofer
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Chandler Carruth
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Preston Briggs
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Chandler Carruth
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Preston Briggs
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Chandler Carruth
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Preston Briggs
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Arnold Schwaighofer
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Preston Briggs
- [llvm] r184698 - Add a flag to defer vectorization into a phase after the inliner and its
Nadav Rotem
- [llvm] r184698 - Add a flag to defer vectorization into a phase after the inliner and its
Chandler Carruth
- [llvm] r185191 - Fix an off-by-one error. Also make the code a little more explicit in what it
Chad Rosier
- [llvm] r185249 - Debug Info: clean up usage of Verify.
Manman Ren
- [llvm] r185249 - Debug Info: clean up usage of Verify.
Manman Ren
- [llvm] r185257 - InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denoms
Hal Finkel
- [llvm] r185272 - ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X is a power of two
Sean Silva
- [llvm] r185294 - R600: Fix an unitialized variable in R600InstrInfo.cpp
Sean Silva
- [llvm] r185299 - LoopVectorize: Math functions only read rounding mode
Duncan Sands
- [llvm] r185299 - LoopVectorize: Math functions only read rounding mode
Arnold Schwaighofer
- [llvm] r185299 - LoopVectorize: Math functions only read rounding mode
Duncan Sands
- [llvm] r185311 - The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.
Sylvestre Ledru
- [llvm] r185316 - Added the test missed from r185080.
Serge Pavlov
- [llvm] r185322 - llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" can be removed.
NAKAMURA Takumi
- [llvm] r185328 - [NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit value
Justin Holewinski
- [llvm] r185329 - [NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.
Justin Holewinski
- [llvm] r185330 - [NVPTX] Add support for native SIGN_EXTEND_INREG where available
Justin Holewinski
- [llvm] r185331 - [NVPTX] Handle signext/zeroext attributes properly
Justin Holewinski
- [llvm] r185332 - [NVPTX] Fix vector loads from parameters that span multiple loads, and fix some typos
Justin Holewinski
- [llvm] r185333 - [NVPTX] 64-bit ADDC/ADDE are not legal
Justin Holewinski
- [llvm] r185334 - [NVPTX] Cut down on physical register defs
Justin Holewinski
- [llvm] r185335 - [NVPTX] We dont use NVBuiltin anymore
Justin Holewinski
- [llvm] r185336 - [NVPTX] Add support for module-scope inline asm
Justin Holewinski
- [llvm] r185339 - ARM: relax the atomic release barrier to "dmb ishst"
Tim Northover
- [llvm] r185339 - ARM: relax the atomic release barrier to "dmb ishst"
Eli Friedman
- [llvm] r185339 - ARM: relax the atomic release barrier to "dmb ishst"
Tim Northover
- [llvm] r185344 - [PowerPC] Add variants of "sync" instruction
Ulrich Weigand
- [llvm] r185344 - [PowerPC] Add variants of "sync" instruction
Hal Finkel
- [llvm] r185344 - [PowerPC] Add variants of "sync" instruction
Ulrich Weigand
- [llvm] r185344 - [PowerPC] Add variants of "sync" instruction
Hal Finkel
- [llvm] r185347 - [PowerPC] Add some existing instructions to ppc64-encoding-bookII.s
Ulrich Weigand
- [llvm] r185348 - Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it in c++ mode instead of c mode.
Michael Gottesman
- [llvm] r185349 - [PowerPC] Support "eieio" instruction
Ulrich Weigand
- [llvm] r185350 - [PowerPC] Add "wait" instruction
Ulrich Weigand
- [llvm] r185353 - [PowerPC] Fix @got references to local symbols
Ulrich Weigand
- [llvm] r185354 - Debug Info: Scope of a DebugLoc should not be null.
Manman Ren
- [llvm] r185356 - Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")
Tim Northover
- [llvm] r185358 - (1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.
Matt Beaumont-Gay
- [llvm] r185360 - AArch64: correct CodeGen of MOVZ/MOVK combinations.
Tim Northover
- [llvm] r185361 - Don't form PPC CTR loops for over-sized exit counts
Hal Finkel
- [llvm] r185363 - Fix PR16508.
Cameron Zwarich
- [llvm] r185364 - Add jump tables handling for MSP430.
Anton Korobeynikov
- [llvm] r185367 - Fix the build after r185363. Use llvm::next instead of raw next.
Cameron Zwarich
- [llvm] r185368 - Fix the test which relies on uncommitted change
Anton Korobeynikov
- [llvm] r185369 - Really fix the test. Sorry for the breakage...
Anton Korobeynikov
- [llvm] r185371 - [mips] Fix test case to check that mips64 instructions are generated.
Akira Hatanaka
- [llvm] r185373 - [mips] Increase the number of floating point control registers available to 32.
Akira Hatanaka
- [llvm] r185375 - [PowerPC] Also add "msync" alias
Ulrich Weigand
- [llvm] r185376 - [mips] Reverse the order of source operands of shift and rotate instructions that
Akira Hatanaka
- [llvm] r185377 - [docs] Amend confusing title
Sean Silva
- [llvm] r185378 - Make PBQP require/preserve MachineLoopInfo - the spiller requires it.
Lang Hames
- [llvm] r185378 - Make PBQP require/preserve MachineLoopInfo - the spiller requires it.
David Blaikie
- [llvm] r185378 - Make PBQP require/preserve MachineLoopInfo - the spiller requires it.
Lang Hames
- [llvm] r185378 - Make PBQP require/preserve MachineLoopInfo - the spiller requires it.
David Blaikie
- [llvm] r185378 - Make PBQP require/preserve MachineLoopInfo - the spiller requires it.
Lang Hames
- [llvm] r185379 - [ARMAsmParser] Sort the ARM register lists based on the encoding value, not the
Chad Rosier
- [llvm] r185380 - Index: test/CodeGen/PowerPC/reloc-align.ll
Bill Schmidt
- [llvm] r185383 - Debug Info: clean up usage of Verify.
Manman Ren
- [llvm] r185383 - Debug Info: clean up usage of Verify.
David Blaikie
- [llvm] r185385 - Add a newline.
Chad Rosier
- [llvm] r185387 - [PowerPC] Support all condition register logical instructions
Ulrich Weigand
- [llvm] r185389 - PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
David Blaikie
- [llvm] r185389 - PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
Ulrich Weigand
- [llvm] r185389 - PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
David Blaikie
- [llvm] r185389 - PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
Ulrich Weigand
- [llvm] r185389 - PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
David Blaikie
- [llvm] r185389 - PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
Ulrich Weigand
- [llvm] r185389 - PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
Kai Nacke
- [llvm] r185390 - [PowerPC] Fix 32-bit PowerPC TLS relocs
Ulrich Weigand
- [llvm] r185392 - Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...
Richard Trieu
- [llvm] r185393 - Remove floating point computations form SpillPlacement.cpp.
Jakob Stoklund Olesen
- [llvm] r185393 - Remove floating point computations form SpillPlacement.cpp.
Renato Golin
- [llvm] r185393 - Remove floating point computations form SpillPlacement.cpp.
Jakob Stoklund Olesen
- [llvm] r185393 - Remove floating point computations form SpillPlacement.cpp.
Stepan Dyatkovskiy
- [llvm] r185394 - [PowerPC] Add support for TLS data relocations
Ulrich Weigand
- [llvm] r185395 - Tweak some comments that referred to the old bias computations.
Jakob Stoklund Olesen
- [llvm] r185396 - Fix up some asserts that are within an if statement. This removes the need
Richard Trieu
- [llvm] r185397 - [APFloat] Ensure that we can properly parse strings that do not have null terminators.
Michael Gottesman
- [llvm] r185397 - [APFloat] Ensure that we can properly parse strings that do not have null terminators.
Eli Friedman
- [llvm] r185397 - [APFloat] Ensure that we can properly parse strings that do not have null terminators.
Michael Gottesman
- [llvm] r185398 - PR14728: DebugInfo: TLS variables with -gsplit-dwarf
David Blaikie
- [llvm] r185398 - PR14728: DebugInfo: TLS variables with -gsplit-dwarf
Eric Christopher
- [llvm] r185398 - PR14728: DebugInfo: TLS variables with -gsplit-dwarf
David Blaikie
- [llvm] r185399 - [mips] Add new InstrItinClasses for move from/to coprocessor instructions and
Akira Hatanaka
- [llvm] r185408 - IRVerifier: Correctly check attribute types
Tobias Grosser
- [llvm] r185408 - IRVerifier: Correctly check attribute types
Tobias Grosser
- [llvm] r185408 - IRVerifier: Correctly check attribute types
Nick Lewycky
- [llvm] r185409 - Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handling
Hal Finkel
- [llvm] r185413 - Fix typo in comment
Tobias Grosser
- [llvm] r185414 - Add missing break statements. Noticed by inspection.
Nick Lewycky
- [llvm] r185415 - Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denoms)
Hal Finkel
- [llvm] r185419 - DAGCombiner: fix use-counting issue when forming zextload
Tim Northover
- [llvm] r185421 - Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager.
Elena Demikhovsky
- [llvm] r185421 - Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager.
David Blaikie
- [llvm] r185421 - Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager.
Demikhovsky, Elena
- [llvm] r185421 - Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager.
David Blaikie
- [llvm] r185422 - Fix ARM EHABI compact model 1 and 2 without handlerdata.
Logan Chien
- [llvm] r185430 - [XCore] Fix instruction selection for zext, mkmsk instructions.
Richard Osborne
- [llvm] r185433 - [SystemZ] Add the MVC instruction
Richard Sandiford
- [llvm] r185434 - [SystemZ] Use MVC to spill loads and stores
Richard Sandiford
- [llvm] r185435 - [SystemZ] Use DSGFR over DSGR in more cases
Richard Sandiford
- [llvm] r185436 - Remove address spaces from MC.
Rafael Espindola
- [llvm] r185437 - [APFloat] Swap an early out check so we do not dereference str.end().
Michael Gottesman
- [llvm] r185443 - Fix -Wsign-compare warning and remove windows-style line endings introduced by r185421
David Blaikie
- [llvm] r185445 - Hexagon: Avoid unused variable warnings in Release builds.
Benjamin Kramer
- [llvm] r185447 - Revert (most of) r185393 and r185395.
Jakob Stoklund Olesen
- [llvm] r185456 - Debug Info: cleanup
Manman Ren
- [llvm] r185458 - [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
Ulrich Weigand
- [llvm] r185459 - [DebugInfo] Hold generic MCExpr in AddrPool
Ulrich Weigand
- [llvm] r185460 - [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr
Ulrich Weigand
- [llvm] r185461 - [PowerPC] Support TLS variables in debug info
Ulrich Weigand
- [llvm] r185465 - Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll.
Jyotsna Verma
- [llvm] r185475 - SystemZ: Fold variable into assertion.
Benjamin Kramer
- [llvm] r185476 - [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
Ulrich Weigand
- [llvm] r185477 - [PowerPC] Rework TLS call operand processing
Ulrich Weigand
- [llvm] r185478 - [PowerPC] PR16512 - Support TLS call sequences in the asm parser
Ulrich Weigand
- [llvm] r185479 - Fixed typo in LangRef where we were using _'' to quote instead of the correct _.
Michael Gottesman
- [llvm] r185480 - Fix comment.
Eric Christopher
- [llvm] r185484 - Debug Info: use module flag to set up Dwarf version.
Manman Ren
- [llvm] r185484 - Debug Info: use module flag to set up Dwarf version.
David Blaikie
- [llvm] r185484 - Debug Info: use module flag to set up Dwarf version.
Eric Christopher
- [llvm] r185484 - Debug Info: use module flag to set up Dwarf version.
David Blaikie
- [llvm] r185484 - Debug Info: use module flag to set up Dwarf version.
Eric Christopher
- [llvm] r185484 - Debug Info: use module flag to set up Dwarf version.
Manman Ren
- [llvm] r185489 - Trying to fix the bots
Manman Ren
- [llvm] r185490 - addConstantValue, addConstantFPValue never returned anything but
Eric Christopher
- [llvm] r185492 - Add a helpful comment.
Eric Christopher
- [llvm] r185495 - Remove unnecessary forward declare.
Eric Christopher
- [llvm] r185496 - Fix typo to make grep for DW_AT_comp_dir work without case-insensitive
Eric Christopher
- [llvm] r185497 - Move instance variable before experimental section.
Eric Christopher
- [llvm] r185498 - Move iterator to where it's used and update comments.
Eric Christopher
- [llvm] r185499 - SystemZInstrInfo.cpp: Tweak an assertion. [-Wunused-variable]
NAKAMURA Takumi
- [llvm] r185500 - Avoid doing a lot of computation when we have multiple ranges and
Eric Christopher
- [llvm] r185501 - Added posix function gettimeofday to LibFunc::Func for all platforms but Windows.
Michael Gottesman
- [llvm] r185502 - Added support in FunctionAttrs for adding relevant function/argument attributes for the posix call gettimeofday.
Michael Gottesman
- [llvm] r185502 - Added support in FunctionAttrs for adding relevant function/argument attributes for the posix call gettimeofday.
Michael Gottesman
- [llvm] r185503 - Change the gettimeofday test to only test on a posix platform.
Michael Gottesman
- [llvm] r185504 - Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
Craig Topper
- [llvm] r185504 - Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
Eric Christopher
- [llvm] r185505 - Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying the small vector size.
Craig Topper
- [llvm] r185505 - Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying the small vector size.
Eric Christopher
- [llvm] r185505 - Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying the small vector size.
Craig Topper
- [llvm] r185505 - Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying the small vector size.
Eric Christopher
- [llvm] r185506 - Add a space between type and variable name. No functional change.
Craig Topper
- [llvm] r185507 - Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid having to specify the vector size in multiple places.
Craig Topper
- [llvm] r185508 - Introduce some typedefs for DenseMaps containing SmallVectors so the vector size doesn't have to repeated when creating iterators for the DenseMap.
Craig Topper
- [llvm] r185509 - Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
Craig Topper
- [llvm] r185511 - Use SmallVectorImpl::iterator/const_iterator instead of SmallVector
Eric Christopher
- [llvm] r185512 - Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
Craig Topper
- [llvm] r185513 - Use SmallVectorImpl instead of SmallVector as method argument to avoid specifying vector size.
Craig Topper
- [llvm] r185514 - Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size.
Craig Topper
- [llvm] r185518 - [XCore] Add ISel pattern for LDWCP
Richard Osborne
- [llvm] r185519 - [XCore] Whitespace fixes, no functionality change.
Richard Osborne
- [llvm] r185520 - Constify a few functions.
Eric Christopher
- [llvm] r185523 - Remove unused field.
Eric Christopher
- [llvm] r185525 - [SystemZ] Fix caller-allocated save slot FIXME
Richard Sandiford
- [llvm] r185526 - [SystemZ] Rename mapping table fields
Richard Sandiford
- [llvm] r185527 - ARM: relax the atomic release barrier to "dmb ishst" on Swift
Tim Northover
- [llvm] r185527 - ARM: relax the atomic release barrier to "dmb ishst" on Swift
Jeffrey Yasskin
- [llvm] r185527 - ARM: relax the atomic release barrier to "dmb ishst" on Swift
Tim Northover
- [llvm] r185527 - ARM: relax the atomic release barrier to "dmb ishst" on Swift
Tim Northover
- [llvm] r185527 - ARM: relax the atomic release barrier to "dmb ishst" on Swift
Jeffrey Yasskin
- [llvm] r185528 - This corrects the implementation of Thumb ADR instruction. There are three issues:
Mihai Popa
- [llvm] r185529 - [SystemZ] Fold more spills
Richard Sandiford
- [llvm] r185532 - [PowerPC] Support mtspr/mfspr in the asm parser
Ulrich Weigand
- [llvm] r185533 - [PowerPC] Make specialized AltiVec patterns isCodeGenOnly
Ulrich Weigand
- [llvm] r185538 - [msan] Unpoison stack allocations and undef values in blacklisted functions.
Evgeniy Stepanov
- [llvm] r185539 - Fix regular expression used by 'make update' to only look for 'I' and '?' at the start of svn info results and to check for spaces after 'I' instead of just after '?'.
Craig Topper
- [llvm] r185540 - Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
Craig Topper
- [llvm] r185541 - [PowerPC] Remove dead code from PPCDAGToDAGISel::SelectSETCC
Ulrich Weigand
- [llvm] r185546 - Make llvm-nm return 1 on error.
Rafael Espindola
- [llvm] r185547 - Add support for gnu archives with a string table and no symtab.
Rafael Espindola
- [llvm] r185550 - Fix test: It was missing run lines and llvm-dis has no -disable-verify option.
Rafael Espindola
- [llvm] r185551 - Remove test for the old EH system. It doesn't parse anymore.
Rafael Espindola
- [llvm] r185552 - Remove another old test.
Rafael Espindola
- [llvm] r185554 - Prefix failing commands with not to make clear they are expected to fail.
Rafael Espindola
- [llvm] r185556 - [PowerPC] Always use mfocrf if available
Ulrich Weigand
- [llvm] r185561 - [PowerPC] Use mtocrf when available
Ulrich Weigand
- [llvm] r185564 - [PowerPC] Support lmw/stmw in the asm parser
Ulrich Weigand
- [llvm] r185566 - Use an RWMutex instead of a Mutex in PassRegistry.
Chad Rosier
- [llvm] r185573 - Move typedefs inside the class that they belong to.
Eric Christopher
- [llvm] r185575 - ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certain Thumb2 add immediate T3 encodings.
Tilmann Scheller
- [llvm] r185581 - Add platform specific tests doc
Renato Golin
- [llvm] r185583 - [PowerPC] FreeBSD does not require f128 in its data layout string.
Bill Schmidt
- [llvm] r185585 - Add names to the header file since they help in documenting the API
Eric Christopher
- [llvm] r185586 - Elaborate on comment.
Eric Christopher
- [llvm] r185587 - [ARM] Improve the instruction selection of vector loads.
Quentin Colombet
- [llvm] r185588 - Make DotDebugLocEntry a class, reorder the members along with comments
Eric Christopher
- [llvm] r185588 - Make DotDebugLocEntry a class, reorder the members along with comments
David Blaikie
- [llvm] r185588 - Make DotDebugLocEntry a class, reorder the members along with comments
Eric Christopher
- [llvm] r185589 - Hoist all of the Entry.getLoc() calls int a single variable.
Eric Christopher
- [llvm] r185592 - Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for the GHC calling convention.
Stephen Lin
- [llvm] r185594 - Add MachineBasicBlock::addLiveIn().
Jakob Stoklund Olesen
- [llvm] r185595 - Simplify landing pad lowering.
Jakob Stoklund Olesen
- [llvm] r185596 - Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
- [llvm] r185600 - Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
- [llvm] r185601 - Add support for futimens for platforms that don't support futimes.
Eric Christopher
- [llvm] r185603 - Temporarily revert 185601 as it caused cmake build regressions.
Eric Christopher
- [llvm] r185605 - Reapply r185601 with a fix for the cmake build.
Eric Christopher
- [llvm] r185606 - Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
Craig Topper
- [llvm] r185607 - Add a space between closing template '>' to unbreak build.
Craig Topper
- [llvm] r185612 - Tabs to spaces. No functionality change.
Nick Lewycky
- [llvm] r185615 - Live-in copies go *after* EH_LABELs.
Jakob Stoklund Olesen
- [llvm] r185616 - FastISel can only apend to basic blocks.
Jakob Stoklund Olesen
- [llvm] r185616 - FastISel can only apend to basic blocks.
Eric Christopher
- [llvm] r185616 - FastISel can only apend to basic blocks.
Jakob Stoklund Olesen
- [llvm] r185616 - FastISel can only apend to basic blocks.
Eric Christopher
- [llvm] r185617 - Simplify landing pad lowering.
Jakob Stoklund Olesen
- [llvm] r185618 - Typo.
Jakob Stoklund Olesen
- [llvm] r185620 - Add a V8FP instruction 'vcvt{b, t}' to convert between half and double precision.
Joey Gouly
- [llvm] r185625 - Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
- [llvm] r185627 - Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cournapeau!
Aaron Ballman
- [llvm] r185627 - Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cournapeau!
David Majnemer
- [llvm] r185627 - Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cournapeau!
David Cournapeau
- [llvm] r185627 - Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cournapeau!
Aaron Ballman
- [llvm] r185627 - Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cournapeau!
Aaron Ballman
- [llvm] r185627 - Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cournapeau!
David Majnemer
- [llvm] r185632 - SimplifyCFG: Teach switch generation some patterns that instcombine forms.
Benjamin Kramer
- [llvm] r185633 - [PowerPC] Add asm parser support for CR expressions
Ulrich Weigand
- [llvm] r185638 - [PowerPC] Add all trap mnemonics
Ulrich Weigand
- [llvm] r185642 - Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instructions.
Joey Gouly
- [llvm] r185651 - Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury.
Joey Gouly
- [llvm] r185656 - Changing long to int for consistency.
Aaron Ballman
- [llvm] r185659 - Add 'not' in front of a command that is expected to fail.
Rafael Espindola
- [llvm] r185662 - [PowerPC] Implement writeNopData
Ulrich Weigand
- [llvm] r185662 - [PowerPC] Implement writeNopData
Chandler Carruth
- [llvm] r185662 - [PowerPC] Implement writeNopData
Ulrich Weigand
- [llvm] r185663 - Fix leak. Should bring back the valgrind bot.
Rafael Espindola
- [llvm] r185663 - Fix leak. Should bring back the valgrind bot.
Sean Silva
- [llvm] r185663 - Fix leak. Should bring back the valgrind bot.
Rafael Espíndola
- [llvm] r185664 - Add support for archives with no symbol table or string table.
Rafael Espindola
- [llvm] r185667 - InstCombine: Reimplementation of visitUDivOperand
David Majnemer
- [llvm] r185669 - MC: Add .section directive to COFF
Nico Rieck
- [llvm] r185670 - Initialize object file info before output streamer
Nico Rieck
- [llvm] r185673 - Use a OwningPtr instead of a manual delete.
Rafael Espindola
- [llvm] r185675 - DebugInfo: Consider global variables without locations to be valid
David Blaikie
- [llvm] r185676 - Remove use of asymmetric std::lower_bound comparator.
Ahmed Bougacha
- [llvm] r185676 - Remove use of asymmetric std::lower_bound comparator.
Chandler Carruth
- [llvm] r185676 - Remove use of asymmetric std::lower_bound comparator.
Ahmed Bougacha
- [llvm] r185677 - InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)
David Majnemer
- [llvm] r185678 - Add a --crash option to not.
Rafael Espindola
- [llvm] r185680 - Use the raw member names in Archive::Archive.
Rafael Espindola
- [llvm] r185681 - Don't treat bitcode files specially in llvm-ar.
Rafael Espindola
- [llvm] r185688 - PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.
Joey Gouly
- [llvm] r185689 - Simplify code. No functionality change.
Benjamin Kramer
- [llvm] r185691 - Remove NoOperation.
Rafael Espindola
- [llvm] r185692 - [PowerPC] Support @tls in the asm parser
Ulrich Weigand
- [llvm] r185694 - [PowerPC] Make test case buildable with GNU as
Ulrich Weigand
- [llvm] r185695 - Use simpler version of exists.
Rafael Espindola
- [llvm] r185696 - [SystemZ] Clean up register scavenging code
Richard Sandiford
- [llvm] r185697 - Don't create an archive if, for example, we are asked to print the index.
Rafael Espindola
- [llvm] r185698 - [SystemZ] Allocate a second register scavenging slot
Richard Sandiford
- [llvm] r185700 - [PowerPC] Add some special @got at tprel fixup cases
Ulrich Weigand
- [llvm] r185701 - [SystemZ] Enable the use of MVC for frame-to-frame spills
Richard Sandiford
- [llvm] r185703 - Fix double renaming bug in stack coloring pass
Richard Sandiford
- [llvm] r185704 - [SystemZ] Remove redundant frame MMOs
Richard Sandiford
- [llvm] r185705 - [SystemZ] Remove no-op MVCs
Richard Sandiford
- [llvm] r185709 - Remove a useless declarations (found by scan-build)
Sylvestre Ledru
- [llvm] r185712 - ARM: Fix incorrect pack pattern
Arnold Schwaighofer
- [llvm] r185712 - ARM: Fix incorrect pack pattern
Jim Grosbach
- [llvm] r185712 - ARM: Fix incorrect pack pattern
Arnold Schwaighofer
- [llvm] r185712 - ARM: Fix incorrect pack pattern
Arnold Schwaighofer
- [llvm] r185714 - ARM: Add a pack pattern for matching arithmetic shift right
Arnold Schwaighofer
- [llvm] r185716 - Add a higher level createTemporaryFile function.
Rafael Espindola
- [llvm] r185719 - Use sys::fs::createTemporaryFile.
Rafael Espindola
- [llvm] r185723 - [TRE] Merged several tests into the the test basic.ll.
Michael Gottesman
- [llvm] r185726 - Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
- [llvm] r185728 - Remove unique_file now that it is unused.
Rafael Espindola
- [llvm] r185729 - [TRE] Combined another test into basic.ll
Michael Gottesman
- [llvm] r185730 - Fix windows build.
Rafael Espindola
- [llvm] r185731 - Remove dead function.
Jakob Stoklund Olesen
- [llvm] r185733 - Use modern API to avoid exposing LiveInterval internals.
Jakob Stoklund Olesen
- [llvm] r185735 - Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
- [llvm] r185735 - Extend 'readonly' and 'readnone' to work on function arguments as well as
Chandler Carruth
- [llvm] r185735 - Extend 'readonly' and 'readnone' to work on function arguments as well as
Chandler Carruth
- [llvm] r185735 - Extend 'readonly' and 'readnone' to work on function arguments as well as
Chandler Carruth
- [llvm] r185735 - Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
- [llvm] r185735 - Extend 'readonly' and 'readnone' to work on function arguments as well as
Chandler Carruth
- [llvm] r185737 - InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B test
David Majnemer
- [llvm] r185738 - Fix annotation of unlink. Should fix builder.
Nick Lewycky
- [llvm] r185739 - Fix language.
Nick Lewycky
- [llvm] r185740 - [objc-arc] Refactor runtime entrypoint declaration entrypoint creation.
Michael Gottesman
- [llvm] r185740 - [objc-arc] Refactor runtime entrypoint declaration entrypoint creation.
Michael Gottesman
- [llvm] r185740 - [objc-arc] Refactor runtime entrypoint declaration entrypoint creation.
Michael Gottesman
- [llvm] r185741 - [objc-arc] Updated ObjCARCOpts to use ARCRuntimeEntryPoints.
Michael Gottesman
- [llvm] r185742 - [objc-arc] Updated ObjCARCContract to use ARCRuntimeEntryPoints.
Michael Gottesman
- [llvm] r185743 - Removed trailing whitespace.
Michael Gottesman
- [llvm] r185744 - [objc-arc] Renamed Module => TheModule in ARCRuntimeEntryPoints. Also did some small cleanups.
Michael Gottesman
- [llvm] r185746 - [objc-arc] Performed some small cleanups in ARCRuntimeEntryPoints and added an llvm_unreachable after the switch to quiet -Wreturn_type errors.
Michael Gottesman
- [llvm] r185748 - isKnownToBeAPowerOfTwo: Fix a typo in a comment
David Majnemer
- [llvm] r185751 - [llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.
Michael Gottesman
- [llvm] r185753 - MC: Implement COFF .linkonce directive
Nico Rieck
- [llvm] r185754 - Stop putting operations after a tail call.
Tim Northover
- [llvm] r185754 - Stop putting operations after a tail call.
Duncan Sands
- [llvm] r185754 - Stop putting operations after a tail call.
Tim Northover
- [llvm] r185755 - DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.
Benjamin Kramer
- [llvm] r185755 - DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.
Richard Smith
- [llvm] r185755 - DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.
Benjamin Kramer
- [llvm] r185757 - Reassociate: Remove unnecessary default operator=.
Benjamin Kramer
- [llvm] r185758 - Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
- [llvm] r185759 - Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
Kai Nacke
- [llvm] r185760 - Fix alignment of unwind data.
Kai Nacke
- [llvm] r185761 - Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
- [llvm] r185761 - Emit personality function and Dwarf EH data for Win64 SEH.
Duncan Sands
- [llvm] r185761 - Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
- [llvm] r185763 - Proper va_arg/va_copy lowering on win64
Nico Rieck
- [llvm] r185763 - Proper va_arg/va_copy lowering on win64
Chandler Carruth
- [llvm] r185764 - [objc-arc] When we initialize ARCRuntimeEntryPoints, make sure we reset all references to entrypoint declarations as well.
Michael Gottesman
- [llvm] r185766 - COFFDumper: Print uint64_t with the right format string.
Benjamin Kramer
- [llvm] r185766 - COFFDumper: Print uint64_t with the right format string.
Kai Nacke
- [llvm] r185766 - COFFDumper: Print uint64_t with the right format string.
David Blaikie
- [llvm] r185766 - COFFDumper: Print uint64_t with the right format string.
Benjamin Kramer
- [llvm] r185767 - Add MC support for the v8fp instructions: vmaxnm and vminnm.
Joey Gouly
- [llvm] r185768 - SelectionDAGBuilder: style fixes (add space between end parentheses and open brace)
Stephen Lin
- [llvm] r185769 - [objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not modify the ref count of an objc object and additionally are inert for modref purposes.
Michael Gottesman
- [llvm] r185770 - [objc-arc] Remove the alias analysis part of r185764.
Michael Gottesman
- [llvm] r185770 - [objc-arc] Remove the alias analysis part of r185764.
David Blaikie
- [llvm] r185770 - [objc-arc] Remove the alias analysis part of r185764.
Michael Gottesman
- [llvm] r185774 - SLPVectorizer: Implement DCE as part of vectorization.
Nadav Rotem
- [llvm] r185774 - SLPVectorizer: Implement DCE as part of vectorization.
Alexey Samsonov
- [llvm] r185774 - SLPVectorizer: Implement DCE as part of vectorization.
Nadav Rotem
- [llvm] r185775 - Add missing per-argument doesNotAccessMemory accessors. No functionality change
Nick Lewycky
- [llvm] r185776 - Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
Nick Lewycky
- [llvm] r185776 - Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
Duncan Sands
- [llvm] r185776 - Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
Nick Lewycky
- [llvm] r185777 - Clear the builder insert point between tree-vectorization phases.
Nadav Rotem
- [llvm] r185778 - Reuse %rax after calling __chkstk on win64
Nico Rieck
- [llvm] r185780 - Remove trailing whitespace from SelectionDAG/*.cpp
Stephen Lin
- [llvm] r185781 - Revert "Reuse %rax after calling __chkstk on win64"
Nico Rieck
- [llvm] r185782 - [objc-arc] Committed test for r185770 as per dblaikie's suggestion.
Michael Gottesman
- [llvm] r185783 - Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfo
Hal Finkel
- [llvm] r185788 - Revert: Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
- [llvm] r185790 - Revert: Fix alignment of unwind data.
Kai Nacke
- [llvm] r185791 - Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.
Kai Nacke
- [llvm] r185793 - Revert: Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
- [llvm] r185794 - Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
Hal Finkel
- [PATCH][ARM] Improve the instruction selection of vector loads.
Quentin Colombet
- [PATCH][ARM] Improve the instruction selection of vector loads.
Quentin Colombet
- [PATCH][ARM] Improve the instruction selection of vector loads.
Jim Grosbach
- [PATCH][ARM] Improve the instruction selection of vector loads.
Quentin Colombet
- [PATCH] [ARMv8] Add MC assembly/disassembly for VCVT{B,T}
Joey Gouly
- [PATCH] [ARMv8] Add MC assembly/disassembly for VCVT{B,T}
Tim Northover
- [PATCH] [ARMv8] Add MC assembly/disassembly for VCVT{B,T}
Joey Gouly
- [PATCH] [ARMv8] Add MC Assembly/Disassembly for vmaxnm and vminnm
Joey Gouly
- [PATCH] [ARMv8] Add MC Assembly/Disassembly for vmaxnm and vminnm
Tim Northover
- [PATCH] [ARMv8] Add MC Assembly/Disassembly for vmaxnm and vminnm
Joey Gouly
- [PATCH] [ARMv8] Add MC assembly/disassembly for VSEL
Joey Gouly
- [PATCH] [ARMv8] Add MC assembly/disassembly for VSEL
Tim Northover
- [PATCH] [ARMv8] Add MC assembly/disassembly for VSEL
Joey Gouly
- [PATCH] [ARMv8] Add MC assembly/disassembly for VSEL
Amaury de la Vieuville
- [PATCH] [ARMv8] Add MC assembly/disassembly for VSEL
Tim Northover
- [PATCH] [asan] Update blacklists to use categories.
Peter Collingbourne
- [PATCH] [IPO] enable EP_EnabledOnOptLevel0 passes for OptLevel > 0
Chandler Carruth
- [PATCH][llvm-c] expose sys::getProcessTriple
Jim Grosbach
- [PATCH][llvm-c] expose sys::getProcessTriple
Filip Pizlo
- [PATCH] [lsan] Handle fork() correctly.
Sergey Matveev
- [PATCH] [mc-coff] Resolve aliases when emitting COFF relocations
Reid Kleckner
- [PATCH] [PECOFF] Support linking against DLL.
Rui Ueyama
- [PATCH] [PECOFF] Support linking against DLL.
Sean Silva
- [PATCH] [PECOFF] Support linking against DLL.
Rui Ueyama
- [PATCH] [PECOFF] Support linking against DLL.
Rui Ueyama
- [PATCH] [PECOFF] Support linking against DLL.
Rui Ueyama
- [PATCH] [PECOFF] Support linking against DLL.
Sean Silva
- [PATCH] [PECOFF] Support linking against DLL.
Rui Ueyama
- [PATCH][TableGen][MC]Allow instruction mnemonic to contain dot character
Jim Grosbach
- [PATCH][TableGen][MC]Allow instruction mnemonic to contain dot character
Vladimir Medic
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Nico Rieck
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Charles Davis
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Chandler Carruth
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH] Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll
Jyotsna Verma
- [PATCH] Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll
David Blaikie
- [PATCH] Add explicit Win64 and System V calling conventions to the x86_64 backend
Charles Davis
- [PATCH] Add explicit Win64 and System V calling conventions to the x86_64 backend
Chandler Carruth
- [PATCH] Add explicit Win64 and System V calling conventions to the x86_64 backend
Charles Davis
- [PATCH] Add explicit Win64 and System V calling conventions to the x86_64 backend
Reid Kleckner
- [PATCH] Add ISD::FROUND for libm round()
Hal Finkel
- [PATCH] Add some GlobalList unit tests.
Peter Collingbourne
- [PATCH] Add some GlobalList unit tests.
Alexey Samsonov
- [PATCH] Allow blocks to be merged when one has an undef input to a phi.
Mark Lacey
- [PATCH] Avoid Valgrind's still-reachable leak warnings
Rafael Espíndola
- [PATCH] Avoid Valgrind's still-reachable leak warnings
Duncan Sands
- [PATCH] Avoid Valgrind's still-reachable leak warnings
Ryo Onodera
- [PATCH] Bug 12843: put ELF reloc section against section with template function instantiation in the same COMDAT group
Игорь Пашев
- [PATCH] Bug 12843: put ELF reloc section against section with template function instantiation in the same COMDAT group
Tim Northover
- [PATCH] Bug 12843: put ELF reloc section against section with template function instantiation in the same COMDAT group
Игорь Пашев
- [PATCH] Bug 12843: put ELF reloc section against section with template function instantiation in the same COMDAT group
Tim Northover
- [PATCH] Bug 12843: put ELF reloc section against section with template function instantiation in the same COMDAT group
Игорь Пашев
- [PATCH] Bug 12843: put ELF reloc section against section with template function instantiation in the same COMDAT group
Tim Northover
- [PATCH] Bug 12843: put ELF reloc section against section with template function instantiation in the same COMDAT group
Игорь Пашев
- [PATCH] Bug 12843: put ELF reloc section against section with template function instantiation in the same COMDAT group
Tim Northover
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Игорь Пашев
- [PATCH] Bug 16442 - Missing futimes() on Solaris
David Majnemer
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Игорь Пашев
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Chad Rosier
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Игорь Пашев
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Chad Rosier
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Eric Christopher
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Chad Rosier
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Игорь Пашев
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Eric Christopher
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Игорь Пашев
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Eric Christopher
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Игорь Пашев
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Eric Christopher
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Eric Christopher
- [PATCH] Bug 16442 - Missing futimes() on Solaris
Chad Rosier
- [PATCH] Change representation of dllexport/dllimport
Nico Rieck
- [PATCH] Change representation of dllexport/dllimport
Stephen Lin
- [PATCH] Change representation of dllexport/dllimport
Óscar Fuentes
- [PATCH] Change representation of dllexport/dllimport
Stephen Lin
- [PATCH] Change representation of dllexport/dllimport
Stephen Lin
- [PATCH] Change representation of dllexport/dllimport
Óscar Fuentes
- [PATCH] Change representation of dllexport/dllimport
Stephen Lin
- [PATCH] Change representation of dllexport/dllimport
Reid Kleckner
- [PATCH] Changing the Back-end when Target Options Change
Andrea_DiBiagio at sn.scee.net
- [PATCH] Changing the Back-end when Target Options Change
Dan Gohman
- [PATCH] COFF: Add constants for optional data directory.
Rui Ueyama
- [PATCH] Consolidate duplicated ghostly sentinel code
Tristan Schmelcher
- [PATCH] Consolidate duplicated ghostly sentinel code
Tristan Schmelcher
- [PATCH] Consolidate duplicated ghostly sentinel code
Tristan Schmelcher
- [PATCH] DataFlowSanitizer; LLVM changes.
Evgeniy Stepanov
- [PATCH] DataFlowSanitizer; LLVM changes.
Peter Collingbourne
- [PATCH] DataFlowSanitizer; LLVM changes.
Evgeniy Stepanov
- [PATCH] Disable inlining between sanitized and non-sanitized functions
Evgeniy Stepanov
- [PATCH] Disallow global aliases to bitcast between address spaces
Matt Arsenault
- [PATCH] Distribute binary operators through SELECT_CC
Richard Sandiford
- [PATCH] Documentation: Explicitly state prohibition of inspecting other functions in a FunctionPass
Stephen Lin
- [PATCH] Enable ARM tail calls for ELF
Quentin Colombet
- [PATCH] Enable ARM tail calls for ELF
Eric Christopher
- [PATCH] Enable ARM tail calls for ELF
Jim Grosbach
- [PATCH] Enable ARM tail calls for ELF
Tim Northover
- [PATCH] Enable ARM tail calls for ELF
Eric Christopher
- [PATCH] Enable ARM tail calls for ELF
Tim Northover
- [PATCH] Enable ARM tail calls for ELF
Eric Christopher
- [PATCH] Enable ARM tail calls for ELF
Cameron Zwarich
- [PATCH] Enable ARM tail calls for ELF
Tim Northover
- [PATCH] Enable ARM tail calls for ELF
Saleem Abdulrasool
- [PATCH] Fix a memory leak in one of the GlobalList ctors.
Peter Collingbourne
- [PATCH] Fix ARM EHABI compact model 1 and 2 without handlerdata.
Anton Korobeynikov
- [PATCH] Fix ARM EHABI compact model 1 and 2 without handlerdata.
Logan Chien
- [PATCH] fix for PR16393: miscompile with struct byval
Manman Ren
- [PATCH] fix for PR16393: miscompile with struct byval
Stepan Dyatkovskiy
- [PATCH] fix for PR16393: miscompile with struct byval
Manman Ren
- [PATCH] fix for PR16393: miscompile with struct byval
Stepan Dyatkovskiy
- [PATCH] Fix implementation for Thumb ADR instruction
Mihail Popa
- [PATCH] Fix implementation for Thumb ADR instruction
Tim Northover
- [PATCH] Fix implementation for Thumb ADR instruction
Mihail Popa
- [PATCH] Fix implementation for Thumb ADR instruction
Tim Northover
- [PATCH] Fix implementation for Thumb ADR instruction
Mihail Popa
- [PATCH] Fix implementation for Thumb ADR instruction
Mihail Popa
- [PATCH] Fix implementation for Thumb ADR instruction
Tim Northover
- [PATCH] Fix the broken aha.c test
Jim Stichnoth
- [PATCH] Fix the broken aha.c test
Tim Northover
- [PATCH] Fix the broken aha.c test
Jim Stichnoth
- [PATCH] Full support for dllexport/dllimport attributes
Nico Rieck
- [PATCH] Full support for dllexport/dllimport attributes
Chandler Carruth
- [PATCH] Implement categories for global lists.
Peter Collingbourne
- [PATCH] Implement categories for global lists.
Alexey Samsonov
- [PATCH] Introduce a GlobalList ctor which takes a MemoryBuffer to make it more unit testable.
Peter Collingbourne
- [PATCH] Introduce a GlobalList ctor which takes a MemoryBuffer to make it more unit testable.
Alexey Samsonov
- [PATCH] Introduce GlobalAlias::mayBeResolved().
Rafael Ávila de Espíndola
- [PATCH] LazyValueInfo: Solve again when overdefined? - Expose ConstantRange
Ahmed Bougacha
- [PATCH] LazyValueInfo: Solve again when overdefined? - Expose ConstantRange
Duncan Sands
- [PATCH] LazyValueInfo: Solve again when overdefined? - Expose ConstantRange
Ahmed Bougacha
- [PATCH] MC: Add .section directive to COFF
Nico Rieck
- [PATCH] MC: Add associative selection mode for COFF COMDAT sections
Nico Rieck
- [PATCH] MC: Add associative selection mode for COFF COMDAT sections
Rafael Ávila de Espíndola
- [PATCH] MC: Add associative selection mode for COFF COMDAT sections
Nico Rieck
- [PATCH] MC: Add associative selection mode for COFF COMDAT sections
Rafael Ávila De Espíndola
- [PATCH] MC: Add associative selection mode for COFF COMDAT sections
Nico Rieck
- [PATCH] MC: Implement COFF .linkonce directive
Rafael Ávila de Espíndola
- [PATCH] MC: Implement COFF .linkonce directive
Nico Rieck
- [PATCH] MC: Implement COFF .linkonce directive
Rafael Espíndola
- [PATCH] MC: Implement COFF .linkonce directive
Nico Rieck
- [PATCH] Optimise chains when splitting vector loads & stores
Richard Sandiford
- [PATCH] PR16490: Fix a crash in ARM inline asm
Joey Gouly
- [PATCH] PR16490: Fix a crash in ARM inline asm
Tim Northover
- [PATCH] PR16490: Fix a crash in ARM inline asm
Renato Golin
- [PATCH] PR16490: Fix a crash in ARM inline asm
Joey Gouly
- [PATCH] PR16490: Fix a crash in ARM inline asm
Renato Golin
- [PATCH] PR16490: Fix a crash in ARM inline asm
Renato Golin
- [PATCH] PR16490: Fix a crash in ARM inline asm
Vinicius Tinti
- [PATCH] PR16490: Fix a crash in ARM inline asm
Joey Gouly
- [PATCH] PR16490: Fix a crash in ARM inline asm
Jan-Simon Möller
- [PATCH] PR16490: Fix a crash in ARM inline asm
Renato Golin
- [PATCH] Prefer small negative constants in InstCombine
Tim Northover
- [PATCH] Prefer small negative constants in InstCombine
Chris Lattner
- [PATCH] Prefer small negative constants in InstCombine
Tim Northover
- [PATCH] Prefer small negative constants in InstCombine
Chris Lattner
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Eli Friedman
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Eli Friedman
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Nick Lewycky
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Rename BlackList class to GlobalList and move it to Transforms/Utils.
Peter Collingbourne
- [PATCH] Rename BlackList class to GlobalList and move it to Transforms/Utils.
Alexey Samsonov
- [PATCH] Rename BlackList class to GlobalList and move it to Transforms/Utils.
Evgeniy Stepanov
- [PATCH] Rename BlackList class to GlobalList and move it to Transforms/Utils.
Alexey Samsonov
- [PATCH] Replace Mutex with RWMutex in PassRegistry
Alex Crichton
- [PATCH] Replace Mutex with RWMutex in PassRegistry
Chad Rosier
- [PATCH] Replace Mutex with RWMutex in PassRegistry
Alex Crichton
- [PATCH] Resolve issues with fmuladd intrinsic handling across multiple backends
Stephen Lin
- [PATCH] Resolve issues with fmuladd intrinsic handling across multiple backends
Hal Finkel
- [PATCH] Restrict select_cc -> (sll (setcc ...)) transform
Richard Sandiford
- [PATCH] Reuse %rax after calling __chkstk on win64
Nico Rieck
- [PATCH] Reuse %rax after calling __chkstk on win64
Nadav Rotem
- [PATCH] Simplify and correct landing pad lowering
Jakob Stoklund Olesen
- [PATCH] Simplify and correct landing pad lowering
Anton Korobeynikov
- [PATCH] Simplify and correct landing pad lowering
Stephen Lin
- [PATCH] Simplify and correct landing pad lowering
Jakob Stoklund Olesen
- [PATCH] Simplify and correct landing pad lowering
Jakob Stoklund Olesen
- [PATCH] Stop putting operations after a tail call
Tim Northover
- [PATCH] Stop putting operations after a tail call
Tobias Grosser
- [PATCH] Stop putting operations after a tail call
Tim Northover
- [PATCH] Stop putting operations after a tail call
Tim Northover
- [PATCH] Stop putting operations after a tail call
Tim Northover
- [PATCH] Stop putting operations after a tail call
Renato Golin
- [PATCH] Teach TailRecursionElimination (TRE) to handle certain cases of nocapture escaping allocas.
Michael Gottesman
- [PATCH] Teach TailRecursionElimination (TRE) to handle certain cases of nocapture escaping allocas.
Nick Lewycky
- [PATCH] Teach TailRecursionElimination (TRE) to handle certain cases of nocapture escaping allocas.
Michael Gottesman
- [PATCH] Top-level variable declaration (all but static data members)
Larisse Voufo
- [PATCH] Top-level variable declaration (all but static data members)
David Blaikie
- [patch] Use "set -o pipefail"
Rafael Espíndola
- [patch] Use "set -o pipefail"
Stephen Lin
- [patch] Use "set -o pipefail"
Rafael Espíndola
- [patch] Use "set -o pipefail"
Stephen Lin
- [patch] Use "set -o pipefail"
Rafael Espíndola
- [patch] Use "set -o pipefail"
Stephen Lin
- [patch] Use "set -o pipefail"
Rafael Espíndola
- [patch] Use "set -o pipefail"
Stephen Lin
- [PATCH] Use Clang's __has_* macros in Compiler.h to test for features
Reid Kleckner
- [PATCH] Use Clang's __has_* macros in Compiler.h to test for features
Reid Kleckner
- [PATCH] Use Clang's __has_* macros in Compiler.h to test for features
Reid Kleckner
- [PATCH] Use Clang's __has_* macros in Compiler.h to test for features
Aaron Ballman
- [PATCH] X86: fold SSE2/AVX2 logical shift by immediate amout into zero vector when possible
Andrea_DiBiagio at sn.scee.net
- [polly] r185253 - Refactor memory access getting code in ScopStmt.
Tobias Grosser
- [polly] r185254 - TempScop: (Partial) Implement the printDetail function.
Tobias Grosser
- [polly] r185254 - TempScop: (Partial) Implement the printDetail function.
Hongbin Zheng
- [polly] r185254 - TempScop: (Partial) Implement the printDetail function.
Tobias Grosser
- [polly] r185254 - TempScop: (Partial) Implement the printDetail function.
Hongbin Zheng
- [polly] r185254 - TempScop: (Partial) Implement the printDetail function.
Tobias Grosser
- [polly] r185429 - [autoconf/cmake] Make sure we detect the latest version of isl.
Tobias Grosser
- [polly] r185440 - clang-format latest changes
Tobias Grosser
- [polly] r185590 - scop detection: early return
Sebastian Pop
- [polly] r185720 - scop detection: remove an iteration over all uses
Sebastian Pop
- [poolalloc] r185542 - Creating an eval2 branch of Poolalloc for the STONESOUP evaluation 2.
John Criswell
- [poolalloc] r185545 - This is a temporary fix for PR#16506:
John Criswell
- [www-releases] r185485 - This package isn't a 32-bit build.
Bill Wendling
- Automatic scan-build on the LLVM toolchain
Sylvestre Ledru
- enabling clients to use rpath to find LLVM shared libraries on OS X
Benjamin Scarlet
- patch: add readonly argument attribute
Nick Lewycky
- patch: add readonly argument attribute
Chris Lattner
- patch: add readonly argument attribute
Nick Lewycky
- Patch: Fix ssize_t definition on windows
David Cournapeau
- Patch: Fix ssize_t definition on windows
Aaron Ballman
- Patch: Fix ssize_t definition on windows
David Cournapeau
- Patch: Fix ssize_t definition on windows
Aaron Ballman
- Please review - Fixed code section alignment in JIT mode
Demikhovsky, Elena
- Please review - Fixed code section alignment in JIT mode
Tim Northover
- Please review - Fixed code section alignment in JIT mode
Demikhovsky, Elena
- Please review - Fixed code section alignment in JIT mode
Tim Northover
- r185380: [PowerPC] Fix alignment bug with addressing peephole optimization.
Bill Schmidt
- r185397 - [APFloat] Ensure that we can properly parse strings that do not have null terminators.
Jordan Rose
- r185397 - [APFloat] Ensure that we can properly parse strings that do not have null terminators.
Eli Friedman
- r185397 - [APFloat] Ensure that we can properly parse strings that do not have null terminators.
Michael Gottesman
- R600/SI: Initial double precision support for Radeon SI
Niels Ole Salscheider
- R600: Various Fixes
Vincent Lejeune
- R600 Patches: KCache kernel arguments and 24-bit arithmetic
Aaron Watry
- TableGen generates an enum to name Schedule Model
Sean Silva
- xcore backend: add pattern for CP offset memory fetch
Robert Lytton
- xcore backend: add pattern for CP offset memory fetch
Richard Osborne
- xcore backend: add pattern for CP offset memory fetch
Robert Lytton
- xcore backend: add pattern for CP offset memory fetch
Richard Osborne
- xcore backend: bug when calling countLeadingZeros()
Robert Lytton
- xcore backend: bug when calling countLeadingZeros()
Duncan Sands
- xcore backend: bug when calling countLeadingZeros()
Richard Osborne
- xcore backend: bug when calling countLeadingZeros()
Robert Lytton
- xcore backend: bug when calling countLeadingZeros()
Robert Lytton
- xcore backend: bug when calling countLeadingZeros()
Duncan Sands
Last message date:
Sun Jul 7 23:16:58 PDT 2013
Archived on: Tue Aug 4 17:10:25 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).