The Week Of Monday 27 January 2014 Archives by subject
Starting: Mon Jan 27 00:17:59 PST 2014
Ending: Sun Feb 2 23:43:10 PST 2014
Messages: 841
- [compiler-rt] r200199 - [asan] Android setup: do "adb root" before "adb remount".
Evgeniy Stepanov
- [compiler-rt] r200200 - [msan] Disable mmap outside of application address range.
Evgeniy Stepanov
- [compiler-rt] r200217 - [sanitizer] revert r200197: the buggy kernel (https://bugzilla.kernel.org/show_bug.cgi?id=67651) is almost unusable with asan even with this workaround (too slow), so this workaround makes no sense. The asan/msan bootstrap bot was changed to use a non-buggy kernel
Kostya Serebryany
- [compiler-rt] r200245 - Rename fabs to local_fabs to not conflict with the builtin.
Joerg Sonnenberger
- [compiler-rt] r200293 - [msan] Replace assert() with GTest ASSERT_* in msan_test.
Evgeniy Stepanov
- [compiler-rt] r200295 - [ASan] Move the signal handling-related flags to sanitizer_common.
Alexander Potapenko
- [compiler-rt] r200295 - [ASan] Move the signal handling-related flags to sanitizer_common.
Alexey Samsonov
- [compiler-rt] r200304 - tsan: relax checking of errno spoiling in signal handlers
Dmitry Vyukov
- [compiler-rt] r200308 - tsan: remove interceptor stats
Dmitry Vyukov
- [compiler-rt] r200310 - [ASan] Move the sigaltstack() bits to sanitizer_common.
Alexander Potapenko
- [compiler-rt] r200310 - [ASan] Move the sigaltstack() bits to sanitizer_common.
Alexey Samsonov
- [compiler-rt] r200310 - [ASan] Move the sigaltstack() bits to sanitizer_common.
Alexander Potapenko
- [compiler-rt] r200312 - [ASan] Fix compilation.
Alexander Potapenko
- [compiler-rt] r200316 - [msan] Rewrite strto* interceptors and add a few more.
Sergey Matveev
- [compiler-rt] r200317 - Cache invalidation for AARCH64. Disabled for Apple for now as requested
Joerg Sonnenberger
- [compiler-rt] r200318 - [ASan] Remove an accidentally added include of signal.h
Alexander Potapenko
- [compiler-rt] r200319 - [ASan] Reinstate ASAN_LOW_MEMORY, which has nothing to do with signal handling and thus should not be moved to common.
Alexander Potapenko
- [compiler-rt] r200366 - Add support for more instruction prefixes so we can intercept functions in the VS2013 RTL
Timur Iskhodzhanov
- [compiler-rt] r200382 - [asan] Fix asan_device_setup.sh failure on userdebug Android.
Evgeniy Stepanov
- [compiler-rt] r200384 - [asan] experimental intercetor for __tls_get_addr. So far it does nothing interesting, actual usage will come later. See https://groups.google.com/forum/#!topic/address-sanitizer/BfwYD8HMxTM for background
Kostya Serebryany
- [compiler-rt] r200384 - [asan] experimental intercetor for __tls_get_addr. So far it does nothing interesting, actual usage will come later. See https://groups.google.com/forum/#!topic/address-sanitizer/BfwYD8HMxTM for background
Alexander Potapenko
- [compiler-rt] r200384 - [asan] experimental intercetor for __tls_get_addr. So far it does nothing interesting, actual usage will come later. See https://groups.google.com/forum/#!topic/address-sanitizer/BfwYD8HMxTM for background
Kostya Serebryany
- [compiler-rt] r200386 - [asan] fix build on Mac (hopefully)
Kostya Serebryany
- [compiler-rt] r200387 - [asan] increase the buffer size for printing asan legend, add a test for legend
Kostya Serebryany
- [compiler-rt] r200392 - Remove -arm-enable-ehabi from Android build rules. It's enabled by default.
Evgeniy Stepanov
- [compiler-rt] r200394 - Optimized implementation of __clzdi2 and __clzsi2 for ARM. Written in
Joerg Sonnenberger
- [compiler-rt] r200396 - Move JMP/JMPc definition into assembly.h's ARM block.
Joerg Sonnenberger
- [compiler-rt] r200396 - Move JMP/JMPc definition into assembly.h's ARM block.
Renato Golin
- [compiler-rt] r200397 - Support ARMv4 in the remaining non-VFP routines.
Joerg Sonnenberger
- [compiler-rt] r200462 - [asan] disable __tls_get_addr interceptor while I am investigating why it causes trouble; few more debugging
Kostya Serebryany
- [compiler-rt] r200463 - [asan] re-enable __tls_get_addr interceptor with a proper fix (use __attribute__((tls_model(initial-exec))))
Kostya Serebryany
- [compiler-rt] r200464 - [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [compiler-rt] r200468 - [sanitizer] Fix typo that breaks shmctl() interceptor.
Evgeniy Stepanov
- [compiler-rt] r200474 - Add an /FS flag to the ASan RTL CMake to make it buildable with VS2013
Timur Iskhodzhanov
- [compiler-rt] r200477 - Copy&paste errors. Found by Thomas Klausner.
Joerg Sonnenberger
- [compiler-rt] r200480 - Add an /FS flag to the sanitizer_common CMake to make it buildable with VS2013
Timur Iskhodzhanov
- [compiler-rt] r200482 - Add an /FS flag to the lib/interception CMake to make it buildable with VS2013 too
Timur Iskhodzhanov
- [compiler-rt] r200482 - Add an /FS flag to the lib/interception CMake to make it buildable with VS2013 too
Alexey Samsonov
- [compiler-rt] r200482 - Add an /FS flag to the lib/interception CMake to make it buildable with VS2013 too
Timur Iskhodzhanov
- [compiler-rt] r200482 - Add an /FS flag to the lib/interception CMake to make it buildable with VS2013 too
Brad King
- [compiler-rt] r200482 - Add an /FS flag to the lib/interception CMake to make it buildable with VS2013 too
Timur Iskhodzhanov
- [compiler-rt] r200483 - Quick-fix a typo
Timur Iskhodzhanov
- [compiler-rt] r200485 - Move /FS to SANITIZER_COMMON_CFLAGS
Timur Iskhodzhanov
- [compiler-rt] r200534 - tsan: fix Go build
Dmitry Vyukov
- [compiler-rt] r200535 - Make signal-related functions use __sanitizer_* structures instead of __sanitizer_kernel_* ones.
Alexander Potapenko
- [compiler-rt] r200536 - Fix compilation: don't convert NULL to a pointer-incompatible type.
Alexander Potapenko
- [compiler-rt] r200537 - [ASan] Run LSan for ASan unit tests only on 64-bit Linux
Alexey Samsonov
- [compiler-rt] r200542 - [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
- [compiler-rt] r200544 - [sanitizer] Support most ioctls from /usr/include/sound/.
Sergey Matveev
- [compiler-rt] r200546 - Enable compilation of RT on ARM
Renato Golin
- [compiler-rt] r200547 - [sanitizer] Attempt to fix Android build.
Sergey Matveev
- [compiler-rt] r200549 - [libsanitizer] Fix compilation for gotsan.
Alexander Potapenko
- [compiler-rt] r200550 - [asan] Read extra flags from a system property on activation on Android.
Evgeniy Stepanov
- [compiler-rt] r200551 - [asan] Fix Android build.
Evgeniy Stepanov
- [compiler-rt] r200552 - Sorting ARM Sources alphabetically
Renato Golin
- [compiler-rt] r200553 - [ASan] Add a failing test that demonstrates that ASan currently breaks dead code stripping on Linux.
Alexander Potapenko
- [compiler-rt] r200554 - [ASan] Implement __sanitizer::InstallDeadlySignalHandlers() and __asan::AsanOnSIGSEGV() on Windows.
Alexander Potapenko
- [compiler-rt] r200564 - Remove /FS as it's auto-added by CMake 2.8.12.1; also, remove /wd4221 as 4221 is a linker warning, not a compiler warning
Timur Iskhodzhanov
- [compiler-rt] r200567 - [sanitizer] Partial revert of recent ioctl changes.
Sergey Matveev
- [compiler-rt] r200567 - [sanitizer] Partial revert of recent ioctl changes.
Evgeniy Stepanov
- [compiler-rt] r200682 - [msan] Fix a typo.
Evgeniy Stepanov
- [lld] r200240 - [PECOFF] Implement some relocations for x86-64.
Rui Ueyama
- [lld] r200272 - s/0/nullptr/
Rui Ueyama
- [lld] r200274 - [PECOFF] Convert a object file to YAML to remove a binary file from SVN.
Rui Ueyama
- [lld] r200275 - [PECOFF] Remove a redundant test.
Rui Ueyama
- [lld] r200276 - [PECOFF] Convert more binary files to YAML.
Rui Ueyama
- [lld] r200278 - [PECOFF] Replace magic numbers with sizeof.
Rui Ueyama
- [lld] r200306 - [CMake] Apply llvm_update_compile_flags() in add_lld_library().
NAKAMURA Takumi
- [lld] r200328 - [Mips] Declare MipsDynamicTable class in a separate header file.
Simon Atanasyan
- [lld] r200369 - [ELF][Hexagon] typeZeroFillQuick is not associated with bss section.
Shankar Easwaran
- [lld] r200443 - Update for llvm api change.
Rafael Espindola
- [lld] r200467 - [ELF] Make private all DynamicTable class fields which are not used in
Simon Atanasyan
- [lld] r200511 - [PECOFF] Default image base address for PE32+ is 0x140000000, not 0x400000.
Rui Ueyama
- [lld] r200512 - Replace magic numbers with enums.
Rui Ueyama
- [lld] r200514 - [PECOFF] Do not emit a section if it's empty.
Rui Ueyama
- [lld] r200518 - [PECOFF] Set the correct PE header field value.
Rui Ueyama
- [lld] r200519 - MSVC2012 does not choose to use uint64_t as underlying type without this.
Rui Ueyama
- [lld] r200575 - Update for llvm api change.
Rafael Espindola
- [lld] r200589 - [PECOFF] Handle /machine option before handling all the other options.
Rui Ueyama
- [lld] r200599 - [PECOFF] Add a TODO.
Rui Ueyama
- [lld] r200629 - [Mips] Cleanup assembler code in the test.
Simon Atanasyan
- [lld] r200630 - [ELF] Customize dynamic table tag used for .got.plt section referencing.
Simon Atanasyan
- [lld] r200649 - [MachO] Add undefined atoms.
Joey Gouly
- [lld] r200675 - [ELF] change LayoutBefore Reference to InGroup Reference
Shankar Easwaran
- [llvm-commits] [llvm] r128327 - in /llvm/trunk: include/llvm/CodeGen/MachineBasicBlock.h lib/CodeGen/AsmPrinter/DwarfDebug.cpp lib/CodeGen/AsmPrinter/DwarfDebug.h test/CodeGen/X86/dbg-merge-loc-entry.ll
Alexey Samsonov
- [llvm-commits] [llvm] r128327 - in /llvm/trunk: include/llvm/CodeGen/MachineBasicBlock.h lib/CodeGen/AsmPrinter/DwarfDebug.cpp lib/CodeGen/AsmPrinter/DwarfDebug.h test/CodeGen/X86/dbg-merge-loc-entry.ll
Eric Christopher
- [llvm-commits] new linux/llvm patches
David Woodhouse
- [llvm-commits] new linux/llvm patches
David Woodhouse
- [llvm-commits] new patches for compiling linux with integrated-as
David Woodhouse
- [llvm-commits] new patches for compiling linux with integrated-as
David Woodhouse
- [llvm] r176605 - Debug Info: store the files and directories for each compile unit.
Rafael Espíndola
- [llvm] r176605 - Debug Info: store the files and directories for each compile unit.
Eric Christopher
- [llvm] r199871 - Add a variable to track whether or not we've used a unique section,
Eric Christopher
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
David Blaikie
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Sean Silva
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Sean Silva
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Artyom Skrobov
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Jim Grosbach
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Artyom Skrobov
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Jim Grosbach
- [llvm] r200022 - Add Constant Hoisting Pass
Juergen Ributzka
- [llvm] r200022 - Add Constant Hoisting Pass
Juergen Ributzka
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Daniel Sanders
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Rafael Espíndola
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Daniel Sanders
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Rafael Espíndola
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Daniel Sanders
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Rafael Espíndola
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Richard Sandiford
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Daniel Sanders
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Chandler Carruth
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Daniel Sanders
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Rafael Espíndola
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Daniel Sanders
- [llvm] r200083 - Reverting r199886 (Prevent repetitive warnings for unrecognized processors and features)
Sean Silva
- [llvm] r200138 - Implement the missing bits corresponding to .mips_hack_elf_flags.
Matheus Almeida
- [llvm] r200138 - Implement the missing bits corresponding to .mips_hack_elf_flags.
Rafael Espíndola
- [llvm] r200138 - Implement the missing bits corresponding to .mips_hack_elf_flags.
Matheus Almeida
- [llvm] r200138 - Implement the missing bits corresponding to .mips_hack_elf_flags.
Rafael Espíndola
- [llvm] r200187 - StringRef: Extend constexpr capabilities and introduce ConstStringRef
David Blaikie
- [llvm] r200187 - StringRef: Extend constexpr capabilities and introduce ConstStringRef
Alp Toker
- [llvm] r200198 - [vectorizer] Clean up the handling of unvectorized loop unrolling in the
Chandler Carruth
- [llvm] r200201 - Fix for PR18102.
Stepan Dyatkovskiy
- [llvm] r200202 - Additional fix for 200201: due to dependence on bitwidth test was moved to X86 directory.
Stepan Dyatkovskiy
- [llvm] r200203 - Teach SCEV to handle more cases of 'and X, CST', specifically where CST is any number of contiguous 1 bits in a row, with any number of leading and trailing 0 bits.
Nick Lewycky
- [llvm] r200210 - Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assume that getMulExpr returns a SCEVMulExpr, it may have simplified it to something else!
Nick Lewycky
- [llvm] r200211 - [vectorizer] Fix a trivial oversight where we always requested the
Chandler Carruth
- [llvm] r200212 - [vectorizer] Add some flags which are useful for conducting experiments
Chandler Carruth
- [llvm] r200213 - [vectorizer] Teach the loop vectorizer's unroller to only unroll by
Chandler Carruth
- [llvm] r200213 - [vectorizer] Teach the loop vectorizer's unroller to only unroll by
Hal Finkel
- [llvm] r200213 - [vectorizer] Teach the loop vectorizer's unroller to only unroll by
Nadav Rotem
- [llvm] r200214 - [vectorizer] Simplify code to use existing helpers on the Function
Chandler Carruth
- [llvm] r200215 - [vectorizer] Add an override for the target instruction cost and use it
Chandler Carruth
- [llvm] r200216 - XCore: Fix typo in function name.
Benjamin Kramer
- [llvm] r200218 - ConstantHoisting: We can't insert instructions directly in front of a PHI node.
Benjamin Kramer
- [llvm] r200219 - [vectorize] Initial version of respecting PGO in the vectorizer: treat
Chandler Carruth
- [llvm] r200219 - [vectorize] Initial version of respecting PGO in the vectorizer: treat
David Blaikie
- [llvm] r200219 - [vectorize] Initial version of respecting PGO in the vectorizer: treat
Arnold Schwaighofer
- [llvm] r200219 - [vectorize] Initial version of respecting PGO in the vectorizer: treat
Chandler Carruth
- [llvm] r200219 - [vectorize] Initial version of respecting PGO in the vectorizer: treat
Chandler Carruth
- [llvm] r200219 - [vectorize] Initial version of respecting PGO in the vectorizer: treat
Chandler Carruth
- [llvm] r200220 - Do not reference llvm-gcc from bugpoint
Tobias Grosser
- [llvm] r200227 - MC: Add support for .cfi_startproc simple
David Majnemer
- [llvm] r200228 - [CMake] Put *_exports into "Misc" folder.
NAKAMURA Takumi
- [llvm] r200229 - Silence MSVC warning on 'uint16_t |= bool' with a cast
Reid Kleckner
- [llvm] r200234 - [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.
Andrea Di Biagio
- [llvm] r200234 - [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.
Daniel Sanders
- [llvm] r200244 - test commit: add minor comment
Gautam Chakrabarti
- [llvm] r200248 - Fix unsupported addressing mode assertion for pld
David Peixotto
- [llvm] r200249 - Fix sext(setcc) -> select_cc using wrong type for setcc.
Matt Arsenault
- [llvm] r200255 - ARM MC: Fix the initial DWARF CFI unwind info at the start of a function
Mark Seaborn
- [llvm] r200259 - Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compile
Mark Seaborn
- [llvm] r200262 - PGO branch weight: keep halving the weights until they can fit into
Manman Ren
- [llvm] r200264 - Reformat slightly.
Eric Christopher
- [llvm] r200269 - Revert r199871 and replace it with a simple check in the debug info
Eric Christopher
- [llvm] r200269 - Revert r199871 and replace it with a simple check in the debug info
David Blaikie
- [llvm] r200269 - Revert r199871 and replace it with a simple check in the debug info
Eric Christopher
- [llvm] r200270 - LoopVectorize: Support conditional stores by scalarizing
Arnold Schwaighofer
- [llvm] r200271 - [TLI] Add a new hook to TargetLowering to query the target if a load of a constant should be converted to simply the constant itself.
Juergen Ributzka
- [llvm] r200273 - [LPM] Fix PR18616 where the shifts to the loop pass manager to extract
Chandler Carruth
- [llvm] r200279 - x86: add implicit defs for cpuid
Reid Kleckner
- [llvm] r200281 - Update optimization passes to handle inalloca arguments
Reid Kleckner
- [llvm] r200282 - Fix the DWARF EH encodings for Sparc PIC code.
Jakob Stoklund Olesen
- [llvm] r200283 - R600/SI: Add pattern for truncating i32 to i1
Michel Danzer
- [llvm] r200285 - MC: Add a .debug section that we'll soon use to emit debug info into COFF files
Timur Iskhodzhanov
- [llvm] r200287 - Improve handling of EnforceSmallerThan. Remove all types that are smaller from the larger set not just the smallest type from the smaller set. Ensure 'smaller' vectors have the same or fewer total bits. Similar for 'larger' vectors.
Craig Topper
- [llvm] r200288 - Handle spilling the PPC GPRC_NOR0 register class
Hal Finkel
- [llvm] r200294 - [vectorizer] Completely disable the block frequency guidance of the loop
Chandler Carruth
- [llvm] r200297 - [CMake] Put lli-child-target into the Folder "Misc".
NAKAMURA Takumi
- [llvm] r200298 - [CMake] Let llvm_process_sources check not only *.cpp but also *.c.
NAKAMURA Takumi
- [llvm] r200299 - [CMake] Move -ffunction-data-sections stuff to HandleLLVMOptions.
NAKAMURA Takumi
- [llvm] r200300 - [CMake] Apply -ffunction-data-sectinos not only to CMAKE_CXX_FLAGS, but also to CMAKE_C_FLAGS.
NAKAMURA Takumi
- [llvm] r200301 - [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI.
NAKAMURA Takumi
- [llvm] r200301 - [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI.
Alexey Samsonov
- [llvm] r200301 - [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI.
Tim Northover
- [llvm] r200301 - [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI.
NAKAMURA Takumi
- [llvm] r200301 - [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI.
Alexey Samsonov
- [llvm] r200303 - [CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.
NAKAMURA Takumi
- [llvm] r200309 - Provide a stub Target Streamer implementation for PPC MachO
Iain Sandoe
- [llvm] r200309 - Provide a stub Target Streamer implementation for PPC MachO
Rafael Espíndola
- [llvm] r200309 - Provide a stub Target Streamer implementation for PPC MachO
David Fang
- [llvm] r200309 - Provide a stub Target Streamer implementation for PPC MachO
Iain Sandoe
- [llvm] r200309 - Provide a stub Target Streamer implementation for PPC MachO
David Fang
- [llvm] r200309 - Provide a stub Target Streamer implementation for PPC MachO
David Fang
- [llvm] r200311 - [CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET PROPERTY SOURCES has them.
NAKAMURA Takumi
- [llvm] r200313 - [DAGCombiner] Avoid introducing an illegal build_vector when folding a sign_extend.
Andrea Di Biagio
- [llvm] r200321 - The llvm_headers_do_not_build project needs to be excluded from the default build, otherwise it gets built (at least in Visual Studio 2013).
Aaron Ballman
- [llvm] r200322 - Fix pr14893.
Rafael Espindola
- [llvm] r200323 - typo
Adrian Prantl
- [llvm] r200324 - [X86] Add extra rules for combining vselect dag nodes into movsd.
Andrea Di Biagio
- [llvm] r200325 - [NVPTX] Fix emitting aggregate parameters
Gautam Chakrabarti
- [llvm] r200331 - Add BumpPtrAllocator::allocateCopy() utilities
Nick Kledzik
- [llvm] r200331 - Add BumpPtrAllocator::allocateCopy() utilities
Eli Bendersky
- [llvm] r200331 - Add BumpPtrAllocator::allocateCopy() utilities
Chandler Carruth
- [llvm] r200332 - [mips] Fix ELF header flags.
Matheus Almeida
- [llvm] r200333 - fix templates to work with pre c++11
Nick Kledzik
- [llvm] r200335 - Use the proper SDK when building iOS sim builds of LLVM and/or Mac OS X builds.
Owen Anderson
- [llvm] r200340 - Add line table debug info to COFF files when using a win32 triple.
Timur Iskhodzhanov
- [llvm] r200340 - Add line table debug info to COFF files when using a win32 triple.
Timur Iskhodzhanov
- [llvm] r200341 - Disable the COFF tests on non-X86 archs
Timur Iskhodzhanov
- [llvm] r200345 - Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
- [llvm] r200346 - Modify MCObjectStreamer EmitInstTo* interface
David Woodhouse
- [llvm] r200347 - Keep the MCSubtargetInfo in the MCRelxableFragment class.
David Woodhouse
- [llvm] r200348 - Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
- [llvm] r200349 - Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
- [llvm] r200350 - Delete MCSubtargetInfo data members from target MCCodeEmitter classes
David Woodhouse
- [llvm] r200351 - Tests for mode switching
David Woodhouse
- [llvm] r200351 - Tests for mode switching
Rafael Espíndola
- [llvm] r200351 - Tests for mode switching
David Woodhouse
- [llvm] r200351 - Tests for mode switching
David Peixotto
- [llvm] r200351 - Tests for mode switching
David Woodhouse
- [llvm] r200351 - Tests for mode switching
David Peixotto
- [llvm] r200351 - Tests for mode switching
David Woodhouse
- [llvm] r200352 - Convert to the inner enum so the compiler can warn about it in switches.
Rafael Espindola
- [llvm] r200352 - Convert to the inner enum so the compiler can warn about it in switches.
David Blaikie
- [llvm] r200352 - Convert to the inner enum so the compiler can warn about it in switches.
Rafael Espíndola
- [llvm] r200353 - Be more explicit about which overloaded variant to use. Caught by ASan!
Nick Kledzik
- [llvm] r200354 - Finish bringing file_type to the llvm style (other than its name).
Rafael Espindola
- [llvm] r200355 - [Sparc] Fix breakage in r200345
David Woodhouse
- [llvm] r200357 - Make createObjectFile's signature a bit less error prone.
Rafael Espindola
- [llvm] r200358 - MC: Clean up error paths in AsmParser::parseMacroArgument
David Majnemer
- [llvm] r200360 - Remove unnecessary call to pthread_mutexattr_setpshared()
Mark Seaborn
- [llvm] r200361 - [ARM] Remove superfluous inline asm mode switch test
David Woodhouse
- [llvm] r200365 - [AArch64 NEON] Lower SELECT_CC with vector operand.
Kevin Qin
- [llvm] r200367 - Use a raw_stream to implement the mangler.
Rafael Espindola
- [llvm] r200368 - [SparcV9] Use correct register class (I64RegClass) to hold the address of _GLOBAL_OFFSET_TABLE_ in sparcv9.
Venkatraman Govindaraju
- [llvm] r200370 - We do use pipefail these days. Update the test.
Rafael Espindola
- [llvm] r200371 - LoopVectorizer: Don't count the induction variable multiple times
Arnold Schwaighofer
- [llvm] r200372 - [LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"
Chandler Carruth
- [llvm] r200373 - [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.
Venkatraman Govindaraju
- [llvm] r200373 - [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.
Jakob Stoklund Olesen
- [llvm] r200374 - Normalize the style in llvm-nm.cpp.
Rafael Espindola
- [llvm] r200375 - Revert r200340, "Add line table debug info to COFF files when using a win32 triple."
NAKAMURA Takumi
- [llvm] r200376 - [Sparc] Use %r_disp32 for pc_rel entries in FDE as well.
Venkatraman Govindaraju
- [llvm] r200377 - Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchTypeMatcher.
Craig Topper
- [llvm] r200378 - [asan] simplify a test
Kostya Serebryany
- [llvm] r200383 - MC: Reorganize macro MC test along dialect lines
David Majnemer
- [llvm] r200388 - Enable EHABI by default
Renato Golin
- [llvm] r200390 - Document EHABI enabled by default
Renato Golin
- [llvm] r200391 - Remove -arm-enable-ehabi from Android build rules. It's enabled by default.
Evgeniy Stepanov
- [llvm] r200393 - [LPM] Fix PR18643, another scary place where loop transforms failed to
Chandler Carruth
- [llvm] r200395 - [mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.
Matheus Almeida
- [llvm] r200398 - [mips][msa] Add copy_{u,s}.d.
Matheus Almeida
- [llvm] r200399 - [mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test.
Matheus Almeida
- [llvm] r200400 - [mips][msa] Add fill.d instruction.
Matheus Almeida
- [llvm] r200401 - Test commit
Oliver Stannard
- [llvm] r200403 - [X86][SchedModel] Fix typos in the definitions of the ports for Haswell.
Quentin Colombet
- [llvm] r200404 - Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
Lang Hames
- [llvm] r200404 - Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
Renato Golin
- [llvm] r200404 - Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
Lang Hames
- [llvm] r200404 - Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
Renato Golin
- [llvm] r200404 - Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
Lang Hames
- [llvm] r200407 - [CommandLine] Aliases require an value if their target requires a value.
Jordan Rose
- [llvm] r200408 - LoopVectorizer: Add a test case for unrolling of small loops that need a runtime
Arnold Schwaighofer
- [llvm] r200409 - MC: Better management of macro arguments
David Majnemer
- [llvm] r200412 - Remove C++11ism from r200407.
Jordan Rose
- [llvm] r200417 - llvm-cov: Expect a source file as a positional parameter
Justin Bogner
- [llvm] r200418 - llvm-cov: Improve help message text
Justin Bogner
- [llvm] r200419 - llvm-cov: Accept the long forms of gcov options
Justin Bogner
- [llvm] r200420 - Fix formatting of comment.
Eric Christopher
- [llvm] r200421 - Make the compile unit map a MapVector so that we can assume a stable
Eric Christopher
- [llvm] r200422 - Turn on CU ranges if we've got multiple compile units in the same
Eric Christopher
- [llvm] r200422 - Turn on CU ranges if we've got multiple compile units in the same
David Blaikie
- [llvm] r200422 - Turn on CU ranges if we've got multiple compile units in the same
Eric Christopher
- [llvm] r200422 - Turn on CU ranges if we've got multiple compile units in the same
David Blaikie
- [llvm] r200422 - Turn on CU ranges if we've got multiple compile units in the same
Eric Christopher
- [llvm] r200422 - Turn on CU ranges if we've got multiple compile units in the same
Eric Christopher
- [llvm] r200422 - Turn on CU ranges if we've got multiple compile units in the same
David Blaikie
- [llvm] r200422 - Turn on CU ranges if we've got multiple compile units in the same
Eric Christopher
- [llvm] r200425 - If we use DW_AT_ranges we need to specify a base address that ranges
Eric Christopher
- [llvm] r200426 - Move range handling for a function to endFunction rather than
Eric Christopher
- [llvm] r200428 - PGO branch weight: update edge weights in IfConverter.
Manman Ren
- [llvm] r200431 - PGO branch weight: update edge weights in SelectionDAGBuilder.
Manman Ren
- [llvm] r200431 - PGO branch weight: update edge weights in SelectionDAGBuilder.
Rafael Espíndola
- [llvm] r200431 - PGO branch weight: update edge weights in SelectionDAGBuilder.
Manman Ren
- [llvm] r200433 - Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.
Rafael Espindola
- [llvm] r200434 - Revert r200431 due to bot failures.
Manman Ren
- [llvm] r200436 - Remove dead code.
Rafael Espindola
- [llvm] r200439 - add a bunch of LLVM_OVERRIDE before I start refactoring these.
Rafael Espindola
- [llvm] r200440 - Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple'
Timur Iskhodzhanov
- [llvm] r200440 - Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple'
Timur Iskhodzhanov
- [llvm] r200440 - Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple'
Timur Iskhodzhanov
- [llvm] r200441 - Extend the preserve_most/all calling convention description in LangRef about the
Juergen Ributzka
- [llvm] r200442 - Simplify the handling of iterators in ObjectFile.
Rafael Espindola
- [llvm] r200444 - [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Juergen Ributzka
- [llvm] r200444 - [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
NAKAMURA Takumi
- [llvm] r200444 - [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Juergen Ributzka
- [llvm] r200445 - Revert "[Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic."
Juergen Ributzka
- [llvm] r200446 - ARM: support tlscall relocations
Saleem Abdulrasool
- [llvm] r200447 - ARM: support TLS descriptor relocations
Saleem Abdulrasool
- [llvm] r200448 - ARM: suuport .tlsdescseq directive
Saleem Abdulrasool
- [llvm] r200449 - ARM IAS: support .movsp
Saleem Abdulrasool
- [llvm] r200450 - tools: add support for decoding ARM attributes
Saleem Abdulrasool
- [llvm] r200451 - ARM IAS: support .object_arch
Saleem Abdulrasool
- [llvm] r200453 - Implement SPARCv9 atomic_swap_64 with a pseudo.
Jakob Stoklund Olesen
- [llvm] r200454 - tools: repair Windows build
Saleem Abdulrasool
- [llvm] r200455 - Remove duplicate pattern and add predicate checks on other patterns.
Craig Topper
- [llvm] r200456 - tools: remove unnecessary typename
Saleem Abdulrasool
- [llvm] r200457 - tools: fix Twine abuse
Saleem Abdulrasool
- [llvm] r200457 - tools: fix Twine abuse
David Blaikie
- [llvm] r200458 - Remove some AddedComplexity tags that were forcing priority for AVX over SSE. Use predicates instead.
Craig Topper
- [llvm] r200459 - Couple minor formatting fixes to the XXXGenDAGISel.inc files.
Craig Topper
- [llvm] r200461 - Remove duplicate patterns
Craig Topper
- [llvm] r200465 - [mips] Fix typo.
Matheus Almeida
- [llvm] r200466 - Reenable ARM EHABI on Android.
Evgeniy Stepanov
- [llvm] r200466 - Reenable ARM EHABI on Android.
Renato Golin
- [llvm] r200473 - Explicitly specify the CPU to avoid Atom-specific assembly mismatch
Timur Iskhodzhanov
- [llvm] r200473 - Explicitly specify the CPU to avoid Atom-specific assembly mismatch
Eric Christopher
- [llvm] r200473 - Explicitly specify the CPU to avoid Atom-specific assembly mismatch
Timur Iskhodzhanov
- [llvm] r200473 - Explicitly specify the CPU to avoid Atom-specific assembly mismatch
Eric Christopher
- [llvm] r200479 - Comment out unused macro because of warning
Renato Golin
- [llvm] r200481 - [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Juergen Ributzka
- [llvm] r200484 - Use early returns and factor the object::Binary creation.
Rafael Espindola
- [llvm] r200487 - This has been fixed.
Rafael Espindola
- [llvm] r200488 - Only ELF has a dynamic symbol table. Remove it from ObjectFile.
Rafael Espindola
- [llvm] r200490 - Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Timur Iskhodzhanov
- [llvm] r200491 - [AArch64] Custom lower concat_vector patterns with v4i16, v4i32, v8i8, v8i16, v16i8 types.
Chad Rosier
- [llvm] r200493 - This file already has a "using namespace object; ", use it.
Rafael Espindola
- [llvm] r200495 - [x86] Fix signed relocations for i64i32imm operands
David Woodhouse
- [llvm] r200498 - HandleLLVMOptions.cmake: Typo in comment.
NAKAMURA Takumi
- [llvm] r200498 - HandleLLVMOptions.cmake: Typo in comment.
Daniel Liew
- [llvm] r200499 - [CMake] llvm_update_compile_flags: Honor LLVM_COMPILE_FLAGS.
NAKAMURA Takumi
- [llvm] r200500 - Add a link to a bug to a couple of FIXMEs
Timur Iskhodzhanov
- [llvm] r200501 - Allow speculating llvm.sqrt, fma and fmuladd
Matt Arsenault
- [llvm] r200502 - PGO branch weight: update edge weights in SelectionDAGBuilder.
Manman Ren
- [llvm] r200503 - DAGCombine should not produce ISD::OR nodes after operation legalization if they're not legal.
Owen Anderson
- [llvm] r200503 - DAGCombine should not produce ISD::OR nodes after operation legalization if they're not legal.
David Blaikie
- [llvm] r200503 - DAGCombine should not produce ISD::OR nodes after operation legalization if they're not legal.
Owen Anderson
- [llvm] r200503 - DAGCombine should not produce ISD::OR nodes after operation legalization if they're not legal.
David Blaikie
- [llvm] r200503 - DAGCombine should not produce ISD::OR nodes after operation legalization if they're not legal.
Owen Anderson
- [llvm] r200506 - This patch teaches the DAGCombiner how to fold insert_subvector nodes
Manman Ren
- [llvm] r200509 - [Sparc] Save and restore float registers that may be used for parameter passing.
Venkatraman Govindaraju
- [llvm] r200515 - Fix a bug in gcov instrumentation introduced by r195513. <rdar://15930350>
Bob Wilson
- [llvm] r200516 - Move address override handling in X86MCCodeEmitter to a place where it works for VEX encoded instructions too. This allows 32-bit addressing to work in 64-bit mode.
Craig Topper
- [llvm] r200517 - Move address override handling in X86CodeEmitter to a place where it works for VEX encoded instructions too. This allows 32-bit addressing to work in 64-bit mode.
Craig Topper
- [llvm] r200517 - Move address override handling in X86CodeEmitter to a place where it works for VEX encoded instructions too. This allows 32-bit addressing to work in 64-bit mode.
David Woodhouse
- [llvm] r200520 - Move REP out of the Prefix field of the X86 format. Give it its own bit. It had special handling anyway and this enables a future patch.
Craig Topper
- [llvm] r200522 - Separate x86 opcode maps and 0x66/0xf2/0xf3 prefixes from each other in the TSFlags. This greatly simplifies the switch statements in the disassembler tables and the code emitters.
Craig Topper
- [llvm] r200530 - [vectorizer] Tweak the way we do small loop runtime unrolling in the
Chandler Carruth
- [llvm] r200541 - Update FileCheck prefixes in preparation for the addition of Mips64 MSA tests.
Matheus Almeida
- [llvm] r200543 - [mips][msa] Add insert.d instruction.
Matheus Almeida
- [llvm] r200556 - HandleLLVMOptions.cmake: Typo, s/proerty/property/
NAKAMURA Takumi
- [llvm] r200557 - AddLLVM.cmake: Untabify.
NAKAMURA Takumi
- [llvm] r200558 - [CMake] Move libgtest for external projects.
NAKAMURA Takumi
- [llvm] r200559 - llvm/tools: Prune redundant target_link_libraries.
NAKAMURA Takumi
- [llvm] r200560 - LTO itself hasn't depended on MCDisassembler any more.
NAKAMURA Takumi
- [llvm] r200561 - [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Reid Kleckner
- [llvm] r200562 - Revert r200560, "LTO itself hasn't depended on MCDisassembler any more."
NAKAMURA Takumi
- [llvm] r200566 - x86: Rename NumBytesForCalleeToPush to ...Pop for accuracy
Reid Kleckner
- [llvm] r200569 - DebugInfo: Flag type unit references as declarations
David Blaikie
- [llvm] r200569 - DebugInfo: Flag type unit references as declarations
Robinson, Paul
- [llvm] r200569 - DebugInfo: Flag type unit references as declarations
David Blaikie
- [llvm] r200569 - DebugInfo: Flag type unit references as declarations
Robinson, Paul
- [llvm] r200569 - DebugInfo: Flag type unit references as declarations
David Blaikie
- [llvm] r200570 - Fix name of nested type in comment to match code.
Eric Christopher
- [llvm] r200571 - Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashing
Eric Christopher
- [llvm] r200572 - If we're not producing DWARF accel tables, don't waste memory
Paul Robinson
- [llvm] r200574 - Simplify getSymbolFlags.
Rafael Espindola
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Chandler Carruth
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Arnold Schwaighofer
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Reid Kleckner
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Reid Kleckner
- [llvm] r200577 - Replace X86 FMA intrinsic pseduo-instructions with def pats.
Lang Hames
- [llvm] r200577 - Replace X86 FMA intrinsic pseduo-instructions with def pats.
Craig Topper
- [llvm] r200577 - Replace X86 FMA intrinsic pseduo-instructions with def pats.
Lang Hames
- [llvm] r200578 - Mark the first dynamic elf symbol as SF_FormatSpecific.
Rafael Espindola
- [llvm] r200579 - Clean up whitespace
Duncan P. N. Exon Smith
- [llvm] r200580 - Fix file header for APFloat.h
Duncan P. N. Exon Smith
- [llvm] r200581 - Use emitRawComment to avoid a call to hasRawTextSupport.
Rafael Espindola
- [llvm] r200582 - Replace another use with hasRawTextSupport+EmitRawText with emitRawComment.
Rafael Espindola
- [llvm] r200583 - Remove the last hasRawTextSupport call from R600.
Rafael Espindola
- [llvm] r200586 - [inliner] Print out extra stats about the cost, threshold, and vector
Chandler Carruth
- [llvm] r200588 - Set -mcpu to make this test pass on atom bots
Reid Kleckner
- [llvm] r200590 - Remove another hasRawTextSupport.
Rafael Espindola
- [llvm] r200591 - Remove a redundant call to hasRawTextSupport.
Rafael Espindola
- [llvm] r200592 - Split out small-code-model MCJIT testcase in order to xfail for AArch64, where
Lang Hames
- [llvm] r200593 - Don't put non-static allocas in the static alloca map
Reid Kleckner
- [llvm] r200594 - Introduce llvm::sys::path::home_directory.
Peter Collingbourne
- [llvm] r200595 - Introduce line editor library.
Peter Collingbourne
- [llvm] r200596 - Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
- [llvm] r200601 - [stackprotector] Implement the sspstrong rules for stack layout.
Josh Magee
- [llvm] r200602 - Revert "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."
Reid Kleckner
- [llvm] r200605 - Hopefully fix mingw32 bots.
Peter Collingbourne
- [llvm] r200606 - MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [llvm] r200607 - Update a .fill test to use the updated semantics.
David Majnemer
- [llvm] r200608 - Simplify some x86 format classes and remove some ambiguities in their application.
Craig Topper
- [llvm] r200609 - [inliner] Skip debug intrinsics even earlier in computing the inline
Chandler Carruth
- [llvm] r200610 - Silence GCC warnings.
Benjamin Kramer
- [llvm] r200611 - Remove some unused #includes
Eli Bendersky
- [llvm] r200612 - [LPM] Apply a really big hammer to fix PR18688 by recursively reforming
Chandler Carruth
- [llvm] r200613 - MC: Add AsmLexer::BigNum token for integers greater than 64 bits
David Woodhouse
- [llvm] r200614 - MC: Add support for .octa
David Woodhouse
- [llvm] r200615 - MC: Fix .octa output for APInts with BitWidth > 128
David Woodhouse
- [llvm] r200616 - ARMTTI: We don't have 16 allocatable scalar registers
Arnold Schwaighofer
- [llvm] r200617 - [Sparc] Set %o7 as the return address register instead of %i7 in MCRegisterInfo. Also, add CFI instructions to initialize the frame correctly.
Venkatraman Govindaraju
- [llvm] r200619 - R600/SI: Fix insertelement with dynamic indices.
Matt Arsenault
- [llvm] r200620 - Add some xfailed R600 tests for 64-bit private accesses.
Matt Arsenault
- [llvm] r200621 - LoopVectorizer: Enable unrolling of conditional stores and the load/store
Arnold Schwaighofer
- [llvm] r200623 - Replace PPC instruction-size code with MCInstrDesc getSize
Hal Finkel
- [llvm] r200624 - Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into a 2-bit 'encoding' field in TSFlags.
Craig Topper
- [llvm] r200625 - Simplify some code since VEX and EVEX instructions never have HasOpSizePrefix.
Craig Topper
- [llvm] r200626 - Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 meaning no 0x66 prefix in any mode. Rename Opsize16->OpSize32 and OpSize->OpSize16. The classes now refer to their operand size rather than the mode in which they need a 0x66 prefix. Hopefully can merge REX_W into this as OpSize64.
Craig Topper
- [llvm] r200628 - TableGen/X86RecognizableInstr.h: Prune out-of-date "@param isSSE". [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r200644 - [CMake] Untabify.
NAKAMURA Takumi
- [llvm] r200645 - [CMake] Move cmake_minimum_required(2.8.8) at the top.
NAKAMURA Takumi
- [llvm] r200654 - Unaligned access is supported on ARMv6 and ARMv7 for the NetBSD target.
Joerg Sonnenberger
- [llvm] r200664 - Lower llvm.expect intrinsic correctly for i1
Duncan P. N. Exon Smith
- [llvm] r200677 - Remove unnecessary include of AArch64GenInstrInfo.inc from AArch64Disassembler.cpp. None of the GET_ defines were set that would make the include do anything.
Craig Topper
- [LLVMdev] [Patches] Some LazyValueInfo and related patches
Nuno Lopes
- [LLVMdev] [Patches] Some LazyValueInfo and related patches
Olivier Goffart
- [Mesa-dev] [PATCH] R600/SI: Add pattern for truncating i32 to i1
Tom Stellard
- [Mesa-dev] [PATCH] R600/SI: Fix fneg for 0.0
Michel Dänzer
- [PATCH 1/1] Fix rtti flags with cmake
Jan Vesely
- [PATCH 1/1] Fix rtti flags with cmake
Johannes Obermayr
- [PATCH 1/1] Fix rtti flags with cmake
Rafael Espíndola
- [PATCH 1/1] Fix rtti flags with cmake
Chandler Carruth
- [PATCH 1/1] Fix rtti flags with cmake
NAKAMURA Takumi
- [PATCH 1/1] R600: Enable vector fpow.
Jan Vesely
- [PATCH] [1/2] Add intrinsics for TBM instruction set
David Woodhouse
- [PATCH][AArch64] Custom lower concat_vector patterns with v4i16, v4i32, v8i8, v8i16, v16i8 types.
Chad Rosier
- [PATCH][AArch64] Custom lower concat_vector patterns with v4i16, v4i32, v8i8, v8i16, v16i8 types.
Ana Pazos
- [PATCH][AArch64] Custom lower concat_vector patterns with v4i16, v4i32, v8i8, v8i16, v16i8 types.
Chad Rosier
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Kristof Beyls
- [PATCH] [AArch64 NEON] Lower SELECT_CC with vector operand.
Kevin Qin
- [PATCH] [AArch64 NEON] Lower SELECT_CC with vector operand.
Tim Northover
- [PATCH] [AArch64 NEON] Lower SELECT_CC with vector operand.
Kevin Qin
- [PATCH] [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
- [PATCH] [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
- [PATCH] [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Kostya Serebryany
- [PATCH] [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexey Samsonov
- [PATCH] [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
- [PATCH] [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
- [PATCH] [CMake] Add -stdlib=libc++ to host Clang build flags before performing any header search
Alexey Samsonov
- [PATCH][DAGCombiner] Teach the DAGCombiner how to fold sext/aext/zext of constant build_vectors.
Andrea Di Biagio
- [PATCH][DAGCombiner] Teach the DAGCombiner how to fold sext/aext/zext of constant build_vectors.
Nadav Rotem
- [PATCH][DAGCombiner] Teach the DAGCombiner how to fold sext/aext/zext of constant build_vectors.
Andrea Di Biagio
- [PATCH][DAGCombiner] Teach the DAGCombiner how to fold sext/aext/zext of constant build_vectors.
Ilia Filippov
- [PATCH][DAGCombiner] Teach the DAGCombiner how to fold sext/aext/zext of constant build_vectors.
Andrea Di Biagio
- [PATCH][DAGCombiner] Teach the DAGCombiner how to fold sext/aext/zext of constant build_vectors.
Andrea Di Biagio
- [PATCH][DAGCombiner] Teach the DAGCombiner how to fold sext/aext/zext of constant build_vectors.
Ilia Filippov
- [PATCH] [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Reid Kleckner
- [PATCH] [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Juergen Ributzka
- [PATCH] [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
David Majnemer
- [PATCH] [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Reid Kleckner
- [PATCH] [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Reid Kleckner
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Evgeniy Stepanov
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Kostya Serebryany
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Evgeniy Stepanov
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Alexander Potapenko
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Evgeniy Stepanov
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Evgeniy Stepanov
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Evgeniy Stepanov
- [PATCH] [msan] Rewrite strto* interceptors and add a few more.
Sergey Matveev
- [PATCH] [msan] Rewrite strto* interceptors and add a few more.
Sergey Matveev
- [PATCH] [msan] Rewrite strto* interceptors and add a few more.
Evgeniy Stepanov
- [PATCH] [msan] Rewrite strto* interceptors and add a few more.
Sergey Matveev
- [PATCH] [msan] Rewrite strto* interceptors and add a few more.
Evgeniy Stepanov
- [PATCH] [msan] Rewrite strto* interceptors and add a few more.
Sergey Matveev
- [PATCH][NVPTX] Fix emitting aggregate parameters
Gautam Chakrabarti
- [PATCH][NVPTX] Fix emitting aggregate parameters
Justin Holewinski
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Timur Iskhodzhanov
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Timur Iskhodzhanov
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Timur Iskhodzhanov
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Timur Iskhodzhanov
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
NAKAMURA Takumi
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Eric Christopher
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Timur Iskhodzhanov
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Timur Iskhodzhanov
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Reid Kleckner
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Timur Iskhodzhanov
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Renato Golin
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Alexey Samsonov
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Renato Golin
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Alexey Samsonov
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Renato Golin
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Alexey Samsonov
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Renato Golin
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Alexey Samsonov
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Renato Golin
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Alexey Samsonov
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Alexey Samsonov
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
David Blaikie
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
David Blaikie
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Alexey Samsonov
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Adrian Prantl
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Adrian Prantl
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Alexey Samsonov
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Adrian Prantl
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Robinson, Paul
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Robinson, Paul
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Alexey Samsonov
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Alexey Samsonov
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Adrian Prantl
- [PATCH] [sanitizer] Add most ioctls from /usr/include/sound/.
Sergey Matveev
- [PATCH] [sanitizer] Add most ioctls from /usr/include/sound/.
Sergey Matveev
- [PATCH] [sanitizer] Add most ioctls from /usr/include/sound/.
Sergey Matveev
- [PATCH] [sanitizer] Add most ioctls from /usr/include/sound/.
Evgeniy Stepanov
- [PATCH] [sanitizer] Add most ioctls from /usr/include/sound/.
Sergey Matveev
- [PATCH] [sanitizer] Add most ioctls from /usr/include/sound/.
Sergey Matveev
- [PATCH] [sanitizer] Add most ioctls from /usr/include/sound/.
Evgeniy Stepanov
- [Patch][Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Juergen Ributzka
- [Patch][Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Andrew Trick
- [Patch][Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Juergen Ributzka
- [PATCH] [stack protector] Improved data layout rules, part 4
Josh Magee
- [PATCH] [stack protector] Improved data layout rules, part 4
Bill Wendling
- [PATCH] [stack protector] Improved data layout rules, part 4
Josh Magee
- [PATCH] [stack protector] Improved data layout rules, part 4
Bill Wendling
- [PATCH] [stack protector] Improved data layout rules, part 4
Josh Magee
- [PATCH] [stack protector] Improved data layout rules, part 4
Josh Magee
- [PATCH] [TTI] Add a new hook to TargetTransformInfo to query the target if a load of a constant should be converted to simply the constant itself.
Juergen Ributzka
- [PATCH] [TTI] Add a new hook to TargetTransformInfo to query the target if a load of a constant should be converted to simply the constant itself.
Chandler Carruth
- [PATCH] [TTI] Add a new hook to TargetTransformInfo to query the target if a load of a constant should be converted to simply the constant itself.
Juergen Ributzka
- [PATCH] [TTI] Add a new hook to TargetTransformInfo to query the target if a load of a constant should be converted to simply the constant itself.
Hal Finkel
- [PATCH] [TTI] Add a new hook to TargetTransformInfo to query the target if a load of a constant should be converted to simply the constant itself.
Juergen Ributzka
- [PATCH] [TTI] Add a new hook to TargetTransformInfo to query the target if a load of a constant should be converted to simply the constant itself.
Hal Finkel
- [PATCH] [TTI] Add a new hook to TargetTransformInfo to query the target if a load of a constant should be converted to simply the constant itself.
Juergen Ributzka
- [PATCH][x86] Add more rules for combining vselect dag nodes.
Andrea Di Biagio
- [PATCH][x86] Add more rules for combining vselect dag nodes.
Nadav Rotem
- [PATCH][x86] Add more rules for combining vselect dag nodes.
Andrea Di Biagio
- [PATCH] Adding diversity for security
JF Bastien
- [PATCH] Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
Kai Nacke
- [PATCH] Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
Duncan P. N. Exon Smith
- [PATCH] Add support for assigning to . in AsmParser
Anders Waldenborg
- [PATCH] Add support for assigning to . in AsmParser
David Woodhouse
- [PATCH] Add support for assigning to . in AsmParser
David Woodhouse
- [PATCH] Add support for assigning to . in AsmParser
Saleem Abdulrasool
- [PATCH] Add support for assigning to . in AsmParser
Anders Waldenborg
- [PATCH] Add support for assigning to . in AsmParser
Jim Grosbach
- [PATCH] Add support for assigning to . in AsmParser
Saleem Abdulrasool
- [PATCH] Add support for assigning to . in AsmParser
Anders Waldenborg
- [PATCH] Add support for assigning to . in AsmParser
Anders Waldenborg
- [PATCH] Add support for unaligned read32bit and write32bit
robert lytton
- [PATCH] add supporting ASAN instrumentation on FreeBSD platform
Viktor Kutuzov
- [PATCH] add supporting ASAN instrumentation on FreeBSD platform
Kostya Serebryany
- [PATCH] add supporting ASAN instrumentation on FreeBSD platform
Viktor Kutuzov
- [PATCH] add supporting ASAN instrumentation on FreeBSD platform
Viktor Kutuzov
- [PATCH] add supporting ASAN instrumentation on FreeBSD platform
Kostya Serebryany
- [PATCH] Allow speculating llvm.sqrt, fma and fmuladd
Matt Arsenault
- [PATCH] Allow speculating llvm.sqrt, fma and fmuladd
hfinkel at anl.gov
- [PATCH] Allow speculating llvm.sqrt, fma and fmuladd
Matt Arsenault
- [PATCH] Allow speculating llvm.sqrt, fma and fmuladd
Matt Arsenault
- [PATCH] ARM IAS: (partially) support .arch_extension directive
Saleem Abdulrasool
- [PATCH] ARM IAS: support .movsp
Logan Chien
- [PATCH] ARM MC: Fix the initial DWARF CFI unwind info at the start of a function
Mark Seaborn
- [PATCH] Asan libraries on ARM should (for now) be called generically as "arm".
Renato Golin
- [PATCH] Asan libraries on ARM should (for now) be called generically as "arm".
Alexey Samsonov
- [PATCH] Asan libraries on ARM should (for now) be called generically as "arm".
Alexey Samsonov
- [PATCH] Asan libraries on ARM should (for now) be called generically as "arm".
Evgeniy Stepanov
- [PATCH] Asan libraries on ARM should (for now) be called generically as "arm".
Renato Golin
- [PATCH] Bug 17310
David Blaikie
- [PATCH] Bug 17310
David Blaikie
- [PATCH] Bug 17310
David Blaikie
- [PATCH] Cleanup / consolidation of small loop unroll logic
Chandler Carruth
- [PATCH] Cleanup / consolidation of small loop unroll logic
Arnold Schwaighofer
- [PATCH] Cleanup / consolidation of small loop unroll logic
Chandler Carruth
- [PATCH] Cleanup / consolidation of small loop unroll logic
Arnold Schwaighofer
- [PATCH] Consider error-reporting calls cold in BPI
Meador Inge
- [PATCH] Consider error-reporting calls cold in BPI
Chandler Carruth
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [PATCH] Constant Hoisting Pass
Hal Finkel
- [PATCH] Disable passes on optnone functions
Paul Robinson
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [PATCH] Disable passes on optnone functions
Nick Lewycky
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Renato Golin
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Anton Korobeynikov
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Renato Golin
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Renato Golin
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Renato Golin
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Anton Korobeynikov
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Renato Golin
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Anton Korobeynikov
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Renato Golin
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Renato Golin
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Renato Golin
- [PATCH] Fix for inlining decision affected by debug intrinsics
Dario Domizioli
- [PATCH] Fix for inlining decision affected by debug intrinsics
Manman Ren
- [PATCH] Fix for inlining decision affected by debug intrinsics
Eric Christopher
- [PATCH] Fix for inlining decision affected by debug intrinsics
Dario Domizioli
- [PATCH] Fix for inlining decision affected by debug intrinsics
Dario Domizioli
- [PATCH] Fix for inlining decision affected by debug intrinsics
Eric Christopher
- [PATCH] Fix for inlining decision affected by debug intrinsics
Chandler Carruth
- [PATCH] Fix for inlining decision affected by debug intrinsics
Chandler Carruth
- [PATCH] Fix for inlining decision affected by debug intrinsics
Eric Christopher
- [PATCH] Fix for inlining decision affected by debug intrinsics
Robinson, Paul
- [PATCH] Fix for inlining decision affected by debug intrinsics
Dario Domizioli
- [PATCH] Fix for inlining decision affected by debug intrinsics
Chandler Carruth
- [PATCH] Fix for inlining decision affected by debug intrinsics
Dario Domizioli
- [patch] Fix pr14893
Manman Ren
- [patch] Fix pr14893
Rafael Espíndola
- [patch] Fix pr14893
Rafael Espíndola
- [patch] Fix pr14893
Hal Finkel
- [patch] Fix pr14893
Rafael Espíndola
- [patch] Fix pr14893
Hal Finkel
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
David Peixotto
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
Saleem Abdulrasool
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
David Peixotto
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
David Peixotto
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
Rafael Ávila de Espíndola
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
David Peixotto
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
David Peixotto
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
Rafael Ávila de Espíndola
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Timur Iskhodzhanov
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Eric Christopher
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Jim Grosbach
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Timur Iskhodzhanov
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Reid Kleckner
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Jim Grosbach
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Timur Iskhodzhanov
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Timur Iskhodzhanov
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Jim Grosbach
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Timur Iskhodzhanov
- [PATCH] Fix PR4500 - Do not set permissions on include/
Brad King
- [PATCH] Fix sext(setcc) -> select_cc using wrong type for setcc.
Matt Arsenault
- [PATCH] Fix sext(setcc) -> select_cc using wrong type for setcc.
Owen Anderson
- [PATCH] Fix sext(setcc) -> select_cc using wrong type for setcc.
Owen Anderson
- [PATCH] Fix sext(setcc) -> select_cc using wrong type for setcc.
Matt Arsenault
- [PATCH] Fix the test breakage on win32 hosts after r200340
Timur Iskhodzhanov
- [PATCH] Fix the test breakage on win32 hosts after r200340
Eric Christopher
- [PATCH] Fix the test breakage on win32 hosts after r200340
Eric Christopher
- [PATCH] Fix the test breakage on win32 hosts after r200340
Timur Iskhodzhanov
- [PATCH] Fix the test breakage on win32 hosts after r200340
Timur Iskhodzhanov
- [PATCH] Fix unsupported addressing mode assertion for pld
David Peixotto
- [PATCH] Fix unsupported addressing mode assertion for pld
Renato Golin
- [PATCH] Fix unsupported addressing mode assertion for pld
David Peixotto
- [PATCH] Fully disable DWARF accelerator tables
Robinson, Paul
- [PATCH] Fully disable DWARF accelerator tables
Eric Christopher
- [PATCH] Fully disable DWARF accelerator tables
Robinson, Paul
- [PATCH] Fully disable DWARF accelerator tables
Eric Christopher
- [PATCH] Fully disable DWARF accelerator tables
Robinson, Paul
- [PATCH] Generate DWARF stack frame information for ARM/Thumb Function Prologues
Keith Walker
- [PATCH] gtest: allow gtest compiling on FreeBSD
Viktor Kutuzov
- [PATCH] Implement __clzdi2 and __clzsi2 for early ARM architectures that lack the clz instruction
Joerg Sonnenberger
- [PATCH] Implement __clzdi2 and __clzsi2 for early ARM architectures that lack the clz instruction
Joerg Sonnenberger
- [PATCH] Implement __clzdi2 and __clzsi2 for early ARM architectures that lack the clz instruction
Saleem Abdulrasool
- [PATCH] Implement __clzdi2 and __clzsi2 for early ARM architectures that lack the clz instruction
Joerg Sonnenberger
- [PATCH] Implement __clzdi2 and __clzsi2 for early ARM architectures that lack the clz instruction
Joerg Sonnenberger
- [PATCH] Implement __clzdi2 and __clzsi2 for early ARM architectures that lack the clz instruction
Joerg Sonnenberger
- [PATCH] Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
- [PATCH] Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
- [PATCH] Implement inalloca codegen for x86 with the new inalloca design
Eric Christopher
- [PATCH] Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
- [PATCH] Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
- [PATCH] Implement inalloca codegen for x86 with the new inalloca design
Eric Christopher
- [PATCH] Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
- [PATCH] Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
- [PATCH] Introduce line editor library.
Manuel Klimek
- [PATCH] Introduce line editor library.
Peter Collingbourne
- [PATCH] Introduce line editor library.
Peter Collingbourne
- [PATCH] Introduce line editor library.
Manuel Klimek
- [PATCH] Introduce line editor library.
Peter Collingbourne
- [PATCH] Introduce line editor library.
Peter Collingbourne
- [PATCH] Introduce llvm::sys::path::home_directory.
Peter Collingbourne
- [PATCH] Introduce new gold plugin option "relocation-pic"
Alexey Volkov
- [patch] It is 2014, lets assume assemblers support .loc :-)
Rafael Espíndola
- [PATCH] Make clean on Cortex-A15 bot
Renato Golin
- [PATCH] Make clean on Cortex-A15 bot
Galina Kistanova
- [PATCH] Make clean on Cortex-A15 bot
Renato Golin
- [PATCH] Make CloneFunction also clone debug info metadata
Alon Mishne
- [PATCH] Make CloneFunction also clone debug info metadata
David Blaikie
- [PATCH] Make CloneFunction also clone debug info metadata
Alon Mishne
- [PATCH] Make CloneFunction also clone debug info metadata
David Blaikie
- [PATCH] Make CloneFunction also clone debug info metadata
Eric Christopher
- [PATCH] Make CloneFunction also clone debug info metadata
Alon Mishne
- [PATCH] make lower-expect understand llvm.expect.i1 for branches
Daniel Micay
- [PATCH] make lower-expect understand llvm.expect.i1 for branches
Duncan P. N. Exon Smith
- [PATCH] make lower-expect understand llvm.expect.i1 for branches
Daniel Micay
- [PATCH] MC: Add support for .cfi_startproc simple
David Majnemer
- [PATCH] MC: Add support for .cfi_startproc simple
Rafael Ávila de Espíndola
- [PATCH] MC: Add support for .cfi_startproc simple
David Majnemer
- [PATCH] MC: Better management of macro arguments
David Majnemer
- [PATCH] MC: Better management of macro arguments
Rafael Ávila de Espíndola
- [PATCH] MC: Better management of macro arguments
David Majnemer
- [PATCH] MC: Better management of macro arguments
Jim Grosbach
- [PATCH] MC: Better management of macro arguments
David Majnemer
- [PATCH] MC: Better management of macro arguments
Jim Grosbach
- [PATCH] MC: Better management of macro arguments
David Majnemer
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
Jim Grosbach
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
Rafael Ávila de Espíndola
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
Jim Grosbach
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
Rafael Espíndola
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
Rafael Ávila de Espíndola
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
Rafael Ávila de Espíndola
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
Jim Grosbach
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [PATCH] Minor improvements to scc_iterator
Mehdi Amini
- [PATCH] Minor improvements to scc_iterator
Duncan P. N. Exon Smith
- [PATCH] Minor improvements to scc_iterator
Mehdi Amini
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
Rafael Espíndola
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
David Peixotto
- [PATCH] OS-independent __clear_cache for AARCH64
Joerg Sonnenberger
- [PATCH] OS-independent __clear_cache for AARCH64
Joerg Sonnenberger
- [PATCH] OS-independent __clear_cache for AARCH64
Tim Northover
- [PATCH] OS-independent __clear_cache for AARCH64
Joerg Sonnenberger
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Mark Seaborn
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Sasa Stankovic
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Sasa Stankovic
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Mark Seaborn
- [PATCH] PowerPC - Use MCInstrDesc to get instruction size
David Wiberg
- [PATCH] PowerPC - Use MCInstrDesc to get instruction size
Hal Finkel
- [Patch] Provide a stub implementation of PPCTargetMACHOStreamer
Iain Sandoe
- [Patch] Provide a stub implementation of PPCTargetMACHOStreamer
Rafael Espíndola
- [Patch] Provide a stub implementation of PPCTargetMACHOStreamer
Iain Sandoe
- [PATCH] R600/SI: Add tablegen patterns for more addressing modes
Tom Stellard
- [PATCH] R600/SI: Comparisons set vcc / scc
Matt Arsenault
- [PATCH] R600/SI: Custom lower i64 ISD::SELECT
Tom Stellard
- [PATCH] R600/SI: Don't assume copies will be coalesced in SIFixSGPRCopies
Tom Stellard
- [PATCH] R600/SI: Expand all vec8 operations
Tom Stellard
- [PATCH] R600/SI: Expand all vec8 operations
Matt Arsenault
- [PATCH] R600/SI: Expand all vec8 operations
Tom Stellard
- [PATCH] R600/SI: Expand all vec8 operations
Tom Stellard
- [PATCH] R600/SI: Expand i1 BR_CC
Tom Stellard
- [PATCH] R600/SI: Fix fneg for 0.0
Michel Dänzer
- [PATCH] R600/SI: Fix fneg for 0.0
Tom Stellard
- [PATCH] R600/SI: Fix insertelement with dynamic indices.
Tom Stellard
- [PATCH] R600/SI: Fix insertelement with dynamic indices.
Matt Arsenault
- [PATCH] Remove unnecessary call to pthread_mutexattr_setpshared()
Mark Seaborn
- [PATCH] Remove unnecessary call to pthread_mutexattr_setpshared()
Rafael Espíndola
- [PATCH] Remove unnecessary call to pthread_mutexattr_setpshared()
Mark Seaborn
- [PATCH] Silence warning by commenting unused macro in GTest
Renato Golin
- [PATCH] Silence warning by commenting unused macro in GTest
Alp Toker
- [PATCH] Silence warning by commenting unused macro in GTest
Renato Golin
- [Patch] Similar Function Merging
Stepan Dyatkovskiy
- [PATCH] Store reference to corresponding PassInfo in Pass
Sylvestre Ledru
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Simon Atanasyan
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Shankar Kalpathi Easwaran
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Rui Ueyama
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Simon Atanasyan
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Simon Atanasyan
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Shankar Easwaran
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Shankar Kalpathi Easwaran
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Simon Atanasyan
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Rui Ueyama
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Shankar Easwaram
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Rui Ueyama
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Simon Atanasyan
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Rui Ueyama
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Shankar Easwaram
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Simon Atanasyan
- [PATCH] Teach the DAGCombiner how to fold concat_vector nodes when the input is two BUILD_VECTOR nodes.
Robert Lougher
- [PATCH] Teach the DAGCombiner how to fold insert_subvector nodes with concat_vectors input
Robert Lougher
- [PATCH] Teach the DAGCombiner how to fold insert_subvector nodes with concat_vectors input
Manman Ren
- [PATCH] Teach the DAGCombiner how to fold insert_subvector nodes with concat_vectors input
Robert Lougher
- [PATCH] test-stuite: Fix signature of main() to use 'int' rather than 'int32_t'
Robert Lytton
- [PATCH] test-stuite: Fix signature of main() to use 'int' rather than 'int32_t'
Eric Christopher
- [PATCH] test-stuite: Fix signature of main() to use 'int' rather than 'int32_t'
robert lytton
- [PATCH] test-suite: Fix name clash 'infinity'
robert lytton
- [PATCH] test-suite: XCore target: fix handling of <string.h> and <memory.h>
robert lytton
- [PATCH] test-suite: XCore target: fix handling of <string.h> and <memory.h>
Rafael Espíndola
- [PATCH] test-suite: XCore target: fix handling of <string.h> and <memory.h>
Stephen Canon
- [PATCH] test-suite: XCore target: fix handling of <string.h> and <memory.h>
Rafael Espíndola
- [PATCH] test-suite: XCore target: fix handling of <string.h> and <memory.h>
robert lytton
- [PATCH] tools: add support for decoding ARM attributes
Renato Golin
- [PATCH] tools: add support for decoding ARM attributes
Richard Barton
- [PATCH] tools: add support for decoding ARM attributes
Saleem Abdulrasool
- [PATCH] Update optimization passes to handle inalloca arguments
Nick Lewycky
- [PATCH] Update optimization passes to handle inalloca arguments
Reid Kleckner
- [PATCH] Update optimization passes to handle inalloca arguments
Reid Kleckner
- [PATCH] Use an Itanium triple in DWARF debug info tests
Timur Iskhodzhanov
- [PATCH] Use an Itanium triple in DWARF debug info tests
Eric Christopher
- [PATCH] Use an Itanium triple in DWARF debug info tests
Timur Iskhodzhanov
- [PATCH] Use an Itanium triple in DWARF debug info tests
Timur Iskhodzhanov
- [PATCH] Use an Itanium triple in DWARF debug info tests
Eric Christopher
- [PATCH] Use an Itanium triple in DWARF debug info tests
Timur Iskhodzhanov
- [PATCH] Use an Itanium triple in DWARF debug info tests
Eric Christopher
- [PATCH] Use an Itanium triple in DWARF debug info tests
Timur Iskhodzhanov
- [PATCH] X86 Haswell SchedModel: Fix wrong ports definition
Quentin Colombet
- [PATCH] X86 Haswell SchedModel: Fix wrong ports definition
Nadav Rotem
- [PATCH] X86 Haswell SchedModel: Fix wrong ports definition
Quentin Colombet
- [PATCH] X86SchedModel: Add Sched information on some FPStack instruction
Quentin Colombet
- [PATCH] XCore target: Handle common linkage
robert lytton
- [PATCH] XCore target: Handle common linkage
Richard Osborne
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Woodhouse
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Peixotto
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Woodhouse
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Woodhouse
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Peixotto
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Woodhouse
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Woodhouse
- [PATCH v2] R600/SI: Fix fneg for 0.0
Michel Dänzer
- [polly] r200204 - Do not run -O3 to canonicalize test case
Tobias Grosser
- [polly] r200205 - Remove other unneccessary uses of -O3 in the test suite
Tobias Grosser
- [polly] r200206 - Do not test polybench with 'make check-polly'
Tobias Grosser
- [polly] r200208 - Allow Polly at all optimization levels
Tobias Grosser
- [polly] r200209 - Remove an unused parameter
Tobias Grosser
- [polly] r200224 - Detection: Allow to filter the regions that can be detected
Tobias Grosser
- [polly] r200225 - TODO: Add topic 'teach bugpoint to extract regions'
Tobias Grosser
- [polly] r200305 - Add more test cases to check loop invariance of the base pointer.
Tobias Grosser
- [polly] r200314 - Check if array base addresses are invariant
Tobias Grosser
- [polly] r200315 - Do not verify the base addresses
Tobias Grosser
- [polly] r200410 - Add missing doxygen comment
Tobias Grosser
- [polly] r200411 - ScopDetect: Transitively remove all children after region expansion
Tobias Grosser
- [polly] r200427 - IndependentBlocks: Do not assert for PHI nodes outside of scops
Tobias Grosser
- [test-suite] r200207 - Fix signature of main() to use 'int' rather than 'int32_t'
Robert Lytton
- [test-suite] r200389 - Re-enable EH tests on ARM due to EHABI changes
Renato Golin
- [www] r200631 - Start to add slides
Sylvestre Ledru
- [www] r200632 - add two more slides + remove the hour
Sylvestre Ledru
- [www] r200633 - Detail
Sylvestre Ledru
- [www] r200634 - update of the speaker
Sylvestre Ledru
- [www] r200635 - cc presentation from fosdem website of jan-simon presentation
Sylvestre Ledru
- [www] r200636 - replace david talk by daniel
Sylvestre Ledru
- [www] r200638 - with renato slide
Sylvestre Ledru
- [www] r200639 - Fix the url to the slide (bad cc). Thanks to Nuno
Sylvestre Ledru
- [www] r200676 - Reformatting.
Bill Wendling
- [zorg] r200232 - Changed configuration for clang-native-arm-cortex-a15 builder.
Galina Kistanova
- [zorg] r200284 - Move lab-mini-02 to cover phase 2.
Chris Matthews
- [zorg] r200286 - Remove lab-mini-02 from buildbot rotation. Its software is too old.
Chris Matthews
- [zorg] r200329 - Darwin11 does not have new enough libstdc++, so for darwin11 hosts, use --enable-libcpp always.
Chris Matthews
- [zorg] r200330 - Lab-mini-02 is currently idle, and xserve2 is down. Add lab-mini-02 to the phase 2 builders list so that phase 2 can finish faster.
Chris Matthews
- [zorg] r200334 - Added new builder llvm-clang-lld-x86_64-centos-6.5 on CentOS 6.5 x86-64 (VM) slave.
Galina Kistanova
- [zorg] r200336 - Lab-mini-02 is down, don't use it in phase 2.
Chris Matthews
- [zorg] r200363 - Changed xfails list for clang-mergefunc-x86_64-freeBSD9.2 builder.
Galina Kistanova
- clang-native-arm-cortex-a9 builder status
Galina Kistanova
- Fwd: [llvm] r199149 - Factor the option and checking of compiler version better. Put the
Carl-Anton Ingmarsson
- Improving support for CMake-based applications
Brad King
- Improving support for CMake-based applications
NAKAMURA Takumi
- Improving support for CMake-based applications
Brad King
- Improving support for CMake-based applications
Eric Christopher
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- Lowering switch statements with hashing, version 2
Jasper Neumann
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
NAKAMURA Takumi
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Mehdi Amini
Last message date:
Sun Feb 2 23:43:10 PST 2014
Archived on: Tue Aug 4 17:10:57 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).