The Week Of Monday 10 February 2014 Archives by thread
Starting: Mon Feb 10 00:00:25 PST 2014
Ending: Sun Feb 16 23:39:45 PST 2014
Messages: 799
- [compiler-rt] r201068 - [sanitizer] struct ustat and a bunch of other definitions are missing on Android.
Evgeniy Stepanov
- [PATCH][AArch64] Handle aliases of conditional branches without b.pred form.
Kristof Beyls
- [compiler-rt] r201069 - [TSan] Fix mismatched mangled names in operator delete interceptors
Alexey Samsonov
- [compiler-rt] r201070 - [sanitizer] Disable 3 more syscall hooks on Android.
Evgeniy Stepanov
- [PATCH] Generate DWARF stack frame information for ARM/Thumb functions [2nd attempt].
Renato Golin
- [compiler-rt] r201071 - [Sanitizer] Don't #include the same system header twice.
Alexey Samsonov
- [llvm] r201072 - [CMake] Introduce llvm_add_library().
NAKAMURA Takumi
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [compiler-rt] r201074 - [msan] Return EINVAL instead of crashing from mmap of an invalid address.
Evgeniy Stepanov
- [llvm] r201075 - Fix LLVM install rules to not set permissions on include/
NAKAMURA Takumi
- [llvm] r201077 - [CMake] LLVMSupport should be responsible to provide system_libs.
NAKAMURA Takumi
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Tim Northover
- [PATCH] Fix PR4500 - Do not set permissions on include/
NAKAMURA Takumi
- [llvm] r201078 - [mips][msa] Make LSA_DESC a parameterizable class.
Matheus Almeida
- [llvm] r201079 - [CMake] Add dependencies to gtest.
NAKAMURA Takumi
- [llvm] r201080 - [mips][msa] Update FileCheck prefix in preparation for
Matheus Almeida
- [PATCH] Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.
Evgeniy Stepanov
- [llvm] r201081 - [mips][msa] Add DLSA instruction.
Matheus Almeida
- [PATCH] AArch64 sanitizer support
Christophe Lyon
- R12 is callee-saved for A- and R- class interrupt handlers
Oliver Stannard
- [llvm] r201083 - Test commit - added a new line to vec_shuf-insert.ll.
Robert Lougher
- [compiler-rt] r201084 - Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.
Evgeniy Stepanov
- [llvm] r201085 - ARM: use LLVM IR to represent the vshrn operation
Tim Northover
- [llvm] r201087 - GlobalsModRef: Unify and clean up duplicated pointer analysis code.
Benjamin Kramer
- [llvm] r201088 - Make succ_iterator a real random access iterator and clean up a couple of users.
Benjamin Kramer
- [llvm] r201089 - ARM: r12 is callee-saved for interrupt handlers
Oliver Stannard
- [llvm] r200962 - [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assembler is used.
Rafael Espíndola
- [PATCH] Add TargetDesc re-factoring to OpenProjects
Rafael Espíndola
- [www] r201090 - Add target info re-factor open project
Renato Golin
- R600/SI: Prettier display of input modifiers and fold of fabs
Vincent Lejeune
- [PATCH] Introduce new gold plugin option "relocation-pic"
Alexey Volkov
- [PATCH] Fix TimeValue POSIX representation
Rafael Ávila de Espíndola
- [llvm] r201091 - [AArch64] Handle aliases of conditional branches without b.pred form.
Chad Rosier
- LTO API: add lto_module_create_from_memory_with_path.
Rafael Espíndola
- [PATCH] ARM IAS: (partially) support .arch_extension directive
Saleem Abdulrasool
- [llvm] r201093 - ARM: use natural LLVM IR for vshll instructions
Tim Northover
- [PATCH] R600: Implement isTruncateFree
Tom Stellard
- [llvm] r201095 - Remove some prototype code accidentally committed in r201043
David Blaikie
- [PATCH] SelectionDAG: Share ISD::MUL lowering code between the SelectionDAGLegalize and DAGTypeLegalizer
Tom Stellard
- [llvm] r201043 - Fix formatting introduced in r200941
David Blaikie
- [llvm] r201096 - R600/SI: Only use S_WQM_B64 in pixel shaders
Tom Stellard
- [llvm] r201097 - R600/SI: Initialize M0 and emit S_WQM_B64 whenever DS instructions are used
Tom Stellard
- [llvm] r201098 - Copy the ThreadLocalMode in GlobalVariable::copyAttributesFrom
Hans Wennborg
- [PATCH] Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [PATCH] R600/SI: Completely Disable TypeRewriter on compute
Tom Stellard
- Improving support for CMake-based applications
Brad King
- [PATCH] fix clang static analyzer warning in DenseMap.h
Daniel Reynaud
- [PATCH] Fix detection of devirtualized calls that have no users
Chandler Carruth
- [llvm] r200767 - Implemented support for Process::GetRandomNumber on Windows.
Galina Kistanova
- [Patch] Allow GVN to optimize load from aggregate stores
Hal Finkel
- [PATCH] Add a new pass to compute DWARF path discriminators.
Diego Novillo
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Matt Arsenault
- Respect TargetLibraryInfo CustomNames in getAllocationData
Hal Finkel
- [llvm] r201104 - [LPM] A terribly simple fix to a terribly complex bug: PR18773.
Chandler Carruth
- [llvm] r201107 - R600: Implement isTruncateFree
Matt Arsenault
- [llvm] r201108 - Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
- [lld] r201109 - Update for llvm api change.
Rafael Espindola
- [llvm] r201110 - Fix an old FIXME. LDPO_PIE is available since 2.23, realeased 2012-10-22.
Rafael Espindola
- [PATCH] R600/SI: Add new CI arithmetic instructions.
Matt Arsenault
- [llvm] r201111 - cmake: Do not export targets when installing toolchain only
Reid Kleckner
- [llvm] r201113 - Mark the methods in the Mangler const.
Rafael Espindola
- [PATCH] Fix for PR 18573: AVX gather intrinsics access only memory based on argument
Dmitry Babokin
- [PATCH] R600/SI: Add a pattern for i32 anyext
Tom Stellard
- [PATCH] R600/SI: Split global vector loads with more than 4 elements
Tom Stellard
- [PATCH] Move the *PassPrinter passes from opt.cpp to a separate file
Eli Bendersky
- [llvm] r200721 - DIBuilder: simplify array generation to produce true zero-length arrays
Eric Christopher
- regression on Adobe-C++/loop_unroll
Chandler Carruth
- [compiler-rt] r200482 - Add an /FS flag to the lib/interception CMake to make it buildable with VS2013 too
Hans Wennborg
- [llvm] r201114 - LTO API: add lto_module_create_from_memory_with_path.
Manman Ren
- [PATCH] [1/2] Add intrinsics for TBM instruction set
Yunzhong Gao
- [llvm] r201115 - [Stackmaps] Cleanup code. No functional change intended.
Juergen Ributzka
- [llvm] r201116 - Move the *PassPrinter into their own module.
Eli Bendersky
- [LLVMdev] Making LLVM safer in out-of-memory situations
Lang Hames
- [PATCH] Debug info: Support fragmented variables.
Eric Christopher
- [llvm] r201119 - DebugInfo: Use existing symbol rather than creating it again.
David Blaikie
- [PATCH] Respect TargetLibraryInfo CustomNames in getLibFunc (was: Respect TargetLibraryInfo CustomNames in getAllocationData)
Hal Finkel
- [llvm] r201121 - [CodeGenPrepare] Undo changes that happened for the profitability check.
Quentin Colombet
- [PATCH] Use an 'l' prefix when an 'L' prefix would produce an invalid MachO
kledzik at apple.com
- [dragonegg] r201123 - Bug 18358 - Update for objectsize intrinsic argument change.
Matt Arsenault
- [llvm] r201124 - Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using rand_s() since MinGW does not have an implementation for it, but instead using the underlying CryptGenRandom APIs.
Aaron Ballman
- [llvm] r201125 - Using the helper API for random number generation.
Aaron Ballman
- [llvm] r201126 - Changed attributes of all gather intrinsics from IntrReadMem to IntrReadArgMem as they access only memory based on argument. Patch by Robert Khasanov.
Craig Topper
- [llvm] r201127 - In RuntimeDyldImpl::emitSection, make Allocate (section size to be allocated) a
Lang Hames
- [lld] r201128 - [Mips] Add "data" symbols to the test input file. No functional changes.
Simon Atanasyan
- [lld] r201129 - [Mips] Handle R_MIPS_COPY relocation.
Simon Atanasyan
- [lld] r201131 - [Mips] Simplify the code. Replace redundant 'switch' operator by the single 'if' one.
Simon Atanasyan
- [llvm] r201132 - [CodeGenPrepare] Test case for the promotions that bypass the
Quentin Colombet
- [lld] r201133 - [Mips] Use the 'CHECK-NEXT' where we need to check a test output exactly
Simon Atanasyan
- [llvm] r201134 - AVX-512: Optimized BUILD_VECTOR pattern;
Elena Demikhovsky
- [PATCH] [AArch64]Add support for spilling FPR8/FPR16 registers
Hao Liu
- [PATCH] [AArch64]Fix the problems that can't select mul/add/sub of v1i8/v1i16/v1i32 types
Hao Liu
- [PATCH] test-suite: XCore target: fix handling of <string.h> and <memory.h>
robert lytton
- [llvm] r201136 - Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
Dmitri Gribenko
- [llvm] r201140 - AVX: fixed a bug in LowerVECTOR_SHUFFLE
Elena Demikhovsky
- [llvm] r201143 - XCore target: Lower ATOMIC_LOAD & ATOMIC_STORE
Robert Lytton
- [llvm] r201144 - XCore target: fix const section handling
Robert Lytton
- [PATCH] [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Bradley Smith
- [compiler-rt] r201147 - Remove unused config.llvm_symbolizer_path
Alexey Samsonov
- [llvm] r201148 - [LPM] Switch LICM to actively use LCSSA in addition to preserving it.
Chandler Carruth
- [llvm] r201149 - [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Bradley Smith
- [compiler-rt] r201150 - [Sanitizer] External symbolizer refactoring: split protocol for communicating with
Alexey Samsonov
- [compiler-rt] r201151 - [sanitizer] Use system unwinder in signal handlers on Android.
Evgeniy Stepanov
- [compiler-rt] r201152 - [sanitizer] Fix build.
Evgeniy Stepanov
- [compiler-rt] r201154 - [asan] Fix Windows build.
Evgeniy Stepanov
- [PATCH] Consider error-reporting calls cold in BPI
Hal Finkel
- [llvm] r201158 - Teach the DAGCombiner how to fold concat_vector nodes when the input is two
Robert Lougher
- [llvm] r201159 - ScalarEvolution: Analyze trip count of loops with a switch guarding the exit.
Benjamin Kramer
- [patch] Use __literal16 on x86-64
Rafael Espíndola
- [PATCH] Teach the DAGCombiner how to fold concat_vector nodes when the input is two BUILD_VECTOR nodes.
Robert Lougher
- [llvm] r201160 - Add a note about using "Differential Revision:" in commit messages
Mark Seaborn
- [PATCH] Add a note about using "Differential Revision:" in commit messages
Mark Seaborn
- [PATCH] Schedule discriminators pass.
Diego Novillo
- [llvm] r201161 - If LDPO_PIE is not defined (before binutils 2.23 version),
Sylvestre Ledru
- [llvm] r201163 - Improve the declaration when LDPO_PIE is not available.
Sylvestre Ledru
- [PATCH] X86SchedModel: Add Sched information on some FPStack instruction
Quentin Colombet
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Matt Arsenault
- [PATCH] R600/SI: Fix assertion on infinite loops.
Matt Arsenault
- [PATCH] Make sure branch edge weights are not dropped in TailDuplicatePass
Akira Hatanaka
- [PATCH] Exception handling docs: Describe landingpad clauses' meanings in more detail
Mark Seaborn
- [llvm] r201170 - SCEV: Cast switched values to make -Wswitch more useful.
Benjamin Kramer
- [PATCH]: llvm 3.4.1 sparc64 selfhosting patches
Roman Divacky
- [llvm] r200294 - [vectorizer] Completely disable the block frequency guidance of the loop
Tobias Grosser
- [PATCH][X86] Teach the backend how to lower vector shift left into multiply rather than scalarizing it.
Andrea Di Biagio
- [llvm] r201173 - ARM: Thumb2 LDR(literal) can target SP.
Jim Grosbach
- [llvm] r201174 - Tidy up a bit. Formatting only.
Jim Grosbach
- [llvm] r201176 - InstCombine: Teach icmp merging about the equivalence of bit tests and UGE/ULT with a power of 2.
Benjamin Kramer
- [llvm] r201177 - R600/SI: Fix assertion on infinite loops.
Matt Arsenault
- [PATCH] Build fix for lib/Support/Path.cpp
Rafael Espíndola
- [llvm] r201179 - make llvm-dwarfdump a little more resilient when parsing .debug_loc
Adrian Prantl
- [llvm] r201180 - Debug info: Emit values in subregisters that do not have a separate
Adrian Prantl
- [llvm] r201181 - whitespace
Adrian Prantl
- [compiler-rt] r201184 - Require CMake 2.8.12.1 or later on Windows
Hans Wennborg
- [llvm] r201185 - DebugInfo: Remove dependence on file numbering in the line table.
David Blaikie
- [llvm] r201187 - DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded
David Blaikie
- [llvm] r201188 - Revert "Debug info: Emit values in subregisters that do not have a separate"
Adrian Prantl
- [llvm] r201190 - Reapply r201180 with an additional error path.
Adrian Prantl
- [PATCH] Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug
Mark Seaborn
- Optimize load from aggregate stores
Adrian Prantl
- [polly] r201191 - Remove MayAliasSet class
Tobias Grosser
- [polly] r201192 - Add link to polyhedral.info
Tobias Grosser
- [llvm] r201193 - Tweak ARM fastcc by adopting these two AAPCS rules:
Evan Cheng
- [llvm] r201194 - DwarfUnit: Replace unnecessary conditionals with asserts.
David Blaikie
- [llvm] r201195 - DwarfUnit: Refactor DW_AT_file creation into a common function.
David Blaikie
- [llvm] r201196 - DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeUnit.
David Blaikie
- [llvm] r201197 - Fix some formatting in my last commit (r201196)
David Blaikie
- [llvm] r201198 - DwarfUnit: Include type unit's file strings in the defining compile unit's file_names table
David Blaikie
- Patch: split BreakpointPrinter out of opt.cpp
Eli Bendersky
- [llvm] r201201 - Remove unneeded include
Matt Arsenault
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Matt Arsenault
- [polly] r201204 - Fix formatting
Tobias Grosser
- [llvm] r201207 - Test case I forgot to 'add' for r201126.
Craig Topper
- [PATCH] Minor improvements to scc_iterator
Duncan P. N. Exon Smith
- [PATCH][AArch64] Add AArch64 port for test-suite
Jiangning Liu
- [compiler-rt] r201210 - [sanitizer] added a bit vector class to be used in a deadlock detector
Kostya Serebryany
- [llvm] r201211 - [PR18809] Mark DebugInfo/empty.ll as XFAIL:cygming.
NAKAMURA Takumi
- [compiler-rt] r201212 - [Sanitizer] Reduce stack frame size of SlowUnwindStackWithContext
Alexey Samsonov
- [compiler-rt] r201213 - [Sanitizer] Build sanitizer_common with -Wframe-larger-than=512 flag
Alexey Samsonov
- [llvm] r201215 - Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear from the disassembler table build without custom filtering code.
Craig Topper
- [llvm] r201216 - Remove special case filtering for instructions with lock prefix as they are all marked with isCodeGenOnly already.
Craig Topper
- [PATCH] Fix a mingw32 build issue
Alex Crichton
- [compiler-rt] r201217 - [UBSan] Parse common runtime flags before using a symbolizer
Alexey Samsonov
- [compiler-rt] r201218 - [Sanitizer] Teach external symbolizer to work with addr2line if llvm-symbolizer is unavailable. Allow this mode in TSan.
Alexey Samsonov
- [compiler-rt] r201219 - [TSan] Kill tsan_symbolize_addr2line_linux.cc
Alexey Samsonov
- [llvm] r201222 - R600: Always implement both versions of isTruncateFree and add a sanity check.
Benjamin Kramer
- [PATCH][AArch64] Enable AArch64 NEON by default
Jiangning Liu
- [PATCH] [AArch64]Fix the assertion failure caused by scalarizing "v1i1 setcc" in type legalizer
Hao Liu
- [compiler-rt] r201226 - [sanitizer] added class BVGraph, to be used in a deadlock detector; added more methods to the bit vectors
Kostya Serebryany
- [PATCH] Android test runner for ASan lit tests
Evgeniy Stepanov
- [llvm] r201229 - Teach tablegen() macro to check needed variables
NAKAMURA Takumi
- [llvm] r201230 - Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.
NAKAMURA Takumi
- [PATCH] Update config.* files
Renato Golin
- [compiler-rt] r201235 - [sanitizer] Fix wait4 interceptor on Android.
Evgeniy Stepanov
- [patch] Split DataLayout and DataLayoutPass
Rafael Espíndola
- [llvm] r201237 - Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [compiler-rt] r201240 - [asan] Handle OpenFile errors in CovDump.
Evgeniy Stepanov
- [llvm] r201241 - Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [llvm] r201242 - Move more self-contained functionality away from tools/opt/opt.cpp
Eli Bendersky
- [llvm] r201243 - PC-rel implemented in AArch64, test now pass
Renato Golin
- patch for problem when mips16 hard float is linked as c++
reed kotler
- [llvm] r201245 - Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass to
Akira Hatanaka
- Switch containing holes via table lookup
Hans Wennborg
- [compiler-rt] r201252 - [sanitizer] Intercept capget()/capset().
Sergey Matveev
- [llvm] r201253 - Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.
Adrian Prantl
- Regression with r200947: [CodeGenPrepare] Move away sign extensions that get in the way of addressing mode.
Tom Stellard
- [llvm] r201255 - _CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell!
David Fang
- [llvm] r200858 - Revert "Fix an invalid check for duplicate option categories."
Jordan Rose
- [llvm] r201258 - Rename Windows.h to WindowsSupport.h to avoid ambiguity
Reid Kleckner
- [llvm] r201259 - Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
- [llvm] r201261 - Don't try to build ExceptionDemo on ARM.
Rafael Espindola
- [llvm] r201262 - [Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the documenation)
Juergen Ributzka
- [llvm] r201263 - [Stackmaps] Improve the stackmap lowering code in the SelectionDAGBuilder.
Juergen Ributzka
- [llvm] r201264 - 80-col.
Eric Christopher
- [llvm] r201265 - Reformat a few lines with clang-format.
Eric Christopher
- [llvm] r201266 - DebugInfo: Merge fission and non-fission (and 32 and 64 bit) tests for TLS support.
David Blaikie
- [llvm] r201267 - DebugInfo: Demonstrate that we're not currently uniquing address table entries in fission
David Blaikie
- [llvm] r201269 - VS Integration: install toolsets for x64 too (PR18738)
Hans Wennborg
- [PATCH] Add a SymbolicFile interface between Binary and ObjectFile. Add IRObjectFile as an implementation of it.
Rafael Ávila de Espíndola
- [llvm] r201271 - [X86] Teach the backend how to lower vector shift left into multiply rather than scalarizing it.
Andrea Di Biagio
- [llvm] r201272 - [Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called
Andrea Di Biagio
- Patch: [CMake] Wrong parsing of ADDITIONAL_HEADERS in llvm_add_library
Michael Kruse
- [llvm] r201275 - Remove a very old instcombine where we would turn sequences of selects into
Owen Anderson
- [llvm] r201277 - The new MCJIT C-API unit test is generating objects without constant data
Lang Hames
- [llvm] r201279 - Fix misleading comment.
Lang Hames
- [llvm] r201283 - [CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to pass through to process_source.
NAKAMURA Takumi
- [PATCH] GlobalOpt: Aliases don't have sections, don't copy them when replacing
Reid Kleckner
- [llvm] r201286 - GlobalOpt: Aliases don't have sections, don't copy them when replacing
Reid Kleckner
- [llvm] r201287 - [AArch64]Add support for spilling FPR8/FPR16.
Hao Liu
- [patch] Copy dll storage in copyAttributes
Rafael Espíndola
- [patch] Verify that a GlobalAlias has no section or alignment.
Rafael Espíndola
- [llvm] r201289 - Use simpler version of sys::fs::exists when possible.
Rafael Espindola
- [llvm] r201291 - [DAG] Fix the recognition of opaque constants in the SelectionDAGBuilder.
Juergen Ributzka
- [llvm] r201295 - Copy dll storage in copyAttributes.
Rafael Espindola
- [PATCH] Fix Bug in SROA transformation [PR18615]
Karthik Bhat
- [llvm] r201296 - [RegAlloc] Fix the assertion in the last chance recoloring to match the
Quentin Colombet
- [llvm] r201298 - [AArch64]Fix the problems that can't select mul/add/sub of v1i8/v1i16/v1i32 types.
Hao Liu
- [llvm] r201299 - Remove filtering concept from X86 disassembler table generation. It's no longer necessary.
Craig Topper
- [llvm] r201301 - Remove unused method declaration.
Craig Topper
- [compiler-rt] r201302 - [sanitizer] more code for deadlock detector, nothing really works yet (except for small unit tests).
Kostya Serebryany
- [compiler-rt] r201303 - [sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan Roux
Kostya Serebryany
- [compiler-rt] r201304 - [asan] Avoid deadlock in CovDump.
Evgeniy Stepanov
- [PATCH] Don't build DFSan functionality for Android.
Stephen Hines
- [PATCH] XCore target add __LITTLE_ENDIAN__ defined macro
robert lytton
- Add support for Cortex-A53 and Cortex-A57
Oliver Stannard
- [llvm] r201305 - Add Cortex-A53 and Cortex-A57 cores to the AArch64 backend
Oliver Stannard
- [compiler-rt] r201306 - [sanitizer] findPath for deadlock detector
Kostya Serebryany
- [llvm] r201314 - ARM: remove floating-point patterns for @llvm.arm.neon.vabs
Tim Northover
- [AArch64] Avoid hitting the assert in RegScavenger::scavengeRegister
Sanjin Sijaric
- [llvm] r201315 - llvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtriple=aarch64-unknown-unknown, or this would crash for targeting pecoff like *-mingw32.
NAKAMURA Takumi
- [llvm] r201316 - [CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFIX rather than CMAKE_SHARED_MODULE_SUFFIX in llvm tree.
NAKAMURA Takumi
- [llvm] r201317 - [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of target property LINK_FLAGS.
NAKAMURA Takumi
- [llvm] r201318 - [CMake] Move the target property PREFIX from add_llvm_loadable_module() to llvm_add_library().
NAKAMURA Takumi
- [llvm] r201320 - [CMake] Let llvm_add_library(MODULE) check capability of loadable module.
NAKAMURA Takumi
- [compiler-rt] r201321 - Remove a check from strerror_r test.
Evgeniy Stepanov
- [compiler-rt] r201322 - [sanitizer] address some of the dvyukov's comments on previous commits
Kostya Serebryany
- [compiler-rt] r201324 - [asan] Fix null_deref test with zero base shadow.
Evgeniy Stepanov
- [compiler-rt] r201325 - [sanitizer] Fix off-by-one-line in SEGV reports on Android.
Evgeniy Stepanov
- [compiler-rt] r201326 - [asan] Enable SEGV handler on Android by default.
Evgeniy Stepanov
- [llvm] r201327 - Remove dead code.
Rafael Espindola
- [compiler-rt] r201330 - [asan] Enable signal and sigaction interceptors on Android.
Evgeniy Stepanov
- [compiler-rt] r201331 - [asan] Remove extra clone() arguments in test.
Evgeniy Stepanov
- [compiler-rt] r201332 - [asan] Disable 1 test on Android.
Evgeniy Stepanov
- [llvm] r201333 - Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [llvm] r201335 - Specify a triple. MachO AArch64 support is missing.
Rafael Espindola
- [llvm] r201336 - "foo" is not a ppc instruction, don't try to parse it.
Rafael Espindola
- [PATCH] building lnt tools to test cross-compiling
robert lytton
- [llvm] r201337 - .file is only available on ELF, use a triple instead of -march.
Rafael Espindola
- [compiler-rt] r201338 - [sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a check
Kostya Serebryany
- [PATCH] R600/SI: Custom select 64-bit ADD
Matt Arsenault
- [compiler-rt] r201339 - [sanitizer] replace MostSignificantSetBitIndex with LeastSignificantSetBitIndex in bit vector (to iterate bits in increasing order)
Kostya Serebryany
- [dragonegg] r201341 - Update a couple of dragoneg-compilator tests corresponding to r201333.
NAKAMURA Takumi
- [dragonegg] r201342 - [CMake] Prune add_dependencies, for now.
NAKAMURA Takumi
- [PATCH] TargetLowering: n * r where n > 2 should be an illegal addressing mode
Tom Stellard
- [llvm] r201344 - Reduce code duplication resulting from the ConstantVector/ConstantDataVector split.
Benjamin Kramer
- [llvm] r201345 - Add triples to try to fix the windows bots.
Rafael Espindola
- [llvm] r201347 - Use mkdir instead of stat+mkdir.
Rafael Espindola
- [PATCH] PGO: llvm-profdata: tool for merging profiles
Duncan P. N. Exon Smith
- [PATCH] Hexagon does not support object emission for DebugInfo/empty.ll
Rick Foos
- [llvm] r201351 - [PR18809] Revert r201187, "DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded"
NAKAMURA Takumi
- [PATCH] Make addrspacecast (gep) do addrspacecast (gep) instead.
Matt Arsenault
- [llvm] r201352 - InstCombine: Replace custom constant folding code with ConstantExpr.
Benjamin Kramer
- [llvm] r201353 - SCCIterator: Merge MinVisitNumStack and VisitStack
Duncan P. N. Exon Smith
- [llvm] r201354 - Check that GlobalAliases don't have section or alignment.
Rafael Espindola
- Patch: Extract initialization of TargetOptions from CodeGen flags
Eli Bendersky
- [llvm] r201355 - Tweak llvm/test/DebugInfo/X86/generate-odr-hash.ll corresponding to r201351 (Revert r201187).
NAKAMURA Takumi
- [PATCH] test-suite: XCore target: add support to build MultiSource/Applications/minisat
robert lytton
- [PATCH] test-suite: XCore target: add support to build MultiSource/Applications/lambda-0.1.3
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/MallocBench/espresso
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Applications/hexxagon
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Applications/lua
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/SciMark2-C
robert lytton
- [PATCH] XCore target: add support to build SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Applications/oggenc/oggenc.c
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/Prolangs-C++/city
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/Prolangs-C++/ocean
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Applications/JM/lencod
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/MallocBench/gs
robert lytton
- [PATCH] XCore target: add support to build SingleSource/Benchmarks/Misc-C++-EH/spirit.cpp
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/sim/sim.c
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Applications/SIBsim4
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/MiBench/security-sha
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Applications/lemon
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/PAQ8p
robert lytton
- [llvm] r201358 - Tweak an _MSC_VER ifdef to use typename with clang in a unittest
Reid Kleckner
- [PATCH] testsuite: MultiSource/Benchmarks/Trimaran/netbench-url
robert lytton
- [PATCH] test suite: SingleSource/Benchmarks/Linpack
robert lytton
- [PATCH] testsuite: MultiSource/Benchmarks/Prolangs-C/cdecl
robert lytton
- [PATCH] test-suite : MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec
robert lytton
- [PATCH] XCore target: skip tests xcore can't run
robert lytton
- [PATCH] Fix generation of 'isa' and 'discriminator' keywords.
Diego Novillo
- [llvm] r201359 - Fix generation of 'isa' and 'discriminator' keywords.
Diego Novillo
- [llvm] r201361 - Simplify checks in MC/AsmParser/directive_loc.s
Diego Novillo
- [PATCH] Update config.guess and config.sub for AArch64
Renato Golin
- [PATCH] Improve ScalarEvolutionExpander to try harder not to create unnecessary induction variables in dominating loops
Arnold Schwaighofer
- [llvm] r201362 - Don't build DFSan functionality for Android.
Stephen Hines
- [llvm] r201363 - MSBuild integration: get the LibraryPath right (PR18707)
Hans Wennborg
- [llvm] r201365 - Use __literal16. It has been supported by the linker since 2005.
Rafael Espindola
- [PATCH] Support DWARF discriminators in object streamer.
Diego Novillo
- [llvm] r201367 - R600/SI: Add ShaderType attribute to some tests
Tom Stellard
- [llvm] r201368 - R600/SI: Split global vector loads with more than 4 elements
Tom Stellard
- [llvm] r201369 - R600/SI: Completely Disable TypeRewriter on compute
Tom Stellard
- [llvm] r201370 - R600/SI: Add a pattern for i32 anyext
Tom Stellard
- [llvm] r201371 - R600/SI: Expand all v8[if]32 operations
Tom Stellard
- [PATCH] Peephole optimization causes different code generation at "-O2 -g" and "-O2".
Katya Romanova
- [PATCH] Move NearestCommonDominator class into common code.
Rafael Ávila de Espíndola
- [llvm] r201376 - Do more addrspacecast transforms that happen for bitcast.
Matt Arsenault
- [llvm] r201377 - [X86] Don't mark movabsq as cheap-as-move - it isn't that cheap.
Juergen Ributzka
- [PATCH][X86] Don't mark movabsq as cheap-as-move - it isn't that cheap.
Juergen Ributzka
- Fwd: Patch: refactor some utilities from opt.cpp into OptUtils.h/cpp
Eli Bendersky
- [llvm] r201378 - Disable emission of aranges by default and add a command line
Eric Christopher
- [llvm] r201380 - DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded
David Blaikie
- [llvm] r201381 - [AArch64]Fix the assertion failure caused by "v1i1 SETCC" DAG node.
Hao Liu
- [test-suite] r201382 - Add AArch64 port for test-suite.
Jiangning Liu
- [llvm] r201383 - [PR18809] Remove XFAIL from DebugInfo/empty.ll.
NAKAMURA Takumi
- [llvm] r201385 - Enable AArch64 NEON by default.
Jiangning Liu
- [PATCH] [COMPILER_RT] add long double setting in fp_lib.h
GuanHong Liu
- [llvm] r201388 - llvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32 lacking of line table.
NAKAMURA Takumi
- [llvm] r201389 - Revert "DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded"
Eric Christopher
- [PATCH] {COMPILER-RT] Implement long double comparison functions
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __addtf3 and __subtf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __multf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __divtf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Enable __multi3 when using aarch64 architecture
GuanHong Liu
- [PATCH] [COMPILER_RT] Implement __extendsftf2, __extenddftf2
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __trunctfdf2, __trunctfsf2
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __fixtfsi, __fixunstfsi
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __floatsitf, __floatunstfsi
GuanHong Liu
- [PATCH] [AArch64 NEON] Fix a bug to avoid using floating type as condition type in lowering SELECT_CC.
Kevin Qin
- [compiler-rt] r201390 - Move BlocksRuntime to lib/ directory
Alexey Samsonov
- [compiler-rt] r201392 - [libsanitizer] Create SanitizerCommonDecorator which provides the Warning() and EndWarning() methods
Alexander Potapenko
- [compiler-rt] r201393 - Move original compiler-rt functions (libgcc replacement) to lib/builtins directory
Alexey Samsonov
- [compiler-rt] r201394 - [asan] Android test runner for ASan lit tests.
Evgeniy Stepanov
- [PATCH] Added assembly functions for x86 asan.
Yuri Gorshenin
- [llvm] r201395 - [AArch64 NEON] Fix a bug to avoid using floating type as condition type in lowering SELECT_CC.
Kevin Qin
- [compiler-rt] r201396 - Move tests for BlocksRuntime and builtins to corresponding directories under test/
Alexey Samsonov
- [compiler-rt] r201397 - [msan] Replicate mmap-below-shadow check in mmap64 interceptor.
Evgeniy Stepanov
- [compiler-rt] r201398 - Remove empty directory
Alexey Samsonov
- [compiler-rt] r201399 - Move shared configs for lit test suites to test/ and unittests/ directories
Alexey Samsonov
- [compiler-rt] r201400 - [sanitizer] Use mmap to zero-fill large shadow regions.
Evgeniy Stepanov
- [compiler-rt] r201401 - Move UBSan test suite under test/
Alexey Samsonov
- [compiler-rt] r201402 - [asan] Added assembly functions for x86/amd64 asan.
Evgeniy Stepanov
- [compiler-rt] r201403 - Move DFSan test suite under test/
Alexey Samsonov
- [compiler-rt] r201404 - [asan] Disable assembly on windows.
Evgeniy Stepanov
- [compiler-rt] r201405 - [sanitizer] add iterators to bit vectors; make bit vector operations use little stack; add common flag 'detect_deadlocks'
Kostya Serebryany
- [compiler-rt] r201406 - Delete LSan unit tests
Alexey Samsonov
- [compiler-rt] r201407 - [tsan] rudimentary support for deadlock detector in tsan (nothing really works yet except for a single tiny test). Also rename tsan's DeadlockDetector to InternalDeadlockDetector
Kostya Serebryany
- [compiler-rt] r201408 - Move LSan test suite under test/
Alexey Samsonov
- [compiler-rt] r201409 - Remove empty directories
Alexey Samsonov
- [compiler-rt] r201410 - [sanitizer] Fix getpwuid_r (and similar) interceptors missing one of the arguments.
Evgeniy Stepanov
- [compiler-rt] r201411 - [asan] Revert r201402, r201404.
Evgeniy Stepanov
- [compiler-rt] r201412 - Move MSan lit-tests under test/msan
Alexey Samsonov
- [compiler-rt] r201413 - Move ASan lit-tests under test/asan
Alexey Samsonov
- [compiler-rt] r201414 - Move TSan lit-tests under test/tsan
Alexey Samsonov
- [compiler-rt] r201415 - [asan] Change stack uar test to not use ulimit.
Evgeniy Stepanov
- [compiler-rt] r201416 - [asan] Disabled one more test on Android.
Evgeniy Stepanov
- [compiler-rt] r201417 - [ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.
Alexey Samsonov
- [compiler-rt] r201420 - [asan] Replace posix_memalign with memalign in test.
Evgeniy Stepanov
- [compiler-rt] r201421 - LSan: Print warning about dynamic linker only in verbose mode
Alexey Samsonov
- [PATCH] R600: Don't unconditionally unroll loops with private memory accesses
Tom Stellard
- [llvm] r201423 - Generate the DWARF stack frame decode operations in the function prologue for ARM/Thumb functions.
Artyom Skrobov
- [PATCH] test-suite: Add support for unaligned read32bit and write32bit
Daniel Dunbar
- [PATCH] Add support for assigning to . in AsmParser
Jim Grosbach
- [llvm] r201425 - Trivial cleanup: reuse existing variable.
Rafael Espindola
- [llvm] r201426 - This patch has two main functions:
Reed Kotler
- [llvm] r201427 - Support DWARF discriminators in object streamer.
Diego Novillo
- [llvm] r201429 - DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded
David Blaikie
- [llvm] r201430 - Remove unused #include
Eli Bendersky
- [llvm] r201432 - Remove myself as owner of libc++
Howard Hinnant
- [llvm] r201433 - TargetLowering: n * r where n > 2 should be an illegal addressing mode
Tom Stellard
- [llvm] r201439 - [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if the
Quentin Colombet
- [llvm] r201440 - Add extern template instantiations of llvm::Calculate.
Rafael Espindola
- [llvm] r201441 - DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fission and non-fission cases
David Blaikie
- [llvm] r201442 - DwarfUnit: Remove unnecessary (void)t; that was previously used to suppress -Wunused-member-variable
David Blaikie
- [llvm] r201443 - Hopefully fix the build with gcc.
Rafael Espindola
- [llvm] r201444 - DwarfUnit: Remove unnecessarily explicit/out of line virtual dtors.
David Blaikie
- [patch] Use relative rpath so that the installation and build dirs are relocatable
Rafael Espíndola
- [llvm] r201445 - DebugInfo: Implement DW_AT_stmt_list for type units
David Blaikie
- [llvm] r201450 - Remove unnecessary typename introduced in r201440.
David Blaikie
- [llvm] r201451 - Remove tautological test line (unsigneds are always >=0).
Lang Hames
- [PATCH] [X86][SchedModel] Add missing scheduling model for SSE related instructions
Quentin Colombet
- [PATCH] Generic support for sub/super registers in AsmPrinter::EmitDwarfRegOp()
Adrian Prantl
- [PATCH] [compiler-rt] Fix CompilerTargetTriple for non-English locales
OGINO Masanori
- [llvm] r201461 - Fix typo
Nico Rieck
- [llvm] r201463 - Add opcode extension forms of MOV8ri/MOV16ri/MOV32ri.
Craig Topper
- [llvm] r201464 - Cleanup docs about lit substitutions
Nico Rieck
- [llvm] r201465 - SCEVExpander: Try hard not to create derived induction variables in other loops
Arnold Schwaighofer
- [llvm] r201466 - Revert "SCEVExpander: Try hard not to create derived induction variables in other loops"
Arnold Schwaighofer
- [llvm] r201467 - DwarfDebug: Remove dead code.
David Blaikie
- [llvm] r201469 - DebugInfo: Deduplicate entries in the fission address table
David Blaikie
- Segmentation Fault while running HelloWord Pass
Danna bib
- [llvm] r201471 - ARM IAS: (partially) support .arch_extension directive
Saleem Abdulrasool
- [llvm] r201474 - MCAsmParser: relax declaration parsing
Saleem Abdulrasool
- [llvm] r201479 - Fix broken CHECK lines
Nico Rieck
- [llvm] r201481 - Add a DIELoc class to cover the DW_FORM_exprloc set of expressions
Eric Christopher
- [PATCH] Make CloneFunction also clone debug info metadata
Alon Mishne
- [llvm] r201486 - fixed typo in comment as my test commit
Gerolf Hoflehner
- [llvm] r201487 - AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequence
Elena Demikhovsky
- [llvm] r201488 - LLVMExports.cmake: Exclude gtest since they are not installed.
NAKAMURA Takumi
- [llvm] r201489 - LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r201077.
NAKAMURA Takumi
- [llvm] r201490 - llvmbuild: Exclude disabled targets from LLVMExports.cmake.
NAKAMURA Takumi
- [PATCH] [Instcombine] Recognize test for overflow in integer multiplication.
Serge Pavlov
- [llvm] r200961 - [Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Nico Rieck
- [llvm] r201491 - Actually call FileCheck in tests
Nico Rieck
- [llvm] r201492 - Add extra CHECK prefix to tests with explicit prefix
Nico Rieck
- [llvm] r201493 - Fix more broken CHECK lines
Nico Rieck
- [llvm] r201494 - Remove unnecessary typename.
Rafael Espindola
- [llvm] r201495 - Remove dead code, we already require cmake 2.8.8.
Rafael Espindola
- [llvm] r201496 - SCEVExpander: Try hard not to create derived induction variables in other loops
Arnold Schwaighofer
- [llvm] r201497 - Use 16 byte stack alignment for NaCl on ARM
Mark Seaborn
- [PATCH 1/2] Always create unwind table entries for functions marked `uwtable`
Björn Steinbrink
- [PATCH 2/2] Revert "Don't remove a landing pad if the invoke requires a table entry."
Björn Steinbrink
- [zorg] r201498 - Try to fix the CentOS builder by disabling LLD build (which fails because of a
Dmitri Gribenko
- [PATCH] Fix error in tablegen when second operand of an !if is an empty list.
Duncan P. N. Exon Smith
- Wanted: Bugfixes for 3.4 branch
Duncan P. N. Exon Smith
- [llvm] r201499 - MCAsmParser: better handling for named arguments
Saleem Abdulrasool
- [llvm] r201500 - MCAsmParser: add some mixed argument tests
Saleem Abdulrasool
- [LNT][PATHCH] collect all directives from lnt.cfg
Chris Matthews
- patch for alp vectorizer assert
Gerolf Hoflehner
- [llvm] r201501 - fix for null VectorizedValue assertion in the SLP Vectorizer (in function vectorizeTree()). radar://16064178
Gerolf Hoflehner
- [llvm] r201502 - AVX-512: implemented zext fron i1 to i16
Elena Demikhovsky
- [compiler-rt] r201503 - [sanitizer] add one more test for deadlock detection stuff
Kostya Serebryany
Last message date:
Sun Feb 16 23:39:45 PST 2014
Archived on: Tue Aug 4 17:10:59 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).