The Week Of Monday 25 February 2013 Archives by subject
Starting: Mon Feb 25 00:32:03 PST 2013
Ending: Sun Mar 3 23:31:30 PST 2013
Messages: 711
- [compiler-rt] r176012 - [TSan] remove temporary build directory in 'make clean' command
Alexey Samsonov
- [compiler-rt] r176013 - [TSan] Add interceptor for malloc_usable_size()
Alexey Samsonov
- [compiler-rt] r176014 - [Sanitizer] fix signed/unsigned compare warnings in sanitizer_stacktrace_test. Build sanitizer_common tests with -Werror as we use predictable just-built Clang for building them
Alexey Samsonov
- [compiler-rt] r176020 - [Sanitizer] one more fix for signed/unsigned mismatch in comparison
Alexey Samsonov
- [compiler-rt] r176077 - [asan] use the new attribute syntax (no_address_safety_analysis => no_sanitize_address)
Kostya Serebryany
- [compiler-rt] r176078 - [asan] fix the output for range accesses (memset, etc); improve the tests; more strict checking in memcmp
Kostya Serebryany
- [compiler-rt] r176079 - [tsan] enable tsan-vs-gvn test since it is now fixed
Kostya Serebryany
- [compiler-rt] r176085 - [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help debugging!)
Kostya Serebryany
- [compiler-rt] r176089 - [sanitizer] A low-level vector implementation to be used in leak checking code. Patch by Sergey Matveev
Kostya Serebryany
- [compiler-rt] r176091 - [Sanitizer] Don't die if external symbolizer is used on Mac, where it's not implemented yet
Alexey Samsonov
- [compiler-rt] r176175 - [asan] guard ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS definition with an #ifndef
Kostya Serebryany
- [compiler-rt] r176179 - add Linux syscall wrappers and ThreadLister to sanitizer_common
Kostya Serebryany
- [compiler-rt] r176182 - [UBSan] Use common report decorator to print colorful diagnostics in UBSan, and be more consistent w/ Printf/RawWrite
Alexey Samsonov
- [compiler-rt] r176183 - [Sanitizer] don't include missing header on Android
Alexey Samsonov
- [compiler-rt] r176185 - [asan] if calloc returns a freshly-mmaped memory, don't clear it with memset. Speeds up calloc-intensive code
Kostya Serebryany
- [compiler-rt] r176236 - Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c,
Nick Lewycky
- [compiler-rt] r176236 - Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c,
Alexey Samsonov
- [compiler-rt] r176236 - Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c,
Bill Wending
- [compiler-rt] r176248 - [msan] Lit tests for __attribute__((no_sanitize_memory)).
Evgeniy Stepanov
- [compiler-rt] r176249 - [Sanitizer] Relax ThreadLister tests to allow possible pre-existing threads. Do proper mutex destruction. Patch by Sergey Matveev
Alexey Samsonov
- [compiler-rt] r176250 - [asan] bump kMidMemEnd to 0x4fffffffffULL since in rare cases prelink uses addresses higher than 0x3fffffffff
Kostya Serebryany
- [compiler-rt] r176255 - [asan] Enable allocator2 on Android.
Evgeniy Stepanov
- [compiler-rt] r176256 - [ASan] Add the memcmp_strict flag (1 by default) that controls the behavior of accessibility checks in memcmp.
Alexander Potapenko
- [compiler-rt] r176264 - [asan] Lower memory usage in LargeMallocTest on Android.
Evgeniy Stepanov
- [compiler-rt] r176338 - [sanitizer] Fix check failure in SizeClassMap::Print.
Evgeniy Stepanov
- [compiler-rt] r176340 - [asan] Revert r176255, r176264.
Evgeniy Stepanov
- [dragonegg] r176015 - Using "-x ada" to test whether GCC supports a language like Ada only works if
Duncan Sands
- [dragonegg] r176016 - Format with clang-format.
Duncan Sands
- [dragonegg] r176016 - Format with clang-format.
Sean Silva
- [dragonegg] r176016 - Format with clang-format.
Tobias Grosser
- [dragonegg] r176016 - Format with clang-format.
Daniel Jasper
- [dragonegg] r176016 - Format with clang-format.
Sean Silva
- [dragonegg] r176081 - Detect whether GCC supports java. Don't dump .s files from the test in the
Duncan Sands
- [dragonegg] r176082 - O/S independent /dev/null.
Duncan Sands
- [dragonegg] r176083 - Remove a bunch of huge, unreduced testcases.
Duncan Sands
- [dragonegg] r176083 - Remove a bunch of huge, unreduced testcases.
Duncan Sands
- [dragonegg] r176263 - Debug info for OFFSET_TYPE was completely not working due to a "typo". This
Duncan Sands
- [dragonegg] r176265 - Small name handling cleanups. Rename getLLVMAssemblerName to getAssemblerName
Duncan Sands
- [lld] r176045 - [ELF][Writer] Fill in dynamic table entries.
Michael J. Spencer
- [lld] r176073 - [Pass][Layout] Fix bug and add debug printing.
Michael J. Spencer
- [lld] r176150 - [ELF][Writer] Add dynamic relocation tables.
Michael J. Spencer
- [lld] r176162 - fixing typo in header file
Shankar Easwaran
- [lld] r176167 - adding a return to fix compilation error from buildbot, build #75
Shankar Easwaran
- [lld] r176167 - adding a return to fix compilation error from buildbot, build #75
David Blaikie
- [lld] r176167 - adding a return to fix compilation error from buildbot, build #75
Shankar Easwaran
- [lld] r176169 - fixing build error properly according to comment from David
Shankar Easwaran
- [lld] r176205 - [test] Don't start elf-dump until lld-core is done writing the output.
Michael J. Spencer
- [lld] r176207 - [lld][ELF] Order segments
Shankar Easwaran
- [lld] r176277 - [lld][ELF][Hexagon] add more relocations
Shankar Easwaran
- [lld] r176278 - [ELF][Hexagon] change Header flags
Shankar Easwaran
- [lld] r176279 - [ELF] Set header flags to 0 by default
Shankar Easwaran
- [lld] r176280 - [ELF][tests] changes for test cases
Shankar Easwaran
- [lld] r176294 - [ELF][x86-64] Separate static and dynamic GOT/PLT generation.
Michael J. Spencer
- [lld] r176298 - [ELF][Hexagon] add quickdata relocations
Shankar Easwaran
- [lld] r176309 - Add basic linker script parsing.
Michael J. Spencer
- [lld] r176310 - [ELF][x86-64] Only emit a PLT entry for a PLT relocation if the target atom is a SharedLibraryAtom.
Michael J. Spencer
- [lld] r176324 - [Writer][ELF][x86-64] Handle GOTPCREL relocations to SharedLibraryAtoms.
Michael J. Spencer
- [lld] r176370 - move dynamic linking atoms to Atoms.h
Shankar Easwaran
- [lld] r176415 - [ELF][Hexagon] add initial changes to add GOT/PLT
Shankar Easwaran
- [lld] r176416 - [ELF] rename Writer to ExecutableWriter
Shankar Easwaran
- [lld] r176424 - [lld][ELF] rename to add new support in the ELF Writer
Shankar Easwaran
- [lld] r176425 - [lld][ELF] Add modified writer
Shankar Easwaran
- [lld] r176430 - [ELF] no functionality change, update dynamicTable functionality
Shankar Easwaran
- [llvm-commits] [llvm] r164281 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h lib/Target/X86/X86InstrCompiler.td lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.h test/CodeGen/X86/2010-01-08-Atomic64Bug.ll test/CodeGen/X86/atomic16.ll test/CodeGen/X86/atomic32.ll test/CodeGen/X86/atomic64.ll test/CodeGen/X86/atomic6432.ll test/CodeGen/X86/atomic8.ll test/CodeGen/X86/atomic_op.ll test/CodeGen/X86/pr13458.ll
Michael Liao
- [llvm-commits] [llvm] r164281 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h lib/Target/X86/X86InstrCompiler.td lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.h test/CodeGen/X86/2010-01-08-Atomic64Bug.ll test/CodeGen/X86/atomic16.ll test/CodeGen/X86/atomic32.ll test/CodeGen/X86/atomic64.ll test/CodeGen/X86/atomic6432.ll test/CodeGen/X86/atomic8.ll test/CodeGen/X86/atomic_op.ll test/CodeGen/X86/pr13458.ll
Cameron Zwarich
- [llvm-commits] [llvm] r164281 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h lib/Target/X86/X86InstrCompiler.td lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.h test/CodeGen/X86/2010-01-08-Atomic64Bug.ll test/CodeGen/X86/atomic16.ll test/CodeGen/X86/atomic32.ll test/CodeGen/X86/atomic64.ll test/CodeGen/X86/atomic6432.ll test/CodeGen/X86/atomic8.ll test/CodeGen/X86/atomic_op.ll test/CodeGen/X86/pr13458.ll
Evan Cheng
- [llvm-commits] [llvm] r164281 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h lib/Target/X86/X86InstrCompiler.td lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.h test/CodeGen/X86/2010-01-08-Atomic64Bug.ll test/CodeGen/X86/atomic16.ll test/CodeGen/X86/atomic32.ll test/CodeGen/X86/atomic64.ll test/CodeGen/X86/atomic6432.ll test/CodeGen/X86/atomic8.ll test/CodeGen/X86/atomic_op.ll test/CodeGen/X86/pr13458.ll
Cameron Zwarich
- [llvm] r174235 - [Dwarf] avoid emitting multiple AT_const_value for static memebers.
Eric Christopher
- [llvm] r175312 - [ms-inline asm] Adjust the EndLoc to account for the ']'.
Eric Christopher
- [llvm] r175312 - [ms-inline asm] Adjust the EndLoc to account for the ']'.
Eric Christopher
- [llvm] r175312 - [ms-inline asm] Adjust the EndLoc to account for the ']'.
Chad Rosier
- [llvm] r175314 - Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features.
Benjamin Kramer
- [llvm] r175314 - Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features.
Bill Wendling
- [llvm] r175314 - Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features.
Benjamin Kramer
- [llvm] r175619 - I optimized the following patterns:
Muhammad Tauqir Ahmad
- [llvm] r175619 - I optimized the following patterns:
Demikhovsky, Elena
- [llvm] r176022 - Fix the root cause of PR15348 by correctly handling alignment 0 on
Chandler Carruth
- [llvm] r176022 - Fix the root cause of PR15348 by correctly handling alignment 0 on
Bill Wendling
- [llvm] r176022 - Fix the root cause of PR15348 by correctly handling alignment 0 on
Evan Cheng
- [llvm] r176022 - Fix the root cause of PR15348 by correctly handling alignment 0 on
Lang Hames
- [llvm] r176022 - Fix the root cause of PR15348 by correctly handling alignment 0 on
Chandler Carruth
- [llvm] r176022 - Fix the root cause of PR15348 by correctly handling alignment 0 on
Lang Hames
- [llvm] r176023 - Fix spelling noticed by Duncan.
Chandler Carruth
- [llvm] r176029 - Fix missing relocation for TLS addressing peephole optimization.
Bill Schmidt
- [llvm] r176031 - 'Hexadecimal' has two 'a's and only one 'i'.
Matt Beaumont-Gay
- [llvm] r176033 - ARM build docs easier for copy&paste
Renato Golin
- [llvm] r176036 - [ms-inline asm] Add support for the pushad/popad mnemonics.
Chad Rosier
- [llvm] r176037 - pre-RA-sched fix: only reevaluate physreg interferences when necessary.
Andrew Trick
- [llvm] r176052 - [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Chad Rosier
- [llvm] r176052 - [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Eli Bendersky
- [llvm] r176052 - [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Chad Rosier
- [llvm] r176053 - Remove extraneous attribute number.
Chad Rosier
- [llvm] r176055 - Fix wording.
Chad Rosier
- [llvm] r176057 - Provide workaround for PR 15130.
Andrew Kaylor
- [llvm] r176058 - Fix PR10499
Michael Liao
- [llvm] r176058 - Fix PR10499
Bill Wendling
- [llvm] r176058 - Fix PR10499
Michael Liao
- [llvm] r176060 - Refine fix to PR10499, no functionality change
Michael Liao
- [llvm] r176060 - Refine fix to PR10499, no functionality change
Bill Wendling
- [llvm] r176066 - [fast-isel] Make sure the FastLowerArguments function checks to make sure the
Chad Rosier
- [llvm] r176066 - [fast-isel] Make sure the FastLowerArguments function checks to make sure the
David Blaikie
- [llvm] r176066 - [fast-isel] Make sure the FastLowerArguments function checks to make sure the
Chad Rosier
- [llvm] r176066 - [fast-isel] Make sure the FastLowerArguments function checks to make sure the
Chad Rosier
- [llvm] r176066 - [fast-isel] Make sure the FastLowerArguments function checks to make sure the
David Blaikie
- [llvm] r176066 - [fast-isel] Make sure the FastLowerArguments function checks to make sure the
Chad Rosier
- [llvm] r176066 - [fast-isel] Make sure the FastLowerArguments function checks to make sure the
David Blaikie
- [llvm] r176066 - [fast-isel] Make sure the FastLowerArguments function checks to make sure the
Chad Rosier
- [llvm] r176070 - [mips] Use class RegDefsUses to track register defs and uses.
Akira Hatanaka
- [llvm] r176072 - Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduces the pass-manager overhead from FPPassManager::runOnFunction() by about 10%.
Michael Ilseman
- [llvm] r176075 - Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
- [llvm] r176090 - GCC 4.6.3 O3 miscompiles on ARM
Renato Golin
- [llvm] r176094 - Fix PR15359.
Bill Schmidt
- [llvm] r176095 - Proper XFAILs for ARMv7 / v5
Renato Golin
- [llvm] r176096 - Adding ARM as supported architecture
Renato Golin
- [llvm] r176097 - R600/SI: fix stupid typo
Christian Konig
- [llvm] r176098 - R600/SI: fix and cleanup SI register definition v2
Christian Konig
- [llvm] r176099 - R600/SI: fix VOP3b encoding v2
Christian Konig
- [llvm] r176100 - R600/SI: add folding helper
Christian Konig
- [llvm] r176101 - R600/SI: add post ISel folding for SI v2
Christian Konig
- [llvm] r176102 - R600/SI: add some more instruction flags
Christian Konig
- [llvm] r176103 - R600/SI: swap operands if it helps folding
Christian Konig
- [llvm] r176104 - R600/SI: add VOP mapping functions
Christian Konig
- [llvm] r176105 - R600/SI: Add promotion of e32 to e64 in operand folding
Christian Konig
- [llvm] r176107 - Slight cosmetic fixes
Eli Bendersky
- [llvm] r176108 - [docs] Use reST link instead of direct HTML link.
Sean Silva
- [llvm] r176109 - Remove a few unused arguments.
Chad Rosier
- [llvm] r176109 - Remove a few unused arguments.
Eric Christopher
- [llvm] r176111 - Test commit. Remove trailing whitespace.
Matt Arsenault
- [llvm] r176113 - Another test commit. Remove trailing whitespace.
Matt Arsenault
- [llvm] r176117 - Fix typo
Matt Arsenault
- [llvm] r176118 - AsmParser: More generic support for integer type suffices.
Jim Grosbach
- [llvm] r176119 - Add a test case for r176066.
Chad Rosier
- [llvm] r176120 - Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
- [llvm] r176120 - Debug Info: for static member variables, move AT_MIPS_linkage_name from
Eric Christopher
- [llvm] r176120 - Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
- [llvm] r176120 - Debug Info: for static member variables, move AT_MIPS_linkage_name from
Eric Christopher
- [llvm] r176120 - Debug Info: for static member variables, move AT_MIPS_linkage_name from
Robinson, Paul
- [llvm] r176120 - Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
- [llvm] r176120 - Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
- [llvm] r176123 - Fix auto_ptr is deprecated warnings
Matt Arsenault
- [llvm] r176124 - Fix PR15332 (patch by Florian Zeitz).
Bill Schmidt
- [llvm] r176125 - [TableGen] Fix ICE on MSVC 2012 Release builds.
Michael J. Spencer
- [llvm] r176125 - [TableGen] Fix ICE on MSVC 2012 Release builds.
Bill Wendling
- [llvm] r176129 - Revert r176120 as it caused a failure at static-member.cpp
Manman Ren
- [llvm] r176130 - Add support for autodetection of ADM bdver2.
Roman Divacky
- [llvm] r176130 - Add support for autodetection of ADM bdver2.
Bill Wendling
- [llvm] r176131 - Constant fold vector bitcasts of halves similarly to how floats and doubles are folded. Test case included.
Michael Ilseman
- [llvm] r176134 - Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Eli Bendersky
- [llvm] r176134 - Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Chandler Carruth
- [llvm] r176134 - Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Eli Bendersky
- [llvm] r176134 - Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Chandler Carruth
- [llvm] r176134 - Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Eli Bendersky
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Eric Christopher
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Eli Bendersky
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Eric Christopher
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Eric Christopher
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Eric Christopher
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Eli Bendersky
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Evan Cheng
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Eli Bendersky
- [llvm] r176136 - Have a way for a target to opt-out of target-independent fast isel
Eric Christopher
- [llvm] r176139 - Enhance integer division emulation support to handle types smaller than 32 bits,
Pedro Artigas
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Eric Christopher
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Eric Christopher
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Eric Christopher
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Eric Christopher
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Eric Christopher
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Eric Christopher
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Eric Christopher
- [llvm] r176143 - Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
- [llvm] r176154 - SelectionDAG: If llvm.donothing has a landingpad, we should clear
Manman Ren
- [llvm] r176154 - SelectionDAG: If llvm.donothing has a landingpad, we should clear
Duncan Sands
- [llvm] r176156 - IR: Don't constant fold GEP bitcasts between different address spaces
Meador Inge
- [llvm] r176161 - Add the skeleton for the Mips constant island pass.
Reed Kotler
- [llvm] r176161 - Add the skeleton for the Mips constant island pass.
Dmitri Gribenko
- [llvm] r176165 - Fix cut/paste error in a comment.
Reed Kotler
- [llvm] r176166 - std::string to StringRef.
Nadav Rotem
- [llvm] r176166 - std::string to StringRef.
David Blaikie
- [llvm] r176168 - IRBuilder has grown all sorts of useful utility functions. Make use of them to
Nick Lewycky
- [llvm] r176170 - For each function that we optimize we initialize a new list of lib functions. For each function name we malloc memory. This patch changes the Libcall map to use BumpPtrAllocator. Now we malloc only once. This speeds up instcombine by a few % on a large c++ program.
Nadav Rotem
- [llvm] r176171 - Revert r176166 because it broke one of the lit tests.
Nadav Rotem
- [llvm] r176172 - Doh, fix behaviour change introduced in r176168 which is tested in clang,
Nick Lewycky
- [llvm] r176173 - In GCC 4.7, function names are now forbidden from .gcda files. Support this by
Nick Lewycky
- [llvm] r176173 - In GCC 4.7, function names are now forbidden from .gcda files. Support this by
Alexey Samsonov
- [llvm] r176173 - In GCC 4.7, function names are now forbidden from .gcda files. Support this by
Nick Lewycky
- [llvm] r176176 - Forgot that this file needs to be C89 not C99 thanks to MSVC. No functionality
Nick Lewycky
- [llvm] r176188 - LoopVectorize: Vectorize math builtin calls.
Benjamin Kramer
- [llvm] r176189 - ARM: permit full range of valid ADR immediates.
Tim Northover
- [llvm] r176192 - print TLS segment
Shankar Easwaran
- [llvm] r176193 - Suppressing MSVC warnings; patch thanks to Peng Cheng!
Aaron Ballman
- [llvm] r176195 - [docs] Provide pointer for building Sphinx docs.
Sean Silva
- [llvm] r176197 - Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!
Aaron Ballman
- [llvm] r176199 - [docs] Discuss manpage output.
Sean Silva
- [llvm] r176204 - Reverted: r176136 - Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
- [llvm] r176208 - Remove this instance of dl as it's defined in a previous scope.
Chad Rosier
- [llvm] r176212 - ARM: FMA is legal only if VFP4 is available.
Jim Grosbach
- [llvm] r176213 - Copy missing member in DataLayout copy ctor.
David Blaikie
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Nadav Rotem
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eric Christopher
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Nadav Rotem
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Bill Wendling
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eric Christopher
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eli Bendersky
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Jan Voung
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eli Bendersky
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eric Christopher
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Nadav Rotem
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eli Bendersky
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eric Christopher
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eli Bendersky
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Jan Voung
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Jim Grosbach
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eli Bendersky
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eric Christopher
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Jan Voung
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Jim Grosbach
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eli Bendersky
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Chris Lattner
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Eli Bendersky
- [llvm] r176214 - The FastISEL should be fast. But when we record statistics we use atomic operations to increment the counters.
Jan Voung
- [llvm] r176218 - Silence the unused variable warning.
Nadav Rotem
- [llvm] r176220 - Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
- [llvm] r176220 - Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Eric Christopher
- [llvm] r176222 - Remove unnecessary cast to void.
Eric Christopher
- [llvm] r176223 - Rework comment slightly and fix a few typos.
Eric Christopher
- [llvm] r176224 - Remove unnecessary check against isGlobalVariable. We check it
Eric Christopher
- [llvm] r176225 - Fix a problem in alias analysis. It is about the misinterpretation of "Object".
Shuxin Yang
- [llvm] r176225 - Fix a problem in alias analysis. It is about the misinterpretation of "Object".
Bill Wendling
- [llvm] r176225 - Fix a problem in alias analysis. It is about the misinterpretation of "Object".
Shuxin Yang
- [llvm] r176226 - [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an infinite loop by constantly trying
Argyrios Kyrtzidis
- [llvm] r176226 - [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an infinite loop by constantly trying
Aaron Ballman
- [llvm] r176226 - [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an infinite loop by constantly trying
Argyrios Kyrtzidis
- [llvm] r176226 - [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an infinite loop by constantly trying
Robinson, Paul
- [llvm] r176228 - [Support][ErrorOr] Add support for implicit conversion from error code/condition enums.
Michael J. Spencer
- [llvm] r176235 - Enable syntax highlighting for reStructuredText files.
Bill Wendling
- [llvm] r176240 - Remove unused leftover declarations.
Evgeniy Stepanov
- [llvm] r176243 - Corrections for XFAIL armv5 tests
Renato Golin
- [llvm] r176247 - [msan] Implement sanitize_memory attribute.
Evgeniy Stepanov
- [llvm] r176253 - AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.
Tim Northover
- [llvm] r176257 - Add the -disable-opt option to LTO. This adds:
Bill Wendling
- [llvm] r176258 - AArch64: don't drop GlobalAddress offset when handling extern_weak decls.
Tim Northover
- [llvm] r176259 - AArch64: be more careful resorting to inefficient addressing for weak vars.
Tim Northover
- [llvm] r176261 - AArch64: remove post-encoder method from FCMP (immediate) instructions.
Tim Northover
- [llvm] r176261 - AArch64: remove post-encoder method from FCMP (immediate) instructions.
Tim Northover
- [llvm] r176270 - Re-format comments (and check commit access)
Yiannis Tsiouris
- [llvm] r176270 - Re-format comments (and check commit access)
Yiannis Tsiouris
- [llvm] r176270 - Re-format comments (and check commit access)
David Blaikie
- [llvm] r176270 - Re-format comments (and check commit access)
Dmitri Gribenko
- [llvm] r176270 - Re-format comments (and check commit access)
Yiannis Tsiouris
- [llvm] r176270 - Re-format comments (and check commit access)
Dmitri Gribenko
- [llvm] r176270 - Re-format comments (and check commit access)
Benjamin Kramer
- [llvm] r176273 - Put some per-instruction statistics of fast isel under NDEBUG, together with
Eli Bendersky
- [llvm] r176285 - Style; no functional change.
Chad Rosier
- [llvm] r176287 - Cost model support for lowered math builtins.
Benjamin Kramer
- [llvm] r176287 - Cost model support for lowered math builtins.
Renato Golin
- [llvm] r176288 - Tidy up; no functional change.
Chad Rosier
- [llvm] r176289 - Don't add an attribute that already exists and don't remove an attribute that doesn't exist.
Bill Wendling
- [llvm] r176292 - Brag about function call vectorization in the docs.
Benjamin Kramer
- [llvm] r176292 - Brag about function call vectorization in the docs.
Hal Finkel
- [llvm] r176292 - Brag about function call vectorization in the docs.
Benjamin Kramer
- [llvm] r176292 - Brag about function call vectorization in the docs.
Hal Finkel
- [llvm] r176292 - Brag about function call vectorization in the docs.
Duncan Sands
- [llvm] r176292 - Brag about function call vectorization in the docs.
Benjamin Kramer
- [llvm] r176292 - Brag about function call vectorization in the docs.
Hal Finkel
- [llvm] r176292 - Brag about function call vectorization in the docs.
Hal Finkel
- [llvm] r176292 - Brag about function call vectorization in the docs.
Benjamin Kramer
- [llvm] r176292 - Brag about function call vectorization in the docs.
Hal Finkel
- [llvm] r176296 - Move an assert earlier in a file and check that the result of
Eric Christopher
- [llvm] r176300 - Fix a bug in instcombine for fmul in fast math mode.
Quentin Colombet
- [llvm] r176301 - Don't add the 'Value' string if there isn't one.
Bill Wendling
- [llvm] r176305 - A small refactoring + adding comments.
Eli Bendersky
- [llvm] r176307 - Connect LLVM CMake build scripts to LLDB's CMake scripts:
Daniel Malea
- [llvm] r176313 - [mips] Define class MemDefsUses.
Akira Hatanaka
- [llvm] r176314 - Instructions schedulers should report correct height/depth.
Andrew Trick
- [llvm] r176315 - Fix incorrect ScheduleDAG comment and formalize Weak edges.
Andrew Trick
- [llvm] r176316 - Scheduler diagnostics. Print the register name.
Andrew Trick
- [llvm] r176317 - [mips] Rename function findDelayInstr to searchBackward.
Akira Hatanaka
- [llvm] r176318 - [mips] Define helper function searchRange
Akira Hatanaka
- [llvm] r176320 - [mips] Add capability to search in the forward direction for instructions that
Akira Hatanaka
- [llvm] r176321 - [mips] Add options to disable searching backward and in successor blocks.
Akira Hatanaka
- [llvm] r176325 - [mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd.
Akira Hatanaka
- [llvm] r176326 - [mips] Do not add SecondLastInst to list BranchInstrs if there is only one
Akira Hatanaka
- [llvm] r176329 - [mips] Add the capability to search delay slot filling instructions in
Akira Hatanaka
- [llvm] r176330 - [mips] Remove unused option. Fix 80-column violations.
Akira Hatanaka
- [llvm] r176334 - Minor coding style fix
Michael Liao
- [llvm] r176337 - Docs for llvm-symbolizer command-line tool
Alexey Samsonov
- [llvm] r176341 - GCC thinks that this variable might be used uninitialized (it isn't).
Duncan Sands
- [llvm] r176341 - GCC thinks that this variable might be used uninitialized (it isn't).
Chandler Carruth
- [llvm] r176341 - GCC thinks that this variable might be used uninitialized (it isn't).
Michael Liao
- [llvm] r176342 - R600/SI: fix inserting waits for unordered defines
Christian Konig
- [llvm] r176343 - R600/SI: fix warning about overloaded virtual
Christian Konig
- [llvm] r176344 - R600/SI: remove GPR*AlignEncode
Christian Konig
- [llvm] r176345 - R600/SI: remove S_MOV immediate patterns
Christian Konig
- [llvm] r176346 - R600/SI: handle all registers in copyPhysReg v2
Christian Konig
- [llvm] r176347 - GCInfoDeleter code cleanup after r175528
Yiannis Tsiouris
- [llvm] r176353 - test commit to use consistent comment notation.
Peng Cheng
- [llvm] r176358 - Hexagon: Add constant extender support framework.
Jyotsna Verma
- [llvm] r176359 - R600/SI: fix sampler tests after fixing wait insertions
Christian Konig
- [llvm] r176363 - Add support for using non-pic code for arm and thumb1 when emitting the sjlj
Chad Rosier
- [llvm] r176364 - Fix PR10475
Michael Liao
- [llvm] r176365 - Cache the result of Function::getIntrinsicID() in a DenseMap attached to the LLVMContext.
Michael Ilseman
- [llvm] r176366 - LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.
Benjamin Kramer
- [llvm] r176367 - Generate an error message instead of asserting or segfaulting when we can't
Chad Rosier
- [llvm] r176369 - Add regression tests (WORKSFORME)
Michael Liao
- [llvm] r176374 - No need to force-create clang-tools-extra lit.site.cfg
Edwin Vane
- [llvm] r176377 - Rewrite a test to check actual output rather than intermediate implementation
Eli Bendersky
- [llvm] r176378 - Set properties for f128 type.
Akira Hatanaka
- [llvm] r176380 - Fix indentation.
Akira Hatanaka
- [llvm] r176381 - Rewrite a test to count emitted instructions without using -stats
Eli Bendersky
- [llvm] r176381 - Rewrite a test to count emitted instructions without using -stats
Michael Gottesman
- [llvm] r176381 - Rewrite a test to count emitted instructions without using -stats
Michael Gottesman
- [llvm] r176381 - Rewrite a test to count emitted instructions without using -stats
Eli Bendersky
- [llvm] r176382 - Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp
Jean-Luc Duprat
- [llvm] r176384 - [mips] Fix inefficient code generation.
Akira Hatanaka
- [llvm] r176385 - Fix my email address in CREDITS.TXT.
Stefanus Du Toit
- [llvm] r176386 - In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check.
Argyrios Kyrtzidis
- [llvm] r176390 - MIsched machine model: tablegen subtarget emitter improvement.
Andrew Trick
- [llvm] r176391 - Remove duplicate line and move another closer to its actual use
Eli Bendersky
- [llvm] r176394 - Revert "Rewrite a test to count emitted instructions without using -stats"
Michael Gottesman
- [llvm] r176396 - CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.
Jordan Rose
- [llvm] r176397 - Modify {Call, Invoke}Inst::addAttribute to take an AttrKind.
Peter Collingbourne
- [llvm] r176399 - PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.
Nadav Rotem
- [llvm] r176399 - PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.
Chandler Carruth
- [llvm] r176399 - PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.
Nadav Rotem
- [llvm] r176400 - Added FIXME for future Hexagon cleanup.
Andrew Trick
- [llvm] r176403 - X86 cost model: Adjust cost for custom lowered vector multiplies
Arnold Schwaighofer
- [llvm] r176403 - X86 cost model: Adjust cost for custom lowered vector multiplies
Benjamin Kramer
- [llvm] r176403 - X86 cost model: Adjust cost for custom lowered vector multiplies
Arnold
- [llvm] r176407 - add getUnderlyingObjectSize()
Nuno Lopes
- [llvm] r176407 - add getUnderlyingObjectSize()
Arnold
- [llvm] r176407 - add getUnderlyingObjectSize()
Shuxin Yang
- [llvm] r176407 - add getUnderlyingObjectSize()
Shuxin Yang
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Shuxin Yang
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Shuxin Yang
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Arnold Schwaighofer
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Shuxin Yang
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Arnold Schwaighofer
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Arnold Schwaighofer
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Hal Finkel
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Shuxin Yang
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Arnold Schwaighofer
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Arnold Schwaighofer
- [llvm] r176408 - recommit r172363 & r171325 (reverted in r172756)
Shuxin Yang
- [llvm] r176410 - ARM NEON: Fix v2f32 float intrinsics
Arnold Schwaighofer
- [llvm] r176410 - ARM NEON: Fix v2f32 float intrinsics
Arnold Schwaighofer
- [llvm] r176411 - Tidy up. Trailing whitespace.
Jim Grosbach
- [llvm] r176412 - Clean up code format a bit.
Jim Grosbach
- [llvm] r176413 - ARM: Creating a vector from a lane of another.
Jim Grosbach
- [llvm] r176426 - Mips ISD typo
Jia Liu
- [LLVM] Uninitialized member in copy constructor in DataLayout.h
Peng Cheng
- [LLVM] Uninitialized member in copy constructor in DataLayout.h
David Blaikie
- [LLVM] Uninitialized member in copy constructor in DataLayout.h
Peng Cheng
- [LLVM] Uninitialized member in copy constructor in DataLayout.h
David Blaikie
- [LLVM] Uninitialized member in copy constructor in DataLayout.h
Peng Cheng
- [LLVM] Uninitialized member in copy constructor in DataLayout.h
David Blaikie
- [LLVM] Uninitialized member in copy constructor in DataLayout.h
Peng Cheng
- [LLVM] Uninitialized member in copy constructor in DataLayout.h
David Blaikie
- [LLVMdev] GCMetadataPrinter::finishAssembly not executed?
Yiannis Tsiouris
- [LLVMdev] GCMetadataPrinter::finishAssembly not executed?
Dmitry Babokin
- [LLVMdev] GCMetadataPrinter::finishAssembly not executed?
Yiannis Tsiouris
- [LLVMdev] GCMetadataPrinter::finishAssembly not executed?
Yiannis Tsiouris
- [LLVMdev] GCMetadataPrinter::finishAssembly not executed?
Dmitry Babokin
- [LLVMdev] GCMetadataPrinter::finishAssembly not executed?
Yiannis Tsiouris
- [PATCH 1/9] R600/SI: fix stupid typo
Christian König
- [PATCH 1/9] R600/SI: fix stupid typo
Sean Silva
- [PATCH 1/9] R600/SI: fix stupid typo
Tom Stellard
- [PATCH 1/9] R600/SI: fix stupid typo
Tom Stellard
- [PATCH 1/9] R600/SI: fix stupid typo
Sean Silva
- [PATCH 1/9] R600/SI: fix stupid typo
Christian König
- [PATCH 1/9] R600/SI: fix stupid typo
Hal Finkel
- [PATCH 1/9] R600/SI: fix stupid typo
David Blaikie
- [PATCH 1/9] R600/SI: fix stupid typo
Sean Silva
- [PATCH 2/9] R600/SI: fix and cleanup SI register definition
Christian König
- [PATCH 2/9] R600/SI: fix and cleanup SI register definition
Tom Stellard
- [PATCH 3/9] R600/SI: fix VOP3b encoding
Christian König
- [PATCH 3/9] R600/SI: fix VOP3b encoding
Tom Stellard
- [PATCH 4/9] R600/SI: add folding helper
Christian König
- [PATCH 5/9] R600/SI: add post ISel folding for SI
Christian König
- [PATCH 5/9] R600/SI: add post ISel folding for SI
Tom Stellard
- [PATCH 6/9] R600/SI: add some more instruction flags
Christian König
- [PATCH 7/9] R600/SI: swap operands if it helps folding
Christian König
- [PATCH 8/9] R600/SI: add VOP mapping functions
Christian König
- [PATCH 9/9] R600/SI: Add promotion of e32 to e64 in operand folding
Christian König
- [PATCH] <<Proposed Driver Update>>
kledzik at apple.com
- [PATCH] <<Proposed Driver Update>>
Shankar Kalpathi Easwaran
- [PATCH] <<Proposed Driver Update>>
Shankar Kalpathi Easwaran
- [PATCH] [compiler-rt] [ubsan] Print dynamic integer values in both decimal and hexadecimal
Will Dietz
- [PATCH] [compiler-rt] [ubsan] Print dynamic integer values in both decimal and hexadecimal
Richard Smith
- [PATCH] [compiler-rt] [ubsan] Print dynamic integer values in both decimal and hexadecimal
Dmitri Gribenko
- [PATCH] [fast-isel] x86_64 FastLowerArguments
Chad Rosier
- [PATCH] [fast-isel] x86_64 FastLowerArguments
Jan Voung
- [PATCH] [fast-isel] x86_64 FastLowerArguments
Chad Rosier
- [PATCH] [fast-isel] x86_64 FastLowerArguments
Eric Christopher
- [PATCH] [lld][ELF][Writer] Add dynamic relocation tables.
Michael Spencer
- [PATCH] [lld][ELF][Writer] Add dynamic relocation tables.
Michael Spencer
- [PATCH] [lld][ELF][Writer] Add dynamic relocation tables.
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF][Writer] Add dynamic relocation tables.
Michael Spencer
- [PATCH] [lld][ELF][Writer] Add dynamic relocation tables.
Michael Spencer
- [PATCH] [lld][ELF][Writer] Add dynamic relocation tables.
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF][Writer] Add dynamic relocation tables.
Michael Spencer
- [PATCH] [lld][ELF][Writer] Add dynamic relocation tables.
Michael Spencer
- [PATCH] [lld][ELF][Writer] Fill in dynamic table entries.
Michael Spencer
- [PATCH] [lld][ELF][x86-64] Separate static and dynamic GOT/PLT generation.
Michael Spencer
- [PATCH] [lld][ELF][x86-64] Separate static and dynamic GOT/PLT generation.
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF][x86-64] Separate static and dynamic GOT/PLT generation.
Michael Spencer
- [PATCH] [lld][ELF] add dynamic library support
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] merge rodata sections with executable sections
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Order segments properly
Michael Spencer
- [PATCH] [lld][ELF] Order segments properly
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Order segments properly
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Order segments properly
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Order segments properly
Michael Spencer
- [PATCH] [lld][ELF] Order segments properly
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Order segments properly
Shankar Kalpathi Easwaran
- [PATCH] [lld] Add basic linker script parsing.
Michael Spencer
- [PATCH] [lld] Add basic linker script parsing.
kledzik at apple.com
- [PATCH] [lld] Add basic linker script parsing.
Sean Silva
- [PATCH] [lld] Add basic linker script parsing.
Michael Spencer
- [PATCH] [lld] Add basic linker script parsing.
Michael Spencer
- [PATCH] [lld] Add basic linker script parsing.
Shankar Kalpathi Easwaran
- [PATCH] [lld] Add basic linker script parsing.
Michael Spencer
- [PATCH] [lld] Add basic linker script parsing.
Dmitri Gribenko
- [PATCH] [lld] Add basic linker script parsing.
Michael Spencer
- [PATCH] [lld] Add basic linker script parsing.
Shankar Kalpathi Easwaran
- [PATCH] [lld] Add basic linker script parsing.
Dmitri Gribenko
- [PATCH] [lld] Add basic linker script parsing.
Michael Spencer
- [PATCH] [lld] Add basic linker script parsing.
Shankar Kalpathi Easwaran
- [PATCH] [lld] Add basic linker script parsing.
Michael Spencer
- [PATCH][Review Requested][Compilation Time] Calculate hash value and equality comparison within SCEV node itself
Murali, Sriram
- [PATCH][Review Requested][Compilation Time] Small Vector for Machine Operand
Nowicki, Tyler
- [PATCH][Review Requested][Compilation Time] Small Vector for Machine Operand
Bill Wendling
- [PATCH][Review Requested][Compilation Time] Small Vector for Machine Operand
Andrew Trick
- [PATCH][Review Requested][Compilation Time] Using hashing in getVTList()
Nowicki, Tyler
- [PATCH][Review Requested][Compilation Time] Using hashing in getVTList()
Bill Wendling
- [PATCH][Review Requested][Compilation Time] Using hashing in getVTList()
Nowicki, Tyler
- [PATCH][Review Requested][Compilation Time] Using hashing in getVTList()
Bill Wendling
- [PATCH] Add -disable-opt option to LTO
Cristiano Giuffrida
- [PATCH] Add -disable-opt option to LTO
Bill Wendling
- [PATCH] Add -disable-opt option to LTO
Cristiano Giuffrida
- [PATCH] Add -disable-opt option to LTO
Bill Wendling
- [PATCH] Add -disable-opt option to LTO
Cristiano Giuffrida
- [PATCH] Add -disable-opt option to LTO
Nick Lewycky
- [PATCH] Add -disable-opt option to LTO
Cristiano Giuffrida
- [PATCH] Add CMake option LLVM_USE_SANITIZER to allow bootstrap of LLVM/Clang under ASan/MSan.
Alexey Samsonov
- [PATCH] Added summary option to cpp11-migrate tool
Ariel Bernal
- [PATCH] Added summary option to cpp11-migrate tool
Ariel Bernal
- [PATCH] Added summary option to cpp11-migrate tool
Dmitri Gribenko
- [PATCH] Added summary option to cpp11-migrate tool
Ariel Bernal
- [PATCH] Added summary option to cpp11-migrate tool
Ariel Bernal
- [PATCH] Added summary option to cpp11-migrate tool
Ariel Bernal
- [PATCH] Added summary option to cpp11-migrate tool
Ariel Bernal
- [PATCH] Added summary option to cpp11-migrate tool
Manuel Klimek
- [PATCH] Add getters for Pass IDs used by Polly plug-in.
Matthew Curtis
- [PATCH] Add HLE encoding/assembler support
darkbuck
- [PATCH] Add HLE hint in AtomicSDNode and MemInrinsicSDNode
darkbuck
- [PATCH] Add HLE target feature
darkbuck
- [PATCH] Add HLE target feature
Nadav Rotem
- [PATCH] Add HLE target feature
Jeffrey Yasskin
- [PATCH] Add HLE target feature
Michael Liao
- [PATCH] Add HLE target feature
Krzysztof Parzyszek
- [PATCH] Add HLE target feature
Jeffrey Yasskin
- [PATCH] Add HLE target feature
Michael Liao
- [PATCH] Add HLE target feature
Jeffrey Yasskin
- [PATCH] Add HLE target feature
Krzysztof Parzyszek
- [PATCH] Add HLE target feature
Michael Liao
- [PATCH] Add HLE target feature
Michael Liao
- [PATCH] Add HLE target feature
Krzysztof Parzyszek
- [PATCH] Add HLE target feature
Michael Liao
- [PATCH] Add HLE target feature
Hal Finkel
- [PATCH] Add HLE target feature
Nadav Rotem
- [PATCH] Add HLE target feature
Nadav Rotem
- [PATCH] Add HLE target feature
Chandler Carruth
- [PATCH] Add HLE target feature
Hal Finkel
- [PATCH] Add HLE target feature
Michael Liao
- [PATCH] Add HLE target feature
Nadav Rotem
- [PATCH] Add HLE target feature
Nadav Rotem
- [PATCH] Add HLE target feature
Michael Liao
- [PATCH] add InternalVector to sanitizer_common
Sergey Matveev
- [PATCH] add InternalVector to sanitizer_common
Kostya Serebryany
- [PATCH] add InternalVector to sanitizer_common
Sergey Matveev
- [PATCH] add InternalVector to sanitizer_common
Kostya Serebryany
- [PATCH] add InternalVector to sanitizer_common
Kostya Serebryany
- [PATCH] add Linux syscall wrappers and ThreadLister to sanitizer_common
Sergey Matveev
- [PATCH] add Linux syscall wrappers and ThreadLister to sanitizer_common
Kostya Serebryany
- [PATCH] add Linux syscall wrappers and ThreadLister to sanitizer_common
Sergey Matveev
- [PATCH] add Linux syscall wrappers and ThreadLister to sanitizer_common
Kostya Serebryany
- [PATCH] add Linux syscall wrappers and ThreadLister to sanitizer_common
Sergey Matveev
- [PATCH] add Linux syscall wrappers and ThreadLister to sanitizer_common
Sergey Matveev
- [PATCH] add Linux syscall wrappers and ThreadLister to sanitizer_common
Kostya Serebryany
- [PATCH] add Linux syscall wrappers and ThreadLister to sanitizer_common
Kostya Serebryany
- [PATCH] Add new lit argument: --exec-feature=FEATURE
Alexey Samsonov
- [PATCH] ARMv5 Buildbot
Renato Golin
- [PATCH] ARMv5 Buildbot
Renato Golin
- [PATCH] ARMv5 Buildbot
Galina Kistanova
- [PATCH] ARMv5 Buildbot
Renato Golin
- [PATCH] ARMv5 Buildbot
Galina Kistanova
- [PATCH] Clang and LLD builder
Dmitri Gribenko
- [PATCH] Correct an operand inversion for fmul instcombine in fast math mode
Quentin Colombet
- [PATCH] Correct an operand inversion for fmul instcombine in fast math mode
Quentin Colombet
- [PATCH] Cost model support for lowered math builtins.
Benjamin Kramer
- [PATCH] Cost model support for lowered math builtins.
Arnold Schwaighofer
- [PATCH] Cost model support for lowered math builtins.
Benjamin Kramer
- [PATCH] Cost model support for lowered math builtins.
Arnold Schwaighofer
- [PATCH] Cost model support for lowered math builtins.
Benjamin Kramer
- [PATCH] Cost model support for lowered math builtins.
Nadav Rotem
- [PATCH] DAGCombiner: Respect the result of TLI.getBooleanContents() when expanding SETCC
Tom Stellard
- [PATCH] DAGCombiner: Respect the result of TLI.getBooleanContents() when expanding SETCC
Duncan Sands
- [PATCH] DAGCombiner: Respect the result of TLI.getBooleanContents() when expanding SETCC
Tom Stellard
- [PATCH] DAGCombiner: Respect the result of TLI.getBooleanContents() when expanding SETCC
Duncan Sands
- [PATCH] Disable statistics on Release builds and move tests that depend on -stats.
Jan Voung
- [PATCH] Docs for llvm-symbolizer tool
Alexey Samsonov
- [PATCH] Docs for llvm-symbolizer tool
Eric Christopher
- [PATCH] Docs for llvm-symbolizer tool
Dmitri Gribenko
- [PATCH] Docs for llvm-symbolizer tool
Dmitri Gribenko
- [PATCH] Docs for llvm-symbolizer tool
Alexey Samsonov
- [PATCH] Docs for llvm-symbolizer tool
Alexey Samsonov
- [PATCH] Docs for llvm-symbolizer tool
Sean Silva
- [PATCH] Docs for llvm-symbolizer tool
Alexey Samsonov
- [PATCH] Document HLE metadata
darkbuck
- [PATCH] Document HLE metadata
Jeffrey Yasskin
- [PATCH] Document HLE metadata
Sean Silva
- [PATCH] Document HLE metadata
Michael Liao
- [PATCH] Document HLE metadata
darkbuck
- [PATCH] Document HLE metadata
Michael Liao
- [PATCH] Document HLE metadata
darkbuck
- [PATCH] Document HLE metadata
Jeffrey Yasskin
- [PATCH] Enable HLE code generation
darkbuck
- [PATCH] Fix auto_ptr is deprecated warnings
Matt Arsenault
- [PATCH] Fix auto_ptr is deprecated warnings
Matt Arsenault
- [PATCH] Fix encoding of constant in ARM "adr rN, #Const" instruction
Keith Walker
- [PATCH] Fix encoding of constant in ARM "adr rN, #Const" instruction
Renato Golin
- [PATCH] Fix for PR15347: PPC64: unreachable reached in PPCELFObjectWriter due to missing modifier mapping
Bill Schmidt
- [PATCH] Fix for PR15347: PPC64: unreachable reached in PPCELFObjectWriter due to missing modifier mapping
Bill Schmidt
- [PATCH] Fix for PR15347: PPC64: unreachable reached in PPCELFObjectWriter due to missing modifier mapping
Kai
- [PATCH] Fix PR10475
Michael Liao
- [PATCH] Fix PR10475
Nadav Rotem
- [PATCH] Fix PR10475
Michael Liao
- [PATCH] Fix PR10475
Michael Liao
- [PATCH] Fix PR10475
Nadav Rotem
- [PATCH] Fix PR10475
Michael Liao
- [PATCH] Fix PR15131
Michael Liao
- [PATCH] Fix PR15131
Hal Finkel
- [PATCH] Fix PR15131
Michael Liao
- [PATCH] Fix sampler test after fixing wait insertion
Christian König
- [PATCH] Fix sampler test after fixing wait insertion
Tom Stellard
- [PATCH] fix the ThreadLister test for Android
Sergey Matveev
- [PATCH] fix the ThreadLister test for Android
Alexander Potapenko
- [PATCH] fix the ThreadLister test for Android
Sergey Matveev
- [PATCH] fix the ThreadLister test for Android
Sergey Matveev
- [PATCH] fix the ThreadLister test for Android
Sergey Matveev
- [PATCH] fix the ThreadLister test for Android
Alexey Samsonov
- [PATCH] fix the ThreadLister test for Android
Alexey Samsonov
- [PATCH] get rid of annoying windows warning C4146 in APInt.h ( no semantics change )
Peng Cheng
- [PATCH] get rid of annoying windows warning C4146 in APInt.h ( no semantics change )
Duncan Sands
- [PATCH] get rid of annoying windows warning C4146 in APInt.h ( no semantics change )
Aaron Ballman
- [PATCH] get rid of windows C4146 warning in MathExtras.h
Peng Cheng
- [PATCH] get rid of windows C4146 warning in MathExtras.h
Duncan Sands
- [PATCH] get rid of windows C4146 warning in MathExtras.h
Peng Cheng
- [PATCH] get rid of windows C4146 warning in MathExtras.h
Duncan Sands
- [PATCH] get rid of windows C4146 warning in MathExtras.h
Aaron Ballman
- [PATCH] get rid of windows C4146 warning in MathExtras.h
Peng Cheng
- [PATCH] get rid of windows C4146 warning in MathExtras.h
Duncan Sands
- [PATCH] get rid of windows C4146 warning in MathExtras.h
Peng Cheng
- [PATCH] get rid of windows C4146 warning in MathExtras.h
Aaron Ballman
- [PATCH] Global merge on constants
Quentin Colombet
- [PATCH] Global merge on constants
Renato Golin
- [PATCH] Global merge on constants
Duncan Sands
- [PATCH] Global merge on constants
Quentin Colombet
- [PATCH] Global merge on constants
Quentin Colombet
- [PATCH] Global merge on constants
Quentin Colombet
- [PATCH] Global merge on constants
Anton Korobeynikov
- [PATCH] Handle non-pic code in the ARMISelLowering::EmitSjLjDispatchBlock function
Chad Rosier
- [PATCH] Handle non-pic code in the ARMISelLowering::EmitSjLjDispatchBlock function
Jim Grosbach
- [PATCH] Handle non-pic code in the ARMISelLowering::EmitSjLjDispatchBlock function
Chad Rosier
- [PATCH] IndVarSimplify : do not recompute an IV value used outside of the loop if it is trivially known not to be beneficial
Arnaud A. de Grandmaison
- [PATCH] IR: Don't constant fold GEP bitcasts between different address spaces
Meador Inge
- [PATCH] IR: Don't constant fold GEP bitcasts between different address spaces
Duncan Sands
- [PATCH] IR: Don't constant fold GEP bitcasts between different address spaces
Meador Inge
- [PATCH] Make discardable symbols externally visible to prevent discarding in llvm-extract.
Lang Hames
- [PATCH] Make discardable symbols externally visible to prevent discarding in llvm-extract.
Lang Hames
- [PATCH] Memory protection in sanitizer_procmaps.h
Sergey Matveev
- [PATCH] Memory protection in sanitizer_procmaps.h
Sergey Matveev
- [PATCH] Memory protection in sanitizer_procmaps.h
Alexander Potapenko
- [PATCH] Memory protection in sanitizer_procmaps.h
Alexey Samsonov
- [PATCH] Optimize double storing by memset; memcpy
Joel Jones
- [PATCH] Optimize double storing by memset; memcpy
Joel Jones
- [PATCH] Optimize double storing by memset; memcpy
Chandler Carruth
- [PATCH] Put some other fast isel stats under NDEBUG
Eli Bendersky
- [PATCH] Put some other fast isel stats under NDEBUG
Nadav Rotem
- [PATCH] R600/SI: operand folding patchset V2
Christian König
- [PATCH] R600/SI: operand folding patchset V2
Tom Stellard
- [PATCH] Set properties of f128 type
Akira Hatanaka
- [PATCH] Set properties of f128 type
Tim Northover
- [PATCH] Set properties of f128 type
Akira Hatanaka
- [PATCH] StopTheWorld in sanitizer_common (first commit)
Sergey Matveev
- [PATCH] StopTheWorld in sanitizer_common (first commit)
Kostya Serebryany
- [PATCH] StopTheWorld in sanitizer_common (first commit)
Kostya Serebryany
- [PATCH] StopTheWorld in sanitizer_common (first commit)
Alexey Samsonov
- [PATCH] StopTheWorld in sanitizer_common (first commit)
Sergey Matveev
- [PATCH] StopTheWorld in sanitizer_common (first commit)
Sergey Matveev
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
- [PATCH] X86 cost model: Adjust cost for custom lowered vector multiplies
Arnold Schwaighofer
- [PATCH] X86 cost model: Adjust cost for custom lowered vector multiplies
Arnold Schwaighofer
- [PATCH v2] Add more functions to the TLI.
Meador Inge
- [PATCH v2] Add more functions to the TLI.
Hal Finkel
- [PATCH v2] Add more functions to the TLI.
Bill Wendling
- [PING] Improved TableGen support for PowerPC pre-inc operand matching
Ulrich Weigand
- [PING] Improved TableGen support for PowerPC pre-inc operand matching
Hal Finkel
- [RFC] Add Intel TSX HLE Support
Michael Ilseman
- [RFC] Add Intel TSX HLE Support
Nadav Rotem
- [RFC v2] Towards an assembler parser for PowerPC
Ulrich Weigand
- [RFC v2] Towards an assembler parser for PowerPC
David Fang
- [test-suite] r176194 - Attempt to fix a buildbot that is using libc++ by default. <rdar://13302264>
Bob Wilson
- [test-suite] r176194 - Attempt to fix a buildbot that is using libc++ by default. <rdar://13302264>
David Blaikie
- [test-suite] r176194 - Attempt to fix a buildbot that is using libc++ by default. <rdar://13302264>
Bob Wilson
- [test-suite] r176194 - Attempt to fix a buildbot that is using libc++ by default. <rdar://13302264>
Howard Hinnant
- [test-suite] r176196 - Further fixes for libc++. <rdar://problem/13302264>
Bob Wilson
- [test-suite] r176238 - Change 252.eon and 447.dealII to explicitly build with libstdc++.
Bob Wilson
- [test-suite] r176238 - Change 252.eon and 447.dealII to explicitly build with libstdc++.
Eric Christopher
- [test-suite] r176238 - Change 252.eon and 447.dealII to explicitly build with libstdc++.
Howard Hinnant
- [test-suite] r176238 - Change 252.eon and 447.dealII to explicitly build with libstdc++.
Bob Wilson
- [test-suite] r176238 - Change 252.eon and 447.dealII to explicitly build with libstdc++.
Eric Christopher
- [test-suite] r176238 - Change 252.eon and 447.dealII to explicitly build with libstdc++.
Bob Wilson
- [test-suite] r176239 - When using -stdlib=libstdc++, it needs to be specified for the link as well.
Bob Wilson
- [www] r176209 - Add LNT statistics project
Renato Golin
- [www] r176209 - Add LNT statistics project
David Tweed
- [www] r176209 - Add LNT statistics project
Renato Golin
- [www] r176209 - Add LNT statistics project
David Blaikie
- [www] r176209 - Add LNT statistics project
Renato Golin
- [www] r176209 - Add LNT statistics project
David Blaikie
- [www] r176209 - Add LNT statistics project
Renato Golin
- [www] r176209 - Add LNT statistics project
David Blaikie
- [www] r176209 - Add LNT statistics project
Renato Golin
- [www] r176209 - Add LNT statistics project
David Blaikie
- [www] r176209 - Add LNT statistics project
David Blaikie
- [www] r176209 - Add LNT statistics project
Renato Golin
- [www] r176209 - Add LNT statistics project
David Blaikie
- [www] r176209 - Add LNT statistics project
David Tweed
- [www] r176209 - Add LNT statistics project
Renato Golin
- [www] r176209 - Add LNT statistics project
David Tweed
- [www] r176209 - Add LNT statistics project
Renato Golin
- [www] r176209 - Add LNT statistics project
David Tweed
- [www] r176209 - Add LNT statistics project
Renato Golin
- [zorg] r176028 - Update LLDB builder to parse test results
Daniel Malea
- [zorg] r176028 - Update LLDB builder to parse test results
Galina Kistanova
- [zorg] r176028 - Update LLDB builder to parse test results
Malea, Daniel
- [zorg] r176028 - Update LLDB builder to parse test results
Galina Kistanova
- [zorg] r176030 - Fix missing import (of LitTestCommand) in LLDB builder
Daniel Malea
- [zorg] r176219 - Updating armv5 bot
Renato Golin
- [zorg] r176246 - ARMv5 bot in Release mode
Renato Golin
- [zorg] r176290 - Patch by Dmitri Gribenko!
Galina Kistanova
- [zorg] r176290 - Patch by Dmitri Gribenko!
Dmitri Gribenko
- [zorg] r176290 - Patch by Dmitri Gribenko!
Galina Kistanova
- [zorg] r176297 - ClangAndLLDBuilder: checkout compiler-rt
Dmitri Gribenko
- [zorg] r176299 - ClangAndLLDBuilder: run lit in verbose mode
Dmitri Gribenko
- [zorg] r176348 - Revert ARMv5 change, Release is slower than Debug
Renato Golin
- [zorg] r176395 - Added IRC functionality to phased builders. This should give more visibility when one of them breaks.
Michael Gottesman
- [zorg] r176395 - Added IRC functionality to phased builders. This should give more visibility when one of them breaks.
Michael Gottesman
- Add Erlang GC
Yiannis Tsiouris
- Add Erlang GC
Yiannis Tsiouris
- Better support for constructors with -cxx-abi microsoft
Timur Iskhodzhanov
- Better support for constructors with -cxx-abi microsoft
Timur Iskhodzhanov
- Better support for constructors with -cxx-abi microsoft
John McCall
- multiple inlining scopes for a single source location
Manman Ren
- PATCH: DAGCombiner - Use correct value type when checking legality of BR_CC - Changes to NVPTX, Mips, Hexagon, MBlaze, X86, and XCore targets
Tom Stellard
- PATCH: DAGCombiner - Use correct value type when checking legality of BR_CC - Changes to NVPTX, Mips, Hexagon, MBlaze, X86, and XCore targets
Tom Stellard
- PATCH: DAGCombiner - Use correct value type when checking legality of BR_CC - Changes to NVPTX, Mips, Hexagon, MBlaze, X86, and XCore targets
Tom Stellard
- PATCH: DAGCombiner - Use correct value type when checking legality of BR_CC - Changes to NVPTX, Mips, Hexagon, MBlaze, X86, and XCore targets
Justin Holewinski
- PATCH: DAGCombiner - Use correct value type when checking legality of BR_CC - Changes to NVPTX, Mips, Hexagon, MBlaze, X86, and XCore targets
Tom Stellard
- PATCH: DAGCombiner - Use correct value type when checking legality of BR_CC - Changes to NVPTX, Mips, Hexagon, MBlaze, X86, and XCore targets
Jyotsna Verma
- PATCH: DAGCombiner - Use correct value type when checking legality of BR_CC - Changes to NVPTX, Mips, Hexagon, MBlaze, X86, and XCore targets
Akira Hatanaka
- Patchset R600: selectc_cc lowering improvements
Tom Stellard
- Patchset R600: selectc_cc lowering improvements
Tom Stellard
- Patchset R600: selectc_cc lowering improvements
Christian König
- R600/SI patches
Tom Stellard
- Speedup Function::getIntrinsicID() with caching of result
Jean-Luc Duprat
- Speedup Function::getIntrinsicID() with caching of result
Renato Golin
- Speedup Function::getIntrinsicID() with caching of result
Duncan Sands
- Speedup Function::getIntrinsicID() with caching of result
Evan Cheng
- Speedup Function::getIntrinsicID() with caching of result
Duncan Sands
- Speedup Function::getIntrinsicID() with caching of result
Michael Ilseman
- Speedup Function::getIntrinsicID() with caching of result
Duncan Sands
- Speedup Function::getIntrinsicID() with caching of result
Michael Ilseman
- Speedup Function::getIntrinsicID() with caching of result
Jean-Luc Duprat
- Speedup Function::getIntrinsicID() with caching of result
Jean-Luc Duprat
- Speedup Function::getIntrinsicID() with caching of result
Evan Cheng
- Speedup Function::getIntrinsicID() with caching of result
Renato Golin
- Speedup Function::getIntrinsicID() with caching of result
Evan Cheng
- Speedup Function::getIntrinsicID() with caching of result
Duncan Sands
- Speedup Function::getIntrinsicID() with caching of result
Michael Ilseman
- Speedup Function::getIntrinsicID() with caching of result
Jean-Luc Duprat
- Speedup Function::getIntrinsicID() with caching of result
Jean-Luc Duprat
- Speedup Function::getIntrinsicID() with caching of result
Renato Golin
- Speedup Function::getIntrinsicID() with caching of result
Michael Ilseman
- Strange TLS-related x86_64 pattern (Re: [llvm-commits] [llvm] r107860)
Eric Christopher
- Strange TLS-related x86_64 pattern (Re: [llvm-commits] [llvm] r107860)
Ulrich Weigand
Last message date:
Sun Mar 3 23:31:30 PST 2013
Archived on: Tue Aug 4 17:10:08 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).