The Week Of Monday 27 January 2014 Archives by thread
Starting: Mon Jan 27 00:17:59 PST 2014
Ending: Sun Feb 2 23:43:10 PST 2014
Messages: 841
- [llvm] r200198 - [vectorizer] Clean up the handling of unvectorized loop unrolling in the
Chandler Carruth
- [compiler-rt] r200199 - [asan] Android setup: do "adb root" before "adb remount".
Evgeniy Stepanov
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Kristof Beyls
- [PATCH] MC: Add support for .cfi_startproc simple
David Majnemer
- [compiler-rt] r200200 - [msan] Disable mmap outside of application address range.
Evgeniy Stepanov
- [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
- [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
- [test-suite] r200207 - Fix signature of main() to use 'int' rather than 'int32_t'
Robert Lytton
- [polly] r200208 - Allow Polly at all optimization levels
Tobias Grosser
- [polly] r200209 - Remove an unused parameter
Tobias Grosser
- [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] r200214 - [vectorizer] Simplify code to use existing helpers on the Function
Chandler Carruth
- [PATCH] Add support for assigning to . in AsmParser
Anders Waldenborg
- [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
- [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
- [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
- [PATCH] tools: add support for decoding ARM attributes
Renato Golin
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Daniel Sanders
- [PATCH][DAGCombiner] Teach the DAGCombiner how to fold sext/aext/zext of constant build_vectors.
Andrea Di Biagio
- [PATCH] test-stuite: Fix signature of main() to use 'int' rather than 'int32_t'
Robert Lytton
- [llvm] r200220 - Do not reference llvm-gcc from bugpoint
Tobias Grosser
- [polly] r200224 - Detection: Allow to filter the regions that can be detected
Tobias Grosser
- [PATCH] [CMake] Add -stdlib=libc++ to host Clang build flags before performing any header search
Alexey Samsonov
- [polly] r200225 - TODO: Add topic 'teach bugpoint to extract regions'
Tobias Grosser
- [LLVMdev] [Patches] Some LazyValueInfo and related patches
Nuno Lopes
- [Mesa-dev] [PATCH] R600/SI: Add pattern for truncating i32 to i1
Tom Stellard
- Improving support for CMake-based applications
Brad King
- [PATCH] Enable EHABI by default on non-Darwin ARM targets
Renato Golin
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
David Blaikie
- [llvm] r200138 - Implement the missing bits corresponding to .mips_hack_elf_flags.
Matheus Almeida
- [llvm] r200227 - MC: Add support for .cfi_startproc simple
David Majnemer
- [PATCH] Bug 17310
David Blaikie
- [llvm] r200228 - [CMake] Put *_exports into "Misc" folder.
NAKAMURA Takumi
- [llvm] r200187 - StringRef: Extend constexpr capabilities and introduce ConstStringRef
David Blaikie
- [PATCH] Fix unsupported addressing mode assertion for pld
David Peixotto
- [llvm] r200229 - Silence MSVC warning on 'uint16_t |= bool' with a cast
Reid Kleckner
- [PATCH] Make clean on Cortex-A15 bot
Renato Golin
- [patch] Fix pr14893
Manman Ren
- [zorg] r200232 - Changed configuration for clang-native-arm-cortex-a15 builder.
Galina Kistanova
- [llvm] r200234 - [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.
Andrea Di Biagio
- [PATCH] Fix sext(setcc) -> select_cc using wrong type for setcc.
Matt Arsenault
- [lld] r200240 - [PECOFF] Implement some relocations for x86-64.
Rui Ueyama
- [PATCH] [msan] Rewrite strto* interceptors and add a few more.
Sergey Matveev
- [PATCH] Adding diversity for security
JF Bastien
- [PATCH] Implement __clzdi2 and __clzsi2 for early ARM architectures that lack the clz instruction
Joerg Sonnenberger
- [PATCH] Introduce line editor library.
Manuel Klimek
- [llvm] r200244 - test commit: add minor comment
Gautam Chakrabarti
- [compiler-rt] r200245 - Rename fabs to local_fabs to not conflict with the builtin.
Joerg Sonnenberger
- [PATCH] OS-independent __clear_cache for AARCH64
Joerg Sonnenberger
- [PATCH] Disable passes on optnone functions
Paul Robinson
- [Patch] Provide a stub implementation of PPCTargetMACHOStreamer
Iain Sandoe
- [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] r200022 - Add Constant Hoisting Pass
Juergen Ributzka
- [PATCH] gtest: allow gtest compiling on FreeBSD
Viktor Kutuzov
- [PATCH] Remove unnecessary call to pthread_mutexattr_setpshared()
Mark Seaborn
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [llvm] r200255 - ARM MC: Fix the initial DWARF CFI unwind info at the start of a function
Mark Seaborn
- [PATCH] 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
- [PATCH] MC: Better management of macro arguments
David Majnemer
- [PATCH] add supporting ASAN instrumentation on FreeBSD platform
Viktor Kutuzov
- [llvm] r200262 - PGO branch weight: keep halving the weights until they can fit into
Manman Ren
- [llvm] r200264 - Reformat slightly.
Eric Christopher
- [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] Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
- [llvm] r200269 - Revert r199871 and replace it with a simple check in the debug info
Eric Christopher
- [llvm] r199871 - Add a variable to track whether or not we've used a unique section,
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
- [lld] r200272 - s/0/nullptr/
Rui Ueyama
- [llvm] r200273 - [LPM] Fix PR18616 where the shifts to the loop pass manager to extract
Chandler Carruth
- [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
- [PATCH] [prototype] Adding line table debug information to LLVM on Windows
Timur Iskhodzhanov
- [lld] r200278 - [PECOFF] Replace magic numbers with sizeof.
Rui Ueyama
- [llvm] r200279 - x86: add implicit defs for cpuid
Reid Kleckner
- [PATCH] Update optimization passes to handle inalloca arguments
Nick Lewycky
- [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
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
David Peixotto
- [zorg] r200284 - Move lab-mini-02 to cover phase 2.
Chris Matthews
- [llvm] r200285 - MC: Add a .debug section that we'll soon use to emit debug info into COFF files
Timur Iskhodzhanov
- [zorg] r200286 - Remove lab-mini-02 from buildbot rotation. Its software is too old.
Chris Matthews
- [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
- [compiler-rt] r200293 - [msan] Replace assert() with GTest ASSERT_* in msan_test.
Evgeniy Stepanov
- [PATCH] [AArch64 NEON] Lower SELECT_CC with vector operand.
Kevin Qin
- [llvm] r200294 - [vectorizer] Completely disable the block frequency guidance of the loop
Chandler Carruth
- [compiler-rt] r200295 - [ASan] Move the signal handling-related flags to sanitizer_common.
Alexander Potapenko
- [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] r200303 - [CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.
NAKAMURA Takumi
- [compiler-rt] r200304 - tsan: relax checking of errno spoiling in signal handlers
Dmitry Vyukov
- [polly] r200305 - Add more test cases to check loop invariance of the base pointer.
Tobias Grosser
- [lld] r200306 - [CMake] Apply llvm_update_compile_flags() in add_lld_library().
NAKAMURA Takumi
- [compiler-rt] r200308 - tsan: remove interceptor stats
Dmitry Vyukov
- [llvm] r200309 - Provide a stub Target Streamer implementation for PPC MachO
Iain Sandoe
- [compiler-rt] r200310 - [ASan] Move the sigaltstack() bits to sanitizer_common.
Alexander Potapenko
- [llvm] r200311 - [CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET PROPERTY SOURCES has them.
NAKAMURA Takumi
- [compiler-rt] r200312 - [ASan] Fix compilation.
Alexander Potapenko
- [llvm] r200313 - [DAGCombiner] Avoid introducing an illegal build_vector when folding a sign_extend.
Andrea Di Biagio
- [polly] r200314 - Check if array base addresses are invariant
Tobias Grosser
- Fwd: [llvm] r199149 - Factor the option and checking of compiler version better. Put the
Carl-Anton Ingmarsson
- [polly] r200315 - Do not verify the base addresses
Tobias Grosser
- [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
- [PATCH] [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
- [PATCH] ARM IAS: support .movsp
Logan Chien
- [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
- [PATCH][x86] Add more rules for combining vselect dag nodes.
Andrea Di Biagio
- [PATCHES] PR18303: Use appropriate Feature flags for encoding instructions
David Woodhouse
- [llvm] r200322 - Fix pr14893.
Rafael Espindola
- [PATCH] Teach the DAGCombiner how to fold concat_vector nodes when the input is two BUILD_VECTOR nodes.
Robert Lougher
- [PATCH] [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [llvm] r200323 - typo
Adrian Prantl
- [llvm] r200324 - [X86] Add extra rules for combining vselect dag nodes into movsd.
Andrea Di Biagio
- [PATCH][NVPTX] Fix emitting aggregate parameters
Gautam Chakrabarti
- [llvm] r200325 - [NVPTX] Fix emitting aggregate parameters
Gautam Chakrabarti
- [lld] r200328 - [Mips] Declare MipsDynamicTable class in a separate header file.
Simon Atanasyan
- [zorg] r200329 - Darwin11 does not have new enough libstdc++, so for darwin11 hosts, use --enable-libcpp always.
Chris Matthews
- clang-native-arm-cortex-a9 builder status
Galina Kistanova
- [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
- [llvm] r200331 - Add BumpPtrAllocator::allocateCopy() utilities
Nick Kledzik
- [llvm] r200332 - [mips] Fix ELF header flags.
Matheus Almeida
- [llvm] r200333 - fix templates to work with pre c++11
Nick Kledzik
- [zorg] r200334 - Added new builder llvm-clang-lld-x86_64-centos-6.5 on CentOS 6.5 x86-64 (VM) slave.
Galina Kistanova
- [llvm] r200335 - Use the proper SDK when building iOS sim builds of LLVM and/or Mac OS X builds.
Owen Anderson
- [zorg] r200336 - Lab-mini-02 is down, don't use it in phase 2.
Chris Matthews
- [PATCH] R600/SI: Expand i1 BR_CC
Tom Stellard
- [PATCH] Subclass DynamicTable for each targets to factor out handling of target dependent part of a dynamic table
Simon Atanasyan
- [llvm] r200340 - Add line table debug info to COFF files when using a win32 triple.
Timur Iskhodzhanov
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
Rafael Espíndola
- [llvm] r200341 - Disable the COFF tests on non-X86 archs
Timur Iskhodzhanov
- [PATCH] Fix PR4500 - Do not set permissions on include/
Brad King
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [PATCH] X86SchedModel: Add Sched information on some FPStack instruction
Quentin Colombet
- [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] r200352 - Convert to the inner enum so the compiler can warn about it in switches.
Rafael Espindola
- [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
- [zorg] r200363 - Changed xfails list for clang-mergefunc-x86_64-freeBSD9.2 builder.
Galina Kistanova
- [llvm] r200083 - Reverting r199886 (Prevent repetitive warnings for unrecognized processors and features)
Sean Silva
- [llvm] r200365 - [AArch64 NEON] Lower SELECT_CC with vector operand.
Kevin Qin
- [compiler-rt] r200366 - Add support for more instruction prefixes so we can intercept functions in the VS2013 RTL
Timur Iskhodzhanov
- [PATCH] Cleanup / consolidation of small loop unroll logic
Chandler Carruth
- [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
- [lld] r200369 - [ELF][Hexagon] typeZeroFillQuick is not associated with bss section.
Shankar Easwaran
- [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] 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
- [PATCH] Make CloneFunction also clone debug info metadata
Alon Mishne
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Mark Seaborn
- [compiler-rt] r200382 - [asan] Fix asan_device_setup.sh failure on userdebug Android.
Evgeniy Stepanov
- [llvm] r200383 - MC: Reorganize macro MC test along dialect lines
David Majnemer
- [PATCH] R600/SI: Fix fneg for 0.0
Michel Dänzer
- [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
- [PATCH] test-suite: Fix name clash 'infinity'
robert lytton
- [PATCH] test-suite: XCore target: fix handling of <string.h> and <memory.h>
robert lytton
- [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
- [llvm] r200388 - Enable EHABI by default
Renato Golin
- [test-suite] r200389 - Re-enable EH tests on ARM due to EHABI changes
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
- [compiler-rt] r200392 - Remove -arm-enable-ehabi from Android build rules. It's enabled by default.
Evgeniy Stepanov
- [PATCH] Add support for unaligned read32bit and write32bit
robert lytton
- [llvm] r200393 - [LPM] Fix PR18643, another scary place where loop transforms failed to
Chandler Carruth
- [compiler-rt] r200394 - Optimized implementation of __clzdi2 and __clzsi2 for ARM. Written in
Joerg Sonnenberger
- [llvm] r200395 - [mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.
Matheus Almeida
- [compiler-rt] r200396 - Move JMP/JMPc definition into assembly.h's ARM block.
Joerg Sonnenberger
- [compiler-rt] r200397 - Support ARMv4 in the remaining non-VFP routines.
Joerg Sonnenberger
- [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
- [PATCH] X86 Haswell SchedModel: Fix wrong ports definition
Quentin Colombet
- [PATCH] XCore target: Handle common linkage
robert lytton
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Renato Golin
- [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] 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
- [polly] r200410 - Add missing doxygen comment
Tobias Grosser
- [polly] r200411 - ScopDetect: Transitively remove all children after region expansion
Tobias Grosser
- [llvm] r200412 - Remove C++11ism from r200407.
Jordan Rose
- [Patch][Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Juergen Ributzka
- [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] 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
- [polly] r200427 - IndependentBlocks: Do not assert for PHI nodes outside of scops
Tobias Grosser
- [llvm] r200428 - PGO branch weight: update edge weights in IfConverter.
Manman Ren
- [llvm] r200431 - PGO branch weight: update edge weights in SelectionDAGBuilder.
Manman Ren
- [PATCH] Fix the test breakage on win32 hosts after r200340
Timur Iskhodzhanov
- [llvm] r200433 - Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.
Rafael Espindola
- [PATCH] Use an Itanium triple in DWARF debug info tests
Timur Iskhodzhanov
- [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] 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
- [lld] r200443 - Update for llvm api change.
Rafael Espindola
- [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
- [PATCH] Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx target
Timur Iskhodzhanov
- [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] 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
- [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
- [PATCH] Generate DWARF stack frame information for ARM/Thumb Function Prologues
Keith Walker
- [compiler-rt] r200464 - [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [llvm-commits] new linux/llvm patches
David Woodhouse
- [Patch] Similar Function Merging
Stepan Dyatkovskiy
- [llvm] r200465 - [mips] Fix typo.
Matheus Almeida
- [llvm] r200466 - Reenable ARM EHABI on Android.
Evgeniy Stepanov
- [lld] r200467 - [ELF] Make private all DynamicTable class fields which are not used in
Simon Atanasyan
- [compiler-rt] r200468 - [sanitizer] Fix typo that breaks shmctl() interceptor.
Evgeniy Stepanov
- [PATCH][AArch64] Custom lower concat_vector patterns with v4i16, v4i32, v8i8, v8i16, v16i8 types.
Chad Rosier
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
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
Alexey Samsonov
- [PATCH] [sanitizer] Add most ioctls from /usr/include/sound/.
Sergey Matveev
- [PATCH] Teach the DAGCombiner how to fold insert_subvector nodes with concat_vectors input
Robert Lougher
- [PATCH] Allow speculating llvm.sqrt, fma and fmuladd
Matt Arsenault
- [llvm] r200473 - Explicitly specify the CPU to avoid Atom-specific assembly mismatch
Timur Iskhodzhanov
- [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
- [PATCH] Silence warning by commenting unused macro in GTest
Renato Golin
- [llvm] r200479 - Comment out unused macro because of warning
Renato Golin
- [compiler-rt] r200480 - Add an /FS flag to the sanitizer_common CMake to make it buildable with VS2013
Timur Iskhodzhanov
- [llvm] r200481 - [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Juergen Ributzka
- [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
- [llvm] r200484 - Use early returns and factor the object::Binary creation.
Rafael Espindola
- [PATCH 1/1] Fix rtti flags with cmake
Jan Vesely
- [compiler-rt] r200485 - Move /FS to SANITIZER_COMMON_CFLAGS
Timur Iskhodzhanov
- [llvm] r200487 - This has been fixed.
Rafael Espindola
- [llvm] r200488 - Only ELF has a dynamic symbol table. Remove it from ObjectFile.
Rafael Espindola
- [PATCH] [1/2] Add intrinsics for TBM instruction set
David Woodhouse
- [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
- [PATCH] Fully disable DWARF accelerator tables
Robinson, Paul
- [llvm] r200495 - [x86] Fix signed relocations for i64i32imm operands
David Woodhouse
- [llvm] r200498 - HandleLLVMOptions.cmake: Typo in comment.
NAKAMURA Takumi
- [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
- [PATCH] [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Reid Kleckner
- [llvm] r200501 - Allow speculating llvm.sqrt, fma and fmuladd
Matt Arsenault
- [PATCH] R600/SI: Fix insertelement with dynamic indices.
Tom Stellard
- [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
- [PATCH] Consider error-reporting calls cold in BPI
Meador Inge
- [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
- [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
- [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
- [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
- [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
- [PATCH] Asan libraries on ARM should (for now) be called generically as "arm".
Renato Golin
- [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
- [PATCH] MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [llvm-commits] new patches for compiling linux with integrated-as
David Woodhouse
- [PATCH] Introduce new gold plugin option "relocation-pic"
Alexey Volkov
- [llvm] r200541 - Update FileCheck prefixes in preparation for the addition of Mips64 MSA tests.
Matheus Almeida
- [compiler-rt] r200542 - [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
- [llvm] r200543 - [mips][msa] Add insert.d instruction.
Matheus Almeida
- [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
- [PATCH] R600/SI: Expand all vec8 operations
Tom Stellard
- [PATCH] R600/SI: Add tablegen patterns for more addressing modes
Tom Stellard
- [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
- [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
- [PATCH] Fix for inlining decision affected by debug intrinsics
Dario Domizioli
- [llvm] r200566 - x86: Rename NumBytesForCalleeToPush to ...Pop for accuracy
Reid Kleckner
- [compiler-rt] r200567 - [sanitizer] Partial revert of recent ioctl changes.
Sergey Matveev
- [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
- [PATCH] [stack protector] Improved data layout rules, part 4
Josh Magee
- [llvm] r200574 - Simplify getSymbolFlags.
Rafael Espindola
- [lld] r200575 - Update for llvm api change.
Rafael Espindola
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Chandler Carruth
- [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
- [lld] r200589 - [PECOFF] Handle /machine option before handling all the other options.
Rui Ueyama
- [llvm] r200590 - Remove another hasRawTextSupport.
Rafael Espindola
- [PATCH] R600/SI: Custom lower i64 ISD::SELECT
Tom Stellard
- [PATCH] R600/SI: Don't assume copies will be coalesced in SIFixSGPRCopies
Tom Stellard
- [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
- [PATCH] Introduce llvm::sys::path::home_directory.
Peter Collingbourne
- [lld] r200599 - [PECOFF] Add a TODO.
Rui Ueyama
- [patch] It is 2014, lets assume assemblers support .loc :-)
Rafael Espíndola
- [PATCH 1/1] R600: Enable vector fpow.
Jan Vesely
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
NAKAMURA Takumi
- [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] r176605 - Debug Info: store the files and directories for each compile unit.
Rafael Espíndola
- [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
- [PATCH] PowerPC - Use MCInstrDesc to get instruction size
David Wiberg
- [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
- Lowering switch statements with hashing, version 2
Jasper Neumann
- [PATCH] Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
Kai Nacke
- [PATCH] Minor improvements to scc_iterator
Mehdi Amini
- [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
- [PATCH] R600/SI: Comparisons set vcc / scc
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
- [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
- [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
- [llvm] r200644 - [CMake] Untabify.
NAKAMURA Takumi
- [llvm] r200645 - [CMake] Move cmake_minimum_required(2.8.8) at the top.
NAKAMURA Takumi
- [lld] r200649 - [MachO] Add undefined atoms.
Joey Gouly
- [PATCH] ARM IAS: (partially) support .arch_extension directive
Saleem Abdulrasool
- [PATCH] make lower-expect understand llvm.expect.i1 for branches
Daniel Micay
- [llvm] r200654 - Unaligned access is supported on ARMv6 and ARMv7 for the NetBSD target.
Joerg Sonnenberger
- [PATCH] Store reference to corresponding PassInfo in Pass
Sylvestre Ledru
- [llvm] r200664 - Lower llvm.expect intrinsic correctly for i1
Duncan P. N. Exon Smith
- [lld] r200675 - [ELF] change LayoutBefore Reference to InGroup Reference
Shankar Easwaran
- [www] r200676 - Reformatting.
Bill Wendling
- [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
- [compiler-rt] r200682 - [msan] Fix a typo.
Evgeniy Stepanov
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).