The Week Of Monday 4 November 2013 Archives by author
Starting: Mon Nov 4 00:27:06 PST 2013
Ending: Sun Nov 10 23:08:32 PST 2013
Messages: 535
- [lld] r194114 - [PECOFF] Ignore /disallowlib.
Saleem Abdulrasool
- [lld] r194114 - [PECOFF] Ignore /disallowlib.
Saleem Abdulrasool
- [llvm] r194255 - [mips][msa] Update encoding of LDI instruction.
Matheus Almeida
- [PATCH] Fix for PR15086
Dimitry Andric
- [llvm] r194013 - Scalarize select vector arguments when extracted.
Matt Arsenault
- [PATCH] Scalarize select vector arguments when extracted
Matt Arsenault
- [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] R600: Fix selection failure on EXTLOAD
Matt Arsenault
- [PATCH] Add address space argument to isLegalAddressingMode
Matt Arsenault
- [PATCH] Address Space Casting
Matt Arsenault
- [PATCH] R600/SI: Change formatting of printed registers.
Matt Arsenault
- [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] 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] r194347 - Use type form of getIntPtrType.
Matt Arsenault
- [PATCH] Address Space Casting
Matt Arsenault
- [PATCH] - Increase the accuracy of register pressure computation in the presence of dead definitions
Pedro Artigas
- [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
- [lld][PATCH] Fix typo in the File::processTargetsTable() routine
Simon Atanasyan
- [lld][PATCH] Fix typo in the File::processTargetsTable() routine
Simon Atanasyan
- [lld] r194010 - [ELF] Fix typo in the expression calculates an absolute atom offset.
Simon Atanasyan
- [lld] r194010 - [ELF] Fix typo in the expression calculates an absolute atom offset.
Simon Atanasyan
- [llvm] r194149 - Add DT_VERSYM dynamic table entry tag definition.
Simon Atanasyan
- [PATCH] Support DT_VERxxx and DT_MIPS_xxx dynamic section entries in the llvm-readobj
Simon Atanasyan
- [PATCH] Update to Cmake for VS 2013
Aaron Ballman
- [llvm] r194053 - Fix r194019 as requested by Eric Christopher.
Aaron Ballman
- [PATCH] Update to Cmake for VS 2013
Aaron Ballman
- [ARM] Handling for coprocessor instructions that are undefined starting from ARMv8
Richard Barton
- [llvm] r194024 - AArch64: use default asm operand printing when modifier inapplicable
Richard Barton
- [llvm] r194270 - Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand modifiers.
Richard Barton
- [PATCH] [lld][ELF] Add explictly exported atoms and export R_*_COPY'ed atoms.
David Blaikie
- [patch] One last ErrorOr simplification
David Blaikie
- [PATCH] Added summary info to GCDAProfiling.
Justin Bogner
- [PATCH] Added call to update run/program counts for llvm-cov.
Justin Bogner
- [PATCH] Added summary info to GCDAProfiling.
Justin Bogner
- [PATCH] Support for reading run counts in llvm-cov
Justin Bogner
- [PATCH] Added basic testing support for llvm-cov.
Justin Bogner
- [PATCH] llvm-cov: Removed StripMap holding GCOVLines
Justin Bogner
- [PATCH] Use auto profiler to set branch weights
Chandler Carruth
- [PATCH] Use auto profiler to set branch weights
Chandler Carruth
- [llvm] r194183 - Add the fact that we anticipate switching to use (some subset of) C++11
Chandler Carruth
- Patch Review for PR17158
Chandler Carruth
- [PATCH] IR: Do not canonicalize constant GEPs into an out-of-bounds array access
Chandler Carruth
- [lld] r194290 - [mach-o] fix uninitialized variable
Chandler Carruth
- [PATCH] Consider error-reporting calls cold in BPI
Chandler Carruth
- [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
- [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
- [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
- [llvm] r194126 - Fix definition for Mips16 pc relative load word instructions.
Chandler Carruth
- [PATCH] Consider error-reporting calls cold in BPI
Chandler Carruth
- [lld] r194349 - [ELF] Un-break undef-from-main-dso.test on MSVC 2012.
Chandler Carruth
- [lld] r194349 - [ELF] Un-break undef-from-main-dso.test on MSVC 2012.
Chandler Carruth
- [llvm] r194362 - Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef
Chandler Carruth
- [llvm] r194327 - [arm] Refine ARMBuildAttrs.h.
Logan Chien
- [PATCH] [arm] Implement ARM .arch directive.
Logan Chien
- [PATCH] Address Space Casting
David Chisnall
- [llvm] r193874 - Add comments.
Eric Christopher
- [PATCH] Allow %w, %z operands to be immediates for AArch64
Eric Christopher
- [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
- [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
- [compiler-rt] r193944 - Push back various changes for building Apple's compiler-rt dylib.
Eric Christopher
- [llvm] r194016 - Check for both styles of clobbers, those produced by dragonegg and
Eric Christopher
- X86TargetLowering::ExpandInlineAsm patch
Eric Christopher
- [llvm] r194019 - Submit the basic port of the rest of ARM constant islands code to Mips.
Eric Christopher
- [llvm] r194019 - Submit the basic port of the rest of ARM constant islands code to Mips.
Eric Christopher
- [PATCH] Allow %w, %z operands to be immediates for AArch64
Eric Christopher
- [llvm] r194053 - Fix r194019 as requested by Eric Christopher.
Eric Christopher
- [PATCH] Slightly change the way stackmap and patchpoint intrinsics are lowered.
Eric Christopher
- enabling clients to use rpath to find LLVM shared libraries on OS X
Eric Christopher
- [PATCH] ARM: fold stack update into push/pop
Eric Christopher
- [PATCH] Avoid illegal integer promotion in X86FastISel
Eric Christopher
- [PATCH] Avoid illegal integer promotion in X86FastISel
Eric Christopher
- [llvm] r194271 - [VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when setting
Quentin Colombet
- [llvm] r194362 - Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef
Pete Cooper
- [llvm] r194365 - Don't universally enable initialiser lists on GCC. Thanks for catching this Chandler
Pete Cooper
- [llvm] r194362 - Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef
Pete Cooper
- [llvm] r193988 - AVX-512: fixed a typo in builtin name
Elena Demikhovsky
- [lld][buildbot] Add more buildbots with sanitize/thread
Shankar Easwaran
- [lld][PATCH] Fix typo in the File::processTargetsTable() routine
Shankar Easwaran
- [lld][PATCH] Fix typo in the File::processTargetsTable() routine
Shankar Easwaran
- [lld] r194359 - [InputGraph] remove unused functions.
Shankar Easwaran
- [lld] r194360 - [cleanup] remove readFile and replace with getBuffer.
Shankar Easwaran
- [lld] r194290 - [mach-o] fix uninitialized variable
Shankar Easwaran
- [lld] r194290 - [mach-o] fix uninitialized variable
Shankar Easwaran
- [PATCH] [lld][mach-o] binary reader and writer
Shankar Kalpathi Easwaran
- [PATCH] [lld][mach-o] binary reader and writer
Shankar Kalpathi Easwaran
- [PATCH] Add explictly exported atoms and export R_*_COPY'ed atoms.
Shankar Kalpathi Easwaran
- [llvm] r194085 - Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.
Amara Emerson
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Amara Emerson
- [llvm] r194152 - [AArch64] Remove NEON from "generic" CPU target.
Amara Emerson
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Amara Emerson
- [PATCH] IR: Do not canonicalize constant GEPs into an out-of-bounds array access
Amara Emerson
- [llvm] r193996 - Change BitcodeReader to use error_code instead of bool + string.
Rafael Espindola
- [lld] r194028 - Replace ErrorOr<void> with error_code.
Rafael Espindola
- [llvm] r194030 - Simplify ErrorOr.
Rafael Espindola
- [llvm] r194032 - Fix MSVC build by not putting an error_code directly in a union.
Rafael Espindola
- [llvm] r194084 - Convert FindFunctionInStream to return an error_code.
Rafael Espindola
- [llvm] r194091 - Use error_code in GVMaterializer.
Rafael Espindola
- [llvm] r194109 - Remove another unused, and IMHO, not very desirable feature of ErrorOr.
Rafael Espindola
- [patch] Simplify ErrorOr
Rafael Espíndola
- [llvm] r190290 - Generate compact unwind encoding from CFI directives.
Rafael Espíndola
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Rafael Espíndola
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Rafael Espíndola
- [llvm] r194032 - Fix MSVC build by not putting an error_code directly in a union.
Rafael Espíndola
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Rafael Espíndola
- enabling clients to use rpath to find LLVM shared libraries on OS X
Rafael Espíndola
- Constant merger patch to fix bug 17815 [Constant merging may illegally downgrade global alignment]
Rafael Espíndola
- [patch] One last ErrorOr simplification
Rafael Espíndola
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Rafael Espíndola
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Rafael Espíndola
- [llvm] r194126 - Fix definition for Mips16 pc relative load word instructions.
Rafael Espíndola
- [llvm] r194300 - Rewrite the PBQP graph data structure.
Rafael Espíndola
- [PATCH] Consider error-reporting calls cold in BPI
Hal Finkel
- [PATCH] Remove dead code from LoopUnswitch
Hal Finkel
- [llvm] r194027 - Add a runtime unrolling parameter to the LoopUnroll pass constructor
Hal Finkel
- [PATCH] Remove dead code from LoopUnswitch
Hal Finkel
- [PATCH] [ScalarEvolution] Change data structure to memorize computed result
Hal Finkel
- [llvm] r194277 - Remove dead code from LoopUnswitch
Hal Finkel
- [PATCH] Remove dead code from LoopUnswitch
Hal Finkel
- [PATCH] Loop Rerolling Pass
Hal Finkel
- [PATCH] Consider error-reporting calls cold in BPI
Hal Finkel
- [PATCH] Consider error-reporting calls cold in BPI
Hal Finkel
- [lld][buildbot] Add more buildbots with sanitize/thread
Rick Foos
- [lld][buildbot] Add more buildbots with sanitize/thread
Rick Foos
- [www] r194022 - Change title of one lightning talk.
Yunzhong Gao
- [PATCH] ARM: fold stack update into push/pop
Renato Golin
- [PATCH] ARM: fold stack update into push/pop
Renato Golin
- [PATCH] ARMAsmParser permitted p10 and p11 as operands for coprocessor instructions, resulting in ambiguous encodings
Renato Golin
- [PATCH] Add a Scalarize pass
Renato Golin
- [llvm] r193459 - llvm/test/lit.cfg: Tighten conditions to enable 'native'.
Renato Golin
- [llvm] r193459 - llvm/test/lit.cfg: Tighten conditions to enable 'native'.
Renato Golin
- [PATCH] Add a Scalarize pass
Renato Golin
- [llvm] r194083 - [objc-arc] Convert the one directional retain/release relation assert to a conditional check + fail.
Michael Gottesman
- [llvm] r194259 - CalculateSpillWeights cleanup: remove unneeded includes
Arnaud A. de Grandmaison
- [llvm] r194269 - CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
- [llvm] r194272 - Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
- [llvm] r194356 - CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
- [llvm] r194093 - Convert comments to documentation comments (// -> ///)
Dmitri Gribenko
- Document tag some previously untagged virtual member functions in TargetLowering.h
Dmitri Gribenko
- [PATCH] ARM: fold stack update into push/pop
Jim Grosbach
- [PATCH] ARM: fold stack update into push/pop
Jim Grosbach
- [llvm] r194285 - X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()
Jim Grosbach
- [llvm] r193112 - Fix CodeGen for vectors of pointers with address spaces.
Patrik Hägglund H
- [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] r194300 - Rewrite the PBQP graph data structure.
Lang Hames
- [llvm] r194311 - Re-apply r194300 with fixes for warnings.
Lang Hames
- [llvm] r194300 - Rewrite the PBQP graph data structure.
Lang Hames
- [llvm] r194314 - include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]
Lang Hames
- [llvm] r194309 - [mips] Make sure there is a chain edge dependency between loads that read
Akira Hatanaka
- [PATCH] Consider error-reporting calls cold in BPI
Meador Inge
- [llvm] r194140 - [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disassembler
Timur Iskhodzhanov
- [llvm] r194140 - [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disassembler
Timur Iskhodzhanov
- [llvm] r194139 - [llvm-c] Expose LLVMLoadLibraryPermanently
Timur Iskhodzhanov
- [llvm] r194140 - [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disassembler
Timur Iskhodzhanov
- [compiler-rt] r193405 - [sanitizer] Intercept pthread_attr_get*.
Timur Iskhodzhanov
- [PATCH] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
- [PATCH] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
- [PATCH] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
- [compiler-rt] r194326 - [Sanitizers] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
- [PATCH] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
- [compiler-rt] r194331 - Remove a FIXME now that I can't reproduce the problem
Timur Iskhodzhanov
- [llvm] r193992 - Support for microMIPS branch instructions.
Zoran Jovanovic
- [llvm] r194205 - Support for microMIPS trap instructions 1.
Zoran Jovanovic
- [llvm] r194258 - Test for microMIPS trap instructions.
Zoran Jovanovic
- [PATCH] Add a DecomposeVectors pass
Pekka Jääskeläinen
- [PATCH] Add a Scalarize pass
Pekka Jääskeläinen
- [PATCH] Add a Scalarize pass
Pekka Jääskeläinen
- [lld] r194114 - [PECOFF] Ignore /disallowlib.
Reid Kleckner
- [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
- [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
- [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
- [lld] r194280 - [mach-o] add debugging to help explain one build bot failure
Nick Kledzik
- [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
- [lld] r194290 - [mach-o] fix uninitialized variable
Nick Kledzik
- [lld] r194299 - [mach-o] reduce duplicate source code by using a templated method. No functionality change.
Nick Kledzik
- [lld] r194305 - [mach-o] Use LEB128 stuff from llvm/Support. No functionality change.
Nick Kledzik
- [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
- [llvm] r194021 - Make sure we don't get a warning from this variable that is only used
Reed Kotler
- [llvm] r194053 - Fix r194019 as requested by Eric Christopher.
Reed Kotler
- [llvm] r194053 - Fix r194019 as requested by Eric Christopher.
Reed Kotler
- [llvm] r194053 - Fix r194019 as requested by Eric Christopher.
Reed Kotler
- [llvm] r194066 - Remove the word "thumb" from comments. Remove also an incorrect
Reed Kotler
- [llvm] r194096 - Cleanup getUserOffset. Issues related to inline assembler length and
Reed Kotler
- [llvm] r194101 - Get rid of all references to soimm in MipsConstantIslands pass because
Reed Kotler
- [llvm] r194108 - Get rid of current calculation function and adjustment scheme
Reed Kotler
- [llvm] r194126 - Fix definition for Mips16 pc relative load word instructions.
Reed Kotler
- [llvm] r194053 - Fix r194019 as requested by Eric Christopher.
Reed Kotler
- [llvm] r194201 - Disable some code that is causing some warnings. It's in the process
Reed Kotler
- [llvm] r194337 - Mostly finish up constant islands port for Mips for load constants.
Reed Kotler
- [llvm] r193984 - X86: Add a description for AMD bdver3 aka Steamroller.
Benjamin Kramer
- [llvm] r194015 - SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict weak ordering.
Benjamin Kramer
- [llvm] r194077 - Silence GCC warning about dropping off a fully covered switch.
Benjamin Kramer
- [llvm] r194147 - Add test case for PR12377, it was fixed by r194116.
Benjamin Kramer
- [llvm] r194335 - Remove some unnecessary temporary strings.
Benjamin Kramer
- [patch] Convert BitcodeReader to use error_code
Chris Lattner
- [PATCH] Remove dead code from LoopUnswitch
Chris Lattner
- [www] r193979 - Update social details.
Tanya Lattner
- [www] r194105 - Add presenter.
Tanya Lattner
- [www] r194121 - Change presenter.
Tanya Lattner
- r193356 - Inliner: Handle readonly attribute per argument when adding memcpy
Vincent Lejeune
- [llvm] r194153 - R600: Fix LowerUDIVREM
Vincent Lejeune
- [PATCH] R600/SI: Change formatting of printed registers.
Vincent Lejeune
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Nick Lewycky
- [llvm] r194300 - Rewrite the PBQP graph data structure.
Nick Lewycky
- [llvm] r194308 - Revert r194300 which broke the build.
Nick Lewycky
- [llvm] r194300 - Rewrite the PBQP graph data structure.
Nick Lewycky
- [PATCH] llvm-cov: Updated file checksum to be timestamp.
Nick Lewycky
- [PATCH] Avoid illegal integer promotion in X86FastISel
Michael Liao
- [llvm] r194043 - Implement AArch64 post-index vector load/store multiple N-element structure class SIMD(lselem-post).
Hao Liu
- [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
- [PATCH] Implement aarch64 neon instruction class SIMD Bitwise Extract - LLVM
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class SIMD Perm - Clang
Jiangning Liu
- [llvm] r194118 - Implement AArch64 Neon instruction set Bitwise Extract.
Jiangning Liu
- [llvm] r194123 - Implement AArch64 Neon instruction set Perm.
Jiangning Liu
- [llvm] r194085 - Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.
Jiangning Liu
- XCore target: implement exception handling
Robert Lytton
- XCore target: Enable frames larger than 65535 to be lowered
Robert Lytton
- XCore target: Fix eliminateFrameIndex() to handle large frames
Robert Lytton
- [PATCH] IR: Do not canonicalize constant GEPs into an out-of-bounds array access
David Majnemer
- [llvm] r194062 - X86 Disassembler: remove unused bool typedef-name
David Majnemer
- Patch Review for PR17158
David Majnemer
- [PATCH] IR: Do not canonicalize constant GEPs into an out-of-bounds array access
David Majnemer
- [PATCH] IR: Do not canonicalize constant GEPs into an out-of-bounds array access
David Majnemer
- Patch Review for PR17158
David Majnemer
- [PATCH] IR: Do not canonicalize constant GEPs into an out-of-bounds array access
David Majnemer
- [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] r194221 - IR: Properly canonicalize PointerType in ConstantExpr GEPs
David Majnemer
- [llvm] r194221 - IR: Properly canonicalize PointerType in ConstantExpr GEPs
David Majnemer
- [llvm] r194341 - IR: Refactor GEP range checks, reuse them for other parts of folding
David Majnemer
- Patch for `include/llvm/Support/Host.h` to support BSD and Solaris endian.h equivalents
Samuel Marks
- Patch for `include/llvm/Support/Host.h` to support BSD and Solaris endian.h equivalents
Samuel Marks
- Patch for `include/llvm/Support/Host.h` to support BSD and Solaris endian.h equivalents
Samuel Marks
- Patch for `include/llvm/Support/Host.h` to support BSD and Solaris endian.h equivalents
Samuel Marks
- Patch for `include/llvm/Support/Host.h` to support BSD and Solaris endian.h equivalents
Samuel Marks
- Patch for `include/llvm/Support/Host.h` to support BSD and Solaris endian.h equivalents
Samuel Marks
- [compiler-rt] r193405 - [sanitizer] Intercept pthread_attr_get*.
Sergey Matveev
- [compiler-rt] r193405 - [sanitizer] Intercept pthread_attr_get*.
Sergey Matveev
- [llvm] r194006 - Add support for AVX512 masked vector blend intrinsics.
Cameron McInally
- [llvm] r194145 - Implement gpword directive for mips, test case added. Stype changes using clang-format are also included.
Vladimir Medic
- [PATCH] Small improvement to IntrinsicEmitter::EmitAttributes
Aditya Nandakumar
- [PATCH] Allow %w, %z operands to be immediates for AArch64
Tim Northover
- [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
- [PATCH] Implement aarch64 NEON copy_lane intrinsic with float type
Tim Northover
- [PATCH]AArch64 Neon Post-index Load/Store multiple N-element instructions.
Tim Northover
- [PATCH] Implement aarch64 neon instruction class SIMD Crypto - LLVM
Tim Northover
- [llvm] r194094 - ARM: permit bare dmb/dsb/isb aliases on Cortex-M0
Tim Northover
- [PATCH] ARM: fold stack update into push/pop
Tim Northover
- [PATCH] Implement aarch64 neon instruction class SIMD Bitwise Extract - LLVM
Tim Northover
- 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] Implement aarch64 neon instruction class SIMD Bitwise Extract - LLVM
Tim Northover
- [PATCH] Implement aarch64 neon instruction class SIMD Perm - Clang
Tim Northover
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Tim Northover
- [PATCH] ARM: fold stack update into push/pop
Tim Northover
- [PATCH] ARM: fold stack update into push/pop
Tim Northover
- [llvm] r194264 - ARM: fold prologue/epilogue sp updates into push/pop for code size
Tim Northover
- [PATCH] ARM: fold stack update into push/pop
Tim Northover
- Re: [PATCH] Implement aarch64 neon instruction class SIMD misc - LLVM
Tim Northover
- [llvm] r194024 - AArch64: use default asm operand printing when modifier inapplicable
Tim Northover
- [PATCH] Implement aarch64 neon instruction class SIMD misc - LLVM
Tim Northover
- [llvm] r194361 - AArch64: refactor vector list creation to be more uniform
Tim Northover
- [PATCH] Use auto profiler to set branch weights
Diego Novillo
- [PATCH] Use auto profiler to set branch weights
Diego Novillo
- [PATCH] Do not generate nopl instruction on CPUs that don't support it. (fwd)
Mikulas Patocka
- [www] r194351 - Add Octasic as in the Industry Users list.
Francois Pichet
- [PATCH][llvm-c] Expose new calling conventions
Filip Pizlo
- [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
- [PATCH] [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
- [PATCH] [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
- [compiler-rt] r194150 - [ASan] Use OS-specific matches in the malloc_context_size.cc lit test.
Alexander Potapenko
- [PATCH] [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
- [Patch] use __BLOCKS__ in asan_mac.cc to detect blocks availability
Alexander Potapenko
- [Patch] use __BLOCKS__ in asan_mac.cc to detect blocks availability
Alexander Potapenko
- [PATCH] [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
- [PATCH] [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
- [compiler-rt] r194199 - [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
- [PATCH] [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
- [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
- [llvm] r194218 - Move copying of global initializers below the cloning of functions.
Adrian Prantl
- [PATCH] Implement aarch64 NEON copy_lane intrinsic with float type
Kevin Qin
- [llvm] r194041 - Implemented aarch64 neon intrinsic vcopy_lane with float type.
Kevin Qin
- [PATCH] Implement aarch64 neon instruction class SIMD misc - LLVM
Kevin Qin
- [PATCH] Implement aarch64 neon instruction class SIMD misc - Clang
Kevin Qin
- [llvm] r193874 - Add comments.
Manman Ren
- [llvm] r194001 - Rename testing case to use - instead of _.
Manman Ren
- [PATCH] Slightly change the way stackmap and patchpoint intrinsics are lowered.
Juergen Ributzka
- [PATCH] [Stackmap]Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
- [PATCH] [Stackmap]Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
- [PATCH] [Stackmap]Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
- [llvm] r193677 - Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too."
Juergen Ributzka
- [llvm] r194293 - [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
- [PATCH] [Stackmap]Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
- [llvm] r194306 - [Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
- [PATCH] Materialize the jump address within the patchpoint noop slide using a scratch register.
Juergen Ributzka
- [PATCH] [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.
Juergen Ributzka
- [llvm] r194266 - Add ImmutableSet profiling info for 'bool'.
Jordan Rose
- [PATCH] Add a DecomposeVectors pass
Nadav Rotem
- [PATCH] Add a DecomposeVectors pass
Nadav Rotem
- [PATCH] Add a DecomposeVectors pass
Nadav Rotem
- [PATCH] Add a Scalarize pass
Nadav Rotem
- [PATCH] Add a Scalarize pass
Nadav Rotem
- [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
- [PATCH] Add a Scalarize pass
Nadav Rotem
- [compiler-rt] r194107 - [ASan] Make sure slow stack unwinder doesn't return empty stacks.
Alexey Samsonov
- [PATCH] [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexey Samsonov
- [compiler-rt] r194125 - [ASan] Disable back init-order checker. Make strict_init_order imply check_initialization_order
Alexey Samsonov
- [compiler-rt] r194150 - [ASan] Use OS-specific matches in the malloc_context_size.cc lit test.
Alexey Samsonov
- [PATCH] [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexey Samsonov
- [Patch] use __BLOCKS__ in asan_mac.cc to detect blocks availability
Alexey Samsonov
- [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] Share some stack walking code between Windows and Linux
Alexey Samsonov
- [PATCH] Added TargetLowering::isVectorEltOrderLittleEndian(EVT)
Daniel Sanders
- [PATCH] [mips][msa] Build all the tests in little and big endian modes and correct an incorrect test.
Daniel Sanders
- [PATCH] Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
- [PATCH] Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
- [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
- [PATCH] Add a Scalarize pass
Richard Sandiford
- [PATCH] ScalarEvolution backedge taken count computation on LT and GT rewrite
Michele Scandale
- [PATCH] ScalarEvolution backedge taken count computation on LT and GT rewrite
Michele Scandale
- [PATCH] Address Space Casting
Michele Scandale
- [PATCH] Address Space Casting
Michele Scandale
- enabling clients to use rpath to find LLVM shared libraries on OS X
Benjamin Scarlet
- enabling clients to use rpath to find LLVM shared libraries on OS X
Benjamin Scarlet
- [compiler-rt] r194155 - [asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59018)
Kostya Serebryany
- [lld] r193982 - [PECOFF] Add a test for the resource file.
Sean Silva
- [lld][buildbot] Add more buildbots with sanitize/thread
Sean Silva
- [llvm] r194011 - [docs] Add link to 32-bit ARM ELF supplement.
Sean Silva
- [lld] r194028 - Replace ErrorOr<void> with error_code.
Sean Silva
- [lld] r194290 - [mach-o] fix uninitialized variable
Sean Silva
- [llvm] r194325 - [PM] Start sketching out the new module and function pass manager.
Sean Silva
- [ARM] Handling for coprocessor instructions that are undefined starting from ARMv8
Artyom Skrobov
- [PATCH] ARMAsmParser permitted p10 and p11 as operands for coprocessor instructions, resulting in ambiguous encodings
Artyom Skrobov
- [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
- [PATCH] ARMAsmParser permitted p10 and p11 as operands for coprocessor instructions, resulting in ambiguous encodings
Artyom Skrobov
- [PATCH] Lit to use the same rules for XFAIL and REQUIRES, to allow target-architecture-specific tests
Artyom Skrobov
- [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
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Duncan Exon Smith
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Duncan Exon Smith
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Duncan Exon Smith
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Duncan Exon Smith
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Duncan Exon Smith
- [PATCH] Prevent user-supplied libc implementations from premature removal in LTO
Duncan Exon Smith
- [PATCH] Avoid illegal integer promotion in X86FastISel
Duncan Exon Smith
- [PATCH] Avoid illegal integer promotion in X86FastISel
Duncan P. N. Exon Smith
- Constant merger patch to fix bug 17815 [Constant merging may illegally downgrade global alignment]
Chris Smowton
- Constant merger patch to fix bug 17815 [Constant merging may illegally downgrade global alignment]
Chris Smowton
- [patch] Simplify ErrorOr
Michael Spencer
- [PATCH] [lld][ELF] Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael Spencer
- [PATCH] [lld][mach-o] binary reader and writer
Michael Spencer
- [PATCH] [lld][ELF] Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael Spencer
- [PATCH] Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael Spencer
- [lld] r194278 - Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael J. Spencer
- [llvm] r194007 - Use startswith_lower() where possible.
Jakub Staszak
- [llvm] r193356 - Inliner: Handle readonly attribute per argument when adding memcpy
Stellard, Thomas
- [llvm] r193356 - Inliner: Handle readonly attribute per argument when adding memcpy
Tom Stellard
- [compiler-rt] r194036 - [msan] Fix a very unfortunate typo in origin copying.
Evgeniy Stepanov
- [lld] r194290 - [mach-o] fix uninitialized variable
Evgeniy Stepanov
- [llvm] r194026 - Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant islands code to Mips."
NAKAMURA Takumi
- [llvm] r194026 - Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant islands code to Mips."
NAKAMURA Takumi
- [llvm] r194203 - llvm-c/Support.h: Add a newline at eof.
NAKAMURA Takumi
- [llvm] r194257 - llvm-ar: Let opening a directory failed in llvm-ar.
NAKAMURA Takumi
- [llvm] r194313 - Fix whitespace.
NAKAMURA Takumi
- [llvm] r194314 - include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r194314 - include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r193459 - llvm/test/lit.cfg: Tighten conditions to enable 'native'.
NAKAMURA Takumi
- [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] r194034 - llvm-cov: Added command-line option to change dir.
Alp Toker
- [llvm] r194034 - llvm-cov: Added command-line option to change dir.
Alp Toker
- [llvm] r194040 - Revert "llvm-cov: Added command-line option to change dir."
Alp Toker
- [llvm] r194051 - Fix symbol defines in config.h.cmake
Alp Toker
- [llvm] r194060 - Suppress OS crash dialog in llvm-rtdyld
Alp Toker
- [llvm] r194060 - Suppress OS crash dialog in llvm-rtdyld
Alp Toker
- [llvm] r194078 - Provide a test input for opt
Alp Toker
- [PATCH] Lit to use the same rules for XFAIL and REQUIRES, to allow target-architecture-specific tests
Alp Toker
- [llvm] r194048 - Lift alignment restrictions on load folding for a significant portion of AVX instructions.
Craig Topper
- [PATCH] Remove dead code from LoopUnswitch
Andrew Trick
- [PATCH] Slightly change the way stackmap and patchpoint intrinsics are lowered.
Andrew Trick
- [PATCH] Slightly change the way stackmap and patchpoint intrinsics are lowered.
Andrew Trick
- [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
Andrew Trick
- [llvm] r194116 - Rewrite SCEV's backedge taken count computation.
Andrew Trick
- [PATCH] ScalarEvolution backedge taken count computation on LT and GT rewrite
Andrew Trick
- [PATCH] [Stackmap]Add AnyReg calling convention support for patchpoint intrinsic.
Andrew Trick
- [PATCH] - Increase the accuracy of register pressure computation in the presence of dead definitions
Andrew Trick
- [PATCH] [Stackmap]Add AnyReg calling convention support for patchpoint intrinsic.
Andrew Trick
- [PATCH] Materialize the jump address within the patchpoint noop slide using a scratch register.
Andrew Trick
- [PATCH][llvm-c] Expose new calling conventions
Andrew Trick
- [lld] r193982 - [PECOFF] Add a test for the resource file.
Rui Ueyama
- [lld] r194003 - [PECOFF] Fix the test to run.
Rui Ueyama
- [lld] r194010 - [ELF] Fix typo in the expression calculates an absolute atom offset.
Rui Ueyama
- [lld] r194028 - Replace ErrorOr<void> with error_code.
Rui Ueyama
- [lld] r194037 - Remove unnecessary namespace qualifier.
Rui Ueyama
- [PATCH] [lld][mach-o] binary reader and writer
Rui Ueyama
- [PATCH] [lld][mach-o] binary reader and writer
Rui Ueyama
- [lld] r194089 - Remove extraneous parentheses.
Rui Ueyama
- [lld] r194110 - [PECOFF] Report error if there's unknown flag in .drectve
Rui Ueyama
- [PATCH] [lld][mach-o] binary reader and writer
Rui Ueyama
- [lld] r194114 - [PECOFF] Ignore /disallowlib.
Rui Ueyama
- [lld] r194114 - [PECOFF] Ignore /disallowlib.
Rui Ueyama
- [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
- [lld] r194131 - [PECOFF] Make /disallowlib an alias for /nodefaultlib.
Rui Ueyama
- [lld] r194133 - [PECOFF] Add /section option.
Rui Ueyama
- [lld] r194160 - [PECOFF] Rename getSectionAlignment -> getSectionDefaultAlignment.
Rui Ueyama
- [lld] r194322 - Remove empty namespace.
Rui Ueyama
- [lld] r194349 - [ELF] Un-break undef-from-main-dso.test on MSVC 2012.
Rui Ueyama
- [lld] r194349 - [ELF] Un-break undef-from-main-dso.test on MSVC 2012.
Rui Ueyama
- [lld] r194349 - [ELF] Un-break undef-from-main-dso.test on MSVC 2012.
Rui Ueyama
- [lld] r194364 - Delete unused constructor.
Rui Ueyama
- [PATCH] [ScalarEvolution] Change data structure to memorize computed result
Wan, Xiaofei
- [PATCH] [ScalarEvolution] Change data structure to memorize computed result
Wan, Xiaofei
- [patch/compiler-rt] Make asan buildable on OS X 10.9 with Xcode 5
Nico Weber
- [patch/compiler-rt] Make asan buildable on OS X 10.9 with Xcode 5
Nico Weber
- [patch/compiler-rt] Make asan buildable on OS X 10.9 with Xcode 5
Nico Weber
- Patch Review for PR17158
Bill Wendling
- [PATCH] IR: Do not canonicalize constant GEPs into an out-of-bounds array access
Bill Wendling
- Patch Review for PR17158
Bill Wendling
- [PATCH] llvm-cov: Added constness property to methods.
Bill Wendling
- [PATCH] llvm-cov: Slightly improved error checking.
Bill Wendling
- [llvm] r194218 - Move copying of global initializers below the cloning of functions.
Bill Wendling
- [llvm] r194219 - Run clang-format on file.
Bill Wendling
- [PATCH] IR: Do not canonicalize constant GEPs into an out-of-bounds array access
Bill Wendling
- Patch Review for PR17158
Bill Wendling
- [llvm] r194251 - Remove ^M from the file.
Bill Wendling
- [llvm] r194348 - Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to PR17307 & 17308."
Bill Wendling
- [llvm] r194285 - X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()
Bill Wendling
- [www] r194104 - Point Win snapshot links to r194000 build
Hans Wennborg
- [test-suite] r193998 - Rename mn() to main() in this new test.
Bob Wilson
- [test-suite] r193961 - PR10189 appears to be fixed.
Bob Wilson
- [www] r193999 - Fix typo: "Hcaker"
Bob Wilson
- [PATCH] Consider error-reporting calls cold in BPI
Bob Wilson
- [www] r193979 - Update social details.
Bob Wilson
- [compiler-rt] r193944 - Push back various changes for building Apple's compiler-rt dylib.
Bob Wilson
- enabling clients to use rpath to find LLVM shared libraries on OS X
Bob Wilson
- enabling clients to use rpath to find LLVM shared libraries on OS X
Bob Wilson
- [PATCH] Added summary info to GCDAProfiling.
Yuchen Wu
- [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
- [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
- [PATCH] Added basic testing support for llvm-cov.
Yuchen Wu
- [PATCH] Added basic testing support for llvm-cov.
Yuchen Wu
- [PATCH] llvm-cov: Removed StripMap holding GCOVLines
Yuchen Wu
- [PATCH] Added basic testing support for llvm-cov.
Yuchen Wu
- [PATCH] llvm-cov: Replaced asserts with proper error handling
Yuchen Wu
- [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] llvm-cov: Slightly improved error checking.
Yuchen Wu
- [PATCH] llvm-cov: Updated file checksum to be timestamp.
Yuchen Wu
- [llvm] r194017 - Remove dead code
Shuxin Yang
- [PATCH] [OCaml] Dynamically link LLVM on --enable-shared builds
Peter Zotov
- [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] 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] 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] 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] 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] 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] r194146 - [llvm-c] Add parameter names in Target.h for C99 compliance
Peter Zotov
- [PATCH] Add a DecomposeVectors pass
hfinkel at anl.gov
- [PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
- [PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
- [PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
- [PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
- [PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
- [PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
- [PATCH] Add explictly exported atoms and export R_*_COPY'ed atoms.
kledzik at apple.com
- [PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
- [PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
- [lld] r194290 - [mach-o] fix uninitialized variable
shankare at codeaurora.org
- [llvm] r194221 - IR: Properly canonicalize PointerType in ConstantExpr GEPs
jahanian
- [llvm] r194221 - IR: Properly canonicalize PointerType in ConstantExpr GEPs
jahanian
- [llvm] r194019 - Submit the basic port of the rest of ARM constant islands code to Mips.
reed kotler
- [llvm] r194019 - Submit the basic port of the rest of ARM constant islands code to Mips.
reed kotler
- [llvm] r194026 - Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant islands code to Mips."
reed kotler
- [llvm] r194026 - Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant islands code to Mips."
reed kotler
- [llvm] r194026 - Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant islands code to Mips."
reed kotler
- [llvm] r194026 - Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant islands code to Mips."
reed kotler
- [llvm] r194053 - Fix r194019 as requested by Eric Christopher.
reed kotler
- [llvm] r194126 - Fix definition for Mips16 pc relative load word instructions.
reed kotler
- [llvm] r194126 - Fix definition for Mips16 pc relative load word instructions.
reed kotler
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).