The Week Of Monday 31 March 2014 Archives by thread
Starting: Mon Mar 31 00:06:39 PDT 2014
Ending: Sun Apr 6 23:59:40 PDT 2014
Messages: 1121
- [llvm] r205137 - Don't mark the declarations of the TSan annotation functions as weak.
Kostya Serebryany
- [compiler-rt] r205168 - [sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate over the currently held locks using the array, not the bitvector. Bitvector is not the best data structure to iterate over)
Kostya Serebryany
- [llvm] r205090 - ARM64: initial backend import
Evgeniy Stepanov
- [llvm] r205170 - Correct OS conditionals following r204977 and r204978.
Yaron Keren
- [llvm] r205171 - Try to fix MSan bootstrap bot: make ARM64Disassembler::getInstruction() always initialize Size argument.
Alexey Samsonov
- [PATCH] InstrProf: Add initial compiler-rt test
Alexey Samsonov
- [PATCH] llvm-lit: Allow compiler-rt tests to run from the source tree
Alexey Samsonov
- [llvm] r205173 - [yaml2obj] Add support for ELF e_flags.
Daniel Sanders
- [llvm] r205174 - ARM64: fix a couple of signed/unsigned comparison warnings.
Tim Northover
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Viktor Kutuzov
- [compiler-rt] r205175 - [TSan] Replace several Printf() calls with Report() to ease debugging.
Alexander Potapenko
- [compiler-rt] r205176 - [TSan] Follow-up for r205175: typo fix in the test.
Alexander Potapenko
- [llvm] r205177 - [mips] Check emitted code for llvm.bswap.i32 on MIPS16/MIPS64 and llvm.bswap.i64 on MIPS16.
Daniel Sanders
- [llvm] r205179 - Look at shuffles of build_vectors in DAGCombiner::visitEXTRACT_VECTOR_ELT
Hal Finkel
- [PATCH] 'CSE' of ADRP instructions used for load/store addressing
Tim Northover
- [llvm] r205180 - [mips] Added a full set of instruction test cases for all ISA's (but not ASE's).
Daniel Sanders
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Christian Pirker
- [PATCH] R600: Add target nodes for BFM and BFI
Tom Stellard
- [llvm] r205182 - llvm/test/MC/Mips/mips64r2/valid-xfail.s: This REQUIRES asserts. Seems it doesn't fail with -Asserts.
NAKAMURA Takumi
- [compiler-rt] r205183 - [CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.
Alexey Samsonov
- r205076 regresses mips 32 direct object emitter
Daniel Sanders
- [compiler-rt] r205184 - [sanitizer] Test that we can compile C++ code on the target platform.
Evgeniy Stepanov
- [llvm] r205185 - Fixed issue with microMIPS JAL instruction.
Zoran Jovanovic
- [PATCH] ARM + Thumb Segmented Stacks (v2)
Oliver Stannard
- [PATCH] Optional support for dynamic Asan runtime
Alexey Samsonov
- [llvm] r205186 - R600/SI: Return the correct index for VGPRs in getHWRegIndex()
Tom Stellard
- [llvm] r205187 - R600/SI: Lower i64 SELECT by bitcasting to a vector type
Tom Stellard
- [llvm] r205188 - R600/SI: Implement SIInstrInfo::isTriviallyRematerializable()
Tom Stellard
- [llvm] r205190 - Remove unused private typedef
Dmitri Gribenko
- [llvm] r205191 - Capitalize the D in parseDirectiveGpDWord.
Rafael Espindola
- [compiler-rt] r205192 - [msan] Remove an extra top frame from track-origins=2 reports.
Evgeniy Stepanov
- [PATCH] SelectionDAG: Share ISD::MUL lowering code between the SelectionDAGLegalize and DAGTypeLegalizer
Tom Stellard
- [llvm] r205194 - [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
Daniel Sanders
- [llvm] r205195 - Revert r205194 - [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
Daniel Sanders
- [PATCH] Fix definition of the __sanitizer_passwd structure on FreeBSD
Viktor Kutuzov
- [llvm] r205196 - [mips] Remove R_MIPS_GOT which isn't used and shares the same number as R_MIPS_GOT16
Daniel Sanders
- [llvm] r205200 - [mips] Implement missing relocations in the integrated assembler.
Daniel Sanders
- PATCH: More thorough cleanup of NVPTX-generated global names
Eli Bendersky
- [PATCH] Add FreeBSD support to sanitizers' procmaps facilities
Viktor Kutuzov
- [llvm] r205202 - ARM64: add i64 scalar pattern for @llvm.arm64.abs
Tim Northover
- [llvm] r205203 - ARM64: add more scalar patterns for reciprocal ops.
Tim Northover
- [llvm] r205204 - ARM64: add more scalar patterns for usqadd & suqadd.
Tim Northover
- [llvm] r205205 - ARM64: shuffle patterns around for fmin/fmax & add tests.
Tim Northover
- [llvm] r205206 - ARM64: add more patterns for commuted fmsub operations.
Tim Northover
- [llvm] r205207 - ARM64: add patterns for scalar sqdmlal & sqdmlsl.
Tim Northover
- [llvm] r205208 - ARM64: add extra scalar neg pattern & tests.
Tim Northover
- [llvm] r205209 - ARM64: add extra patterns for scalar shifts
Tim Northover
- [llvm] r205212 - Fix for PR19099 - NVPTX produces invalid symbol names.
Eli Bendersky
- [PATCH] LowerDbgDeclare - get rid of redundant dbg.values when an alloca survives optimization
Adrian Prantl
- [llvm] r205213 - [mips] Fix use of uninitialized value reported by the sanitizer-x86_64-linux-bootstrap buildbot
Daniel Sanders
- [llvm] r205214 - Test commit.
Robert Khasanov
- [llvm] r205215 - ARM: change parameter names of the ELFARMAsmBackend constructor
Christian Pirker
- [llvm] r205216 - PR19099 - revert r203483
Eli Bendersky
- [PATCH] Add support for optimization reports.
Diego Novillo
- [lld] r205163 - [core] support .gnu.linkonce sections
Shankar Easwaran
- [llvm] r205219 - Support: generalise object type handling for Windows
Saleem Abdulrasool
- [PATCH] Make sibling call opt work with common x86 callee pop conventions
Reid Kleckner
- [llvm] r204351 - Re-factor TableGen docs
Sean Silva
- [llvm] r205221 - This patch fixes LTO's RecordStreamer so that it records symbols in the MCExpr
Tom Roeder
- [PATCH] Check address space when optimizing gep+cast
Jingyue Wu
- [llvm] r205222 - [PowerPC] Correct P7 dispatch unit allocation for vector instructions
Hal Finkel
- [PATCH][mips] Add Octeon cnMips instructions mtmX and mtpX
Kai Nacke
- [lld] r205224 - Revert "[core] support .gnu.linkonce sections"
Shankar Easwaran
- [PATCH] Add support for a directory argument to llvm-link
Sean Silva
- [PATCH] ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/ThumbBE
Christian Pirker
- [llvm] r204312 - Object: Don't double-escape empty hexdata
Sean Silva
- [llvm] r205227 - Two updated tests for MinGW 32 and 64 exception handling code generation.
Yaron Keren
- [llvm] r185966 - Reapply an improved version of r180816/180817.
Nico Weber
- [llvm] r205228 - Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
- [llvm] r205229 - [mips] Rewrite MipsAsmParser and MipsOperand.
Daniel Sanders
- [llvm] r205230 - Add a TLI hook to control when BUILD_VECTOR might be expanded using shuffles
Hal Finkel
- [llvm] r205231 - [PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shuffles
Hal Finkel
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [llvm] r205018 - SLPVectorizer: Ignore users that are insertelements we can reschedule them
Tom Stellard
- [PATCH] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) and %highest(sym1 - sym2 + const) relocations.
Sasa Stankovic
- [llvm] r205232 - Now that this test is assembly, make the checks a bit stronger.
Rafael Espindola
- [PATCH] Canonicalise Windows target triple spellings
Saleem Abdulrasool
- [llvm] r205233 - ARM: fix typo
Saleem Abdulrasool
- [PATCH] Use the new Windows environment for target detection
Saleem Abdulrasool
- [llvm] r205235 - R600: Add target nodes for BFM and BFI
Matt Arsenault
- [llvm] r205236 - R600: Add BFE, BFI, and BFM intrinsics to help with writing tests.
Matt Arsenault
- [PATCH] R600: Compute masked bits for min and max
Matt Arsenault
- [PATCH] Change shouldSplitVectorElementType to better match the description.
Matt Arsenault
- [PATCH] Move ExtractVectorElements to SelectionDAG.
Matt Arsenault
- [llvm] r205237 - Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors in lld tests.
Daniel Sanders
- [lld] r205238 - Check-in binary to isolate the lld test form a changing llvm-mc.
Rafael Espindola
- [www-pubs] r205239 - Removed extraneous spaces.
John Criswell
- [llvm] r205240 - Don't relocate with sections if there might be a paired relocation.
Rafael Espindola
- [PATCH] Fix MipsLongBranch pass to work when the code has inline assembly.
Sasa Stankovic
- [llvm] r205242 - R600: Compute masked bits for min and max
Matt Arsenault
- [llvm] r205243 - Add an optional ability to expand larger BUILD_VECTORs with shuffles
Hal Finkel
- [llvm] r205244 - R600/SI: Implement shouldConvertConstantLoadToIntImm
Matt Arsenault
- [PATCH] R600/SI: Implement shouldConvertConstantLoadToIntImm
Matt Arsenault
- [llvm] r205245 - Fix MSVC warning.
Rui Ueyama
- [PATCH] Removing unnecessary addrspacecasts from non-generic address spaces to the generic address space
Jingyue Wu
- [llvm] r205247 - Change shouldSplitVectorElementType to better match the description.
Matt Arsenault
- [llvm] r205248 - Register allocator: set CSRFirstUseCost to 5 for ARM64.
Manman Ren
- [llvm] r200481 - [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Kevin Modzelewski
- [llvm] r205252 - R600/SI: Remove leftover pattern splitting 64-bit ors.
Matt Arsenault
- dragonegg builders status
Galina Kistanova
- [PATCH] Fixing ARM64 warnings
Aaron Ballman
- [llvm] r205253 - [X86] Adjust cost of FP_TO_UINT v4f64->v4i32 as well
Adam Nemet
- [llvm] r205254 - [Stackmaps] Update the stackmap format to use 64-bit relocations for the function address and properly align all entries.
Juergen Ributzka
- LLVM buildmaster will be restarted today after 6 PM PT
Galina Kistanova
- [PATCH] ARM: I have a cunning plan (atomics)
Eric Christopher
- [compiler-rt] r205256 - InstrProf: Add simple compiler-rt test
Duncan P. N. Exon Smith
- [llvm] r204697 - DebugInfo: Support debug_loc under fission
Eric Christopher
- [llvm] r205257 - Shifting into the sign bit is UB as discussed on IRC. Explicitly use the
Joerg Sonnenberger
- [llvm] r204738 - [Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation.
Eric Christopher
- [zorg] r205258 - Removed gragonegg builders.
Galina Kistanova
- [llvm] r205260 - Revert "SLPVectorizer: Ignore users that are insertelements we can reschedule them"
Arnold Schwaighofer
- [PATCH] XCore target: Add TypeString meta data to IR output.
Eric Christopher
- [llvm] r204739 - [X86TTI] Make constant base pointers for getElementPtr opaque.
Eric Christopher
- [llvm] r205262 - lit: Set a base directory for compiler-rt tests
Duncan P. N. Exon Smith
- [compiler-rt] r205263 - InstrProf: lit.cfg magic for running tests from source
Duncan P. N. Exon Smith
- [llvm] r204737 - [DAG] Keep the opaque constant flag when performing unary constant folding operations.
Eric Christopher
- [llvm] r204538 - [Constant Hoisting] Erase dead cast instructions.
Eric Christopher
- [llvm] r205264 - Move partial/runtime unrolling late in the pipeline
Hal Finkel
- [llvm] r204433 - [Constant Hoisting] Change the algorithm to only track constants for instructions.
Eric Christopher
- [llvm] r204107 - DwarfDebug: Only unique retained types instead of all types.
Adrian Prantl
- [llvm] r205266 - MCJIT: ensure that cygwin is identified properly
Saleem Abdulrasool
- [PATCH] Unrolling improvements (target indep. and for x86)
Hal Finkel
- [llvm] r204435 - [Constant Hoisting] Make the constant materialization cost operand dependent
Eric Christopher
- [llvm] r205268 - Comment to describe the debug_loc.dwo constants
David Blaikie
- [llvm] r204434 - [Constant Hoisting] Lazily compute the idom and cache the result.
Eric Christopher
- [zorg] r205269 - Restored slave gcc14 as it still in use.
Galina Kistanova
- [PATCH] Emit DWARF info for all code section in an assembly file
Eric Christopher
- Segmented Stack support for X64-MinGW
Alex Crichton
- [llvm] r204795 - Follow-up to r204790: don't try to emit line tables if there are no functions with DI in the TU
Eric Christopher
- [llvm] r204791 - Add tests for r204790
Eric Christopher
- [llvm] r204790 - Fix PR19239 - Add support for generating debug info for functions without lexical scopes and/or debug info at all
Eric Christopher
- [PATCH] R600/SI: Select BUILD_PAIR using SSrc instead of VSrc.
Matt Arsenault
- [PATCH] R600/SI: Match sign_extend_inreg to s_sext_i32_i8 and s_sext_i32_i16
Matt Arsenault
- [PATCH] R600: Add definition for flat addres space ID.
Matt Arsenault
- [PATCH] Add 'musttail' marker to call instructions
Reid Kleckner
- [PATCH][X86] Improve the lowering of packed shifts by constant build_vector on non avx2 machines.
Andrea Di Biagio
- [www] r204625 - Final conference programme with keynote speakers.
Nick Lewycky
- [PATCH] Driver: add target definition for Windows on ARM
Saleem Abdulrasool
- [PATCH] [lld][core] support .gnu.linkonce sections
Shankar Kalpathi Easwaran
- [llvm] r205277 - Add a comment about type-uniquing ObjC types.
Adrian Prantl
- [llvm] r205279 - LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.
Adrian Prantl
- [lld] r205280 - [core] support .gnu.linkonce sections
Shankar Easwaran
- [llvm] r205281 - Remove FIXMEs. The scope of a Variable is always a lexical scope; there is
Adrian Prantl
- [PATCH] Fix PR19169:Crash on invalid attempting to specialize a template method as a template variable
Karthik Bhat
- [lld] r205283 - [PECOFF] Treat .imp as an import library file.
Rui Ueyama
- [lld] r205284 - [PECOFF] Make PECOFFFileNode::parse idempotent.
Rui Ueyama
- [PATCH] Make isSetCCEquivalent respect the TargetBooleanContents
Owen Anderson
- [llvm] r205286 - DebugInfo: Emit relocation to debug_line section when emitting asm for asm
David Blaikie
- [PATCH] Teaching loop simplify to preserve LCSSA
Dinesh Dwivedi
- [llvm] r205076 - Completely rewrite ELFObjectWriter::RecordRelocation.
Manuel Klimek
- [llvm] r205287 - DebugInfo: Avoid creating unnecessary/empty line tables and remove the special case of '0' in DwarfCompileUnit::initStmtList by just always using a label difference
David Blaikie
- [llvm] r205288 - [x86] Do not convert to cmp32 for Atom arch by Sergey Okunev
Alexey Volkov
- Optimising ARM DMBs
Reinoud Elhorst
- [PATCH] [x86] Do not convert to cmp32 for Atom arch.
Sergey Okunev
- Fwd: [LLVMdev] 3.4.1 Release Plans
Jiangning Liu
- [PATCH][mips] Add more Octeon cnMips instructions
Daniel Sanders
- [llvm] r205289 - Recover TableGen/LangRef, make it official
Renato Golin
- [PATCH][ARM] Get the correct input type type when generating a vpaddl
Silviu Baranga
- [compiler-rt] r205290 - Fix definition of the __sanitizer_passwd structure on FreeBSD
Viktor Kutuzov
- [compiler-rt] r205291 - Add FreeBSD support to sanitizers' procmaps facilities
Viktor Kutuzov
- [llvm] r205292 - [mips] Rewrite MipsAsmParser and MipsOperand.
Daniel Sanders
- [llvm] r205293 - ARM64: fix bug in ld3r (1d) SelectionDAG.
Tim Northover
- [llvm] r205294 - ARM64: add patterns for more lane-wise ld1/st1 operations.
Tim Northover
- [llvm] r205295 - [mips] Hoist Parser.Lex() calls out of MatchAnyRegisterNameWithoutDollar()
Daniel Sanders
- [llvm] r205297 - [mips] Use AsmLexer::peekTok() to resolve the conflict between $reg and $sym
Daniel Sanders
- [llvm] r205298 - [mips] Extend ParseJumpTarget to support the full symbol expression syntax.
Daniel Sanders
- [compiler-rt] r205299 - [sanitizer] one more stress test for the deadlock detector; this one stresses the slow path with a global lock
Kostya Serebryany
- [compiler-rt] r205300 - [TSan] Make this test more portable
Alexey Samsonov
- [llvm] r205301 - Fixing warnings in the MSVC build. No functional changes intended.
Aaron Ballman
- [llvm] r205302 - ARM64: add intrinsic for pmull (p64 x p64 = p128) operations.
Tim Northover
- [llvm] r205304 - Fixing an MSVC warning about widening the result of a 32-bit shift implicitly. No functional change intended.
Aaron Ballman
- [llvm] r205305 - [mips] Renamed ParseAnyRegisterWithoutDollar to MatchAnyRegisterWithoutDollar
Daniel Sanders
- [compiler-rt] r205308 - [ASan] Optional support for dynamic ASan runtime on Linux.
Alexey Samsonov
- [llvm] r205309 - ARM: add cyclone CPU with ZeroCycleZeroing feature.
Tim Northover
- [llvm] r205124 - X86Subtarget.h: isTargetWindows() should tell whether he is targeting msvc.
Aaron Ballman
- [PATCH]: Bug 18747 - Add an option to allow an exhaustive search during last chance recoloring
MAYUR PANDEY
- [PATCH] Add compiler support for dynamic Asan runtime
Alexey Samsonov
- [compiler-rt] r205311 - [ASan] Fix Android build
Alexey Samsonov
- [compiler-rt] r205312 - Add support for IEEE754 quad precision comparison functions.
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] Implement long double comparison functions
Joerg Sonnenberger
- Missing analysis in MCJIT?
Bader, Aleksey A
- [llvm] r205313 - Attempting to fix r205124, which had failed asserts when built with MSVC.
Aaron Ballman
- [llvm] r205314 - ARM: teach LLVM that Cortex-A7 is very similar to A8.
Tim Northover
- [PATCH] [Instcombine] Recognize test for overflow in integer multiplication.
Erik Verbruggen
- [PATCH] Add NSW/NUW flags in InstCombine
Joey Gouly
- [compiler-rt] r205316 - [tsan] Remove an accidentally committed debug print.
Alexander Potapenko
- [llvm] r205317 - ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/ThumbBE
Christian Pirker
- [compiler-rt] r205318 - InstrProf: Remove LTO dependency from test
Duncan P. N. Exon Smith
- [compiler-rt] r205319 - InstrProf: Turn on test for Linux
Duncan P. N. Exon Smith
- [polly] r205320 - Delete trivial PHI nodes (aka stack slot sharing)
Tobias Grosser
- [compiler-rt] r205321 - InstrProfile: Use SANITIZER_COMMON_LIT_TEST_DEPS
Duncan P. N. Exon Smith
- [llvm] r205322 - Simplify debug_loc.dwo handling slightly.
David Blaikie
- [llvm] r205323 - Cleanup remaining use of removed variable to fix the build
David Blaikie
- [llvm] r205324 - DebugInfo: Factor out common functionality for rendering debug_loc and debug_loc.dwo location list entries
David Blaikie
- [PATCH] ARM: enable long calls for WoA
Saleem Abdulrasool
- [zorg] r205330 - drop job counts for ppc64 bots.
Will Schmidt
- [lld] r205332 - s/dyn_cast/cast/ where return value should never be null.
Rui Ueyama
- [www] r205334 - Fix spelling of Nick's name in programme.
Tobias von Koch
- [llvm] r205335 - Add helpers for checking if a value is a target boolean constant.
Matt Arsenault
- [llvm] r205336 - Make isSetCCEquivalent respect the TargetBooleanContents
Matt Arsenault
- [llvm] r205338 - isTargetWindows() renamed to isTargetKnownWindowsMSVC()
Yaron Keren
- [PATCH] R600/SI: Try to use scalar BFE.
Matt Arsenault
- [PATCH] R600: Make sign_extend_inreg legal.
Matt Arsenault
- [llvm] r205341 - Fix missing RUN line in test
Matt Arsenault
- [llvm] r205342 - Support segmented stacks on Win64
Reid Kleckner
- [llvm] r205343 - [mips] Add Octeon cnMips instructions mtmX and mtpX
Kai Nacke
- [compiler-rt] r205344 - Move __addsf3 and __adddf3 into the corresponding blocks that define
Joerg Sonnenberger
- [PATCH] Add "Hard Mode" sanitizers
Filipe Cabecinhas
- [llvm] r205346 - Use TopTTI->getGEPCost from within getUserCost
Hal Finkel
- [llvm] r205347 - Add some additional fields to TTI::UnrollingPreferences
Hal Finkel
- [llvm] r205348 - Implement X86TTI::getUnrollingPreferences
Hal Finkel
- [llvm] r205349 - If isKnownWindowsMSVCEnvironment then getOS == Triple::Win32 and
Yaron Keren
- [lld] r205350 - Remove dynamic casts.
Rui Ueyama
- [PATCH] Make SimplifyDemandedBits understand BUILD_PAIR
Matt Arsenault
- [llvm] r205352 - [PowerPC] Add some missing VSX bitcast patterns
Hal Finkel
- [zorg] r205355 - Removed few nonfunctional builders and slaves; some code cleaning.
Galina Kistanova
- [zorg] r205356 - Fixed indents and introduced errors.
Galina Kistanova
- [llvm] r205357 - DwarfDebug: Prevent DebugLocEntry merging from coalescing two different
Adrian Prantl
- [llvm] r205358 - Add a comment about the DIDescriptor class hierarchy.
Adrian Prantl
- [PATCH] Greatly simplify InputGraph.
Rui Ueyama
- [llvm] r205360 - DebugInfo: Split DebugLocEntry into its own file.
David Blaikie
- [PATCH] [LoopVectorizer] Count dependencies of consecutive pointers as uniforms
Hal Finkel
- [llvm] r205361 - Add inequality operator for MachineLocation.
David Blaikie
- [compiler-rt] r205362 - Allow the user to override the compiler used for testing
Greg Fitzgerald
- [lld] r205363 - Greatly simplify InputGraph.
Rui Ueyama
- [llvm] r205364 - Refactor out the comparison of the location/value in a DebugLocEntry
David Blaikie
- [llvm] r205365 - Remove unused function DebugLocEntry::isEmpty
David Blaikie
- [lld] r205366 - Inline empty constructor.
Rui Ueyama
- [llvm] r205367 - Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocation
David Blaikie
- [lld] r205369 - Simplify InputGraphTest.
Rui Ueyama
- [PATCH] Add support for load folding of avx1 logical instructions
Louis Gerbarg
- [PATCH] Merge ELFGroup with Group.
Rui Ueyama
- [PATCH] ARM: Windows on ARM Hazard recognition support
Saleem Abdulrasool
- [lld] r205371 - Remove duplicate code in unit tests carried in from main code.
Rui Ueyama
- [PATCH] ARM: support stack probe emission for Windows on ARM
Saleem Abdulrasool
- [lld] r205372 - Rename insertOneElementAt -> insertElementAt.
Rui Ueyama
- [llvm] r205373 - DebugLocEntry: Actually merge the loc entry when returning true.
David Blaikie
- [llvm] r205374 - Add a doxygen comment to DebugLocEntry::Merge.
Adrian Prantl
- [PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Puyan Lotfi
- [lld] r205375 - Merge ELFGroup with Group.
Rui Ueyama
- [PATCH] Remove unused enum Position::ANY and third parameter of insertElementAt().
Rui Ueyama
- [lld] r205376 - Remove unused enum Position::ANY and third parameter of insertElementAt().
Rui Ueyama
- [lld] r205377 - De-virtualize InputGraph's member functions.
Rui Ueyama
- [llvm] r205379 - [ARM64][CollectLOH] Add some comments to explain how the LOHs
Quentin Colombet
- [llvm] r205382 - DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries and an MC Label to refer to them
David Blaikie
- [lld] r205383 - Remove unused function.
Rui Ueyama
- [lld] r205384 - Fix indentation.
Rui Ueyama
- [llvm] r205385 - Split debug_loc and debug_loc.dwo emission into two separate functions
David Blaikie
- [llvm] r205386 - Adjust comments regarding non-relocated abbrev offset in debug_info.dwo
David Blaikie
- [llvm] r204667 - DebugInfo: Don't emit relocations to abbreviations in debug_info.dwo
David Blaikie
- [llvm] r205387 - [LoopVectorizer] Count dependencies of consecutive pointers as uniforms
Hal Finkel
- [lld] r205388 - Remove unused function.
Rui Ueyama
- [PATCH] Move nextFile() from LinkingContext to InputGraph.
Rui Ueyama
- [lld] r205391 - [ELF] Add -z muldefs option.
Shankar Easwaran
- [lld] r205392 - [ELF] Create Attribute class associated with Input files.
Shankar Easwaran
- [llvm] r205393 - Added isTargetWindowsMSVC(), renamed isTargetMingw() to isTargetWindowsGNU()
Yaron Keren
- [lld] r205394 - Move nextFile() from LinkingContext to InputGraph.
Rui Ueyama
- [lld] r205395 - [TODO] revisit features TODO in the driver
Shankar Easwaran
- [lld] r205397 - Remove dead code.
Rui Ueyama
- [lld] r205399 - Devirtualize Resolver.
Rui Ueyama
- [lld] r205401 - Remove dead code.
Rui Ueyama
- [lld] r205402 - Remove unused variables.
Rui Ueyama
- [lld] r205403 - Use cast<T> instead of dyn_cast<T>.
Rui Ueyama
- [lld] r205404 - s/llvm::dyn_cast/dyn_cast/
Rui Ueyama
- [lld] r205406 - Remove a function that's not defined.
Rui Ueyama
- [llvm] r205409 - Remove duplicated DMB instructions
Renato Golin
- [compiler-rt] r205410 - [msan] clang-format several unit tests
Evgeniy Stepanov
- [compiler-rt] r205411 - [ASan] One more attempt to fix Android build
Alexey Samsonov
- [compiler-rt] r205412 - [msan] Precise origin handling in __unaligned_(load|store)*.
Evgeniy Stepanov
- [compiler-rt] r205413 - [msan] Add __msan_check_mem_is_initialized.
Evgeniy Stepanov
- [polly] r205414 - Replace INVALID/INVALID_NOVERIFY with diagnostics.
Andreas Simbuerger
- [compiler-rt] r205415 - [msan] Kill __msan_print_param_shadow.
Evgeniy Stepanov
- [llvm] r205416 - Work around gold bug http://sourceware.org/PR16794.
Rafael Espindola
- [compiler-rt] r205417 - [msan] Add missing test for r205413.
Evgeniy Stepanov
- [compiler-rt] r205418 - [ASan] Fix incompatible runtimes check: don't iterate /proc/self/maps on every call to __asan_init
Alexey Samsonov
- [llvm] r205421 - Mark FPB as a reserved register when needed.
Job Noorman
- [PATCH] Fix for PR 19261: generate unconditional branches with "-O0 -fast-isel=false"
Daniil Fukalov
- Print debug location when JIT encounters inline asm
Yaron Keren
- [PATCH] MachineFunction is exposed to X86AsmParser.
Yuri Gorshenin
- [PATCH] [RFC] Implement Named Register Global Variables in LLVM
Renato Golin
- [llvm] r199244 - Reapply "LTO: add API to set strategy for -internalize"
Rafael Espíndola
- [llvm] r205422 - ARM64: convert fp16 narrowing ISel to pseudo-instruction
Tim Northover
- [llvm] r205423 - ARM64: make sure first argument to INSERT_SUBVECTOR has right type.
Tim Northover
- [llvm] r205424 - SLPVectorizer: compare entire intrinsic for SLP compatibility.
Tim Northover
- [llvm] r205425 - ARM64: fix lowering of fp128 fptosi/fptoui
Tim Northover
- [llvm] r205426 - ARM64: use GOT for weak symbols & PIC.
Tim Northover
- [PATCH] ARM big endian function argument passing
Christian Pirker
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
- [llvm] r205428 - fix a comment to use ASCII aprostrophes.
Adrian Prantl
- [llvm] r205429 - clarify comment
Adrian Prantl
- [llvm] r205430 - ARM: Add support for segmented stacks
Oliver Stannard
- [llvm] r205431 - [yaml2obj][ELF] Remove relationship between ELFState
Simon Atanasyan
- [llvm] r205432 - [yaml2obj][ELF] Move section index to the ELFState class.
Simon Atanasyan
- [llvm] r205433 - [yaml2obj][ELF] Remove unused typedef.
Simon Atanasyan
- [llvm] r205434 - [yaml2obj][ELF] Convert some static functions into class members to
Simon Atanasyan
- [llvm] r205435 - [ARM64][CollectLOH] Remove the link to the radar from the comments.
Quentin Colombet
- [PATCH] T2 ITBlock: add support for Windows specific relocation handling
Saleem Abdulrasool
- [PATCH] [test-suite] Add reference output to Obsequi for the small
Daniel Sanders
- [llvm] r205437 - [C++11, ARM64] Range based for loops in address type promotion.
Jim Grosbach
- [llvm] r205438 - [C++11, ARM64] Range based for loops in branch relaxation.
Jim Grosbach
- [llvm] r205439 - [C++11,ARM64] Range based for loops TLS cleanup.
Jim Grosbach
- [llvm] r205440 - [C++11,ARM64] Range based for loops for LOH
Jim Grosbach
- [llvm] r205441 - [C++11, ARM64] Range based for loops in pseudo expansion.
Jim Grosbach
- [llvm] r205442 - [C++11, ARM64] Range based for loops in frame lowering.
Jim Grosbach
- [llvm] r205443 - [C++11, ARM64] Range based for loops in target lowering.
Jim Grosbach
- [llvm] r205444 - [C++11, ARM64] Range based for loops in load/store pair optimizer.
Jim Grosbach
- [llvm] r205445 - [C++11, ARM64] Range based for loops in constant promotion.
Jim Grosbach
- [llvm] r205446 - [C++11, ARM64] Range based for and explicit 'override' in STP cleanup.
Jim Grosbach
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [llvm] r205449 - [mips] Add more Octeon cnMips instructions
Kai Nacke
- [llvm] r205451 - Make some range based loop types more explicit.
Jim Grosbach
- [llvm] r205452 - ARM: cortex-m0 doesn't support unaligned memory access.
Jim Grosbach
- [llvm] r205453 - Simplify resolveFrameIndex() signature.
Jim Grosbach
- [lld] r205454 - Remove dead code.
Rui Ueyama
- [llvm] r205455 - TargetLibraryInfo: Disable memcpy and memset on R600
Tom Stellard
- [llvm] r205456 - Add back an assert that was lost in the ELFObjectFile.h split.
Rafael Espindola
- [polly] r205457 - Use explit types in foreach iterators
Tobias Grosser
- [llvm] r205458 - Make a few more range-based loops use explicit types.
Jim Grosbach
- [PATCH] Simplify communication between Resolver and Input Graph.
Rui Ueyama
- [llvm] r205459 - ARM: update subtarget information for Windows on ARM
Saleem Abdulrasool
- [lld] r205463 - Simplify communication between Resolver and Input Graph.
Rui Ueyama
- [llvm] r205464 - Add test case for [Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation (r204738).
Juergen Ributzka
- [llvm] r205465 - ARM: fixup tests to specify the target more explicitly
Saleem Abdulrasool
- [PATCH] Use cast<T> for type conversion with assertion.
Rui Ueyama
- [lld] r205466 - Remove unused include.
Rui Ueyama
- [llvm] r205468 - Add comments and test case for [X86TTI] Make constant base pointers for GetElementPtr opaque (r204739).
Juergen Ributzka
- [lld] r205469 - Remove unused fields/member functions from unit test.
Rui Ueyama
- [lld] r205470 - Minor cleanup.
Rui Ueyama
- [llvm] r205471 - Revert "Reapply "LTO: add API to set strategy for -internalize""
Duncan P. N. Exon Smith
- [llvm] r205472 - [X86] Make the VFMA*231 variants commutable and relax the alignment restrictions
Lang Hames
- [llvm] r205473 - typo
Adrian Prantl
- [llvm] r205474 - Add comments and test case for [DAG] Keep the opaque constant flag when performing unary constant folding operations (r204737).
Juergen Ributzka
- [lld] r205475 - Concatenate strings that are unnecessarily separated.
Rui Ueyama
- [llvm] r205476 - [PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI::getMemoryOpCost
Hal Finkel
- [llvm] r205478 - Add ability to disable building LLVM utils
Pete Cooper
- [llvm] r205479 - Fix a nomenclature error in llvm-nm.
Rafael Espindola
- [PATCH] CMake: Add ability to disable building LLVM utils
Pete Cooper
- [PATCH] Remove ordinals from Input Graph elements.
Rui Ueyama
- [llvm] r205481 - [CodeGen] Teach the peephole optimizer to remember (and exploit) all folding
Lang Hames
- [llvm] r205483 - ARM Linux support
Renato Golin
- [llvm] r205484 - Add test case for [Constant Hoisting] Erase dead cast instructions (r204538).
Juergen Ributzka
- [lld] r205486 - Minor style fix.
Rui Ueyama
- [llvm] r205487 - Fix multi-register costs in BasicTTI::getCastInstrCost
Hal Finkel
- [PATCH] Add user-defined callback on write() calls to labeled data.
Peter Collingbourne
- [PATCH] Move the segmented stack switch to a function attribute
Alex Crichton
- [llvm] r205489 - [X86] As per suggestion from Craig Topper and Hal Finkel, override
Lang Hames
- [lld] r205490 - Fix style.
Rui Ueyama
- [llvm] r205492 - Fix test case.
Richard Trieu
- [llvm] r205493 - Revert "Fix a nomenclature error in llvm-nm."
Rafael Espindola
- [llvm] r205495 - Account for scalarization costs in BasicTTI::getMemoryOpCost for extending vector loads
Hal Finkel
- [llvm] r205498 - Revert "[Constant Hoisting] Lazily compute the idom and cache the result."
Juergen Ributzka
- [llvm] r205499 - Simplify ELFObjectFile<ELFT>::getSymbolAddress.
Rafael Espindola
- [llvm] r205500 - Only clear the thumb bit from function addresses.
Rafael Espindola
- [lld] r205501 - Remove ordinals from Input Graph elements.
Rui Ueyama
- [llvm] r205502 - Add support for the R_ARM_ABS32 relocation.
Rafael Espindola
- [llvm] r205503 - Remove getSymbolValue.
Rafael Espindola
- [llvm] r205508 - Implement get getSymbolFileOffset with getSymbolAddress.
Rafael Espindola
- [PATCH] Added new functionality to LLVM C API to use DiagnosticInfo to handle errors
Tom Stellard
- [llvm] r205509 - Handle getting UnknownAddressOrSize or section_end().
Rafael Espindola
- [lld] r205510 - Add comment for Linker Script node.
Rui Ueyama
- [PATCH] Convert getFileOffset to getOffset and move it to its only user.
Rafael Ávila de Espíndola
- [llvm] r205511 - [CodeGen] Fix peephole optimizer bug introduced in r205481. Fixes PR19318.
Lang Hames
- [llvm] r205512 - DebugInfo: Use a 64 bit type for the subrange
David Blaikie
- [llvm] r205513 - Minor update to the stack map documentation.
Andrew Trick
- [llvm] r205514 - ARM64: don't generate __sincos_stret calls unless on MachO
Tim Northover
- [llvm] r205515 - Stack map docs. Remove some stray markup.
Andrew Trick
- [PATCH] zorg: add openmp scheduler
Dmitri Gribenko
- [llvm] r205516 - ARM: Use __STACK_LIMIT symbol for segmented stacks
Oliver Stannard
- [PATCH] XCore target: use TEST_TARGET_FLAGS to override target's memory size.
robert lytton
- [llvm] r205519 - ARM64: always use i64 for the RHS of shift operations
Tim Northover
- [llvm] r205520 - ARM64: add regression test for r205519.
Tim Northover
- [llvm] r204537 - [Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes.
Eric Christopher
- [llvm] r205522 - [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) and
Sasa Stankovic
- [llvm] r205523 - [ARM] When generating a vpaddl node the input lane type is not always the type of the
Silviu Baranga
- [llvm] r205524 - PR19320:
Stepan Dyatkovskiy
- [llvm] r205525 - ARM: expand atomic ldrex/strex loops in IR
Tim Northover
- [PATCH] Debug info: Support fragmented variables.
Eric Christopher
- [PATCH] Add an intrinsic for creating jump-instruction table entries
Eric Christopher
- [llvm] r205528 - MicroMIPS specific little endian fixup data byte ordering.
Zoran Jovanovic
- [llvm] r205529 - Fix for PR 19261:
Eric Christopher
- [llvm] r205530 - [mips] Add initial (experimental) MIPS-IV support.
Daniel Sanders
- [compiler-rt] r205531 - [TSan] Fix a typo ThreadIgnoreSyncEnd. Found by inspection
Alexey Samsonov
- [llvm] r205532 - Implementation of 16-bit microMIPS instructions MFHI and MFLO.
Zoran Jovanovic
- [compiler-rt] r205534 - [TSan] Fix a rare deadlock on multithreaded fork.
Alexey Samsonov
- [llvm] r205535 - ARM: skip cmpxchg failure barrier if ordering is monotonic.
Tim Northover
- [PATCH] Fix for PR18921.
Stepan Dyatkovskiy
- [llvm] r205537 - [mips] Implement ehb, ssnop, and pause in assembler
Daniel Sanders
- [llvm] r205538 - [mips] Add negative tests confirm that supported ISA's don't allow instructions added in later ISA's
Daniel Sanders
- [llvm] r205540 - ARM: tell LLVM about zext properties of ldrexb/ldrexh
Tim Northover
- [llvm] r205541 - ARM: fixup more tests to specify the target more explicitly
Saleem Abdulrasool
- [PATCH] Introduce new gold plugin option "relocation-pic"
Alexey Volkov
- [llvm] r205542 - ArrayRef: use std::vector::data() now that we are building in C++11 mode
Dmitri Gribenko
- [llvm] r205545 - ARM: update even more tests
Saleem Abdulrasool
- [llvm] r205546 - Loosen up check so that we can pass on platforms that generate
Eric Christopher
- [llvm] r205547 - Fix PR19270 - type mismatch caused by invalid optimization.
Eli Bendersky
- [PATCH] Help CMake-based applications find a specific LLVM version
Brad King
- [polly] r205549 - Add a paragraph describing how to configure the python interpreter.
Tobias Grosser
- [lld] r205550 - Remove "this->".
Rui Ueyama
- [llvm] r205551 - Attempt to XFAIL this on mingw and cygwin hosts. The line table on
Eric Christopher
- [lld] r205552 - Remove "virtual" and add "override".
Rui Ueyama
- [PATCH] Add empty() to atom_collection.
Rui Ueyama
- [polly] r205553 - Note of last Polly phone call
Tobias Grosser
- [PATCH] Fix shift by constants for vector.
Matt Arsenault
- [polly] r205556 - Add another hint for fixing check-polly errors to get_started.html
Tobias Grosser
- [PATCH][mips] Add Octeon cnMips instructions seqi/snei and v3mulu/vmm0/vmulu
Kai Nacke
- [lld] r205558 - Add empty() to atom_collection.
Rui Ueyama
- [llvm] r205559 - llvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax expressions to satisfy win32.
NAKAMURA Takumi
- [llvm] r205560 - Revert r205551, "Attempt to XFAIL this on mingw and cygwin hosts." It didn't fail on cygming.
NAKAMURA Takumi
- [llvm] r205561 - R600/SI: Lower 64-bit immediates using REG_SEQUENCE
Tom Stellard
- [llvm] r205562 - R600: Correct opcode for BFE_INT
Tom Stellard
- [PATCH] Fix ELFFileNode::resetNextIndex().
Rui Ueyama
- [llvm] r205563 - unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explicit triple for now.
NAKAMURA Takumi
- [lld] r205564 - Expand 'auto' that's hard for human to deduce its real type.
Rui Ueyama
- [PATCH] Optimize long branch for MIPS64 by removing calculation of %higher and %highest
Sasa Stankovic
- [llvm] r205565 - [ARM64] Teach the ARM64DeadRegisterDefinition pass to respect implicit-defs.
Lang Hames
- [lld] r205566 - Fix ELFFileNode::resetNextIndex().
Rui Ueyama
- [lld] r205567 - Early return.
Rui Ueyama
- [lld] r205568 - Fix comments.
Rui Ueyama
- [lld] r205569 - Simplify two if's.
Rui Ueyama
- [lld] r205570 - Minor cleanup.
Rui Ueyama
- [llvm] r205571 - Optimize away unnecessary address casts.
Eli Bendersky
- [PATCH] Fix for previously reverted SLPVectorizer cost model improvement
Tyler Nowicki
- [llvm] r205572 - Reuse existing variable.
Rafael Espindola
- [PATCH] Do not check deadStripNever twice.
Rui Ueyama
- [lld] r205574 - Move code into a helper function.
Rui Ueyama
- [lld] r205575 - Do not check deadStripNever twice.
Rui Ueyama
- [lld] r205576 - Replace a recursion with a loop for speed.
Rui Ueyama
- [llvm] r205577 - Remove section_rel_empty. Just compare begin() and end() instead.
Rafael Espindola
- [lld] r205578 - Minor cleanups.
Rui Ueyama
- [lld] r205579 - Update comment.
Rui Ueyama
- [PATCH] Implement __builtin_stack_pointer
Renato Golin
- [PATCH] Return a vector rather than mutating a given one.
Rui Ueyama
- [llvm] r205581 - Fix llvm-objdump crash.
Rafael Espindola
- [patch, darwin-legacy] suppressing OS version asm directive
Jim Grosbach
- [PATCH] Rename getInputGraph() and getNextFile().
Rui Ueyama
- [llvm] r205582 - Fix typo.
Jim Grosbach
- [llvm] r205583 - Tidy up. Trailing whitespace.
Jim Grosbach
- [llvm] r205584 - Tidy up. 80 columns.
Jim Grosbach
- [llvm] r205585 - Tidy up. Space before ':' in range-based for loops.
Jim Grosbach
- [llvm] r205586 - ARM: yet another round of ARM test clean ups
Saleem Abdulrasool
- [llvm] r205587 - Implement macho relocation iterators with section number + relocation number.
Rafael Espindola
- [llvm] r205588 - Implement getRelocationAddress for MachO and ET_REL elf files.
Rafael Espindola
- [lld] r205589 - Rename getInputGraph() and getNextFile().
Rui Ueyama
- [lld] r205590 - Return a vector rather than mutating a given one.
Rui Ueyama
- [llvm] r205592 - Add an assert that this is only used with .o files.
Rafael Espindola
- [lld] r205593 - Do not use temporary variables to pass them to forEachUndefines.
Rui Ueyama
- [lld] r205594 - Use range-based for loop. No functionality change.
Rui Ueyama
- [llvm] r205595 - MIPS: remove vim swap file
Saleem Abdulrasool
- [llvm] r205596 - ARM: fix test case missed in previous roundup
Saleem Abdulrasool
- [PATCH] Inline short function using lambda to improve readability.
Rui Ueyama
- [lld] r205597 - SymbolTable::size() returns an unsigned int.
Rui Ueyama
- [llvm] r205599 - [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance
Quentin Colombet
- [llvm] r205600 - Revert r205599, the commit was not intended to have so many changes
Quentin Colombet
- [llvm] r205601 - [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance
Quentin Colombet
- [llvm] r205602 - ARM: Use range-based for loops in frame lowering.
Jim Grosbach
- [llvm] r205603 - Add iterator_ranges for block pred/succ.
Jim Grosbach
- [llvm] r205604 - ARM: Range based for-loop over block predecessors.
Jim Grosbach
- [llvm] r205605 - Fix spelling. Sigh.
Jim Grosbach
- [PATCH] docs: update links to TableGenFundamentals to point to TableGen/index
Tay Ray Chuan
- [llvm] r205610 - Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
- [PATCH] Fixed STRD register classes for Thumb2 mode.
Stepan Dyatkovskiy
- [llvm] r205612 - Fixed register class in STRD instruction for Thumb2 mode.
Stepan Dyatkovskiy
- [compiler-rt] r205613 - [msan] Fix compilation of a disabled test.
Evgeniy Stepanov
- [compiler-rt] r205614 - Revert r205613.
Evgeniy Stepanov
- [llvm] r205615 - ARM64: add 128-bit MLA operations to the custom selection code.
Tim Northover
- [llvm] r205616 - ARM64: use regalloc-friendly COPY_TO_REGCLASS for bitcasts
Tim Northover
- [compiler-rt] r205617 - [asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to disable this handler completely; remove a workaround for a bug fixed in glibc
Kostya Serebryany
- [compiler-rt] r205618 - [msan] Introduce MsanThread. Move thread-local allocator cache out of TLS.
Evgeniy Stepanov
- [compiler-rt] r205619 - tsan: improve error message in test
Dmitry Vyukov
- [llvm] r205621 - Tweak unconditional-branch.ll passing on any hosts, while investigating x86_64-mingw32.
NAKAMURA Takumi
- [llvm] r205622 - Fix for PR18921 (LDRD/STRD part)::
Stepan Dyatkovskiy
- [compiler-rt] r205623 - [ASan] Explicitly specify -ldl/-lpthread in RUN-lines where needed
Alexey Samsonov
- [PATCH] [LV] More verbose debug info for loop location in the source code
Zinovy Nis
- [llvm] r205625 - ARM64: handle v1i1 types arising from setcc properly.
Tim Northover
- [llvm] r205626 - DAGLegalize: add last-ditch type-legalization for VSELECT.
Tim Northover
- [compiler-rt] r205627 - [sanitizer] Intercept a subset of sunrpc interface (xdr_*).
Evgeniy Stepanov
- [llvm] r205628 - [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans-fp-math
Daniel Sanders
- [llvm] r205630 - [PowerPC] Add a full condition code register to make the "cc" clobber work
Hal Finkel
- [PATCH] [XCore] Don't create invalid MKMSK instructions inside loadImmediate().
Richard Osborne
- [llvm] r205631 - [mips] Add Octeon cnMips instructions seqi/snei and v3mulu/vmm0/vmulu.
Kai Nacke
- [llvm] r205633 - Tidy up naming.
Jim Grosbach
- [lld] r205635 - temporary commit.
Rui Ueyama
- [lld] r205637 - Revert "temporary commit."
Rui Ueyama
- [lld] r205639 - Fix indentation.
Rui Ueyama
- [lld] r205641 - Replace dyn_cast<T>s immediately followed by asserts with cast<T>s.
Rui Ueyama
- [lld] r205642 - useNew is set to false in all branches, so set it to false outside the if-else.
Rui Ueyama
- [lld] r205643 - Split a utility function not to use goto statement.
Rui Ueyama
- [PATCH] Add -pass-remarks flag to 'opt'.
Diego Novillo
- [PATCH] Add a jumptable attribute + intrinsic + IR transform for jump-instruction tables
Tom Roeder
- [PATCH] Add DAG parameter to ComputeNumSignBitsForTargetNode
Matt Arsenault
- [lld] r205644 - This is yet another case clang-modernize failed to add "override".
Rui Ueyama
- [lld] r205645 - [X86-64] Add missing relocation.
Michael J. Spencer
- [PATCH] Repair IntelJITEventListener
Arch D. Robison
- [llvm] r205647 - Update the test to use FileCheck.
Juergen Ributzka
- [PATCH] Addition of -fexhaustive-register-search option to allow an exhaustive search during last chance recoloring
Quentin Colombet
- [llvm] r205648 - Fix tabs
Matt Arsenault
- [llvm] r205649 - Add DAG parameter to ComputeNumSignBitsForTargetNode
Matt Arsenault
- delinearization
Sebastian Pop
- [lld] r205654 - [ELF] Diagnose malformed --dynsym option.
Rui Ueyama
- [llvm] r205656 - Minor change to StackMapLiveness DEBUG output.
Andrew Trick
- [llvm] r205657 - [PowerPC] PPCTTI Cleanup
Hal Finkel
- [llvm] r205658 - [PowerPC] Adjust load/store costs in PPCTTI
Hal Finkel
- [PATCH] InlineFunction doesn't update InlineFunctionInfo with allocas created for byval arguments
Julien Lerouge
- [llvm] r205660 - [PowerPC] Remove unused TM member variable to unbreak build
Hal Finkel
- [PATCH] Fix assertion with a trunc store to an i1 vector.
Matt Arsenault
- [lld] r205662 - [ELF] Fix --soname option.
Rui Ueyama
- [lld] r205663 - [ELF] Add a test for -rpath.
Rui Ueyama
- [llvm] r204690 - Register Allocator: check other options before using a CSR for the first time.
Duncan P. N. Exon Smith
- [llvm] r205672 - Remove unused function
David Blaikie
- [llvm] r205673 - Fix typo
David Blaikie
- [llvm] r205674 - Fixing typo.
David Blaikie
- [llvm] r205675 - AsmParser: restore LLVM IR compatibility for linker_private{, _weak}
Saleem Abdulrasool
- [llvm] r205676 - Simplify compression API by decompressing into a SmallVector rather than a MemoryBuffer
David Blaikie
- [llvm] r205677 - Simplify compression API by compressing into a SmallVector rather than a MemoryBuffer
David Blaikie
- [PATCH] R600: Check if a sextload should be used for parameter loads.
Matt Arsenault
- [llvm] r205678 - ARM: consolidate MachO checks for ARM asm parser
Saleem Abdulrasool
- [llvm] r205679 - Remove unnecessary "inline" of inline defined member functions
David Blaikie
- [llvm] r205680 - MachineInstr: introduce explicit_operands and implicit_operands ranges
David Blaikie
- [llvm] r205681 - AsmParser: add a warning for compatibility parsing
Saleem Abdulrasool
- [llvm] r205682 - Remove unused parameter
David Blaikie
- [PATCH] [PATCH] Remove AssemblyAnnotationWriter from Value::print
David Blaikie
- [PATCH] Add similar function merging to MergeFunctions
Tobias von Koch
- [PATCH] R600: Change how vector truncating stores are packed.
Matt Arsenault
- [llvm] r205683 - [Support] Modify LockFileManager::waitForUnlock() to return info about how the lock was released.
Argyrios Kyrtzidis
- [llvm] r205685 - DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead of DW_TAG_imported_module
David Blaikie
- [PATCH] Linking of shared libraries for MIPS little-endian 32-bit target
Simon Atanasyan
- [llvm] r205687 - [yaml2obj][ELF] Rename class SectionNameToIdxMap => NameToIdxMap. It can
Simon Atanasyan
- [PATCH] [yaml2obj] ELF Relocations Support
Simon Atanasyan
- [PATCH] Use syscall() for some platforms like Android without futimes() function
waxiadao at gmail.com
- [llvm] r205688 - Quick fix: Triple::isOSMSVCRT() should be false for targeting cygwin.
NAKAMURA Takumi
- [llvm] r205689 - Changes in IntelJITEventListener - By Arch Robinson
Elena Demikhovsky
- [www] r205690 - Registration now closed
Tobias von Koch
- [lld] r205692 - [ELF] Use typedefs to make class field declarations shorter.
Simon Atanasyan
- [lld] r205693 - [ELF] Fix driver bug.
Rui Ueyama
- [lld] r205694 - [ELF] Accept "-rpath=<foo>" as well as "-rpath <foo>".
Rui Ueyama
- [llvm] r205696 - Updated phabricator server.
Serge Pavlov
- [llvm] r205697 - [C++11] Make use of 'nullptr' in the Support library.
Craig Topper
- [lld] r205698 - Update Phabricator server.
Rui Ueyama
- [PATCH] [ELF] Fix undefined symbol handling in DSO.
Rui Ueyama
- [llvm] r205699 - Use 'false' for a bool instead of '0'
Craig Topper
Last message date:
Sun Apr 6 23:59:40 PDT 2014
Archived on: Tue Aug 4 17:11:08 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).