The Week Of Monday 9 September 2013 Archives by author
Starting: Mon Sep 9 01:00:56 PDT 2013
Ending: Sun Sep 15 23:46:18 PDT 2013
Messages: 773
- Patch to BitcodeReader
Joe Abbey
- Patch to BitcodeReader
Joe Abbey
- [llvm] r190634 - Patch provide by Tom Roeder!
Joe Abbey
- Patch to BitcodeReader
Joe Abbey
- [PATCH] Implement function prefix data as an IR feature.
Joe Abbey
- [PATCH] Implement function prefix data as an IR feature.
Joe Abbey
- [PATCH] Change representation of dllexport/dllimport
Saleem Abdulrasool
- RFC: Modeling horizontal vector reductions
Owen Anderson
- [PATCH] FileCheck refactor: Use enum instead increasing number of bools for kinds of check lines
Matt Arsenault
- [PATCH] Don't use getSetCCResultType for creating a vselect
Matt Arsenault
- [PATCH] Don't use getSetCCResultType for creating a vselect
Matt Arsenault
- [llvm] r190375 - Use StringRef::npos for StringRef instead of std::string one
Matt Arsenault
- [llvm] r190376 - Don't use getSetCCResultType for creating a vselect
Matt Arsenault
- [PATCH] Don't use getSetCCResultType for creating a vselect
Matt Arsenault
- [PATCH] Turn add, icmp, select into icmp, select with constants.
Matt Arsenault
- [PATCH] Turn add, icmp, select into icmp, select with constants.
Matt Arsenault
- [PATCH] Scalarize select vector arguments when extracted
Matt Arsenault
- [PATCH] Teach ScalarEvolution about pointer address spaces
Matt Arsenault
- [llvm] r190424 - Fix typo
Matt Arsenault
- [llvm] r190425 - Teach ScalarEvolution about pointer address spaces
Matt Arsenault
- [llvm] r190426 - Fix missing CHECK-LABELs
Matt Arsenault
- [PATCH] Teach ScalarEvolution about pointer address spaces
Matt Arsenault
- [PATCH] Scalarize select vector arguments when extracted
Matt Arsenault
- [polly] r190429 - Fix build after SCEV change
Matt Arsenault
- [PATCH] Teach MemoryBuiltins about address spaces
Matt Arsenault
- [PATCH] Teach LoopIdiom about address spaces
Matt Arsenault
- [llvm] r190490 - Add braces
Matt Arsenault
- [llvm] r190491 - Teach loop-idiom about address space pointer sizes
Matt Arsenault
- [PATCH] Teach LoopIdiom about address spaces
Matt Arsenault
- [llvm] r190498 - Use type form of getIntPtrType
Matt Arsenault
- [llvm] r190565 - Remove pointless assertion after r190376
Matt Arsenault
- [llvm] r190566 - Fix comment to match what the assert actually enforces
Matt Arsenault
- [llvm] r190567 - Move variable under condition where it is used
Matt Arsenault
- [PATCH] Fix a constant folding address space place I missed.
Matt Arsenault
- [PATCH] Fix another constant folding address space place I missed.
Matt Arsenault
- [PATCH] Teach SimplifyCFG about address spaces
Matt Arsenault
- [PATCH] Add a function to get the largest address space pointer size
Matt Arsenault
- [PATCH] MemCpyOptimizer: Use max legal int size instead of pointer size
Matt Arsenault
- [PATCH] Add a function to get the largest address space pointer size
Matt Arsenault
- [PATCH] Fix assertion failure caused by InlineCost when ptrtoint int size is larger than the pointer size
Matt Arsenault
- [PATCH] Teach MergeFunctions about address spaces
Matt Arsenault
- [PATCH] Workaround MSVC 32-bit miscompile of getCondCodeAction
Matt Arsenault
- [PATCH] Cleanup handling of constant function casts
Matt Arsenault
- [PATCH] Add address space arguments to MemoryBuiltins
Matt Arsenault
- [llvm] r190739 - Add test for untested path in SimplifyCFG
Matt Arsenault
- [llvm] r190740 - Add missing CHECK-LABEL
Matt Arsenault
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Simon Atanasyan
- [llvm] r190304 - Silencing a warning about control flow reaching the end of a non-void function.
Aaron Ballman
- [llvm] r190308 - A better way to silence the warning in MSVC (replaces r190304).
Aaron Ballman
- [llvm] r190304 - Silencing a warning about control flow reaching the end of a non-void function.
Aaron Ballman
- [llvm] r190304 - Silencing a warning about control flow reaching the end of a non-void function.
Aaron Ballman
- [Patch] GVN fold conditional-branch on-the-fly
Daniel Berlin
- [Patch] GVN fold conditional-branch on-the-fly
Daniel Berlin
- [Patch] GVN fold conditional-branch on-the-fly
Daniel Berlin
- [Patch] GVN fold conditional-branch on-the-fly
Daniel Berlin
- [PATCH] [PATCH] Teach the Inliner about attribute optnone
Andrea Di Biagio
- [PATCH] [PATCH] Teach the Inliner about attribute optnone
Andrea Di Biagio
- [PATCH] Teach DAGCombier how to fold according to rule (shl (zext (shr A, X)), X) => (zext (shl (shr A, X), X))
Andrea Di Biagio
- [llvm] r190322 - Debug Info: Rename DITypeRef to DIScopeRef.
David Blaikie
- [llvm] r190330 - Debug Info: move DIScope::getContext to DwarfDebug.
David Blaikie
- [llvm] r190334 - Debug Info: Use DIScopeRef for DIType::getContext.
David Blaikie
- [llvm] r190322 - Debug Info: Rename DITypeRef to DIScopeRef.
David Blaikie
- [llvm] r190334 - Debug Info: Use DIScopeRef for DIType::getContext.
David Blaikie
- [llvm] r190330 - Debug Info: move DIScope::getContext to DwarfDebug.
David Blaikie
- [llvm] r190421 - Debug Info: create scope children DIEs when the scope DIE is not null.
David Blaikie
- [llvm] r190418 - Debug Info: define a DIRef template.
David Blaikie
- [llvm] r190418 - Debug Info: define a DIRef template.
David Blaikie
- [llvm] r190418 - Debug Info: define a DIRef template.
David Blaikie
- [PATCH] Support for generating DWARF .debug_aranges sections.
David Blaikie
- [llvm] r190708 - Add warn_unused_result to empty() on various containers.
David Blaikie
- [llvm] r190708 - Add warn_unused_result to empty() on various containers.
David Blaikie
- [llvm] r190770 - Replace some unnecessary vector copies with references.
David Blaikie
- [llvm] r190770 - Replace some unnecessary vector copies with references.
David Blaikie
- [PATCH] Expand DECLARE_TRANSPARENT_OPERAND_ACCESSOR macro in doxygen
Matthias Braun
- RFC: Modeling horizontal vector reductions
Stephen Canon
- [www] r190430 - Point the Windows builds download links to r190317 version
Chandler Carruth
- [PATCH] Change representation of dllexport/dllimport
Chandler Carruth
- RFC: Modeling horizontal vector reductions
Chandler Carruth
- RFC: Modeling horizontal vector reductions
Chandler Carruth
- RFC: Modeling horizontal vector reductions
Chandler Carruth
- [PATCH] Make Scalar Replacement of Aggregates use the right opcode for converting from vector-of-int to vector-of-pointer
Chandler Carruth
- [llvm] r190640 - Remove an unused variable, fixing -Werror build with latest Clang.
Chandler Carruth
- [llvm] r190748 - Remove the long, long defunct IR block placement pass.
Chandler Carruth
- [llvm] r190358 - white spaces and long lines
Jack Carter
- [PATCH] support for misc microMIPS instructions
Jack Carter
- [PATCH] Support for microMIPS DIV instructions.
Jack Carter
- [PATCH] Fixed bug when generating Load Upper Immediate microMIPS instruction
Jack Carter
- [llvm] r190598 - Add an instruction deprecation feature to TableGen.
Zonr Chang
- [PATCH] Use an RPATH with LLVMgold
Stephen Checkoway
- [PATCH][InstCombiner] Expose opportunities to merge subtract and comparison
Evan Cheng
- RFC: Modeling horizontal vector reductions
Evan Cheng
- [llvm] r190412 - Remove unused private member in ARMAsmPrinter.cpp.
Logan Chien
- [zorg] r190227 - [llvmlab] Add support for creating a phased cxx11 builder.
Eric Christopher
- [llvm] r190342 - Formatting.
Eric Christopher
- [llvm] r190343 - Add constant defines for gnu pubnames and gnu pubtypes - they're used
Eric Christopher
- [llvm] r190344 - Add the gnu pubnames and pubtypes sections to the mc object file
Eric Christopher
- [llvm] r190345 - Rename for consistency.
Eric Christopher
- [llvm] r190346 - Always add global names. We're adding them in the rest of the code
Eric Christopher
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Eric Christopher
- [llvm] r190386 - MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPub/, in r190344.
Eric Christopher
- [PATCH] [PATCH] Teach the Inliner about attribute optnone
Eric Christopher
- [PATCH] [PATCH] Teach the Inliner about attribute optnone
Eric Christopher
- [llvm] r190421 - Debug Info: create scope children DIEs when the scope DIE is not null.
Eric Christopher
- [llvm] r190421 - Debug Info: create scope children DIEs when the scope DIE is not null.
Eric Christopher
- [llvm] r190440 - Hoist section call out of loop.
Eric Christopher
- [llvm] r190536 - Revert "Give internal classes hidden visibility."
Eric Christopher
- [llvm] r190421 - Debug Info: create scope children DIEs when the scope DIE is not null.
Eric Christopher
- [PATCH] Support for generating DWARF .debug_aranges sections.
Eric Christopher
- [lld] r190554 - Run clang-format.
Eric Christopher
- [llvm] r190648 - Reformat and hoist section grabbing to top level.
Eric Christopher
- [llvm] r190649 - Add initial support for handling gnu style pubnames accepted by some
Eric Christopher
- [llvm] r190649 - Add initial support for handling gnu style pubnames accepted by some
Eric Christopher
- [PATCH] IR: Refactor main detection
Eric Christopher
- [PATCH] Support for generating DWARF .debug_aranges sections.
Eric Christopher
- [PATCH] Support for generating DWARF .debug_aranges sections.
Eric Christopher
- [PATCH] Support for generating DWARF .debug_aranges sections.
Eric Christopher
- [compiler-rt] r190379 - [dfsan] Initial set of DFSAN_OPTIONS flags.
Peter Collingbourne
- [compiler-rt] r190653 - [dfsan] Add a few easy functions to the ABI list.
Peter Collingbourne
- [PATCH] Implement function prefix data as an IR feature.
Peter Collingbourne
- [llvm] r190773 - Implement function prefix data as an IR feature.
Peter Collingbourne
- [PATCH] Implement function prefix data as an IR feature.
Peter Collingbourne
- [PATCH] Runtime support for the indirect function call checker.
Peter Collingbourne
- [PATCH][Peephole] Rewrite copies to avoid cross register banks copies.
Quentin Colombet
- [PATCH][InstCombiner] Expose opportunities to merge subtract and comparison
Quentin Colombet
- [PATCH][instcombine]: Slice a big load in two loads when the element are next to each other in memory.
Quentin Colombet
- [llvm] r190352 - [InstCombiner] Expose opportunities to merge subtract and comparison.
Quentin Colombet
- [PATCH][InstCombiner] Expose opportunities to merge subtract and comparison
Quentin Colombet
- [PATCH][PR16882] Ignore noreturn definitions when setting isPhysRegUsed.
Quentin Colombet
- [PATCH][Peephole] Rewrite copies to avoid cross register banks copies.
Quentin Colombet
- [PATCH][Peephole] Rewrite copies to avoid cross register banks copies.
Quentin Colombet
- [PATCH][Peephole] Rewrite copies to avoid cross register banks copies.
Quentin Colombet
- [llvm] r190713 - [Peephole] Rewrite copies to avoid cross register banks copies.
Quentin Colombet
- [PATCH][Peephole] Rewrite copies to avoid cross register banks copies.
Quentin Colombet
- [PATCH] Make variable argument intrinsics behave correctly in a Win64 CC function.
Charles Davis
- [PATCH] Make variable argument intrinsics behave correctly in a Win64 CC function.
Charles Davis
- [PATCH] Make variable argument intrinsics behave correctly in a Win64 CC function.
Charles Davis
- [PATCH] Make variable argument intrinsics behave correctly in a Win64 CC function.
Charles Davis
- [PATCH] Make variable argument intrinsics behave correctly in a Win64 CC function.
Charles Davis
- [llvm] r190595 - AVX-512: implemented extractelement with variable index.
Elena Demikhovsky
- [llvm] r190599 - LLVM Interpreter: implementation of "insertvalue" and "extractvalue";
Elena Demikhovsky
- [llvm] r190600 - LLVM interpreter: added a test for insert- extract- value
Elena Demikhovsky
- [PATCH] MachineSink: Fix and tweak critical-edge breaking heuristic.
Will Dietz
- [PATCH] MachineSink: Fix and tweak critical-edge breaking heuristic.
Will Dietz
- [llvm] r190618 - Implement asm support for a few PowerPC bookIII that are needed for assembling
Roman Divacky
- [PATCH] Make an llvm-config for cross-compilation
Ray Donnelly
- [PATCH] Make an llvm-config for cross-compilation
Ray Donnelly
- [LNT][PATCH] Better errors for invalid --cc parameters.
Daniel Dunbar
- [LNT][PATCH] Better errors for invalid --cc parameters.
Daniel Dunbar
- [llvm] r190535 - [lit] Add support for attach arbitrary metrics to test results.
Daniel Dunbar
- [LNT][PATCH] Move submission code into test-suite code.
Daniel Dunbar
- [llvm] r190738 - [lit] Add an --output option, for writing results in a machine readable form.
Daniel Dunbar
- PATCH + test for PR17099.
Stepan Dyatkovskiy
- [Mesa-dev] [PATCH 2/2] R600/SI: Merge offset0 and offset1 fields for single address DS instructions v2
Michel Dänzer
- [PATCH] Proper whole-archive handling
Shankar Easwaran
- [lld] r190554 - Run clang-format.
Shankar Easwaran
- [lld] r190608 - [lld][LayoutPass] Order the atoms that are in the same chain
Shankar Easwaran
- [lld] r190609 - [lld][ELF] Fix the readonly section order.
Shankar Easwaran
- [lld] r190610 - [lld][ELF] Fix vaddr of the first section
Shankar Easwaran
- [lld] r190612 - [lld][LayoutPass] change comments to reflect the sort order
Shankar Easwaran
- [lld] r190619 - [lld][tests] Fix buildbot failure on darwin
Shankar Easwaran
- [patch][lld][buildbot] Dont clean the darwin build when testing lld changes
Shankar Easwaran
- [lld] r190629 - [lld][LinkingContext] Fix doxygen comment
Shankar Easwaran
- [lld] r190585 - Do not hard code the leading underscore.
Shankar Easwaran
- [lld] r190658 - [lld][ELF] Handle multiple weak symbols
Shankar Easwaran
- [PATCH] [lld][PECOFF] Take into account all sections when setting size fields in the PE header
Shankar Easwaran
- [PATCH] [lld][ELF] Fix debug info handling.
Shankar Easwaran
- [PATCH] [lld][ELF] Fix debug info handling.
Shankar Easwaran
- [lld] r190608 - [lld][LayoutPass] Order the atoms that are in the same chain
Shankar Easwaran
- [lld] r190608 - [lld][LayoutPass] Order the atoms that are in the same chain
Shankar Easwaran
- [lld] r190772 - [PECOFF] Use a dummy file as an "input file" for Idata atoms.
Shankar Easwaran
- [PATCH] Add a fallback mechanism for undefined atom.
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Fix debug info handling.
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Fix debug info handling.
Shankar Kalpathi Easwaran
- [PATCH] [PATCH] Add support for ARMv8 cryptography instructions.
Amara Emerson
- [PATCH] [PATCH] Add support for ARMv8 cryptography instructions.
Amara Emerson
- [PATCH] Add support for ARMv8 cryptography instructions.
Amara Emerson
- [PATCH] Add support for ARMv8 cryptography instructions.
Amara Emerson
- [Patch] GVN fold conditional-branch on-the-fly
Hal Finkel
- [llvm] r190542 - Add getUnrollingPreferences to TTI
Hal Finkel
- [PATCH] Add getUnrollingPreferences to TTI
Hal Finkel
- [llvm] r190549 - Implement TTI getUnrollingPreferences for PowerPC
Hal Finkel
- RFC: Modeling horizontal vector reductions
Hal Finkel
- RFC: Modeling horizontal vector reductions
Hal Finkel
- [llvm] r190558 - Enable MI scheduling (and CodeGen AA) by default for embedded PPC cores
Hal Finkel
- [llvm] r190562 - Greatly simplify the PPC A2 scheduling itinerary
Hal Finkel
- [llvm] r190584 - Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSet
Hal Finkel
- [llvm] r190587 - PPC: Enable aggressive anti-dependency breaking
Hal Finkel
- [llvm] r190598 - Add an instruction deprecation feature to TableGen.
Hal Finkel
- [llvm] r190605 - Mark PPC MFTB and DST (and friends) as deprecated
Hal Finkel
- [llvm] r190598 - Add an instruction deprecation feature to TableGen.
Hal Finkel
- [llvm] r190558 - Enable MI scheduling (and CodeGen AA) by default for embedded PPC cores
Hal Finkel
- [PATCH] The LoopVectorizer and libm sqrt
Hal Finkel
- [PATCH] The LoopVectorizer and libm sqrt
Hal Finkel
- [llvm] r190624 - Make the PPC fast-math sqrt expansion safe at 0
Hal Finkel
- [PATCH] The LoopVectorizer and libm sqrt
Hal Finkel
- [PATCH] The LoopVectorizer and libm sqrt
Hal Finkel
- [PATCH] The LoopVectorizer and libm sqrt
Hal Finkel
- [PATCH] The LoopVectorizer and libm sqrt
Hal Finkel
- [PATCH] The LoopVectorizer and libm sqrt
Hal Finkel
- [PATCH] The LoopVectorizer and libm sqrt
Hal Finkel
- [llvm] r190636 - Fix PPC ABI for ByVal structs with vector members
Hal Finkel
- [llvm] r190637 - Remove unnecessary TBAA metadata from r190636's test case
Hal Finkel
- [llvm] r190717 - Adds support for Atom Silvermont (SLM) - -march=slm
Hal Finkel
- [llvm] r190720 - Add missing break statement in PPCISelLowering
Hal Finkel
- [llvm] r190717 - Adds support for Atom Silvermont (SLM) - -march=slm
Hal Finkel
- [llvm] r190763 - Prevent assert in CombinerGlobalAA with null values
Hal Finkel
- [llvm] r190764 - PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
- [llvm] r190765 - Revert r190764: PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
- [llvm] r190771 - PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
- [llvm] r190357 - Don't shrink atomic ops to bool in GlobalOpt.
Eli Friedman
- [PATCH] Address Space Casting
Eli Friedman
- [PATCH] Make variable argument intrinsics behave correctly in a Win64 CC function.
Eli Friedman
- [PATCH] Turn add, icmp, select into icmp, select with constants.
Eli Friedman
- [compiler-rt] r190383 - Delete unused variables.
Eli Friedman
- [llvm] r190423 - Add getenv() wrapper that works on multibyte environment variable.
Eli Friedman
- [llvm] r190423 - Add getenv() wrapper that works on multibyte environment variable.
Eli Friedman
- [llvm] r190442 - Remove unused functions.
Eli Friedman
- [llvm] r190446 - Fix mistake in r190442.
Eli Friedman
- [llvm] r190448 - Fix unused variables.
Eli Friedman
- [llvm] r190449 - Fix another mistake in r190442.
Eli Friedman
- [llvm] r190450 - Don't assert on invalid loop vectorization hint.
Eli Friedman
- [PATCH] Teach LoopIdiom about address spaces
Eli Friedman
- [llvm] r190461 - Get rid of unused isPodLike definitions.
Eli Friedman
- [llvm] r190466 - Rename variables for consistency.
Eli Friedman
- [llvm] r190448 - Fix unused variables.
Eli Friedman
- [llvm] r190631 - In AliasSetTracker, do not change the alias set to "mod/ref" when adding
Eli Friedman
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Dan Gohman
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Dan Gohman
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Dan Gohman
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
- [llvm] r190324 - [docs] Some typographical fixes.
Renato Golin
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
- [PATCH] EABI Divmod Legal
Renato Golin
- [llvm] r190409 - Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
- RFC: Modeling horizontal vector reductions
Renato Golin
- RFC: Modeling horizontal vector reductions
Renato Golin
- [PATCH] Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests
Renato Golin
- [llvm] r190683 - [ARMv8] Emit the proper .fpu directive.
Renato Golin
- [www-pubs] r190760 - Adding LLVMVF Paper
Renato Golin
- [www-pubs] r190761 - Re-scaling plot to fit 2013
Renato Golin
- [zorg] r190339 - [llvmlab] Change to use the configure cxx11/libcpp options. Turn off -nostdinc++ for now.
Michael Gottesman
- [llvm] r190388 - [python bindings] Added code to get the length of a memory buffer. Tests are included.
Michael Gottesman
- [llvm] r190389 - [python-bindings] Changed test_memory_buffer_create_from_file to just use the generic provided test_file instead of a binary.
Michael Gottesman
- [llvm] r190455 - [python-bindings] Removed unused import byref from llvm/disassembler.py.
Michael Gottesman
- [llvm] r190456 - [python-bindings] Implemented the PassRegistry class and the calls to initialize/shutdown llvm. Also included an initialize_llvm declaration.
Michael Gottesman
- [llvm] r190457 - [python-bindings] Added bindings for LLVMContextRef and a test for creating a new context or getting the global context.
Michael Gottesman
- [llvm] r190458 - [python-bindings] Added code for loading a module from bitcode, getset its datalayout, getset its target, dump it, print it to a file.
Michael Gottesman
- [llvm] r190459 - Fixed typo.
Michael Gottesman
- [llvm] r190465 - [python-bindings] Fixed 3 test failures caused by typos.
Michael Gottesman
- [llvm] r190467 - [python-bindings] Added test for reading a module from bitcode.
Michael Gottesman
- [llvm] r190468 - [python-bindings] Export OpCode from core.py.
Michael Gottesman
- [llvm] r190471 - [python-bindings] Added support for getting a module's functions, iterating f/b over said functions, dumping/print name of functions.
Michael Gottesman
- [llvm] r190473 - [python-bindings] Added support for iterating over a function's basic blocks, dumping/getting names of those bb, f/w iteration.
Michael Gottesman
- [llvm] r190475 - [python-bindings] Added support for iterating over a basic blocks instructions, getting their name/dumping them, f/b iteration.
Michael Gottesman
- [llvm] r190477 - [python-bindings] Added support for getting/setting operands of values and getting the number of operands of a value.
Michael Gottesman
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Joey Gouly
- [PATCH] [RFC] Deprecated feature in TableGen
Joey Gouly
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Joey Gouly
- [PATCH] [ARMv8] Implement the SEVL hint instruction
Joey Gouly
- [lld] r190585 - Do not hard code the leading underscore.
Joey Gouly
- [llvm] r190598 - Add an instruction deprecation feature to TableGen.
Joey Gouly
- [PATCH] [RFC] Deprecated feature in TableGen
Joey Gouly
- [llvm] r190598 - Add an instruction deprecation feature to TableGen.
Joey Gouly
- [llvm] r190602 - [LTO] Fix the LTO tool, after my API breakage.
Joey Gouly
- [llvm] r190598 - Add an instruction deprecation feature to TableGen.
Joey Gouly
- [llvm] r190604 - Somehow this important part of the patch, where I actually check the Mask,
Joey Gouly
- [llvm] r190598 - Add an instruction deprecation feature to TableGen.
Joey Gouly
- [llvm] r190598 - Add an instruction deprecation feature to TableGen.
Joey Gouly
- [PATCH] [ARM] Correct fpu attributes used for v8 in ARMAsmPrinter
Joey Gouly
- [PATCH] [ARM] Rename v8fp subtarget feature to fp-armv8
Joey Gouly
- [llvm] r190683 - [ARMv8] Emit the proper .fpu directive.
Joey Gouly
- [PATCH] [ARM] Correct fpu attributes used for v8 in ARMAsmPrinter
Joey Gouly
- [llvm] r190692 - [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
Joey Gouly
- [PATCH] [ARM] Rename v8fp subtarget feature to fp-armv8
Joey Gouly
- [PATCH][MC/SPARC] Add support for EH to SPARC backend
Venkatraman Govindaraju
- [PATCH[[X86_64/MC] Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.
Jim Grosbach
- [llvm] r190417 - ARM: Use the PICADD opcode calculated.
Jim Grosbach
- [PATCH] [RFC] Deprecated feature in TableGen
Jim Grosbach
- [PATCH] [RFC] Deprecated feature in TableGen
Jim Grosbach
- patches with initial implementation of Neon scalar instructions
Jim Grosbach
- [polly] r190384 - TempScopInfo: Microoptimize constant conditions
Tobias Grosser
- [PATCH] The LoopVectorizer and libm sqrt
Tobias Grosser
- Patch to BitcodeReader
Tobias Grosser
- [PATCH] The LoopVectorizer and libm sqrt
Tobias Grosser
- [PATCH] The LoopVectorizer and libm sqrt
Tobias Grosser
- Patch to BitcodeReader
Tobias Grosser
- [PATCH] The LoopVectorizer and libm sqrt
Tobias Grosser
- [PATCH] The LoopVectorizer and libm sqrt
Tobias Grosser
- Patch to BitcodeReader
Tobias Grosser
- Patch to BitcodeReader
Tobias Grosser
- [llvm] r190717 - Adds support for Atom Silvermont (SLM) - -march=slm
Preston Gurd
- [llvm] r190717 - Adds support for Atom Silvermont (SLM) - -march=slm
Gurd, Preston
- [llvm] r187209 - Remove dead or useless header checks from cmake and autoconf
Patrik Hägglund H
- [llvm] r190677 - Fix for executing AutoRegen.sh. Revert a part of r187209.
Patrik Hagglund
- [llvm] r190318 - [mips] When double precision loads and stores are split into two i32 loads and
Akira Hatanaka
- [PATCH] Add a function to get the largest address space pointer size
Meador Inge
- [PATCH] [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread's ID
Timur Iskhodzhanov
- [PATCH] [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread's ID
Timur Iskhodzhanov
- [compiler-rt] r190392 - [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread's ID
Timur Iskhodzhanov
- [PATCH] [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread's ID
Timur Iskhodzhanov
- [PATCH] [ASan] Remove the function prototypes for intercepted functions on Windows
Timur Iskhodzhanov
- [compiler-rt] r190411 - [ASan] Remove the explicit function prototypes for intercepted functions on Windows
Timur Iskhodzhanov
- [PATCH] [ASan] Remove the function prototypes for intercepted functions on Windows
Timur Iskhodzhanov
- [llvm] r190598 - Add an instruction deprecation feature to TableGen.
Timur Iskhodzhanov
- Solaris and endian.h
Norm Jacobs
- [compiler-rt] r190520 - Add empty virtual destructor...
Daniel Jasper
- [compiler-rt] r190524 - Revert r190520 as it wasn't the right fix.
Daniel Jasper
- [lld] r190554 - Run clang-format.
Daniel Jasper
- [llvm] r190676 - Test commit to verify that commit access works.
Zoran Jovanovic
- [PATCH] support for misc microMIPS instructions
Zoran Jovanovic
- [PATCH] Support for microMIPS DIV instructions.
Zoran Jovanovic
- [PATCH] Fixed bug when generating Load Upper Immediate microMIPS instruction
Zoran Jovanovic
- [llvm] r190744 - Support for misc microMIPS instructions.
Zoran Jovanovic
- [llvm] r190745 - Support for microMIPS DIV instructions.
Zoran Jovanovic
- [llvm] r190746 - Fixed bug when generating Load Upper Immediate microMIPS instruction.
Zoran Jovanovic
- [PATCH] Change representation of dllexport/dllimport
Reid Kleckner
- [PATCH] Change representation of dllexport/dllimport
Reid Kleckner
- [www] r190356 - Clarify how to select an LLVM toolchain in Visual Studio
Reid Kleckner
- [Windows] Clarify Visual Studio usage instructions
Reid Kleckner
- [PATCH 2/2] Revert "CMake: don't install tablegen"
Reid Kleckner
- [PATCH] Add getenv() wrapper that works on multibyte environment variable.
Reid Kleckner
- [PATCH] Add getenv() wrapper that works on multibyte environment variable.
Reid Kleckner
- [PATCH] Allow using ANSI escape sequences on Windows
Reid Kleckner
- [PATCH] Allow using ANSI escape sequences on Windows
Reid Kleckner
- [PATCH] Add getenv() wrapper that works on multibyte environment variable.
Reid Kleckner
- [llvm] r190423 - Add getenv() wrapper that works on multibyte environment variable.
Reid Kleckner
- [PATCH] Change representation of dllexport/dllimport
Reid Kleckner
- [PATCH] Make CrashRecoveryContext's globals use lazy initialization and no exit-time destructors
Reid Kleckner
- [PATCH] Change representation of dllexport/dllimport
Reid Kleckner
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Reid Kleckner
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Reid Kleckner
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Reid Kleckner
- [llvm] r190730 - Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.
Reid Kleckner
- [lld] r190451 - Remove PackedVersion from MachOLinkingContext and replace with uint32_t
Nick Kledzik
- [lld] r190452 - Support darwin linker options:
Nick Kledzik
- [lld] r190453 - Allow darwin driver to use -help when no input files are specified.
Nick Kledzik
- [PATCH] Start fleshing out the Darwin driver
Nick Kledzik
- [lld] r190554 - Run clang-format.
Nick Kledzik
- [PATCH] [lld][ELF] Fix debug info handling.
Nick Kledzik
- [PATCH] [lld][ELF] Fix debug info handling.
Nick Kledzik
- [lld] r190608 - [lld][LayoutPass] Order the atoms that are in the same chain
Nick Kledzik
- [PATCH] Change representation of dllexport/dllimport
Anton Korobeynikov
- [PATCH][X86_64/MC] Fix alignment of unwind data.
Anton Korobeynikov
- [PATCH][X86_64/MC] Emit personality function and Dwarf EH data for Win64 SEH
Anton Korobeynikov
- [llvm] r190328 - Revert patches to add case-range support for PR1255.
Reed Kotler
- [llvm] r190328 - Revert patches to add case-range support for PR1255.
Reed Kotler
- [llvm] r190762 - Expand the mask capability for deciding which functions are mips16 and mips32
Reed Kotler
- PATCH + test for PR17099.
Benjamin Kramer
- [llvm] r190317 - [stackprotector] Modernize code with IRBuilder
Benjamin Kramer
- [llvm] r190422 - LoopVectorize: PHI nodes are always at the beginning of a block, no need to scan the whole block.
Benjamin Kramer
- [llvm] r190350 - Another attempt to fix windows buildbots.
Benjamin Kramer
- [llvm] r190510 - Path: Add an in-place version of path::native.
Benjamin Kramer
- [llvm] r190514 - llvm-tblgen: Stabilize subreg index tables.
Benjamin Kramer
- [llvm] r190523 - Don't expose symbols of lle_ functions.
Benjamin Kramer
- [llvm] r190527 - llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.
Benjamin Kramer
- [llvm] r190534 - Give internal classes hidden visibility.
Benjamin Kramer
- [llvm] r190536 - Revert "Give internal classes hidden visibility."
Benjamin Kramer
- [llvm] r190708 - Add warn_unused_result to empty() on various containers.
Benjamin Kramer
- [llvm] r190708 - Add warn_unused_result to empty() on various containers.
Benjamin Kramer
- [llvm] r190759 - Remove unused StringRef that no compiler warned about, I wonder why.
Benjamin Kramer
- [PATCH] MC: Add support for '?' flags in .section directives
Benjamin Kramer
- [llvm] r190769 - ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
- [llvm] r190770 - Replace some unnecessary vector copies with references.
Benjamin Kramer
- [llvm] r190770 - Replace some unnecessary vector copies with references.
Benjamin Kramer
- [PATCH] Partial support for Intel SHA Extensions (sha1rnds4)
Ben Langmuir
- [PATCH] Partial support for Intel SHA Extensions (sha1rnds4)
Ben Langmuir
- [llvm] r190611 - Partial support for Intel SHA Extensions (sha1rnds4)
Ben Langmuir
- [PATCH] Partial support for Intel SHA Extensions (sha1rnds4)
Langmuir, Ben
- [PATCH] Finish assembly support for Intel SHA Extensions
Ben Langmuir
- [PATCH] Finish assembly support for Intel SHA Extensions
Langmuir, Ben
- [PATCH] Finish assembly support for Intel SHA Extensions
Ben Langmuir
- [llvm] r190754 - Add the remaining Intel SHA instructions
Ben Langmuir
- [PATCH] Finish assembly support for Intel SHA Extensions
Langmuir, Ben
- [PATCH] Stop AliasSetTracker from being overly pessimistic
Chris Lattner
- [PATCH] Stop AliasSetTracker from being overly pessimistic
Chris Lattner
- [llvm] r190534 - Give internal classes hidden visibility.
Chris Lattner
- [llvm] r190534 - Give internal classes hidden visibility.
Chris Lattner
- [PATCH] Make CrashRecoveryContext's globals use ManagedStatic
Chris Lattner
- [llvm] r190631 - In AliasSetTracker, do not change the alias set to "mod/ref" when adding
Chris Lattner
- [llvm] r190730 - Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.
Chris Lattner
- [www] r190493 - Update registration and other logistics.
Tanya Lattner
- [www] r190494 - Fix some formatting issues.
Tanya Lattner
- [www] r190495 - Change props.
Tanya Lattner
- [llvm] r190643 - R600: Move fabs/fneg/sel folding logic into PostProcessIsel
Vincent Lejeune
- [llvm] r190644 - R600: Move code handling literal folding into R600ISelLowering.
Vincent Lejeune
- [llvm] r190645 - R600: Move clamp handling code to R600IselLowering.cpp
Vincent Lejeune
- [llvm] r190469 - YAMLIO: Fix string quoting logic.
Nick Lewycky
- [PATCH] Change representation of dllexport/dllimport
Nick Lewycky
- [PATCH] Change representation of dllexport/dllimport
Nick Lewycky
- [llvm] r190552 - Fix anachronism/typo in syntax of declaration of llvm.va_start.
Nick Lewycky
- [PATCH] Change representation of dllexport/dllimport
Nick Lewycky
- [PATCH] Change representation of dllexport/dllimport
Nick Lewycky
- [PATCH][AArch64] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Jiangning Liu
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Jiangning Liu
- [PATCH] AArch64: convert VPR64/VPR128 to RegisterOperands
Jiangning Liu
- [llvm] r190696 - typo fix: use BUILD_ARCHIVE to build .a libs and not ARCHIVE_LIBRARY
Nuno Lopes
- [llvm] r190423 - Add getenv() wrapper that works on multibyte environment variable.
罗勇刚(Yonggang Luo)
- [llvm] r190423 - Add getenv() wrapper that works on multibyte environment variable.
罗勇刚(Yonggang Luo)
- [llvm] r190298 - XCore target: fix weak linkage attribute handling
Robert Lytton
- [llvm] r190299 - XCore target: change to Sched::Source
Robert Lytton
- [llvm] r190300 - XCore handling of thread local lowering
Robert Lytton
- XCore target: disable vectorization
Robert Lytton
- XCore target: disable vectorization
Robert Lytton
- XCore target: disable vectorization
Robert Lytton
- [PATCH] [stack protector] Improved data layout rules, WIP, part 1
Josh Magee
- [PATCH] IR: Refactor main detection
David Majnemer
- [PATCH] IR: Refactor main detection
David Majnemer
- [PATCH] MC: Add support for '?' flags in .section directives
David Majnemer
- [llvm] r190768 - MC: Add support for '?' flags in .section directives
David Majnemer
- [LNT][PATCH] Move submission code into test-suite code.
Chris Matthews
- [LNT][PATCH] Better errors for invalid --cc parameters.
Chris Matthews
- [LNT][PATCH] Better errors for invalid --cc parameters.
Chris Matthews
- review request Bug 17116 - StackTrace::SlowUnwindStack dead locked
Sergey Matveev
- review request Bug 17116 - StackTrace::SlowUnwindStack dead locked
Sergey Matveev
- [PATCH][AsmParser][MC] Allow asm parser to emit elf header flags
Vladimir Medic
- [llvm] r190396 - Remove obsolete code from MipsAsmParser.cpp.
Vladimir Medic
- [llvm] r190397 - Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of register when PFU is 32 bit.
Vladimir Medic
- [PATCH] Support for generating DWARF .debug_aranges sections.
Richard Mitton
- [PATCH] Support for generating DWARF .debug_aranges sections.
Richard Mitton
- [PATCH] Support for generating DWARF .debug_aranges sections.
Richard Mitton
- [PATCH] Support for generating DWARF .debug_aranges sections.
Richard Mitton
- [PATCH][DAG] PR16726: extend rol/ror matching
Kai Nacke
- [PATCH[[X86_64/MC] Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.
Kai Nacke
- [llvm] r190766 - Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
Kai Nacke
- [PATCH[[X86_64/MC] Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.
Kai Nacke
- [PATCH][X86_64/MC] Fix alignment of unwind data.
Kai Nacke
- [PATCH][DAG] PR16726: extend rol/ror matching
Kai Nacke
- [llvm] r190767 - Fix alignment of unwind data.
Kai Nacke
- [PATCH][X86_64/MC] Fix alignment of unwind data.
Kai Nacke
- [PATCH][X86_64/MC] Emit personality function and Dwarf EH data for Win64 SEH
Kai Nacke
- [PATCH][X86_64/MC] Emit personality function and Dwarf EH data for Win64 SEH
Kai Nacke
- [PATCH][X86_64/MC] Emit personality function and Dwarf EH data for Win64 SEH
Kai Nacke
- [PATCH] Prevent generation of deprecated IT blocks in thumbv8
Tim Northover
- [PATCH][AArch64] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Tim Northover
- [PATCH][AArch64] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Tim Northover
- [PATCH] Use the load-acquire/store-release instructions optimally in AArch32
Tim Northover
- [PATCH] Use the load-acquire/store-release instructions optimally in AArch32
Tim Northover
- patches with initial implementation of Neon scalar instructions
Tim Northover
- [PATCH] [PATCH] Add support for ARMv8 cryptography instructions.
Tim Northover
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Tim Northover
- [PATCH][AArch64] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Tim Northover
- [PATCH] AArch64: convert VPR64/VPR128 to RegisterOperands
Tim Northover
- [PATCH][AArch64] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Tim Northover
- [PATCH] [PATCH] Add support for ARMv8 cryptography instructions.
Tim Northover
- [PATCH] Fix the build for git repositories with multiple remotes.
Tim Northover
- [PATCH] Fix the build for git repositories with multiple remotes.
Tim Northover
- [PATCH] AArch64: convert VPR64/VPR128 to RegisterOperands
Tim Northover
- [llvm] r190665 - AArch64: use RegisterOperand for NEON registers.
Tim Northover
- [PATCH] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Tim Northover
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Tim Northover
- [PATCH] Fix clang out-of-tree build with already installed llvm since r183989.
Johannes Obermayr
- [PATCH] [lld][PECOFF] Add DISCARDABLE characteristic to .reloc section
Ron Ofir
- [PATCH] [lld][PECOFF] Take into account all sections when setting size fields in the PE header
Ron Ofir
- [PATCH] [lld][PECOFF] Take into account all sections when setting size fields in the PE header
Ron Ofir
- [PATCH] [lld][PECOFF] Take into account all sections when setting size fields in the PE header
Ron Ofir
- [PATCH] Add error checking to reject neon_vector_type attribute on targets without NEON
Bernie Ogden
- [PATCH][Peephole] Rewrite copies to avoid cross register banks copies.
Jakob Stoklund Olesen
- [PATCH][Peephole] Rewrite copies to avoid cross register banks copies.
Jakob Stoklund Olesen
- [PATCH] R600: add a test for SI.tbuffer.store
Marek Olšák
- [PATCH] Stop AliasSetTracker from being overly pessimistic
Krzysztof Parzyszek
- [llvm] r190631 - In AliasSetTracker, do not change the alias set to "mod/ref" when adding
Krzysztof Parzyszek
- [llvm] r190631 - In AliasSetTracker, do not change the alias set to "mod/ref" when adding
Krzysztof Parzyszek
- [llvm] r190631 - In AliasSetTracker, do not change the alias set to "mod/ref" when adding
Krzysztof Parzyszek
- [PATCH] Move memset value into register
Serge Pavlov
- patches with initial implementation of Neon scalar instructions
Ana Pazos
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Ana Pazos
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Ana Pazos
- [PATCH] LLDB: Don't crash when creating a SBTarget programmatically
Michail Pishchagin
- Fwd: [PATCH] LLDB: Don't crash when creating a SBTarget programmatically
Michail Pishchagin
- [PATCH] Make CrashRecoveryContext's globals use lazy initialization and no exit-time destructors
Filip Pizlo
- [PATCH] Make CrashRecoveryContext's globals use lazy initialization and no exit-time destructors
Filip Pizlo
- [PATCH] Make CrashRecoveryContext's globals use ManagedStatic
Filip Pizlo
- [llvm] r190617 - This switches CrashRecoveryContext to using ManagedStatic for its global Mutex and
Filip Pizlo
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Filip Pizlo
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Filip Pizlo
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Filip Pizlo
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Filip Pizlo
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Filip Pizlo
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Filip Pizlo
- [PATCH] PrettyStackTrace should use ManagedStatic for its ThreadLocal
Filip Pizlo
- [llvm] r190730 - Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.
Filip Pizlo
- [llvm] r190730 - Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.
Filip Pizlo
- [compiler-rt] r190597 - [ASan] Do not build asan_fake_stack_test.cc on OSX until https://code.google.com/p/address-sanitizer/issues/detail?id=222 is fixed.
Alexander Potapenko
- [PATCH][AArch64] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Kevin Qin
- [PATCH][AArch64] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Kevin Qin
- [PATCH][AArch64] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Kevin Qin
- [PATCH][AArch64] implement 3 aarch64 neon instrunctions (umov smov ins) in llvm
Kevin Qin
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Kevin Qin
- [llvm] r190321 - Debug Info: Update isScope to make sure DIType is a scope and
Manman Ren
- [llvm] r190322 - Debug Info: Rename DITypeRef to DIScopeRef.
Manman Ren
- [llvm] r190325 - Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.
Manman Ren
- [llvm] r190330 - Debug Info: move DIScope::getContext to DwarfDebug.
Manman Ren
- [llvm] r190334 - Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
- [llvm] r190322 - Debug Info: Rename DITypeRef to DIScopeRef.
Manman Ren
- [llvm] r190334 - Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
- [llvm] r190351 - Debug Info Testing: remove a commented out line.
Manman Ren
- [llvm] r190330 - Debug Info: move DIScope::getContext to DwarfDebug.
Manman Ren
- [llvm] r190330 - Debug Info: move DIScope::getContext to DwarfDebug.
Manman Ren
- [llvm] r190362 - Debug Info: move DIScope::getContext back from DwarfDebug.
Manman Ren
- [llvm] r190364 - Debug Info: In DIBuilder, the context fields of a TAG_inheritance and a
Manman Ren
- [llvm] r190418 - Debug Info: define a DIRef template.
Manman Ren
- [llvm] r190322 - Debug Info: Rename DITypeRef to DIScopeRef.
Manman Ren
- [llvm] r190421 - Debug Info: create scope children DIEs when the scope DIE is not null.
Manman Ren
- [llvm] r190421 - Debug Info: create scope children DIEs when the scope DIE is not null.
Manman Ren
- [llvm] r190421 - Debug Info: create scope children DIEs when the scope DIE is not null.
Manman Ren
- [llvm] r190418 - Debug Info: define a DIRef template.
Manman Ren
- [llvm] r190540 - Debug Info: move class definition of DIRef.
Manman Ren
- [llvm] r190418 - Debug Info: define a DIRef template.
Manman Ren
- [llvm] r190544 - Debug info: add more comments.
Manman Ren
- [llvm] r190421 - Debug Info: create scope children DIEs when the scope DIE is not null.
Manman Ren
- [llvm] r190460 - Support ANSI escape code on Windows
Nico Rieck
- [PATCH] Change representation of dllexport/dllimport
Nico Rieck
- [PATCH] Change representation of dllexport/dllimport
Robinson, Paul
- [PATCH] Change representation of dllexport/dllimport
Robinson, Paul
- [PATCH] Change representation of dllexport/dllimport
Robinson, Paul
- [PATCH] Change representation of dllexport/dllimport
Robinson, Paul
- [PATCH] Change representation of dllexport/dllimport
Robinson, Paul
- Patch to BitcodeReader
Tom Roeder
- Patch to BitcodeReader
Tom Roeder
- Patch to BitcodeReader
Tom Roeder
- Patch to BitcodeReader
Tom Roeder
- Patch to BitcodeReader
Tom Roeder
- [PATCH] Make Scalar Replacement of Aggregates use the right opcode for converting from vector-of-int to vector-of-pointer
Tom Roeder
- [PATCH] Make Scalar Replacement of Aggregates use the right opcode for converting from vector-of-int to vector-of-pointer
Tom Roeder
- [PATCH] Make Scalar Replacement of Aggregates use the right opcode for converting from vector-of-int to vector-of-pointer
Tom Roeder
- [PATCH] Make Scalar Replacement of Aggregates use the right opcode for converting from vector-of-int to vector-of-pointer
Tom Roeder
- [PATCH] Fix LTO handling of module-level assembly (Bug 14152)
Tom Roeder
- [PATCH] Fix LTO handling of module-level assembly (Bug 14152)
Tom Roeder
- [llvm] r190556 - [CMake] Update GetSVN.cmake to use LLVM version control helper scripts.
Jordan Rose
- [PATCH] Fix the build for git repositories with multiple remotes.
Jordan Rose
- [PATCH] Fix the build for git repositories with multiple remotes.
Jordan Rose
- [PATCH] Fix the build for git repositories with multiple remotes.
Jordan Rose
- [PATCH] [ARM] Add CRC32 instructions and intrinsics for AArch32.
Alex Rosenberg
- [Patch] GVN fold conditional-branch on-the-fly
Nadav Rotem
- [PATCH] Don't use getSetCCResultType for creating a vselect
Nadav Rotem
- [Patch] GVN fold conditional-branch on-the-fly
Nadav Rotem
- [PATCH] Scalarize select vector arguments when extracted
Nadav Rotem
- [PATCH] Scalarize select vector arguments when extracted
Nadav Rotem
- [PATCH] Scalarize select vector arguments when extracted
Nadav Rotem
- [compiler-rt] r190383 - Delete unused variables.
Alexey Samsonov
- [PATCH] [ASan] Remove the function prototypes for intercepted functions on Windows
Alexey Samsonov
- [compiler-rt] r190410 - [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files
Alexey Samsonov
- [compiler-rt] r190414 - Fixup for r190410: use lazy initialization for symbolizer as some compilers emit global constructor to setup vptr
Alexey Samsonov
- [compiler-rt] r190503 - [TSan] Use Clang to compile and link TSan unit tests with TSan runtime
Alexey Samsonov
- [compiler-rt] r190504 - [Sanitizer] build sanitizer_common library with -Wglobal-constructors
Alexey Samsonov
- [compiler-rt] r190513 - [TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a Go build
Alexey Samsonov
- [llvm] r190591 - Fixup for r190409: add dep on LZMA only if CMake is cross-compiling
Alexey Samsonov
- [compiler-rt] r190667 - [ASan] Temporary disable UAR unit test on Android due to https://code.google.com/p/address-sanitizer/issues/detail?id=222
Alexey Samsonov
- [llvm] r190398 - [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)
Daniel Sanders
- [llvm] r190398 - [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)
Daniel Sanders
- [llvm] r190505 - [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics
Daniel Sanders
- [llvm] r190506 - [mips][msa] Separate the configuration of int/float vector types since they will diverge soon
Daniel Sanders
- [llvm] r190507 - [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r190509 - [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r190512 - [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt, and fsub from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r190518 - [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r190522 - [mips][msa] Added test cases that were supposed to be part of r190507, r190509, r190512, and r190518.
Daniel Sanders
- [PATCH] [mips][msa] Implemented build_vector.
Daniel Sanders
- [PATCH] Fix the build for git repositories with multiple remotes.
Daniel Sanders
- [PATCH] Fix the build for git repositories with multiple remotes.
Daniel Sanders
- [PATCH] Fix the build for git repositories with multiple remotes.
Daniel Sanders
- [PATCH] Fix the build for git repositories with multiple remotes.
Daniel Sanders
- [llvm] r190685 - Fix build failure reported by Tobias Markmann in bug 17203.
Daniel Sanders
- [llvm] r190400 - [SystemZ] Add TM and TMY
Richard Sandiford
- [llvm] r190404 - [SystemZ] Update README.
Richard Sandiford
- [llvm] r190672 - [SystemZ] Try to fold shifts into TMxx
Richard Sandiford
- [llvm] r190673 - [SystemZ] Use getTarget{Insert, Extract}Subreg rather than getMachineNode
Richard Sandiford
- [llvm] r190304 - Silencing a warning about control flow reaching the end of a non-void function.
Duncan Sands
- [llvm] r190304 - Silencing a warning about control flow reaching the end of a non-void function.
Duncan Sands
- [dragonegg] r190313 - Update the dragonegg web-page. I forgot to do this after the 3.3 release.
Duncan Sands
- [llvm] r190216 - TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
Duncan Sands
- [llvm] r190668 - Avoid a compiler warning about Found not being used when assertions are
Duncan Sands
- [llvm] r189101 - Add function attribute 'optnone'.
Duncan Sands
- [PATCH] Address Space Casting
Michele Scandale
- [PATCH] Address Space Casting
Michele Scandale
- [PATCH] Address Space Casting
Michele Scandale
- XCore target: disable vectorization
Arnold Schwaighofer
- RFC: Modeling horizontal vector reductions
Arnold Schwaighofer
- RFC: Modeling horizontal vector reductions
Arnold Schwaighofer
- RFC: Modeling horizontal vector reductions
Arnold Schwaighofer
- RFC: Modeling horizontal vector reductions
Arnold Schwaighofer
- RFC: Modeling horizontal vector reductions
Arnold Schwaighofer
- RFC: Modeling horizontal vector reductions
Arnold Schwaighofer
- RFC: Modeling horizontal vector reductions
Arnold Schwaighofer
- [PATCH] The LoopVectorizer and libm sqrt
Arnold Schwaighofer
- [PATCH] The LoopVectorizer and libm sqrt
Arnold Schwaighofer
- XCore target: disable vectorization
Arnold Schwaighofer
- [compiler-rt] r190132 - [msan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag)
Kostya Serebryany
- [PATCH] [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread's ID
Kostya Serebryany
- [compiler-rt] r190406 - [asan] refactor the use-after-return API so that the size class is computed at compile time instead of at run-time. compiler-rt part
Kostya Serebryany
- [llvm] r190407 - [asan] refactor the use-after-return API so that the size class is computed at compile time instead of at run-time. llvm part
Kostya Serebryany
- [compiler-rt] r190588 - [asan] fully re-implement the FakeStack (use-after-return) to make it faster and async-signal-safe. The implementation is not yet complete (see FIXMEs) but the existing tests pass.
Kostya Serebryany
- [compiler-rt] r190589 - [asan] use xchg instead of CAS in FakeStack::Allocate (5% faster for this case)
Kostya Serebryany
- [compiler-rt] r190592 - [asan] hopefully make the FakeStack async-signal safe, enable the related test
Kostya Serebryany
- [compiler-rt] r190593 - [asan] don't lazy-init fake_stack if we only need to check that fake_stack exists (should fix 32-bit builds)
Kostya Serebryany
- [compiler-rt] r190594 - [asan] (part 2) don't lazy-init fake_stack if we only need to check that fake_stack exists (should fix 32-bit builds)
Kostya Serebryany
- [compiler-rt] r190596 - [asan] limit the size of the fake stack with a reasonable constant. This fixes a failure when the main thread's stack is considered unlimited (very large).
Kostya Serebryany
- [compiler-rt] r190603 - [asan] add a test for use-after-return and exceptions and fix it. Not 100% sure this is a complete fix, will keep looking for harder cases.
Kostya Serebryany
- [compiler-rt] r190606 - [asan] a bit of performance improvement in fake stack, generalized one test, fixed android build of another test
Kostya Serebryany
- [compiler-rt] r190660 - [asan] inline PoisonShadow in FakeStack to get ~10% speedup
Kostya Serebryany
- [compiler-rt] r190661 - [asan] use TLS on Linux to get the FakeStack. Saves 15% performance
Kostya Serebryany
- [compiler-rt] r190662 - [asan] undo the previous commit since TLS hack breaks with signals... :(
Kostya Serebryany
- [compiler-rt] r190663 - [asan] second attempt to use TLS with fake stack. This time it looks (more) async-signal safe.
Kostya Serebryany
- [compiler-rt] r190664 - [asan] more performance to FakeStack: a) don't used atomic exchange, instead rely on regular load and store and other signal-safe logic; b) remove allocated_from_size_class_mask_ which is not helping much anyway; Another 10% speedup
Kostya Serebryany
- [compiler-rt] r190666 - [asan] don't record the class_id in FakeFrame (scratching the last bits of performance)
Kostya Serebryany
- [compiler-rt] r190669 - [asan] Android does not have TLS
Kostya Serebryany
- [llvm] r190324 - [docs] Some typographical fixes.
Sean Silva
- [llvm] r190326 - [docs] Fix some Sphinx toctree warnings.
Sean Silva
- [llvm] r190327 - [docs] Fix Sphinx warning.
Sean Silva
- [PATCH] Use the load-acquire/store-release instructions optimally in AArch32
Artyom Skrobov
- [PATCH] Use the load-acquire/store-release instructions optimally in AArch32
Artyom Skrobov
- [PATCH] Use the load-acquire/store-release instructions optimally in AArch32
Artyom Skrobov
- [PATCH] Add error checking to reject neon_vector_type attribute on targets without NEON
Artyom Skrobov
- [PATCH] Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests
Artyom Skrobov
- [PATCH] Use the load-acquire/store-release instructions optimally in AArch32
Artyom Skrobov
- [PATCH] [ARM] Add CRC32 instructions and intrinsics for AArch32.
Bradley Smith
- [PATCH] [ARM] Correct fpu attributes used for v8 in ARMAsmPrinter
Bradley Smith
- [PATCH] [ARM] Rename v8fp subtarget feature to fp-armv8
Bradley Smith
- [PATCH] [ARM] Correct fpu attributes used for v8 in ARMAsmPrinter
Bradley Smith
- [PATCH] [ARM] Rename v8fp subtarget feature to fp-armv8
Bradley Smith
- [llvm] r190448 - Fix unused variables.
Richard Smith
- [lld] r190301 - Recognize -Bstatic as alias for -static, clang uses it.
Joerg Sonnenberger
- [lld] r190302 - Handle _DYNAMIC correctly in the x86_64 backend.
Joerg Sonnenberger
- [PATCH] Proper whole-archive handling
Joerg Sonnenberger
- [PATCH] Proper whole-archive handling
Joerg Sonnenberger
- [lld] r190714 - Add test case for the not-yet implemented copy relocations.
Joerg Sonnenberger
- [lld] r190752 - Add _end symbol for dynamic libraries. At least brk/sbrk in libc on
Joerg Sonnenberger
- [lld] r190753 - If .bss doesn't exist, set _end/end based on .data.
Joerg Sonnenberger
- [lld] r190758 - Output soname.
Joerg Sonnenberger
- [lld] r190608 - [lld][LayoutPass] Order the atoms that are in the same chain
Michael Spencer
- [PATCH] Add a fallback mechanism for undefined atom.
Michael Spencer
- [PATCH] [lld][ELF] Fix debug info handling.
Michael Spencer
- [PATCH] R600: Move fabs/fneg folding logic into PostProcessIsel
Tom Stellard
- [llvm] r190574 - R600: Don't use trans slot for instructions that read LDS source registers
Tom Stellard
- [llvm] r190575 - R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedback
Tom Stellard
- [PATCH] R600: add a test for SI.tbuffer.store
Tom Stellard
- [PATCH] AArch64: convert VPR64/VPR128 to RegisterOperands
Tom Stellard
- PATCH: SelectionDAG: More efficient legalization of unsupported SELECT_CC/SETCC condition codes + Fix NAN handling on R600
Tom Stellard
- [compiler-rt] r190295 - [sanitizer] Fix PR17138.
Evgeniy Stepanov
- [compiler-rt] r190306 - [msan] Intercept fstatat / fstatat64.
Evgeniy Stepanov
- [PATCH] Make variable argument intrinsics behave correctly in a Win64 CC function.
Evgeniy Stepanov
- review request Bug 17116 - StackTrace::SlowUnwindStack dead locked
Evgeniy Stepanov
- [compiler-rt] r190402 - [msan] bool -> int to make msan_interface.h C-compatible.
Evgeniy Stepanov
- [compiler-rt] r190403 - [msan] Make all pointers in msan_interface "const volatile void *".
Evgeniy Stepanov
- review request Bug 17116 - StackTrace::SlowUnwindStack dead locked
Evgeniy Stepanov
- [compiler-rt] r190590 - [asan] Fix deadlock in stack unwinder on android/x86.
Evgeniy Stepanov
- review request Bug 17116 - StackTrace::SlowUnwindStack dead locked
Evgeniy Stepanov
- [PATCH] Make variable argument intrinsics behave correctly in a Win64 CC function.
Evgeniy Stepanov
- [PATCH] Make variable argument intrinsics behave correctly in a Win64 CC function.
Evgeniy Stepanov
- [compiler-rt] r190680 - [msandr] Add debugging instructions to README.txt.
Evgeniy Stepanov
- [compiler-rt] r190682 - [msan] Intercept tzset.
Evgeniy Stepanov
- [compiler-rt] r190686 - [msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
- [llvm] r190689 - [msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
- [compiler-rt] r190690 - [msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
- [llvm] r190374 - llvm/test/DebugInfo/dwarf-public-names.ll: Mark it as XFAIL for PECOFF targets, for now. Investigating.
NAKAMURA Takumi
- [llvm] r190386 - MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPub/, in r190344.
NAKAMURA Takumi
- [llvm] r190502 - config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake.
NAKAMURA Takumi
- [PATCH] Partial support for Intel SHA Extensions (sha1rnds4)
Craig Topper
- [PATCH] Partial support for Intel SHA Extensions (sha1rnds4)
Craig Topper
- [PATCH] Finish assembly support for Intel SHA Extensions
Craig Topper
- [llvm] r190659 - Move operator to end of previous line to match coding standards.
Craig Topper
- [PATCH] Finish assembly support for Intel SHA Extensions
Craig Topper
- [PATCH] Finish assembly support for Intel SHA Extensions
Craig Topper
- [PATCH] Finish assembly support for Intel SHA Extensions
Craig Topper
- [llvm] r190775 - Make F16C feature flag imply AVX rather than just checking both at the patterns.
Craig Topper
- [llvm] r190360 - mi-sched: smooth out the cyclicpath heuristic.
Andrew Trick
- [llvm] r190367 - Enable -misched-cyclicpath by default.
Andrew Trick
- [PATCH] Add getUnrollingPreferences to TTI
Andrew Trick
- [llvm] r190558 - Enable MI scheduling (and CodeGen AA) by default for embedded PPC cores
Andrew Trick
- [llvm] r190717 - Adds support for Atom Silvermont (SLM) - -march=slm
Andrew Trick
- [PATCH] Proper whole-archive handling
Rui Ueyama
- [PATCH] Proper whole-archive handling
Rui Ueyama
- [lld] r190254 - Run clang-format.
Rui Ueyama
- [lld] r190329 - Use _isWholeArchive to silence -Wunused-private-field warning.
Rui Ueyama
- [PATCH] Proper whole-archive handling
Rui Ueyama
- [lld] r190332 - Rename GnuLDInputGraph.h -> GnuLdInputGraph.h for consistency with other files.
Rui Ueyama
- [PATCH] Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
- [PATCH] Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
- [PATCH] Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
- [llvm] r190423 - Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
- [PATCH] Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
- [lld] r190431 - Use llvm::sys::Process::GetEnv() instead of ::getenv().
Rui Ueyama
- [lld] r186648 - [PECOFF][Driver] Interpret "LIB" environment variable.
Rui Ueyama
- [llvm] r190438 - Try to unbreak mingw32 buildbot.
Rui Ueyama
- [llvm] r190423 - Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
- [llvm] r190469 - YAMLIO: Fix string quoting logic.
Rui Ueyama
- [llvm] r190472 - Remove trailing whitespace
Rui Ueyama
- [llvm] r190469 - YAMLIO: Fix string quoting logic.
Rui Ueyama
- [llvm] r190485 - Re-submit r190469: YAMLIO: Fix string quoting logic.
Rui Ueyama
- [llvm] r190492 - Fix typo
Rui Ueyama
- [lld] r190554 - Run clang-format.
Rui Ueyama
- [lld] r190554 - Run clang-format.
Rui Ueyama
- [llvm] r190569 - Typo fixes.
Rui Ueyama
- [lld] r190554 - Run clang-format.
Rui Ueyama
- [PATCH] Add a fallback mechanism for undefined atom.
Rui Ueyama
- [lld] r190585 - Do not hard code the leading underscore.
Rui Ueyama
- [lld] r190586 - Remove hard-coded leading underscore from entry symbol.
Rui Ueyama
- [PATCH] Add a fallback mechanism for undefined atom.
Rui Ueyama
- [lld] r190625 - Add a fallback mechanism for undefined atom.
Rui Ueyama
- [PATCH] Add a fallback mechanism for undefined atom.
Rui Ueyama
- [lld] r190585 - Do not hard code the leading underscore.
Rui Ueyama
- [PATCH] Add a fallback mechanism for undefined atom.
Rui Ueyama
- [lld] r190627 - [PECOFF] Add a field for machine type to PECOFFLinkingContext.
Rui Ueyama
- [lld] r190628 - Do not prepend "_" to external symbols if non-i386.
Rui Ueyama
- [lld] r190585 - Do not hard code the leading underscore.
Rui Ueyama
- [lld] r190585 - Do not hard code the leading underscore.
Rui Ueyama
- [lld] r190633 - [PECOFF] Handle weak external symbols.
Rui Ueyama
- [PATCH] [lld][PECOFF] Add DISCARDABLE characteristic to .reloc section
Rui Ueyama
- [PATCH] [lld][PECOFF] Take into account all sections when setting size fields in the PE header
Rui Ueyama
- [PATCH] [lld][PECOFF] Take into account all sections when setting size fields in the PE header
Rui Ueyama
- [lld] r190723 - [PECOFF] Fix atom default alignment.
Rui Ueyama
- [lld] r190724 - [PECOFF] Fix alignment bug.
Rui Ueyama
- [lld] r190725 - Revert "[PECOFF] Allocate storage for .drective in the reader ..."
Rui Ueyama
- [PATCH] [lld][ELF] Fix debug info handling.
Rui Ueyama
- [lld] r190608 - [lld][LayoutPass] Order the atoms that are in the same chain
Rui Ueyama
- [lld] r190608 - [lld][LayoutPass] Order the atoms that are in the same chain
Rui Ueyama
- [lld] r190608 - [lld][LayoutPass] Order the atoms that are in the same chain
Rui Ueyama
- [lld] r190608 - [lld][LayoutPass] Order the atoms that are in the same chain
Rui Ueyama
- [PATCH] [lld][PECOFF] Take into account all sections when setting size fields in the PE header
Rui Ueyama
- [lld] r190772 - [PECOFF] Use a dummy file as an "input file" for Idata atoms.
Rui Ueyama
- [llvm] r190679 - Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests
Amaury de la Vieuville
- [llvm] r190694 - Fix tests for hasFPARMv8 name change (r190692)
Amaury de la Vieuville
- [llvm] r189297 - Add new API lto_codegen_compile_parallel().
Wan, Xiaofei
- Reminder: Update the ReleaseNotes.rst File
Bill Wendling
- [compiler-rt] r190135 - [tsan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag)
Bill Wendling
- [compiler-rt] r190132 - [msan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag)
Bill Wendling
- [llvm] r190335 - Call generateCompactUnwindEncodings() right before we need to output the frame information.
Bill Wendling
- [llvm] r190347 - Expand test to make sure that we can generate compact unwind from an ASM file.
Bill Wendling
- [llvm] r190348 - Expand test to make sure that we can generate compact unwind from an ASM file.
Bill Wendling
- [llvm] r190349 - Attempt to fix buildbots by giving an explicit output to the llvm-mc command.
Bill Wendling
- [llvm] r190350 - Another attempt to fix windows buildbots.
Bill Wendling
- [llvm] r190354 - Set the encoding to '0' if we don't have an MAB.
Bill Wendling
- [compiler-rt] r190359 - Don't allow a NULL-length file. Try to revert to the buffered version.
Bill Wendling
- [llvm] r190366 - Use a default value for the prologue's debug location.
Bill Wendling
- [llvm] r190373 - Revert r190366. It was breaking build bots.
Bill Wendling
- [llvm] r190499 - Simplify the checking of function attributes by using the simple methods.
Bill Wendling
- [llvm] r190541 - Try to fix the atom buildbots by adding an explicit 'cpu' to the 'llc' command.
Bill Wendling
- [compiler-rt] r190543 - Fix typo
Bill Wendling
- [llvm] r190547 - Move into an anonymous namespace and closer to where it's used.
Bill Wendling
- [llvm] r190551 - Use the appropriate return type for the compact unwind encoding.
Bill Wendling
- [www] r190553 - Add 16-bit x86 assembly project.
Bill Wendling
- [PATCH] Fix LTO handling of module-level assembly (Bug 14152)
Bill Wendling
- [PATCH 2/2] Revert "CMake: don't install tablegen"
Hans Wennborg
- [llvm] r190419 - cmake: Install llvm-tblgen again
Hans Wennborg
- [PATCH 2/2] Revert "CMake: don't install tablegen"
Hans Wennborg
- [www] r190430 - Point the Windows builds download links to r190317 version
Hans Wennborg
- [www] r190433 - Also update mirror link for the VSIX file
Hans Wennborg
- [www] r190430 - Point the Windows builds download links to r190317 version
Hans Wennborg
- [llvm] r190480 - Revert "YAMLIO: Fix string quoting logic." (r190469)
Hans Wennborg
- [llvm] r190469 - YAMLIO: Fix string quoting logic.
Hans Wennborg
- [Windows] Clarify Visual Studio usage instructions
David Wiberg
- [Windows] Clarify Visual Studio usage instructions
David Wiberg
- [llvm] r190749 - Fix spelling.
Robert Wilhelm
- [llvm] r190750 - Fix spelling.
Robert Wilhelm
- [llvm] r190328 - Revert patches to add case-range support for PR1255.
Bob Wilson
- PR1255: Reject commits that turns switch into confusing state
Bob Wilson
- [llvm] r190331 - Update CMake file to fix buildbots.
Bob Wilson
- [llvm] r190328 - Revert patches to add case-range support for PR1255.
Bob Wilson
- [llvm] r190328 - Revert patches to add case-range support for PR1255.
Bob Wilson
- [Patch] GVN fold conditional-branch on-the-fly
Shuxin Yang
- [Patch] GVN fold conditional-branch on-the-fly
Shuxin Yang
- [Patch] GVN fold conditional-branch on-the-fly
Shuxin Yang
- [Patch] GVN fold conditional-branch on-the-fly
Shuxin Yang
- [Patch] GVN fold conditional-branch on-the-fly
Shuxin Yang
- [Patch] GVN fold conditional-branch on-the-fly
Shuxin Yang
- [PATCH] [lld][ELF] Fix debug info handling.
kledzik at apple.com
- [PATCH] Readd tests from r179291 which I think were wrongly removed by r181177
Andrea_DiBiagio at sn.scee.net
- [PATCH] [PATCH] Teach the Inliner about attribute optnone
Andrea_DiBiagio at sn.scee.net
- [llvm] r189101 - Add function attribute 'optnone'.
Andrea_DiBiagio at sn.scee.net
- review request Bug 17116 - StackTrace::SlowUnwindStack dead locked
林作健
- review request Bug 17116 - StackTrace::SlowUnwindStack dead locked
林作健
Last message date:
Sun Sep 15 23:46:18 PDT 2013
Archived on: Tue Aug 4 17:10:36 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).