The Week Of Monday 11 February 2013 Archives by thread
Starting: Mon Feb 11 00:13:55 PST 2013
Ending: Sun Feb 17 23:54:56 PST 2013
Messages: 831
- [llvm] r174864 - [tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
- [llvm] r174865 - FileCheck-ize the tests.
Bill Wendling
- [llvm] r174867 - Add support for printing out the attribute groups.
Bill Wendling
- [llvm] r174868 - Fix some problems with the updating of SlotIndexes after adding a new MBB. In
Cameron Zwarich
- [llvm] r174869 - Update SlotIndexes after updateTerminator() possibly removes instructions. I am
Cameron Zwarich
- [llvm] r174870 - Add support for updating LiveIntervals to MachineBasicBlock::SplitCriticalEdge().
Cameron Zwarich
- [llvm] r174871 - Make use of DiagnosticType to provide better AArch64 diagnostics.
Tim Northover
- [PATCH] [msan] lit tests
Evgeniy Stepanov
- [polly] r174872 - [cmake] Make CLooG optional
Tobias Grosser
- [llvm] r174873 - AArch64: Undo change to how test was run
Tim Northover
- [llvm] r174874 - AArch64: Add basic relocation processing for llvm-dwarfdump.
Tim Northover
- [compiler-rt] r174875 - [tsan] added tsan-vs-gvn test
Kostya Serebryany
- [compiler-rt] r174876 - [msan] Lit tests for MemorySanitizer.
Evgeniy Stepanov
- [llvm] r174877 - AArch64: Simplify logic in deciding whether bfi is valid
Tim Northover
- [PATCH] disable load widening in ThreadSanitizer mode
Kostya Serebryany
- [llvm] r174881 - Remove a dead PowerPC doc link
Bill Schmidt
- [PATCH] Add getters for Pass IDs used by Polly plug-in.
Matthew Curtis
- [compiler-rt] r174882 - [sanitizer] Scanf parser improvements.
Evgeniy Stepanov
- [compiler-rt] r174883 - [sanitizer] Remove an extra va_copy.
Evgeniy Stepanov
- [patch] tailcall elimination
Duncan Sands
- [llvm] r174884 - Restore the resurrected doc link previously deleted
Bill Schmidt
- [llvm] r174885 - AArch64: fix build on some MSVC versions
Tim Northover
- [Mesa-dev] [PATCH] R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern
Michel Dänzer
- [llvm] r174886 - [asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)
Kostya Serebryany
- [compiler-rt] r174887 - [sanitizer] scanf: don't report stores that did not happen.
Evgeniy Stepanov
- [compiler-rt] r174888 - [sanitizer] clang-format pass over scanf code.
Evgeniy Stepanov
- [llvm] r174890 - R600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp/neg/abs modifiers.
Michel Danzer
- [llvm] r174891 - AArch64: generate dwarfdump test rather than include .o in subversion
Tim Northover
- [PATCH] Vectorizing Global Structures - Take 2
Renato Golin
- [llvm] r174551 - Add a comment to the test that points to the source from which the input object
Eli Bendersky
- [llvm] r174543 - Add a test for checking the current .debug_frame dumping capability.
Eli Bendersky
- [llvm] r174893 - BBVectorize: Eliminate one more restricted linear search
Hal Finkel
- [Patch] Kill LDTLSCleanup, let MachineCSE clean up local-dynamic TLS (PR13783)
Hans Wennborg
- [polly] r174894 - [isl-codegen]: Fix off by one in getNumberOfIterations
Tobias Grosser
- [llvm] r173755 - Teach SDISel to combine fsin / fcos into a fsincos node if the following
Redmond, Paul
- [PATCH 1/2] R600/SI: Turn BUILD_VECTOR into Reg_Sequence
Vincent Lejeune
- [llvm] r174785 - Dwarf: do not use line_table_start in at_stmt_list since we do not always emit
Manman Ren
- [llvm-commits] Review request: Hexagon hardware loops
Krzysztof Parzyszek
- Review request: generate DWARF pubnames under a compiler option
Krzysztof Parzyszek
- [llvm] r174896 - [NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture is not valid in this case, and was causing incorrect optimizations.
Justin Holewinski
- Support for HiPE-compatible code emission
Eli Bendersky
- [zorg] r174899 - Tweak builder settings after build host upgrade.
Duncan Sands
- [llvm] r174900 - *fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
- [llvm-commits] [PATCH] PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA
David Peixotto
- [llvm] r174901 - Implement HexagonInstrInfo::analyzeCompare.
Krzysztof Parzyszek
- please review: tiny addition addition to elf headers for mips16
Carter, Jack
- [PATCH] add support for merging common strings
Michael Spencer
- [llvm] r174826 - hopefully "really" fix a type punning warning by defining the buffer as
David Blaikie
- [llvm] r174903 - Remove trailing whitespace
Michael Ilseman
- [llvm] r174904 - Extend Hexagon hardware loop generation to handle various additional cases:
Krzysztof Parzyszek
- [llvm] r174905 - Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcast X to ...
Michael Ilseman
- [llvm] Preferential treatment of labels in MI sched DAG construction
Sergei Larin
- [llvm] r174907 - [mips] Fix indentation.
Akira Hatanaka
- [www] r174908 - Viewvc fixed
Tanya Lattner
- [llvm] r174909 - Rename to something more sensible. No functionality change.
Bill Wendling
- [llvm] r174910 - Use a std::map so that we record the group ID.
Bill Wendling
- [llvm] r174911 - Rename AttributeSets to AttributeGroups so that it's more meaningful.
Bill Wendling
- [llvm] r174912 - [mips] Expand pseudo instructions before they are emitted in
Akira Hatanaka
- [llvm] r174913 - [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.
Michael J. Spencer
- [llvm] r174914 - BBVectorize: Omit unnecessary entries in PairableInstUsers
Hal Finkel
- [llvm] r174915 - BBVectorize: Don't over-search when building the dependency map
Hal Finkel
- [lld] r174916 - [ELF] Add support for reading dynamic libraries.
Michael J. Spencer
- [PATCH] [lld][ELF] Add support for reading dynamic libraries.
Michael Spencer
- [www] r174917 - xmlrpc works.
Tanya Lattner
- [llvm] r174920 - Added 0x0D to 2-byte opcode extension table for prefetch* variants
Kay Tiong Khoo
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Michael Spencer
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Michael Spencer
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
kledzik at apple.com
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Michael Spencer
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Michael Spencer
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Michael Spencer
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Michael Spencer
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core, Driver, ELF] Differentiate static and dynamic executables.
Michael Spencer
- [llvm] r174924 - DIBuilder: make the return type of createBasicType more specific
David Blaikie
- [llvm] r174926 - [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.
Chad Rosier
- [llvm] r174927 - Update error message due to previous commit, r174926.
Chad Rosier
- [llvm] r174929 - ARM NEON: Handle v16i8 and v8i16 reverse shuffles
Arnold Schwaighofer
- [llvm] r174932 - Cost model: Add check for reverse shuffles to CostModel analysis
Arnold Schwaighofer
- [llvm] r174933 - ARM cost model: Add vector reverse shuffle costs
Arnold Schwaighofer
- [PATCH] -fstack-protector-strong part 3: data layout
Magee, Josh
- [llvm] r174934 - Check type for legality before forming a select from loads.
Pete Cooper
- [llvm] r174935 - Fix the updating of LiveIntervals after splitting a critical edge. PHI operand
Cameron Zwarich
- [llvm] r174936 - Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splitting
Cameron Zwarich
- [llvm] r174937 - Renumber SlotIndexes locally when a new block is inserted.
Cameron Zwarich
- [llvm] r174938 - Add a hidden option to PHIElimination to split all critical edges. This is
Cameron Zwarich
- [llvm] r174944 - Fix indentation.
Cameron Zwarich
- [llvm] r174945 - Don't consider definitions by other PHIs live-in when trimming a PHI source's
Cameron Zwarich
- [llvm] r174948 - Support string attributes in the AttrBuilder.
Bill Wendling
- [llvm] r174950 - Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.
Bill Wendling
- [llvm] r174952 - Have the bitcode writer and reader handle the new attribute references.
Bill Wendling
- [LLVMdev] Using the New Attributes Classes
Bill Wendling
- [llvm] r174954 - Test for string attributes and for attribute group output.
Bill Wendling
- [PATCH] RE: r174768 - Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Benyei, Guy
- [llvm] r174955 - Merge the collected attributes into the call instruction's attributes.
Bill Wendling
- [compiler-rt] r174956 - [MSan] symbolize correct PC when printing Summary message
Alexey Samsonov
- [llvm] r174957 - [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives roughly 5% speedup. Since this is an ABI change, bump the asan ABI version by renaming __asan_init to __asan_init_v1. llvm part, compiler-rt part will follow
Kostya Serebryany
- [compiler-rt] r174958 - [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives roughly 5% speedup. Since this is an ABI change, bump the asan ABI version by renaming __asan_init to __asan_init_v1. compiler-rt part
Kostya Serebryany
- [llvm] r174959 - [asan] fix tests for the new ABI
Kostya Serebryany
- [compiler-rt] r174960 - [sanitizer] Intercept __isoc99_*scanf.
Evgeniy Stepanov
- [llvm] r174961 - Adding a HowTo for Attributes.
Joe Abbey
- [compiler-rt] r174962 - [sanitizer] Missing changes from r174960.
Evgeniy Stepanov
- [llvm] r174963 - R600: Fix regression with shadow array sampler on pre-SI GPUs.
Michel Danzer
- [llvm] r174964 - [ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries may get mapped at 0x100000000+ and thus may interleave with the shadow.
Alexander Potapenko
- [compiler-rt] r174965 - [asan] Add new __isoc99_*scanf to ASan intercepted functions list.
Evgeniy Stepanov
- Please review: Fixed X86 DAG lowering: lowerVectorIntExtend
Demikhovsky, Elena
- [llvm] r174968 - [NVPTX] Disable vector registers
Justin Holewinski
- [compiler-rt] r174969 - [sanitizer] More accurate scanf parsing without GNU extensions.
Evgeniy Stepanov
- [compiler-rt] r174970 - [msan] Allow zero buf pointer in getcwd() interceptor.
Evgeniy Stepanov
- [compiler-rt] r174971 - [sanitizer] Tests for scanf parser in allowGnuMalloc=false mode.
Evgeniy Stepanov
- line info test failure after commit 173592
Demikhovsky, Elena
- Please review: Fixed a bug in X86 vzeroupper.
Demikhovsky, Elena
- [llvm] r174972 - PR14562 - Truncation of left shift became undef
Paul Redmond
- [PATCH] PR14562 - Truncation of left shift became undef
Kevin Schoedel
- [PATCH] fix alignment specifier syntax on Neon instructions
Kristof Beyls
- [llvm] r174973 - Hexagon: Add support to generate predicated absolute addressing mode
Jyotsna Verma
- [llvm] r174974 - Fix the lit test added in r174972
Paul Redmond
- Get the addend from the section contents for Rel relocations
Shankar Easwaran
- [patch] Remove ConstantIslands from AArch64
Tim Northover
- [llvm] r174976 - Add support for the pubnames section to llvm-dwarfdump.
Krzysztof Parzyszek
- [PATCH] R600/SI: Do not fold single instruction with more that 3 kcache read
Vincent Lejeune
- [llvm] r174977 - Equal treatment of labels and other terminators in MI DAG construction.
Sergei Larin
- [llvm] r174979 - added test cases for r174920 (prefetch disassembly)
Kay Tiong Khoo
- [llvm] r174981 - Allow optionally generating pubnames section in DWARF info. Introduce
Krzysztof Parzyszek
- [llvm] r174445 - Dwarf: support for LTO where a single object file can have multiple line tables
Krzysztof Parzyszek
- [llvm] r174982 - Documentation: HowToUseAttributes: formatting (use monospaced font)
Dmitri Gribenko
- [llvm] r174983 - [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.
Chad Rosier
- [llvm] r174985 - Minor code simplification.
Dan Gohman
- [llvm] r174988 - Check that pointers are removed from maps before calling delete on the pointers,
Dan Gohman
- [lld] r174990 - add support for merging common strings
Shankar Easwaran
- [llvm] r174992 - Remove target-specific info from the testcase for DWARF/pubnames.
Krzysztof Parzyszek
- [PATCH] add support for LayoutAfter/LayoutBefore references
Shankar Kalpathi Easwaran
- [llvm] r174994 - When disabling PRE for a value is directly redundant with itself
Dan Gohman
- [llvm-commits] Fixing Bug 13662: paired register for inline asm with 64-bit data on ARM
Weiming Zhao
- [llvm] r174998 - [ms-inline asm] Accept the emit directive as either _emit or __emit.
Chad Rosier
- [PATCH] R600/SI: Add support for indirect addressing of non default const buffer
Vincent Lejeune
- [llvm] r174999 - [ms-inline asm] Pass the length of the IDVal, so we can do a proper AsmRewrite.
Chad Rosier
- [llvm] r175001 - Record PRE predecessors with a SmallVector instead of a DenseMap, and
Dan Gohman
- [zorg] [MIPS] Turn off debug data to allow the compile to finish
Brendan Kirby
- [PATCH] Added verbose option to cpp11-migrate tool
Edwin Vane
- [Patch] Fix for bug 15246
Jyotsna Verma
- [zorg] r175004 - Patch by Brendan Kirby!
Galina Kistanova
- [llvm] r175006 - Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
Guy Benyei
- ppc64 clang LNT buildbot / reference_output / test failures
Will Schmidt
- [llvm] r175007 - This patch just fixes up various llvm formatting
Jack Carter
- [llvm] r175008 - [ms-inline-asm] Implement align directive (which is roughly equivalent to .align).
Chad Rosier
- [polly] r175011 - Use documented isl function
Tobias Grosser
- [polly] r175012 - clang-format a file
Tobias Grosser
- [compiler-rt] r175013 - Highlight caret in bold green, to match Clang diagnostics.
Richard Smith
- [llvm] r175014 - Actually delete this code, since it's really not clear what it's
Dan Gohman
- [PATCH] Add a case to LiveIntervalAnalysis::HandleMoveUp
Andrew Trick
- [llvm] r175016 - Add a default empty string to the 'value' of a string attribute.
Bill Wendling
- [llvm] r175017 - Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.
Michael Gottesman
- ARM LNT buildbot
Renato Golin
- [llvm] r175019 - Fix comment
Arnaud A. de Grandmaison
- [llvm] r175020 - Test commit. Fixed typo.
David Peixotto
- [PATCH][MC] If bundle alignment is enabled, do not add data to a fragment containing instructions
Derek Schuff
- [llvm] r175021 - [ms-inline-asm] Make sure the AsmRewrite list is sorted in lexical order.
Chad Rosier
- [llvm] r175023 - Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.
Manman Ren
- [PATCH] [ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.
Michael Spencer
- [PATCH] Define iterator_traits for ImmutableSet::iterator
Ryan Govostes
- PATCH: don't tail call functions with 3 'inreg' arguments on x86-32 PIC
Nick Lewycky
- [llvm] r175024 - Fix comment.
Eric Christopher
- [PATCH][llvm-c] Create Memory Buffer with memory ranges
Chris Lattner
- [llvm] r174827 - ok, ok, stop fighting type punning warnings by just using a union.
Chris Lattner
- [llvm] r175032 - use memcpy instead of dubious union to type pun two values,
Chris Lattner
- [PATCH][Review Requested][Compilation Time] Using hashing in getVTList()
Chris Lattner
- [llvm-commits] Please review: adding Function attribute "ThreadSafety"
Chris Lattner
- [llvm] r175033 - [asan] fix confusing indentation
Kostya Serebryany
- [PATCH] ARM NEON 2-arg vector compare aliases rejected
Joel Jones
- [llvm] r175034 - [tsan] disable load widening in ThreadSanitizer mode
Kostya Serebryany
- [llvm] r175035 - Finish obviously broken thought.
Eric Christopher
- [llvm] r175036 - Check i1 as well as i8 variables for 8 bit registers for x86 inline
Eric Christopher
- [compiler-rt] r175037 - [tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint
Kostya Serebryany
- [lld] r175038 - add merge strings option, this temporarily fixes the problem bringing up helloworld with glibc on x86_64
Shankar Easwaran
- [lld] r175039 - fix the mergeable string atom, when the target points to a symbol which is at a relative offset from the start of the .rodata section
Shankar Easwaran
- [compiler-rt] r175040 - [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options
Kostya Serebryany
- [llvm] r175041 - This is actually located at the end, not the middle.
Eric Christopher
- [llvm] r175042 - Remove unnecessary condtional assignment. The next line ignores the result of the assignment with the same condition.
Craig Topper
- [llvm] r175043 - Prevent insertion of "vzeroupper" before call that preserves YMM registers, since a caller uses preserved registers across the call.
Elena Demikhovsky
- [llvm] r175044 - Make jumptables work for -static
Reed Kotler
- [llvm] r175046 - Add some accessor and query methods for retrieving Attribute objects and such.
Bill Wendling
- [llvm] r175047 - Update phab docs to clarify how to accept a change.
Manuel Klimek
- [llvm] r175048 - Use array_pod_sort.
Bill Wendling
- [compiler-rt] r175049 - [asan] fix fixed mapping for mac (ASAN_FLEXIBLE_MAPPING_AND_OFFSET=0)
Kostya Serebryany
- [llvm] r175050 - Fix MSan annotations inclusion guard.
Evgeniy Stepanov
- [PATCH] Workaround some MSan bootstrap issues.
Evgeniy Stepanov
- [llvm] r175055 - Mention AArch64 in release notes for 3.3
Tim Northover
- [compiler-rt] r175056 - tsan: do not imitate memory write on malloc() (Go)
Dmitry Vyukov
- [llvm] r175057 - X86: Disable generation of rep; movsl when %esi is used as a base pointer.
Benjamin Kramer
- [PATCH] Fix initialization-order bug in llvm::support::TimeValue
Alexey Samsonov
- [PATCH] Update minimum required version of cmake
Keith Walker
- [PATCH] Transform OR of SELECTs to SELECT of ORs
Muhammad Tauqir Ahmad
- Dump IR after PPC-specific passes
Sebastian Pop
- [PATCH][Review request] add support for ADX instructions (PR15235)
Kay Tiong Khoo
- [llvm] r175058 - Add registration for PPC-specific passes to allow the IR to be dumped
Krzysztof Parzyszek
- [compiler-rt] r175059 - [ASan] When re-executing the process on OS X, make sure we update the existing DYLD_INSERT_LIBRARIES correctly.
Alexander Potapenko
- [llvm] r175060 - Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
- [llvm] r175063 - [ms-inline-asm] Use an array_pod_sort, rather than a std:sort.
Chad Rosier
- [llvm] r175066 - PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA
David Peixotto
- [llvm] r175067 - MIsched: HazardRecognizers are created for each DAG. Free them.
Andrew Trick
- [llvm] r175069 - Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in the Apple way.
Bill Wendling
- [PATCH] review request [MC ELF] qq
Jack Carter
- [llvm] r175072 - Clean up LDV, no functionality change.
Manman Ren
- [llvm] r175073 - For Mips 16, add the optimization where the 16 bit form of addiu sp can be used
Reed Kotler
- [Patch, TableGen] Fix for bug 15246
Jyotsna Verma
- [PATCH] review request [MC ELF] symbol table STO support
Carter, Jack
- [llvm] r175075 - Add a blurb about the attributes changes to the release notes.
Bill Wendling
- [llvm] r175076 - LoopVectorize: Simplify code for clarity.
Benjamin Kramer
- [llvm] r175077 - [docs] PR15254: Add "AST" to the lexicon.
Sean Silva
- [compiler-rt] r175079 - ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,
Richard Smith
- [llvm] r175080 - configure: remove workaround for gcc's -Wno-maybe-uninitialized
Dmitri Gribenko
- [zorg] r175081 - Change clang test for LNT on ARM A15
Renato Golin
- [llvm] r175082 - [ms-inline asm] Add a comment about the determinism of the rewrite sort.
Chad Rosier
- [llvm] r175083 - [ms-inline-asm] Add support for memory references that have non-immediate
Chad Rosier
- [llvm] r175085 - Add iterator_traits to ImmutableMap and ImmutableSet.
Ryan Govostes
- [llvm] r175086 - Hexagon: Use absolute addressing mode loads/stores for global+offset
Jyotsna Verma
- [llvm] r175087 - [ms-inline asm] Fix up test case for non-Darwin platforms.
Chad Rosier
- [llvm] r175088 - Bug fix 13622: Add paired register support for inline asm with 64-bit data on ARM
Weiming Zhao
- [llvm] r175089 - s/grep/FileCheck/ in some tests
Eli Bendersky
- [llvm] r175092 - Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
Nick Lewycky
- [llvm] r175093 - s/grep/FileCheck/ in some tests
Eli Bendersky
- [llvm] r175096 - R600: Add support for 128-bit parameters
Tom Stellard
- [llvm] r175097 - Fix iterator definitions for ImmutableSet and ImmutableMap.
Ryan Govostes
- [llvm] r175098 - llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're
Alex Rosenberg
- [zorg] r175099 - Enable LLDB tests on Linux
Dmitri Gribenko
- [llvm] r175102 - Hexagon: add support for predicate-GPR copies.
Anshuman Dasgupta
- [llvm] r175104 - Retain the name of the new internal global that's been shrunk.
Bill Wendling
- [llvm] r175107 - temporarily revert the patch due to some conflicts
Weiming Zhao
- [llvm] r174011 - Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit with current llvm style for test names.
Chris Lattner
- [llvm] r175120 - Don't asume that a static function in an extern "C" block will not be mangled.
Rafael Espindola
- [llvm] r175121 - Don't assume the mangling of static functions.
Rafael Espindola
- [llvm] r175122 - Fix some issues with rematerialization in RegisterCoalescer when the destination
Cameron Zwarich
- [llvm] r175123 - Fix RegisterCoalescer::rematerializeTrivialDef() so that it works on flipped
Cameron Zwarich
- [llvm] r175124 - Revert "s/grep/FileCheck/ in some tests"
Andrew Trick
- [llvm] r175126 - Remove the form field from Mips16 instruction formats and set things
Reed Kotler
- [llvm] r175128 - Teach the DataLayout aware constant folder to be much more aggressive towards
Nick Lewycky
- [llvm] r175129 - Add missing typename to unbreak the MSVC 2012 build.
Francois Pichet
- [llvm] r175130 - RegisterCoalescer::reMaterializeTrivialDef() can constrain the destination
Cameron Zwarich
- [llvm] r175133 - Revert r175120 and r175121. Clang is producing the expected asm names again.
Rafael Espindola
- [llvm] r175134 - Reapply "s/grep/FileCheck/ in some tests"
Andrew Trick
- [PATCH] Fix for PR 14779: PPC64: Assertion failure in CodeGen/MachineInstr.cpp
Kai
- [compiler-rt] r175137 - [tsan] disable a failing test until it gets fixed. fix lint
Kostya Serebryany
- [llvm] r175138 - R600: Add lit tests for texture sampling instruction selection.
Michel Danzer
- [llvm] r175139 - R600/SI: Check for empty stack in SIAnnotateControlFlow::isTopOfStack
Michel Danzer
- [compiler-rt] r175140 - [asan] fix x32 build (H.J. Lu)
Kostya Serebryany
- [compiler-rt] r175142 - [asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add -I sanitizer_common/tests to asan/tests/CMakeLists.txt
Kostya Serebryany
- [llvm] r175144 - Fixed a bug in X86TargetLowering::LowerVectorIntExtend() (assertion failure).
Elena Demikhovsky
- [compiler-rt] r175145 - [sanitizer] Raise argv limit for ReExec.
Evgeniy Stepanov
- [llvm] r175146 - The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin".
Elena Demikhovsky
- [llvm] r175150 - Moved line-info.ll to DebugInfo\X86 directory
Elena Demikhovsky
- [llvm] r175149 - Add some legality checks for SETCC before introducing it in the DAG combiner post-operand legalization.
Owen Anderson
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Duncan Sands
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Duncan Sands
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Duncan Sands
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Duncan Sands
- [Patch] Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
- [PATCH] llvm-symbolizer: speedup symbol lookup
Dmitry Vyukov
- [PATCH] include/llvm/Object/ELF.h: do debug checks only when NDEBUG
Dmitry Vyukov
- [compiler-rt] r175153 - tsan: fix bug in suppression reading (suppressions from file were discarded)
Dmitry Vyukov
- [zorg] r175154 - Forgot -mllvm for flag on ARM LNT
Renato Golin
- [compiler-rt] r175155 - [ASan] Remove the 'alarm' script which isn't present on OS X by default.
Alexander Potapenko
- [llvm] r175156 - Workaround an MSan false positive.
Evgeniy Stepanov
- [compiler-rt] r175157 - [ASan] Fixed the wrong placement of #include
Alexander Potapenko
- [llvm] r175158 - llvm-symbolizer: speedup symbol lookup
Dmitry Vyukov
- [compiler-rt] r175163 - [sanitizer] Get full argv and envp on glibc.
Evgeniy Stepanov
- [llvm] r175164 - Make ARMAsmParser accept the correct alignment specifier syntax in instructions.
Kristof Beyls
- [llvm] r175167 - On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.h
David Chisnall
- [llvm] r175168 - Add testcase for llvm-dwarfdump to test parsing of the pubnames data.
Krzysztof Parzyszek
- [llvm] r175169 - AArch64: add block comments where missing
Tim Northover
- [polly] r175170 - cmake: add command polly-check-format
Tobias Grosser
- [polly] r175171 - Report formatting problems as with 'diff -u'
Tobias Grosser
- [llvm] r175172 - AArch64: stop claiming that NEON registers are usable for now.
Tim Northover
- [llvm] r175173 - Revert r15266. This fixes llvm.org/pr15266.
Rafael Espindola
- [polly] r175174 - clang-format: Really check all files
Tobias Grosser
- [llvm] r175175 - Add deprecation of neverHasSideEffects to documentation comments.
Tim Northover
- [llvm] r175176 - AArch64: switch from neverHasSideEffects to hasSideEffects.
Tim Northover
- [polly] r175177 - Formatting fixes
Tobias Grosser
- [polly] r175178 - Do not run formatting checks by default
Tobias Grosser
- [PATCH 1/2] R600: Increase number of ArrayBase Reg to 32
Vincent Lejeune
- [llvm] r175179 - Use correct host/target CMake variables to define lit variables.
Tim Northover
- [llvm] r175180 - R600: Do not fold modifier/litterals in vector inst
Vincent Lejeune
- [llvm] r175181 - R600: Fold zero/one in export instructions
Vincent Lejeune
- [llvm] r175182 - R600: Export instructions are no longer terminator
Vincent Lejeune
- [llvm] r175183 - R600: Do not fold single instruction with more that 3 kcache read
Vincent Lejeune
- [llvm] r175185 - Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp.
Jyotsna Verma
- [llvm] r175186 - Re-apply r175088 for bug fix 13622: Add paired register support for
Weiming Zhao
- [llvm] r175187 - Hexagon: Use multiclass for absolute addressing mode loads.
Jyotsna Verma
- [llvm] r175189 - 80-col
Nadav Rotem
- [llvm] r175190 - Dont merge consecutive loads/stores into vectors when noimplicitfloat is used.
Nadav Rotem
- [llvm] r175192 - include/llvm/Object/ELF.h: do debug checks only when NDEBUG
Dmitry Vyukov
- [llvm] r175193 - R600/SI: Fix int_SI_fs_interp_constant
Michel Danzer
- [llvm] r175196 - added basic support for Intel ADX instructions
Kay Tiong Khoo
- [llvm] r175199 - Add two new functions to the C API:
Bill Wendling
- [llvm] r175200 - death to extra whitespace
Kay Tiong Khoo
- [llvm] r175203 - s/bool/LLVMBool/
Bill Wendling
- [llvm] r175204 - s/bool/LLVMBool/
Bill Wendling
- [llvm] r175205 - Hexagon: Change insn class to support instruction encoding.
Jyotsna Verma
- [lld] r175207 - [ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.
Michael J. Spencer
- [lld] r175208 - [Core, Driver, ELF] Differentiate static and dynamic executables.
Michael J. Spencer
- [llvm] r175209 - Update comment.
Chad Rosier
- [zorg] r175211 - ARM LNT: O3 will vectorize, cpu is correct
Renato Golin
- [llvm] r175212 - Simplify code. Remove "else after return".
Jakub Staszak
- [PATCH][Review Requested][Compilation Time] Small Vector for Machine Operand
Nowicki, Tyler
- [llvm] r175215 - BBVectorize: Don't store candidate pairs in a std::multimap
Hal Finkel
- [llvm] r175216 - BBVectorize: Remove the remaining instances of std::multimap
Hal Finkel
- [llvm] r175218 - Mark getRawBits const.
Preston Gurd
- [llvm] r175219 - [mips] Simplify code in function Filler::findDelayInstr.
Akira Hatanaka
- [llvm] r175220 - The operand listing is very much outdated.
Eli Bendersky
- [llvm] r175221 - The ARM NEON vector compare instructions take three arguments. However, the
Joel Jones
- [llvm] r175222 - [mips] Fix comments and coding style violations. Declare functions to be const.
Akira Hatanaka
- [llvm] r175224 - [mips] Replace usage of SmallSet with BitVector, which is used to keep track of
Akira Hatanaka
- PATCH] ARM NEON Lowering: Merge extractelt, bitcast, sitofp sequence
Arnold Schwaighofer
- PATCH] ARM NEON Lowering: Merge extractelt, bitcast, sitofp sequence
Renato Golin
- PATCH] ARM NEON Lowering: Merge extractelt, bitcast, sitofp sequence
Anton Korobeynikov
- PATCH] ARM NEON Lowering: Merge extractelt, bitcast, sitofp sequence
Arnold
- PATCH] ARM NEON Lowering: Merge extractelt, bitcast, sitofp sequence
David Peixotto
- PATCH] ARM NEON Lowering: Merge extractelt, bitcast, sitofp sequence
Arnold Schwaighofer
- PATCH] ARM NEON Lowering: Merge extractelt, bitcast, sitofp sequence
Jakob Stoklund Olesen
- PATCH] ARM NEON Lowering: Merge extractelt, bitcast, sitofp sequence
Arnold Schwaighofer
- PATCH] ARM NEON Lowering: Merge extractelt, bitcast, sitofp sequence
Jakob Stoklund Olesen
- [llvm] r175226 - [mips] Disallow moving load/store instructions past volatile instructions.
Akira Hatanaka
- [llvm] r175235 - Simplify the attributes '<' comparison function.
Bill Wendling
- [llvm] r175236 - Fix testcase for attribute ordering.
Bill Wendling
- [llvm] r175237 - Fix minor mips16 issues in directives for function prologue. Probably this does
Reed Kotler
- [llvm] r175238 - Fix testcase for attribute ordering.
Bill Wendling
- [test-suite] r175240 - Added SmallProblemSize support for most Polybench Kernel Tests.
Michael Gottesman
- [test-suite] r175243 - Added SmallProblemSize support for SingleSource/Benchmarks/Polybench/datamining/{correlation, covariance}. rdar://11907111.
Michael Gottesman
- [test-suite] r175244 - Added SmallProblemSize support for SingleSource/Benchmarks/Polybench/linear-algebra/solvers/gramschmidt. rdar://11907111.
Michael Gottesman
- [test-suite] r175245 - Added SmallProblemSize support for SingleSource/Benchmarks/Polybench/medley/floyd-warshall.
Michael Gottesman
- [test-suite] r175246 - Added Small Problem Size support to most tests in Benchmarks/Polybench/stencil/.
Michael Gottesman
- [test-suite] r175247 - Turned back on Polybench tests on ARM since we now have Small Problem Size support.
Michael Gottesman
- [llvm] r175248 - Revert "Fix testcase for attribute ordering."
Anna Zaks
- [llvm] r175249 - Revert "Fix testcase for attribute ordering."
Anna Zaks
- [llvm] r175250 - Revert "Simplify the attributes '<' comparison function."
Anna Zaks
- [llvm] r175251 - BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
- [llvm] r175252 - Simplify the 'operator<' for the attribute object.
Bill Wendling
- [PATCH] Fix thumbv5e stack coloring assertion failure
Logan Chien
- [dragonegg] r175254 - Update so that they match how the attributes are sorted.
Bill Wendling
- [llvm] r175255 - clang-formatize llvm-symbolizer code
Alexey Samsonov
- [zorg] r175256 - ARM LNT: passing -O3 directly
Renato Golin
- [llvm] r175257 - AArch64: refactor frame handling to use movz/movk for overlarge offsets.
Tim Northover
- [llvm] r175258 - AArch64: remove ConstantIsland pass & put literals in separate section.
Tim Northover
- [www] r175259 - Add Google as a sponsor
Tobias Grosser
- [www] r175260 - Add social (and possibly informal evening meetup) to the schedule.
Tobias Grosser
- [PATCH] make asan work with 7fff8000 offset and prelink
Kostya Serebryany
- [PATCH] [sanitizer] Add interceptors for localtime and friends
Evgeniy Stepanov
- [compiler-rt] r175263 - [asan] make asan work with 7fff8000 offset and prelink
Kostya Serebryany
- [llvm] r175264 - Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage.
Benjamin Kramer
- [llvm] r175266 - [asan] support long double on 64-bit. See https://code.google.com/p/address-sanitizer/issues/detail?id=151
Kostya Serebryany
- [llvm] r175267 - Don't make assumptions about the mangling of static functions in extern "C"
Rafael Espindola
- [llvm] r175268 - Give these callbacks hidden visibility. It is better to not export them more
Rafael Espindola
- [llvm] r175269 - AArch64: add branch fixup pass.
Tim Northover
- [llvm] r175270 - Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
- [PATCH] Add new lit argument: --exec-feature=FEATURE
Alexey Samsonov
- [llvm] r175273 - Fix refactoring mistake in "Teach InstCombine to work with smaller legal types..."
Arnaud A. de Grandmaison
- [compiler-rt] r175276 - [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=159
Alexander Potapenko
- [llvm] r175278 - BBVectorize: Call a DAG and DAG instead of a tree
Hal Finkel
- [llvm] r175280 - Hexagon: Set appropriate TSFlags to the loads/stores with global address to
Jyotsna Verma
- [llvm] r175283 - enable SDISel sincos optimization for GNU environments
Paul Redmond
- [compiler-rt] r175284 - [ASan] make variable unsigned to silence the warning
Alexey Samsonov
- [compiler-rt] r175285 - [ASan] make variables unsigned to silence warnings - attempt 2
Alexey Samsonov
- [PATCH] Set properties of f128 type
Akira Hatanaka
- [llvm] r175292 - AsmParser: Reformat the MS asm parser to reduce nesting.
Benjamin Kramer
- [llvm] r175293 - add SCEVParameterRewriter
Sebastian Pop
- [llvm] r175294 - add ScevApplyRewriter
Sebastian Pop
- [polly] r175295 - add LoopToScev maps
Sebastian Pop
- [polly] r175296 - use apply and ScevParameterRewriter::rewrite instead of SCEVRewriter
Sebastian Pop
- [llvm] r175297 - Remove a final dependency on the form field in tablegen; which is a remnant
Reed Kotler
- [llvm] r175300 - [mips] Split SelectAddr, which was used to match address patterns, into two
Akira Hatanaka
- [llvm] r175302 - capitalize SCEV to match the current naming convention
Sebastian Pop
- [polly] r175303 - add NestLoops to remove some uses of IVS
Sebastian Pop
- [polly] r175304 - don't store a pointer to the loop in IVS
Sebastian Pop
- [polly] r175305 - check that clang-format exists
Sebastian Pop
- [polly] r175306 - capitalize SCEV to match the current naming convention
Sebastian Pop
- [llvm] r175310 - [mips] Clean up class MipsCCInfo.
Akira Hatanaka
- [llvm] r175311 - Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metadata, sorry.
Pekka Jaaskelainen
- [PATCH] DAGCombiner: Fold pointless truncate, bitcast, buildvector series
Arnold Schwaighofer
- [llvm] r175312 - [ms-inline asm] Adjust the EndLoc to account for the ']'.
Chad Rosier
- [PATCH] Simplify the logic in getX86SubSuperRegister
Eli Bendersky
- [llvm] r175314 - Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features.
Bill Wendling
- [llvm] r175315 - Support changing the subtarget features in ARM.
Bill Wendling
- [llvm] r175316 - If bundle alignment is enabled, do not add data to a fragment with instructions
Derek Schuff
- [llvm] r175317 - c[ms-inline asm] It's possible to have a SizeDirective rewrite and an
Chad Rosier
- [PATCH] llvm-readobj: COFF/ELF-specific low-level output
Nico Rieck
- [llvm] r175319 - Suppress a GCC -Wunused-variable warning in -Asserts builds
Matt Beaumont-Gay
- [llvm] r175320 - Reinitialize the ivars in the subtarget.
Bill Wendling
- [zorg] r175321 - Removed ClangTestCommand import.
Galina Kistanova
- [llvm] r175322 - Temporary revert of 175320.
Bill Wendling
- [llvm] r175324 - Pacify -Wnon-virtual-dtor
Matt Beaumont-Gay
- [llvm] r175325 - [mips] Remove SDNPWantParent from the list of SDNodeProperties.
Akira Hatanaka
- [llvm] r175327 - Derive ELF section type from the name in some cases where GNU as does
Joerg Sonnenberger
- [PATCH] Clarify the pass name of X86AsmPrinter
Eli Bendersky
- [llvm] r175334 - [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
- [llvm] r175336 - Reinitialize the ivars in the subtarget so that they can be reset with the new features.
Bill Wendling
- [llvm] r175338 - [ELF] Add STN_UNDEF.
Michael J. Spencer
- [llvm] r175342 - Use a different scheme to chose 16/32 variants. This scheme is more
Reed Kotler
- [llvm] r175343 - Remove trailing spaces.
Jakub Staszak
- [llvm] r175344 - Add some constantness in Machine Dominators.
Jakub Staszak
- [llvm] r175345 - R600/structurizer: add class to find the Nearest Common Dominator
Christian Konig
- [llvm] r175346 - R600/structurizer: improve PHI value finding
Christian Konig
- [llvm] r175347 - R600/structurizer: improve finding condition values
Christian Konig
- [llvm] r175348 - R600/structurizer: improve loop handling
Christian Konig
- [llvm] r175349 - R600/structurizer: improve inverting conditions
Christian Konig
- [llvm] r175350 - R600/SI: remove some more unused code
Christian Konig
- [llvm] r175351 - R600/SI: move *_Helper definitions to SIInstrFormat.td
Christian Konig
- [llvm] r175352 - R600/SI: fix VOPC encoding v2
Christian Konig
- [llvm] r175353 - R600/SI: replace AllReg_* with [SV]Src_* v2
Christian Konig
- [llvm] r175354 - R600/SI: cleanup literal handling v3
Christian Konig
- [llvm] r175355 - R600/SI: nuke SReg_1 v3
Christian Konig
- [llvm] r175356 - R600/SI: Add pattern to simplify i64 loading
Christian Konig
- [llvm] r175357 - Replace "check:" wth "CHECK:".
Jakub Staszak
- [llvm] r175358 - Add even more constatness in MachineDominators.h.
Jakub Staszak
- [llvm] r175359 - Minor cleanups. No functionality change.
Jakub Staszak
- [llvm] r175360 - MCParser: Reject .balign with non-pow2 alignments.
Benjamin Kramer
- [llvm] r175361 - Target/R600/CMakeLists.txt: Prune SILowerLiteralConstants.cpp corresponding to r175354.
NAKAMURA Takumi
- [llvm] r175362 - Use const reference instead of vector object when passing an argument to
Jakub Staszak
- [llvm] r175363 - [msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.
NAKAMURA Takumi
- [llvm] r175364 - Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.
Jakub Staszak
- [llvm] r175365 - LegalizeDAG.cpp doesn't need DenseMap.
Jakub Staszak
- [llvm] r175366 - Replace loop with std::find.
Benjamin Kramer
- [llvm] r175367 - Replace erase loop with std::remove_if.
Benjamin Kramer
- [zorg] r175368 - ARM LNT: no nt_flags
Renato Golin
- [llvm] r175369 - One more try to make this look nice. I have lots of pseudo lowering
Reed Kotler
- [llvm] r175370 - Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
- [llvm] r175371 - Typo
Renato Golin
- [llvm] r175372 - Remove comma at the end of enum. Still my favourite C++11 feature.
Benjamin Kramer
- [llvm] r175373 - GCC doesn't like ++ on enums.
Benjamin Kramer
- [llvm] r175375 - Documentation: correct syntax (one missing comma, one extra comma)
Dmitri Gribenko
- [compiler-rt] r174316 - [Sanitizer] extend internal libc with stat/fstat/lstat functions
Dmitri Gribenko
- [PATCH][llvm-c] Multithreading functions and shutdown
Moritz Maxeiner
- [llvm] r175379 - Clean up mips16 td file in preparation for massive pseudo lowering work.
Reed Kotler
- [llvm] r175380 - The transform is:
Bill Wendling
- [llvm] r175382 - Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
- [llvm] r175383 - Fix a conversion from a forward iterator to a reverse iterator in
Cameron Zwarich
- [llvm] r175385 - Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
- [test-suite] r175388 - TargetConfig.mk should be included unconditionally - the defines are
Lang Hames
- Please review: X86 sext pattern optimization
Demikhovsky, Elena
- [llvm] r175393 - Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
- [llvm] r175394 - Make the visibility of LLVMPPCCompilationCallback work with GCC.
Benjamin Kramer
- [test-suite] r175396 - Use LLVMCC_EMITIR_FLAG rather than -emit-llvm in the 7zip Makefile, unbreaking
Duncan Sands
- [llvm] r175397 - BBVectorize: Fix an invalid reference bug
Hal Finkel
- [llvm] r175398 - Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
- [llvm] r175400 - AArch64: Avoid shifts by 64, that's undefined behavior.
Benjamin Kramer
- [llvm] r175401 - Force a cpu for test. It failed on atom due to different scheduling decisions.
Benjamin Kramer
- [llvm] r175402 - Return false instead of 0.
Jakub Staszak
- [llvm] r175403 - [XCore] Add missing u6 / lu6 instructions.
Richard Osborne
- [llvm] r175404 - [XCore] Add missing u10 / lu10 instructions.
Richard Osborne
- [llvm] r175406 - [XCore] Add TSETR instruction.
Richard Osborne
- [llvm] r175407 - [XCore] Add missing 2r instructions.
Richard Osborne
- Cast Patch
Jakub Staszak
- [llvm] r175408 - X86: Add a note.
Benjamin Kramer
- [llvm] r175413 - Beginning of expanding all current mips16 macro/pseudo instruction sequences.
Reed Kotler
- [llvm] r175415 - Spelling corrections
Alex Rosenberg
- [llvm] r175416 - Expand macro/pseudo BteqzT8CmpX16.
Reed Kotler
- [llvm] r175417 - Expand pseudo/macro BteqzT8SltX16.
Reed Kotler
- [llvm] r175419 - Expand pseudo/macro BteqzT8SltuX16 . There is no test case because
Reed Kotler
- [llvm] r175420 - Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.
Reed Kotler
- [llvm] r175421 - Narrow the return types of a few DIBuilder utility functions.
David Blaikie
- [llvm] r175422 - [ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of SelectAllBasicBlocks().
NAKAMURA Takumi
- [llvm] r175423 - DIBuilder: Add function and method definitions to the list of all subprograms
David Blaikie
- [compiler-rt] r175424 - [Sanitizer] Make temporary filename depend on user ID
Alexey Samsonov
- [llvm] r175426 - DIBuilder: Correct the null/0 type of trailing fields in struct debug info.
David Blaikie
- [llvm] r175428 - Add `DIFile DISubprogram::getFile() const` for DragonEgg.
David Blaikie
Last message date:
Sun Feb 17 23:54:56 PST 2013
Archived on: Tue Aug 4 17:10:06 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).