The Week Of Monday 4 November 2013 Archives by thread
Starting: Mon Nov 4 00:27:06 PST 2013
Ending: Sun Nov 10 23:08:32 PST 2013
Messages: 535
- [PATCH] [OCaml] Dynamically link LLVM on --enable-shared builds
Peter Zotov
- [PATCH] Implement aarch64 NEON copy_lane intrinsic with float type
Kevin Qin
- [llvm] r193984 - X86: Add a description for AMD bdver3 aka Steamroller.
Benjamin Kramer
- [llvm] r193988 - AVX-512: fixed a typo in builtin name
Elena Demikhovsky
- [PATCH] Update to Cmake for VS 2013
Aaron Ballman
- [llvm] r193992 - Support for microMIPS branch instructions.
Zoran Jovanovic
- [patch] Simplify ErrorOr
Rafael Espíndola
- [llvm] r190290 - Generate compact unwind encoding from CFI directives.
Rafael Espíndola
- [patch] Convert BitcodeReader to use error_code
Chris Lattner
- [llvm] r193996 - Change BitcodeReader to use error_code instead of bool + string.
Rafael Espindola
- [llvm] r193356 - Inliner: Handle readonly attribute per argument when adding memcpy
Stellard, Thomas
- [lld][buildbot] Add more buildbots with sanitize/thread
Shankar Easwaran
- [lld] r193982 - [PECOFF] Add a test for the resource file.
Sean Silva
- [test-suite] r193998 - Rename mn() to main() in this new test.
Bob Wilson
- [test-suite] r193961 - PR10189 appears to be fixed.
Bob Wilson
- [lld][PATCH] Fix typo in the File::processTargetsTable() routine
Simon Atanasyan
- [www] r193999 - Fix typo: "Hcaker"
Bob Wilson
- [PATCH] Consider error-reporting calls cold in BPI
Bob Wilson
- [llvm] r193874 - Add comments.
Manman Ren
- [www] r193979 - Update social details.
Bob Wilson
- [llvm] r194001 - Rename testing case to use - instead of _.
Manman Ren
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Duncan Exon Smith
- [lld] r194003 - [PECOFF] Fix the test to run.
Rui Ueyama
- [llvm] r194006 - Add support for AVX512 masked vector blend intrinsics.
Cameron McInally
- [PATCH] Allow %w, %z operands to be immediates for AArch64
Eric Christopher
- [llvm] r194007 - Use startswith_lower() where possible.
Jakub Staszak
- [lld] r194010 - [ELF] Fix typo in the expression calculates an absolute atom offset.
Simon Atanasyan
- [cfe-dev] [llvm] r193937 - When LLVM is embedded in a larger application, it's not OK for LLVM to intercept crashes. LLVM already has
Eric Christopher
- [llvm] r194011 - [docs] Add link to 32-bit ARM ELF supplement.
Sean Silva
- [PATCH] IR: Do not canonicalize constant GEPs into an out-of-bounds array access
Eric Christopher
- [compiler-rt] r193944 - Push back various changes for building Apple's compiler-rt dylib.
Eric Christopher
- [llvm] r194013 - Scalarize select vector arguments when extracted.
Matt Arsenault
- [PATCH] Scalarize select vector arguments when extracted
Matt Arsenault
- [PATCH] Do not generate nopl instruction on CPUs that don't support it. (fwd)
Mikulas Patocka
- [llvm] r194014 - Fix another constant folding address space place I missed.
Matt Arsenault
- [PATCH] Fix another constant folding address space place I missed.
Matt Arsenault
- [PATCH] Use auto profiler to set branch weights
Chandler Carruth
- [PATCH] Fix for PR15086
Dimitry Andric
- [llvm] r194015 - SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict weak ordering.
Benjamin Kramer
- [llvm] r194016 - Check for both styles of clobbers, those produced by dragonegg and
Eric Christopher
- [llvm] r194017 - Remove dead code
Shuxin Yang
- X86TargetLowering::ExpandInlineAsm patch
Eric Christopher
- [llvm] r194019 - Submit the basic port of the rest of ARM constant islands code to Mips.
Reed Kotler
- [llvm] r194020 - Add the test case that goes with the previous submission for constant
Reed Kotler
- [PATCH] Remove dead code from LoopUnswitch
Hal Finkel
- [llvm] r194021 - Make sure we don't get a warning from this variable that is only used
Reed Kotler
- [www] r194022 - Change title of one lightning talk.
Yunzhong Gao
- [llvm] r194024 - AArch64: use default asm operand printing when modifier inapplicable
Tim Northover
- [llvm] r194025 - ARM: remove unnecessary state-tracking during frame lowering.
Tim Northover
- [llvm] r194026 - Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant islands code to Mips."
NAKAMURA Takumi
- [PATCH] [lld][ELF] Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael Spencer
- [PATCH]AArch64 Neon Post-index Load/Store multiple N-element instructions.
Tim Northover
- [PATCH] Implement aarch64 neon instruction class SIMD Crypto - LLVM
Tim Northover
- [PATCH] Added summary info to GCDAProfiling.
Justin Bogner
- [PATCH] Added call to update run/program counts for llvm-cov.
Justin Bogner
- [llvm] r194027 - Add a runtime unrolling parameter to the LoopUnroll pass constructor
Hal Finkel
- [lld] r194028 - Replace ErrorOr<void> with error_code.
Rafael Espindola
- [llvm] r194030 - Simplify ErrorOr.
Rafael Espindola
- enabling clients to use rpath to find LLVM shared libraries on OS X
Bob Wilson
- [PATCH] Support for reading run counts in llvm-cov
Justin Bogner
- [llvm] r194032 - Fix MSVC build by not putting an error_code directly in a union.
Rafael Espindola
- [llvm] r194033 - Support for reading run counts in llvm-cov.
Yuchen Wu
- [llvm] r194034 - llvm-cov: Added command-line option to change dir.
Yuchen Wu
- [compiler-rt] r194036 - [msan] Fix a very unfortunate typo in origin copying.
Evgeniy Stepanov
- [PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
- [lld] r194037 - Remove unnecessary namespace qualifier.
Rui Ueyama
- [llvm] r194038 - Added basic unit test for llvm-cov.
Yuchen Wu
- [llvm] r194039 - Revert "Added basic unit test for llvm-cov."
Yuchen Wu
- [llvm] r194040 - Revert "llvm-cov: Added command-line option to change dir."
Yuchen Wu
- [llvm] r194041 - Implemented aarch64 neon intrinsic vcopy_lane with float type.
Kevin Qin
- [llvm] r194043 - Implement AArch64 post-index vector load/store multiple N-element structure class SIMD(lselem-post).
Hao Liu
- [llvm] r194048 - Lift alignment restrictions on load folding for a significant portion of AVX instructions.
Craig Topper
- [llvm] r194051 - Fix symbol defines in config.h.cmake
Alp Toker
- [llvm] r194053 - Fix r194019 as requested by Eric Christopher.
Reed Kotler
- [llvm] r194057 - [OCaml] Llvm_linker: do not use external in module interface
Peter Zotov
- [llvm] r194058 - [OCaml] Properly tag the custom operations of Llvm.llbuilder
Peter Zotov
- [llvm] r194060 - Suppress OS crash dialog in llvm-rtdyld
Alp Toker
- [llvm] r194062 - X86 Disassembler: remove unused bool typedef-name
David Majnemer
- [llvm] r194064 - [OCaml] (PR11717) Make declare_qualified_global respect address argument
Peter Zotov
- [llvm] r194065 - [OCaml] (PR16318) Add missing argument to Llvm.const_intcast
Peter Zotov
- [llvm] r194066 - Remove the word "thumb" from comments. Remove also an incorrect
Reed Kotler
- [llvm] r194067 - [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rst
Peter Zotov
- [llvm] r194074 - [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subclasses
Peter Zotov
- [llvm] r194075 - [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclasses
Peter Zotov
- [llvm] r194077 - Silence GCC warning about dropping off a fully covered switch.
Benjamin Kramer
- [llvm] r194078 - Provide a test input for opt
Alp Toker
- Constant merger patch to fix bug 17815 [Constant merging may illegally downgrade global alignment]
Chris Smowton
- [llvm] r194083 - [objc-arc] Convert the one directional retain/release relation assert to a conditional check + fail.
Michael Gottesman
- r193356 - Inliner: Handle readonly attribute per argument when adding memcpy
Vincent Lejeune
- [PATCH] [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
- [patch] One last ErrorOr simplification
Rafael Espíndola
- [llvm] r194084 - Convert FindFunctionInStream to return an error_code.
Rafael Espindola
- [llvm] r194085 - Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class SIMD Bitwise Extract - LLVM
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class SIMD Perm - LLVM
Jiangning Liu
- [lld] r194089 - Remove extraneous parentheses.
Rui Ueyama
- [llvm] r194091 - Use error_code in GVMaterializer.
Rafael Espindola
- [PATCH] Slightly change the way stackmap and patchpoint intrinsics are lowered.
Andrew Trick
- [PATCH] R600: Fix selection failure on EXTLOAD
Matt Arsenault
- [llvm] r194093 - Convert comments to documentation comments (// -> ///)
Dmitri Gribenko
- Document tag some previously untagged virtual member functions in TargetLowering.h
Dmitri Gribenko
- [llvm] r194094 - ARM: permit bare dmb/dsb/isb aliases on Cortex-M0
Tim Northover
- [llvm] r194096 - Cleanup getUserOffset. Issues related to inline assembler length and
Reed Kotler
- [PATCH] Added basic testing support for llvm-cov.
Yuchen Wu
- [llvm] r194101 - Get rid of all references to soimm in MipsConstantIslands pass because
Reed Kotler
- [llvm] r194102 - Slightly change the way stackmap and patchpoint intrinsics are lowered.
Andrew Trick
- [PATCH] ScalarEvolution backedge taken count computation on LT and GT rewrite
Michele Scandale
- [www] r194104 - Point Win snapshot links to r194000 build
Hans Wennborg
- [www] r194105 - Add presenter.
Tanya Lattner
- [compiler-rt] r194107 - [ASan] Make sure slow stack unwinder doesn't return empty stacks.
Alexey Samsonov
- [llvm] r194108 - Get rid of current calculation function and adjustment scheme
Reed Kotler
- [llvm] r194109 - Remove another unused, and IMHO, not very desirable feature of ErrorOr.
Rafael Espindola
- [lld] r194110 - [PECOFF] Report error if there's unknown flag in .drectve
Rui Ueyama
- [PATCH] Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael Spencer
- [PATCH] ARM: fold stack update into push/pop
Tim Northover
- [lld] r194114 - [PECOFF] Ignore /disallowlib.
Rui Ueyama
- Re: [PATCH] Implement aarch64 neon instruction class SIMD Perm - LLVM
Tim Northover
- Re: [PATCH] Implement aarch64 neon instruction class SIMD Perm - Clang
Tim Northover
- [PATCH] [Stackmap]Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
- [llvm] r194116 - Rewrite SCEV's backedge taken count computation.
Andrew Trick
- [llvm] r194118 - Implement AArch64 Neon instruction set Bitwise Extract.
Jiangning Liu
- [www] r194121 - Change presenter.
Tanya Lattner
- [PATCH] Add address space argument to isLegalAddressingMode
Matt Arsenault
- [llvm] r194123 - Implement AArch64 Neon instruction set Perm.
Jiangning Liu
- [compiler-rt] r194125 - [ASan] Disable back init-order checker. Make strict_init_order imply check_initialization_order
Alexey Samsonov
- [llvm] r194126 - Fix definition for Mips16 pc relative load word instructions.
Reed Kotler
- [lld] r194127 - [PECOFF] Do not wrap the linker internal file with an archive file.
Rui Ueyama
- [lld] r194128 - Undef a local macro after use.
Rui Ueyama
- [lld] r194129 - [PECOFF] Do not add the same library to the input graph more than once.
Rui Ueyama
- [lld] r194130 - [PECOFF] Do not expose _noDefaultLibs. No functionality change.
Rui Ueyama
- [PATCH] llvm-cov: Removed StripMap holding GCOVLines
Yuchen Wu
- [lld] r194131 - [PECOFF] Make /disallowlib an alias for /nodefaultlib.
Rui Ueyama
- [lld] r194133 - [PECOFF] Add /section option.
Rui Ueyama
- Patch for `include/llvm/Support/Host.h` to support BSD and Solaris endian.h equivalents
Samuel Marks
- [llvm] r194135 - [llvm-c] Implement LLVMPrintValueToString
Peter Zotov
- [llvm] r194136 - [OCaml] Implement Llvm.string_of_llvalue
Peter Zotov
- [llvm] r194137 - [llvm-c] Expose IRReader interface
Peter Zotov
- [llvm] r194138 - [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser
Peter Zotov
- [llvm] r194139 - [llvm-c] Expose LLVMLoadLibraryPermanently
Peter Zotov
- [llvm] r194140 - [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disassembler
Peter Zotov
- [llvm] r194141 - [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disassembler
Peter Zotov
- [llvm] r194142 - [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanently
Peter Zotov
- [llvm] r193112 - Fix CodeGen for vectors of pointers with address spaces.
Patrik Hägglund H
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Amara Emerson
- [llvm] r194143 - [llvm-c] Improve TargetMachine bindings
Peter Zotov
- [PATCH] Additional features for the C API
Peter Zotov
- [llvm] r194144 - Add newline at EOF in DynamicLibrary.cpp
Peter Zotov
- [llvm] r194145 - Implement gpword directive for mips, test case added. Stype changes using clang-format are also included.
Vladimir Medic
- [llvm] r194146 - [llvm-c] Add parameter names in Target.h for C99 compliance
Peter Zotov
- [llvm] r194147 - Add test case for PR12377, it was fixed by r194116.
Benjamin Kramer
- [llvm] r194148 - [SystemZ] Handle vectors in getSetCCResultType
Richard Sandiford
- [llvm] r193677 - Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too."
Richard Sandiford
- [llvm] r194149 - Add DT_VERSYM dynamic table entry tag definition.
Simon Atanasyan
- [ARM] Handling for coprocessor instructions that are undefined starting from ARMv8
Artyom Skrobov
- [PATCH] Added TargetLowering::isVectorEltOrderLittleEndian(EVT)
Daniel Sanders
- [compiler-rt] r194150 - [ASan] Use OS-specific matches in the malloc_context_size.cc lit test.
Alexander Potapenko
- [PATCH] [mips][msa] Build all the tests in little and big endian modes and correct an incorrect test.
Daniel Sanders
- [PATCH] Support DT_VERxxx and DT_MIPS_xxx dynamic section entries in the llvm-readobj
Simon Atanasyan
- [PATCH] Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
- [llvm] r194152 - [AArch64] Remove NEON from "generic" CPU target.
Amara Emerson
- [PATCH] Add a DecomposeVectors pass
Pekka Jääskeläinen
- [llvm] r194153 - R600: Fix LowerUDIVREM
Vincent Lejeune
- [compiler-rt] r194155 - [asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59018)
Kostya Serebryany
- [PATCH] - Increase the accuracy of register pressure computation in the presence of dead definitions
Pedro Artigas
- [lld] r194160 - [PECOFF] Rename getSectionAlignment -> getSectionDefaultAlignment.
Rui Ueyama
- [patch/compiler-rt] Make asan buildable on OS X 10.9 with Xcode 5
Nico Weber
- [lld] r194166 - rename local variable to avoid shadowing warning
Nick Kledzik
- [lld] r194167 - [mach-o] binary reader and writer
Nick Kledzik
- [lld] r194169 - [mach-o] make unspecifiedPageZeroSize const to fix VC++ error
Nick Kledzik
- [lld] r194171 - [mach-o] fix DEBUG_WITH_TYPE to compile without warnings in non-debug case
Nick Kledzik
- [lld] r194172 - [mach-o] add llvm_unreachable
Nick Kledzik
- [PATCH] llvm-cov: Replaced asserts with proper error handling
Yuchen Wu
- [lld] r194173 - [mach-o] fix EXPECT_EQ types
Nick Kledzik
- [lld] r194177 - Hopefully fix latent bug where lldCore dependency on lldYAML was not in CMake files
Nick Kledzik
- [Patch] use __BLOCKS__ in asan_mac.cc to detect blocks availability
Alexey Samsonov
- [PATCH] llvm-cov: Added -a option for block data.
Yuchen Wu
- [PATCH] llvm-cov: Added constness property to methods.
Yuchen Wu
- [PATCH] llvm-cov: Slightly improved error checking.
Yuchen Wu
- [PATCH] llvm-cov: Updated file checksum to be timestamp.
Yuchen Wu
- Patch Review for PR17158
Bill Wendling
- [PATCH] Avoid illegal integer promotion in X86FastISel
Duncan P. N. Exon Smith
- [llvm] r194183 - Add the fact that we anticipate switching to use (some subset of) C++11
Chandler Carruth
- [lld] r194186 - add debug logging to help figure out why some tests fail on some build bots
Nick Kledzik
- [lld] r194187 - [mach-o] fix memory ownership in test case
Nick Kledzik
- [compiler-rt] r194193 - [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across all platforms. No functionality change.
Alexey Samsonov
- [compiler-rt] r194195 - [Sanitizer] Presumable fix stack trace unwinding on Windows
Alexey Samsonov
- [compiler-rt] r194196 - [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.
Alexey Samsonov
- [PATCH] [ScalarEvolution] Change data structure to memorize computed result
Wan, Xiaofei
- [compiler-rt] r194199 - [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
- [PATCH] Implement aarch64 neon instruction class SIMD misc - LLVM
Kevin Qin
- [PATCH] Implement aarch64 neon instruction class SIMD misc - Clang
Kevin Qin
- XCore target: implement exception handling
Robert Lytton
- [llvm] r194201 - Disable some code that is causing some warnings. It's in the process
Reed Kotler
- [compiler-rt] r193405 - [sanitizer] Intercept pthread_attr_get*.
Sergey Matveev
- XCore target: Enable frames larger than 65535 to be lowered
Robert Lytton
- [llvm] r194203 - llvm-c/Support.h: Add a newline at eof.
NAKAMURA Takumi
- [PATCH] Add a Scalarize pass
Richard Sandiford
- [llvm] r194205 - Support for microMIPS trap instructions 1.
Zoran Jovanovic
- [PATCH] ARMAsmParser permitted p10 and p11 as operands for coprocessor instructions, resulting in ambiguous encodings
Artyom Skrobov
- [llvm] r194218 - Move copying of global initializers below the cloning of functions.
Bill Wendling
- [llvm] r194219 - Run clang-format on file.
Bill Wendling
- XCore target: Fix eliminateFrameIndex() to handle large frames
Robert Lytton
- [llvm] r194220 - IR: Do not canonicalize constant GEPs into an out-of-bounds array access
David Majnemer
- [llvm] r194221 - IR: Properly canonicalize PointerType in ConstantExpr GEPs
David Majnemer
- [llvm] r194251 - Remove ^M from the file.
Bill Wendling
- [llvm] r194253 - [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as operands for coprocessor instructions, resulting in encodings that clash with FP/NEON instruction encodings
Artyom Skrobov
- [llvm] r194255 - [mips][msa] Update encoding of LDI instruction.
Matheus Almeida
- [llvm] r194257 - llvm-ar: Let opening a directory failed in llvm-ar.
NAKAMURA Takumi
- [PATCH] Lit to use the same rules for XFAIL and REQUIRES, to allow target-architecture-specific tests
Artyom Skrobov
- [llvm] r194258 - Test for microMIPS trap instructions.
Zoran Jovanovic
- [PATCH] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
- [llvm] r194259 - CalculateSpillWeights cleanup: remove unneeded includes
Arnaud A. de Grandmaison
- [llvm] r194260 - Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassembly
Artyom Skrobov
- [llvm] r194261 - [ARM] Handling for coprocessor instructions that are undefined starting from ARMv8 (ARM encodings)
Artyom Skrobov
- [llvm] r194262 - [ARM] Handling for coprocessor instructions that are undefined starting from ARMv8 (ARM encodings)
Artyom Skrobov
- [llvm] r194263 - [ARM] Handling for coprocessor instructions that are undefined starting from ARMv8 (Thumb encodings)
Artyom Skrobov
- [llvm] r194264 - ARM: fold prologue/epilogue sp updates into push/pop for code size
Tim Northover
- [llvm] r194266 - Add ImmutableSet profiling info for 'bool'.
Jordan Rose
- [llvm] r194269 - CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
- [llvm] r194270 - Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand modifiers.
Richard Barton
- [llvm] r194271 - [VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when setting
Quentin Colombet
- [llvm] r194272 - Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
- [llvm] r194277 - Remove dead code from LoopUnswitch
Hal Finkel
- [PATCH] Loop Rerolling Pass
Hal Finkel
- [lld] r194278 - Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael J. Spencer
- [lld] r194280 - [mach-o] add debugging to help explain one build bot failure
Nick Kledzik
- [llvm] r194282 - Add a method to get the object-file appropriate stack map section.
Lang Hames
- [llvm] r193811 - Add support for stack map generation in the X86 backend.
Lang Hames
- [llvm] r194284 - Fix some minor issues with r194282 to get the tree healthy again.
Lang Hames
- [llvm] r194285 - X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()
Jim Grosbach
- [llvm] r194286 - increase the accuracy of register pressure computation in the presence of dead definitions by using live intervals, if available, to identify dead definitions and proceed accordingly.
Pedro Artigas
- [PATCH] Address Space Casting
Matt Arsenault
- [lld] r194290 - [mach-o] fix uninitialized variable
Nick Kledzik
- [lld] r194292 - [mach-o] revert gunk added to test cases to debug build bot failures
Nick Kledzik
- [llvm] r194293 - [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
- [PATCH] Materialize the jump address within the patchpoint noop slide using a scratch register.
Andrew Trick
- [PATCH] Small improvement to IntrinsicEmitter::EmitAttributes
Aditya Nandakumar
- [lld] r194299 - [mach-o] reduce duplicate source code by using a templated method. No functionality change.
Nick Kledzik
- [llvm] r194300 - Rewrite the PBQP graph data structure.
Lang Hames
- [llvm] r194303 - Revert "Run clang-format on file."
Adrian Prantl
- [llvm] r194304 - Revert "Move copying of global initializers below the cloning of functions."
Adrian Prantl
- [lld] r194305 - [mach-o] Use LEB128 stuff from llvm/Support. No functionality change.
Nick Kledzik
- [PATCH] R600/SI: Change formatting of printed registers.
Matt Arsenault
- [llvm] r194306 - [Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
- [llvm] r194308 - Revert r194300 which broke the build.
Nick Lewycky
- [llvm] r194309 - [mips] Make sure there is a chain edge dependency between loads that read
Akira Hatanaka
- [llvm] r194311 - Re-apply r194300 with fixes for warnings.
Lang Hames
- [llvm] r194313 - Fix whitespace.
NAKAMURA Takumi
- [llvm] r194314 - include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r194315 - Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly
Chandler Carruth
- [llvm] r194316 - Move the test type out of the function and into the anonymous namespace
Chandler Carruth
- [llvm] r194317 - Add the critically missing 'clone' method. =]
Chandler Carruth
- [PATCH][llvm-c] Expose new calling conventions
Filip Pizlo
- [llvm] r194318 - Use something really explicit to test "move semantics" on builds without
Chandler Carruth
- [llvm] r194320 - Test the polymorphic behavior of this utility.
Chandler Carruth
- [llvm] r194321 - Switch to allow implicit construction. In many cases, we're wrapping
Chandler Carruth
- [lld] r194322 - Remove empty namespace.
Rui Ueyama
- [llvm] r194323 - This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API by adding them to the enumeration in Core.h.
Filip Pizlo
- [llvm] r194324 - Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
- [llvm] r194325 - [PM] Start sketching out the new module and function pass manager.
Chandler Carruth
- [compiler-rt] r194326 - [Sanitizers] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
- [llvm] r194327 - [arm] Refine ARMBuildAttrs.h.
Logan Chien
- [PATCH] [arm] Implement ARM .arch directive.
Logan Chien
- [compiler-rt] r194331 - Remove a FIXME now that I can't reproduce the problem
Timur Iskhodzhanov
- [llvm] r194335 - Remove some unnecessary temporary strings.
Benjamin Kramer
- [llvm] r194337 - Mostly finish up constant islands port for Mips for load constants.
Reed Kotler
- [llvm] r194338 - Use variable for register name in test
Matt Arsenault
- [llvm] r194339 - Fix missing C++ mode comment
Matt Arsenault
- [llvm] r194340 - Make method static
Matt Arsenault
- [llvm] r194341 - IR: Refactor GEP range checks, reuse them for other parts of folding
David Majnemer
- [llvm] r194342 - Teach MergeFunctions about address spaces
Matt Arsenault
- [PATCH] Teach MergeFunctions about address spaces
Matt Arsenault
- [llvm] r194343 - Allow multiple check prefixes in FileCheck.
Matt Arsenault
- [PATCH] Allow multiple check prefixes in FileCheck
Matt Arsenault
- [llvm] r194344 - Resolve TODO in test now that filecheck has multiple check prefixes.
Matt Arsenault
- [llvm] r194345 - Use size function instead of manually calculating it.
Matt Arsenault
- [PATCH] Teach lint about address spaces
Matt Arsenault
- [llvm] r194346 - SimplifyCFG has a heuristics for out-of-order processors that decides when it is worthwhile to merge branches. It tries to estimate if the operands of the instruction that we want to hoist are ready. This commit marks function arguments as 'ready' because they require no calculation. This boosts libquantum and a few other workloads from the testsuite.
Nadav Rotem
- [llvm] r194347 - Use type form of getIntPtrType.
Matt Arsenault
- [llvm] r193459 - llvm/test/lit.cfg: Tighten conditions to enable 'native'.
Renato Golin
- [llvm] r194348 - Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to PR17307 & 17308."
Bill Wendling
- [lld] r194349 - [ELF] Un-break undef-from-main-dso.test on MSVC 2012.
Rui Ueyama
- [www] r194351 - Add Octasic as in the Industry Users list.
Francois Pichet
- [llvm] r194352 - Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPASSing.
NAKAMURA Takumi
- [llvm] r194353 - Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.
NAKAMURA Takumi
- [llvm] r194356 - CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
- [lld] r194359 - [InputGraph] remove unused functions.
Shankar Easwaran
- [lld] r194360 - [cleanup] remove readFile and replace with getBuffer.
Shankar Easwaran
- [llvm] r194361 - AArch64: refactor vector list creation to be more uniform
Tim Northover
- [llvm] r194362 - Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef
Pete Cooper
- [lld] r194364 - Delete unused constructor.
Rui Ueyama
- [llvm] r194365 - Don't universally enable initialiser lists on GCC. Thanks for catching this Chandler
Pete Cooper
Last message date:
Sun Nov 10 23:08:32 PST 2013
Archived on: Tue Aug 4 17:10:45 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).