The Week Of Monday 17 June 2013 Archives by subject
Starting: Mon Jun 17 00:42:43 PDT 2013
Ending: Sun Jun 23 23:47:23 PDT 2013
Messages: 832
- [cfe-dev] Code coverage of llvm, clang, lldb & polly
Lang Hames
- [compiler-rt] r184112 - tsan: consistently use return pc as top frame pc
Dmitry Vyukov
- [compiler-rt] r184183 - [sanitizer] Symbolic ioctl names.
Evgeniy Stepanov
- [compiler-rt] r184184 - [sanitizer] Replace ext2_ ioctls with generic fs_ ioctls.
Evgeniy Stepanov
- [compiler-rt] r184185 - [sanitizer] Remove a set of deprecated ioctls.
Evgeniy Stepanov
- [compiler-rt] r184187 - [sanitizer] Fix Android build.
Evgeniy Stepanov
- [compiler-rt] r184189 - [lsan] Set current_thread_tid correctly for main thread.
Sergey Matveev
- [compiler-rt] r184190 - [asan] fix a rare failure in fast unwinder, found by asan/clang bootstrap
Kostya Serebryany
- [compiler-rt] r184290 - [sanitizer] Fix build on RHEL 6.3, 6.4.
Evgeniy Stepanov
- [compiler-rt] r184293 - [sanitizer] Fix Android build.
Evgeniy Stepanov
- [compiler-rt] r184294 - [ASan] Delete excessive 'extern "C"' around mlock* interceptors.
Alexander Potapenko
- [compiler-rt] r184295 - When the compiler is not providing a clean triple, we should fail
Sylvestre Ledru
- [compiler-rt] r184296 - [sanitizer] Fix struct ifconf definition on Mac and restore the size checks.
Evgeniy Stepanov
- [compiler-rt] r184303 - [lsan] Move symbolization and reporting out of StopTheWorld callback.
Sergey Matveev
- [compiler-rt] r184312 - [lsan] Prevent inlining of WipeStack().
Sergey Matveev
- [compiler-rt] r184404 - [ASan] Clear allocation magic value before recycling the chunk. This led to spurious crashes in LSan when it walked through reused chunks. Don't know how to create not-brittle test case for this.
Alexey Samsonov
- [compiler-rt] r184405 - [sanitizer] Handle EVIOxxxx ioctls.
Evgeniy Stepanov
- [compiler-rt] r184405 - [sanitizer] Handle EVIOxxxx ioctls.
Andrea_DiBiagio at sn.scee.net
- [compiler-rt] r184405 - [sanitizer] Handle EVIOxxxx ioctls.
Evgeniy Stepanov
- [compiler-rt] r184406 - Remove an outdated comment.
Evgeniy Stepanov
- [compiler-rt] r184407 - [sanitizer] Fix Mac build.
Evgeniy Stepanov
- [compiler-rt] r184409 - Fix unused function warning w/o changing compiler flags.
Evgeniy Stepanov
- [compiler-rt] r184422 - [asan] Define LSan annotations as no-ops if leak detection is not supported.
Sergey Matveev
- [compiler-rt] r184430 - tsan: fix potential false positive race on fd
Dmitry Vyukov
- [compiler-rt] r184539 - [santizer] Disable several EVIOxxx ioctls on older kernels.
Evgeniy Stepanov
- [compiler-rt] r184540 - [ASan] Check that ASan user may include and use LSan headers
Alexey Samsonov
- [compiler-rt] r184541 - [ASan] make test for LSan annotations Linux-only for now
Alexey Samsonov
- [compiler-rt] r184542 - [msan] Add keep_going runtime flag.
Evgeniy Stepanov
- [compiler-rt] r184545 - [msan] Intercept (v)asprintf.
Evgeniy Stepanov
- [compiler-rt] r184546 - [ASan] reimplement strdup() interceptor to get nicer stack traces for memory chunks allocated there
Alexey Samsonov
- [compiler-rt] r184553 - [asan] Move lsan_disabled out of thread context.
Sergey Matveev
- [compiler-rt] r184554 - [lsan] Increase allocator space; minor fixes.
Sergey Matveev
- [compiler-rt] r184555 - [lsan] Fix win build.
Sergey Matveev
- [compiler-rt] r184556 - [lsan] This time really fix Win build.
Sergey Matveev
- [compiler-rt] r184557 - [lsan] Try REALLY hard to fix Win build.
Sergey Matveev
- [compiler-rt] r184639 - Add cmake rules for building LSan common on Mac OS
Alexey Samsonov
- [debuginfo-tests] r184372 - Now that we get non-trivial value parameters locations correct, un-XFAIL these tests.
David Blaikie
- [dragonegg] r184462 - Don't set 'PassBuilder.DisableSimplifyLibCalls'
Meador Inge
- [lld] r184085 - [PECOFF] Connect defined atoms with layout before/after edges.
Rui Ueyama
- [lld] r184091 - [Passes][GOT] Split perform() into small predicate functions for readability sake.
Rui Ueyama
- [lld] r184091 - [Passes][GOT] Split perform() into small predicate functions for readability sake.
Sean Silva
- [lld] r184101 - [PECOFF] Implement the reader for the import library.
Rui Ueyama
- [lld] r184124 - [PECOFF] Extract atom definitions as Atoms.h so that we can use them in other files.
Rui Ueyama
- [lld] r184266 - [ELF] add -u/--undefined option, to define undefined symbols
Shankar Easwaran
- [lld] r184266 - [ELF] add -u/--undefined option, to define undefined symbols
Rui Ueyama
- [lld] r184266 - [ELF] add -u/--undefined option, to define undefined symbols
Shankar Easwaran
- [lld] r184327 - [PECOFF] Add a pass to ensure the correct ordering of grouped sections.
Rui Ueyama
- [lld] r184398 - [TargetInfo] Undefined symbols move from ELFTargetInfo to TargetInfo
Shankar Easwaran
- [lld] r184398 - [TargetInfo] Undefined symbols move from ELFTargetInfo to TargetInfo
Rui Ueyama
- [lld] r184521 - Fix typo in include guard.
Rui Ueyama
- [lld] r184585 - Removed unnecessary "class" keyword.
Rui Ueyama
- [lld] r184585 - Removed unnecessary "class" keyword.
Shankar Easwaran
- [lld] r184585 - Removed unnecessary "class" keyword.
Rui Ueyama
- [lld] r184589 - Removed unnecessary "class" keyword.
Rui Ueyama
- [lld] r184649 - [PECOFF] Removed unnecessary namespace qualifier.
Rui Ueyama
- [lld] r184651 - Fix unused field warning.
Rui Ueyama
- [lld] r184651 - Fix unused field warning.
Shankar Easwaran
- [lld] r184653 - [PECOFF] Moves a utility function to Atoms.cpp to remove duplicate code.
Rui Ueyama
- [lld] r184682 - [lld] rename member variable name.
Shankar Easwaran
- [llvm] r174054 - Add AArch64 as an experimental target.
David Blaikie
- [llvm] r174054 - Add AArch64 as an experimental target.
Tim Northover
- [llvm] r182791 - LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
- [llvm] r183985 - Remove a use of PathV1.h.
Lang Hames
- [llvm] r183985 - Remove a use of PathV1.h.
Rafael Espíndola
- [llvm] r183985 - Remove a use of PathV1.h.
Lang Hames
- [llvm] r183985 - Remove a use of PathV1.h.
Rafael Espíndola
- [llvm] r183985 - Remove a use of PathV1.h.
Lang Hames
- [llvm] r183996 - Replace use of PathV1.h in Program.cpp.
Manuel Klimek
- [llvm] r184066 - Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
Evan Cheng
- [llvm] r184066 - Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
- [llvm] r184072 - AArch64: print relocation addends if present on AArch64
Rafael Espíndola
- [llvm] r184072 - AArch64: print relocation addends if present on AArch64
Tim Northover
- [llvm] r184074 - Fix incorrectly finding 'executable' directories instead of files.
Manuel Klimek
- [llvm] r184074 - Fix incorrectly finding 'executable' directories instead of files.
Rafael Espíndola
- [llvm] r184074 - Fix incorrectly finding 'executable' directories instead of files.
Manuel Klimek
- [llvm] r184080 - Add a testcase for r184074.
Rafael Espindola
- [llvm] r184081 - Don't link with the archive library programs that don't use it.
Rafael Espindola
- [llvm] r184083 - Move lib/Archive to tools/llvm-ar.
Rafael Espindola
- [llvm] r184084 - Enable the loop vectorizer by default for -Os and -O2.
Nadav Rotem
- [llvm] r184087 - Delete declared but not implemented functions.
Rafael Espindola
- [llvm] r184089 - Disable vectorization for -Oz.
Nadav Rotem
- [llvm] r184092 - Don't use PathV1.h in llvm-link.
Rafael Espindola
- [llvm] r184095 - Don't use PathV1.h in LTOCodeGenerator.cpp
Rafael Espindola
- [llvm] r184099 - Don't use PathV1.h in tools/gold/gold-plugin.cpp.
Rafael Espindola
- [llvm] r184102 - Don't use PathV1.h in ExtractFunction.cpp.
Rafael Espindola
- [llvm] r184103 - Fix for a regression caused by the LoopVectorizer when
Pekka Jaaskelainen
- [llvm] r184103 - Fix for a regression caused by the LoopVectorizer when
Nadav Rotem
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Chandler Carruth
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Jakob Stoklund Olesen
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Jakob Stoklund Olesen
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Jakob Stoklund Olesen
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Timur Iskhodzhanov
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Renato Golin
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Jakob Stoklund Olesen
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Renato Golin
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Jakob Stoklund Olesen
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
- [llvm] r184105 - Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Jakob Stoklund Olesen
- [llvm] r184106 - Remove CBE related code.
Rafael Espindola
- [llvm] r184107 - Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
- [llvm] r184109 - Don't use PathV1.h in CrashDebugger.cpp.
Rafael Espindola
- [llvm] r184111 - Revert "Remove a use of PathV1.h."
Rafael Espindola
- [llvm] r184115 - [yaml2obj][ELF] Exit with error status on error.
Sean Silva
- [llvm] r184116 - R600: Properly set COUNT_3 bit in TEX clause initiating inst for pre EG gen.
Vincent Lejeune
- [llvm] r184117 - R600: PV stores Reg id, not index
Vincent Lejeune
- [llvm] r184119 - Only delete regular files and directories.
Rafael Espindola
- [llvm] r184120 - Reapply r183985 now that the missing check was added to PathV2.
Rafael Espindola
- [llvm] r184120 - Reapply r183985 now that the missing check was added to PathV2.
Rafael Espíndola
- [llvm] r184121 - Directly access objects which may change during compilation.
Bill Wendling
- [llvm] r184122 - Remove usage of PathV1.h in FindBugs.cpp.
Rafael Espindola
- [llvm] r184129 - MI-Sched: Track multiple candidates with the same priority level.
Andrew Trick
- [llvm] r184130 - MI-Sched: Remove another heuristic that is sensitive to queue order.
Andrew Trick
- [llvm] r184131 - MI Sched: fix a typo in RegPressure heuristics.
Andrew Trick
- [llvm] r184132 - Remove compareRPDelta.
Andrew Trick
- [llvm] r184133 - Give RegMax higher priority.
Andrew Trick
- [llvm] r184134 - Reenable, improve, and add MI-Sched unit tests.
Andrew Trick
- [llvm] r184135 - MI-Sched: handle ReadAdvance latencies as used by Swift.
Andrew Trick
- [llvm] r184136 - Convert two uses of eraseFromDisk.
Rafael Espindola
- [llvm] r184138 - Fix the build with gcc 4.7 and -std=c++11.
Rafael Espindola
- [llvm] r184160 - [yaml2obj][ELF] Ensure more fields are zero'd.
Sean Silva
- [llvm] r184161 - [yaml2obj][ELF] Refer specifically to the section header string table.
Sean Silva
- [llvm] r184162 - [yaml2obj][ELF] Factor out string table section creation.
Sean Silva
- [llvm] r184164 - Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>
Bob Wilson
- [llvm] r184170 - remove some @deprecated markers: LLVM APIs aren't deprecated, they are removed when obsolete.
Chris Lattner
- [llvm] r184172 - Simplify some of the code. No functionality change.
Bill Wendling
- [llvm] r184173 - Remove dead prototype.
Bill Wendling
- [llvm] r184174 - Fix nondeterminism in .gcno file generation.
Nick Lewycky
- [llvm] r184175 - Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
- [llvm] r184175 - Use pointers to the MCAsmInfo and MCRegInfo.
David Blaikie
- [llvm] r184175 - Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
- [llvm] r184175 - Use pointers to the MCAsmInfo and MCRegInfo.
David Blaikie
- [llvm] r184178 - Hopefully fix the MSVS build after r184105
Timur Iskhodzhanov
- [llvm] r184178 - Hopefully fix the MSVS build after r184105
Benjamin Kramer
- [llvm] r184179 - ARM: thumb stores cannot use PC as dest register
Amaury de la Vieuville
- [llvm] r184180 - ARM: fix thumb literal loads decoding
Amaury de la Vieuville
- [llvm] r184181 - ARM: add operands pre-writeback variants when needed
Amaury de la Vieuville
- [llvm] r184182 - ARM: fix literal load with positive offset encoding
Amaury de la Vieuville
- [llvm] r184186 - Don't convert object_error's enum to and from int.
Rafael Espindola
- [llvm] r184191 - Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
- [llvm] r184193 - Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.
Rafael Espindola
- [llvm] r184196 - Convert some uses of eraseFromDisk.
Rafael Espindola
- [llvm] r184198 - Remove usage of PathV1.h from OptimizerDriver.cpp.
Rafael Espindola
- [llvm] r184200 - Add a return value to make this function more useful.
Nadav Rotem
- [llvm] r184200 - Add a return value to make this function more useful.
Eric Christopher
- [llvm] r184201 - Scan the successor blocks and use the PHI nodes as a hint for possible chain roots.
Nadav Rotem
- [llvm] r184202 - Remove use of PathV1.h from ExecutionDriver.cpp.
Rafael Espindola
- [llvm] r184203 - Remove PathV1.h use from BugDriver.cpp.
Rafael Espindola
- [llvm] r184204 - Return a std::string from PrependMainExecutablePath.
Rafael Espindola
- [llvm] r184206 - Add a version of unique_file that return just the file name.
Rafael Espindola
- [llvm] r184207 - Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.
Stefanus Du Toit
- [llvm] r184210 - Convert most uses of PathV1.h in ToolRunner.cpp.
Rafael Espindola
- [llvm] r184213 - Reduce indentation.
David Blaikie
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Rafael Espindola
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Sean Silva
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Aaron Ballman
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Rafael Espíndola
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Rafael Espíndola
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Sean Silva
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Aaron Ballman
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Rafael Espíndola
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Rafael Espíndola
- [llvm] r184217 - Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Sean Silva
- [llvm] r184219 - Remove uniqueID from PathV1.h.
Rafael Espindola
- [llvm] r184220 - Mips ELF: Mark object file as ABI compliant
Jack Carter
- [llvm] r184222 - During SelectionDAG building explicitly set a node to constant zero when the
Quentin Colombet
- [llvm] r184222 - During SelectionDAG building explicitly set a node to constant zero when the
Duncan Sands
- [llvm] r184222 - During SelectionDAG building explicitly set a node to constant zero when the
Quentin Colombet
- [llvm] r184222 - During SelectionDAG building explicitly set a node to constant zero when the
Quentin Colombet
- [llvm] r184222 - During SelectionDAG building explicitly set a node to constant zero when the
Duncan Sands
- [llvm] r184224 - Change the arm assembler to support this from the v7c spec:
Kevin Enderby
- [llvm] r184228 - Fix 80 col violation.
Nadav Rotem
- [llvm] r184229 - Remove unused Path::canRead.
Rafael Espindola
- [llvm] r184230 - Converted an overly aggressive assert to a conditional check in AddCombineTo64bitMLAL.
Michael Gottesman
- [llvm] r184231 - [ARMTargetLowering] ARMISD::{SUB, ADD}{C, E} second result is a boolean implying that upper bits are always 0.
Michael Gottesman
- [llvm] r184233 - Add a can_write function to PathV2.
Rafael Espindola
- [llvm] r184235 - Remove Path::canWrite.
Rafael Espindola
- [llvm] r184236 - AArch64: remove accidental test output file.
Tim Northover
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
Bill Wendling
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
David Blaikie
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
Bill Wendling
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
Bill Wendling
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
David Blaikie
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
Bill Wendling
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
David Blaikie
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
Bill Wendling
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
David Blaikie
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
Bill Wendling
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
David Blaikie
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
Bill Wendling
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
David Blaikie
- [llvm] r184239 - We want a string representation of the attribute, not the kind as a string.
Nick Lewycky
- [llvm] r184242 - [yaml2obj][ELF] Add dummy .strtab section.
Sean Silva
- [llvm] r184244 - ARM: Add optional datatype suffix to NEON mvn asm syntax.
Jim Grosbach
- [llvm] r184247 - Identify me on IRC.
Bill Wendling
- [llvm] r184247 - Identify me on IRC.
Hal Finkel
- [llvm] r184247 - Identify me on IRC.
Bill Wendling
- [llvm] r184253 - Small correction to unordered memory code generation of ARM LDRD
JF Bastien
- [llvm] r184255 - [yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
- [llvm] r184258 - [yaml2obj][ELF] Ensure STN_UNDEF entry is present.
Sean Silva
- [llvm] r184260 - [yaml2obj][ELF] Don't monkeypatch the YAML sections.
Sean Silva
- [llvm] r184261 - Use GetUnderlyingObject instead of custom function
Matt Arsenault
- [llvm] r184263 - [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
Sean Silva
- [llvm] r184267 - There is no ELF ABI version enum.
Sean Silva
- [llvm] r184268 - [yaml2obj][ELF] Support ELFOSABI_* enum.
Sean Silva
- [llvm] r184269 - [yaml2obj][ELF] Beef up this test a bit.
Sean Silva
- [llvm] r184271 - Remove unused parameter.
Sean Silva
- [llvm] r184271 - Remove unused parameter.
David Blaikie
- [llvm] r184271 - Remove unused parameter.
Sean Silva
- [llvm] r184271 - Remove unused parameter.
David Blaikie
- [llvm] r184271 - Remove unused parameter.
Sean Silva
- [llvm] r184272 - Remove spurious space.
Sean Silva
- [llvm] r184273 - Remove `using namespace` and use explicit qualification.
Sean Silva
- [llvm] r184278 - Test commit access.
Wan Xiaofei
- [llvm] r184281 - Document the return value and fix a typo.
Nadav Rotem
- [llvm] r184282 - SLPVectorizer: vectorize compares and selects.
Nadav Rotem
- [llvm] r184286 - Fixed comment typo that causes the given comment to actually make sense.
Michael Gottesman
- [llvm] r184291 - MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::string instead.
NAKAMURA Takumi
- [llvm] r184292 - The RenderMethod field in RegisterOperand class sets the name of the method on the target specific operand to call to add the target specific operand to an MCInst. This patch defines RenderMethod for mips RegisterOperand classes and removes redundant code from MipsAsmParser.cpp
Vladimir Medic
- [llvm] r184298 - Remove Path::canExecute.
Rafael Espindola
- [llvm] r184305 - Remove Path::isObjectFile.
Rafael Espindola
- [llvm] r184306 - Remove the 'R' modifier.
Rafael Espindola
- [llvm] r184311 - Remove Path::getDirectoryContents.
Rafael Espindola
- [llvm] r184315 - Reduce sys::Path usage in llvm-ar.
Rafael Espindola
- [llvm] r184316 - Attempt at fixing some bots.
Rafael Espindola
- [llvm] r184317 - SLPVectorizer: start constructing chains at stores that are not power of two.
Nadav Rotem
- [llvm] r184318 - Another attempt at fixing the bots.
Rafael Espindola
- [llvm] r184320 - Remove unused function.
Rafael Espindola
- [llvm] r184325 - SLPVectorizer: handle scalars that are extracted from vectors (using ExtractElementInst).
Nadav Rotem
- [llvm] r184328 - Remove more uses of sys::Path.
Rafael Espindola
- [llvm] r184337 - Always set the mode.
Rafael Espindola
- [llvm] r184338 - Add unit test to test a trivial verifier check.
Bill Wendling
- [llvm] r184341 - LSR: Fix the parameters used to compute the scaling factor cost.
Quentin Colombet
- [llvm] r184343 - Move StructurizeCFG out of R600 to generic Transforms.
Matt Arsenault
- [llvm] r184344 - Allow creation of single-byte MCAtoms.
Ahmed Bougacha
- [llvm] r184345 - [APFloat] Expose isSmallest/isLargest as public methods.
Michael Gottesman
- [llvm] r184346 - Don't cache the TLI object since we have access to it through TargetMachine already.
Bill Wendling
- [llvm] r184348 - Add operator!= as the compliment to operator==. This is for a future change.
Bill Wendling
- [llvm] r184348 - Add operator!= as the compliment to operator==. This is for a future change.
David Blaikie
- [llvm] r184349 - Access the TargetLoweringInfo from the TargetMachine object instead of caching it. The TLI may change between functions. No functionality change.
Bill Wendling
- [llvm] r184350 - [APFloat] Added isFiniteNonZero predicate.
Michael Gottesman
- [llvm] r184351 - Modified the implementation of fs::GetUniqueID on Windows such that it actually finds a unique identifier for a file. Also adds unit tests for GetUniqueID.
Aaron Ballman
- [llvm] r184352 - Access the TargetLoweringInfo from the TargetMachine object instead of caching it. The TLI may change between functions. No functionality change.
Bill Wendling
- [llvm] r184353 - Remove last use of PathV1.h from Archive.h
Rafael Espindola
- [llvm] r184354 - Add missing include found by the bots.
Rafael Espindola
- [llvm] r184354 - Add missing include found by the bots.
Tobias Grosser
- [llvm] r184355 - Really fix the missing header :-(
Rafael Espindola
- [llvm] r184356 - [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteNonZero.
Michael Gottesman
- [llvm] r184357 - [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
- [llvm] r184359 - Remove unused function.
Rafael Espindola
- [llvm] r184360 - Access the TargetLoweringInfo from the TargetMachine object instead of caching it. The TLI may change between functions. No functionality change.
Bill Wendling
- [llvm] r184361 - llvm-dwarfdump: Add support for dumping the .debug_loc section
David Blaikie
- [llvm] r184362 - Spell correct (s/begining/beginning/)
David Blaikie
- [llvm] r184365 - DebugInfo: Specify that a value is stored indirectly
David Blaikie
- [llvm] r184366 - [APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests in unittests.
Michael Gottesman
- [llvm] r184368 - DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
- [llvm] r184368 - DebugInfo: PR14763/r183329 correct the location of indirect parameters
Ulrich Weigand
- [llvm] r184368 - DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
- [llvm] r184368 - DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
- [llvm] r184368 - DebugInfo: PR14763/r183329 correct the location of indirect parameters
Ulrich Weigand
- [llvm] r184369 - Don't pass in the TargetInstrInfo into the register info object. It doesn't use it.
Bill Wendling
- [llvm] r184370 - Spelling correction
David Blaikie
- [llvm] r184373 - Make the comparison operators non-member functions.
Bill Wendling
- [llvm] r184374 - Make this static inline to avoid duplicates.
Bill Wendling
- [llvm] r184374 - Make this static inline to avoid duplicates.
Richard Smith
- [llvm] r184375 - Make the '==' operator inline.
Bill Wendling
- [llvm] r184375 - Make the '==' operator inline.
David Blaikie
- [llvm] r184375 - Make the '==' operator inline.
Richard Smith
- [llvm] r184375 - Make the '==' operator inline.
Bill Wendling
- [llvm] r184375 - Make the '==' operator inline.
Chandler Carruth
- [llvm] r184375 - Make the '==' operator inline.
Bill Wendling
- [llvm] r184376 - This is now a duplicate.
Bill Wendling
- [llvm] r184380 - [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear the thread-local "CurrentContext"
Argyrios Kyrtzidis
- [llvm] r184387 - DebugInfo: don't use location lists when the location covers the whole function anyway
David Blaikie
- [llvm] r184400 - Remove static, because it was messing everything up.
Bill Wendling
- [llvm] r184411 - Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU registers.
Vladimir Medic
- [llvm] r184412 - Convert a use of sys::Path.
Rafael Espindola
- [llvm] r184413 - Use the simpler sys::fs::exists.
Rafael Espindola
- [llvm] r184415 - Remove unused methods.
Rafael Espindola
- [llvm] r184416 - Remove more unused functions.
Rafael Espindola
- [llvm] r184418 - Remove remaining bits of the old LLVM specific symtab handling.
Rafael Espindola
- [llvm] r184420 - Don't include directory names in archives.
Rafael Espindola
- [llvm] r184421 - Revert "Don't include directory names in archives."
Rafael Espindola
- [llvm] r184423 - Add r184420 back, but also handle long file names.
Rafael Espindola
- [llvm] r184424 - Make sure ar is creating a new file instead of updating an existing one.
Rafael Espindola
- [llvm] r184426 - Fix typos "metatadata" -> "metadata" in the LangRef.
Stefanus Du Toit
- [llvm] r184428 - Remove MSan hack that is no longer needed.
Evgeniy Stepanov
- [llvm] r184431 - Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.
Rafael Espindola
- [llvm] r184433 - Remove the transitional GetUniqueID.
Rafael Espindola
- [llvm] r184434 - Fix get_magic() handling of short reads.
Evgeniy Stepanov
- [llvm] r184434 - Fix get_magic() handling of short reads.
Rafael Espíndola
- [llvm] r184435 - [PowerPC] Support compare mnemonics with implied CR0
Ulrich Weigand
- [llvm] r184436 - [PowerPC] Optimize @ha/@l constructs
Ulrich Weigand
- [llvm] r184437 - [MC] Support @ variants with directional labels
Ulrich Weigand
- [llvm] r184439 - [PowerPC] Add missing build dependency
Ulrich Weigand
- [llvm] r184440 - Change the debug type to match the debug type that is used by vecutils.cpp.
Nadav Rotem
- [llvm] r184441 - [PowerPC] Remove unused parameter
Ulrich Weigand
- [llvm] r184443 - Give this X86-specific test a triple so it's actually X86-specific.
David Blaikie
- [llvm] r184444 - SLPVectorization: Add a basic support for cross-basic block slp vectorization.
Nadav Rotem
- [llvm] r184445 - This reverts r155000.
Joey Gouly
- [llvm] r184446 - Clang-format the SLP vectorizer. No functionality change.
Nadav Rotem
- [llvm] r184447 - [APFloat] Fix typo in test so we actually test if we handle denormals.
Michael Gottesman
- [llvm] r184448 - Use only the filename when deciding if a file is a duplicate.
Rafael Espindola
- [llvm] r184448 - Use only the filename when deciding if a file is a duplicate.
Manuel Klimek
- [llvm] r184449 - [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
Michael Gottesman
- [llvm] r184449 - [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
Eli Friedman
- [llvm] r184449 - [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
Michael Gottesman
- [llvm] r184450 - Add support for getting the last modification time from a file_status.
Rafael Espindola
- [llvm] r184452 - [ReleaseNotes] Added bullet point stating that APFloat::isNormal() is now IEEE 754R-2008 compliant and that the relevant method renaming occurred.
Michael Gottesman
- [llvm] r184455 - Remove a trivial use of sys::Path.
Rafael Espindola
- [llvm] r184456 - [yaml2obj][ELF] Just let this class own its buffer.
Sean Silva
- [llvm] r184457 - [yaml2obj][ELF] Start factoring into "single point of truth".
Sean Silva
- [llvm] r184459 - Remove the simplify-libcalls pass (finally)
Meador Inge
- [llvm] r184459 - Remove the simplify-libcalls pass (finally)
Chris Lattner
- [llvm] r184460 - Use a raw_fd_ostream instead of a std::ofstream.
Rafael Espindola
- [llvm] r184461 - [mips] Remove Triple:mips from SupportedArchs in MCJIT unittests
Akira Hatanaka
- [llvm] r184464 - Add a setLastModificationAndAccessTime to PathV2.
Rafael Espindola
- [llvm] r184467 - [yaml2obj][ELF] Add the section name -> section index map to State.
Sean Silva
- [llvm] r184468 - [yaml2obj][ELF] Allow symbols to reference sections.
Sean Silva
- [llvm] r184468 - [yaml2obj][ELF] Allow symbols to reference sections.
Michael Gottesman
- [llvm] r184469 - [yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
- [llvm] r184469 - [yaml2obj][ELF] Add support for st_value and st_size.
Renato Golin
- [llvm] r184469 - [yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
- [llvm] r184469 - [yaml2obj][ELF] Add support for st_value and st_size.
Renato Golin
- [llvm] r184469 - [yaml2obj][ELF] Add support for st_value and st_size.
Renato Golin
- [llvm] r184469 - [yaml2obj][ELF] Add support for st_value and st_size.
Renato Golin
- [llvm] r184478 - make getLastModificationTime const. Move it with the other getters.
Rafael Espindola
- [llvm] r184479 - Minor grammar and word usage fix to 'returned' parameter attribute section of LangRef
Stephen Lin
- [llvm] r184480 - R600: Expand v2i32 load/store instead of custom lowering
Tom Stellard
- [llvm] r184481 - R600/SI: Expand add for v2i32 and v4i32
Tom Stellard
- [llvm] r184482 - R600/SI: Expand sub for v2i32 and v4i32 for SI
Tom Stellard
- [llvm] r184484 - Remove last use of PathV1.h from Archive.cpp.
Rafael Espindola
- [llvm] r184485 - [PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInner
Ulrich Weigand
- [llvm] r184486 - Add a fixme.
Rafael Espindola
- [llvm] r184488 - Add another fixme.
Rafael Espindola
- [llvm] r184490 - Update the X86 disassembler to use xacquire and xrelease when appropriate.
Kevin Enderby
- [llvm] r184491 - [PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
- [llvm] r184492 - ARM: Remove a (false) dependency on the memoryoperand's value as we do not use
Quentin Colombet
- [llvm] r184506 - [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
- [llvm] r184507 - [docs] Fix formatting.
Sean Silva
- [llvm] r184508 - Unbreak bots. Didn't realize this was a C++11 feature.
Sean Silva
- [llvm] r184513 - [yaml2obj][ELF] Allow expressing undefined symbols.
Sean Silva
- [llvm] r184514 - [docs] Fix broken link.
Sean Silva
- [llvm] r184522 - Add a release note for removing the simplify-libcalls pass.
Meador Inge
- [llvm] r184525 - DebugInfo: When asm printing include a '[def]' tag for tag decls that are definitions (& rename the 'fwd' tag to 'decl' for clarity)
David Blaikie
- [llvm] r184526 - [APFloat] Added missing doxygen module closing statement.
Michael Gottesman
- [llvm] r184527 - SLP Vectorizer: do not search for store-chains that are wider than the vector-register size.
Nadav Rotem
- [llvm] r184528 - [objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo::Merge.
Michael Gottesman
- [llvm] r184531 - [objcarcopts] Some more minor code cleanups/comment additions.
Michael Gottesman
- [llvm] r184532 - [obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKnownSafe and PtrState.SetKnownSafe.
Michael Gottesman
- [llvm] r184533 - [objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrState.IsTailCallRelease() and PtrState.SetTailCallRelease().
Michael Gottesman
- [llvm] r184534 - [objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrState.GetReleaseMetadata() and PtrState.SetReleaseMetadata().
Michael Gottesman
- [llvm] r184535 - Fix an ordering problem in the test.
Manuel Klimek
- [llvm] r184535 - Fix an ordering problem in the test.
David Blaikie
- [llvm] r184535 - Fix an ordering problem in the test.
Manuel Klimek
- [llvm] r184536 - add Function::removeFnAttr()
Kostya Serebryany
- [llvm] r184547 - [PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
- [llvm] r184548 - [PowerPC] Support @h modifier
Ulrich Weigand
- [llvm] r184549 - [PowerPC] Support @toc at h modifier
Ulrich Weigand
- [llvm] r184550 - [PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
- [llvm] r184551 - [PowerPC] Support various tls-related modifiers
Ulrich Weigand
- [llvm] r184552 - [PowerPC] Support R_PPC_REL16 family of relocations
Ulrich Weigand
- [llvm] r184564 - MI-Sched: Adjust regpressure limits for reserved regs.
Andrew Trick
- [llvm] r184565 - MI-Sched: cleanup DEBUG output.
Andrew Trick
- [llvm] r184566 - Fix IMULX machine model. Multiple def operands require multiple SchedWrites.
Andrew Trick
- [llvm] r184567 - Make rematerialization in the coalescer less sensitive to LRG order.
Andrew Trick
- [llvm] r184568 - Modify the -join-globalcopies option (off by default).
Andrew Trick
- [llvm] r184569 - Fix a -join-globalcopies bug; handle undef operands.
Andrew Trick
- [llvm] r184570 - whitespace
Andrew Trick
- [llvm] r184571 - Refactor LiveRangeEdit::eliminateDeadDefs.
Andrew Trick
- [llvm] r184572 - Handle more cases in LiveRangeEdit::eliminateDeadDefs.
Andrew Trick
- [llvm] r184573 - Added -precompute-phys-liveness for testing LiveIntervals updates.
Andrew Trick
- [llvm] r184574 - Update physreg live intervals during remat.
Andrew Trick
- [llvm] r184575 - Fix PR16360
Michael Liao
- [llvm] r184575 - Fix PR16360
Nadav Rotem
- [llvm] r184575 - Fix PR16360
Michael Liao
- [llvm] r184575 - Fix PR16360
Nadav Rotem
- [llvm] r184575 - Fix PR16360
Michael Liao
- [llvm] r184575 - Fix PR16360
Duncan Sands
- [llvm] r184575 - Fix PR16360
Liao, Michael
- [llvm] r184576 - Add missing REQUIRES: asserts in crash.ll.
Andrew Trick
- [llvm] r184579 - [NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
- [llvm] r184579 - [NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Renato Golin
- [llvm] r184579 - [NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Michael Gottesman
- [llvm] r184579 - [NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
- [llvm] r184579 - [NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Renato Golin
- [llvm] r184579 - [NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
- [llvm] r184579 - [NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
- [llvm] r184579 - [NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Renato Golin
- [llvm] r184579 - [NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Michael Gottesman
- [llvm] r184582 - [objcarcopts] Encapsulate PtrState.RRI.CFGHazardAfflicted via methods PtrState.{IsCFGHazardAfflicted, SetCFGHazardAfflicted}.
Michael Gottesman
- [llvm] r184583 - [objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrState.IsTrackingImpreciseRelease().
Michael Gottesman
- [llvm] r184583 - [objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrState.IsTrackingImpreciseRelease().
Bill Wendling
- [llvm] r184583 - [objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrState.IsTrackingImpreciseRelease().
Michael Gottesman
- [llvm] r184584 - BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability.
Benjamin Kramer
- [llvm] r184584 - BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability.
Jakob Stoklund Olesen
- [llvm] r184584 - BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability.
Benjamin Kramer
- [llvm] r184586 - [objc-arc-opts] Encapsulated PtrState.RRI.{Calls, ReverseInsertPts} into several methods on PtrState.
Michael Gottesman
- [llvm] r184587 - [objc-arc-opts] Now that PtrState.RRI is encapsulated in PtrState, make PtrState.RRI private and delete the TODO.
Michael Gottesman
- [llvm] r184590 - Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability."
Benjamin Kramer
- [llvm] r184590 - Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability."
Hal Finkel
- [llvm] r184590 - Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability."
Chandler Carruth
- [llvm] r184590 - Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability."
Benjamin Kramer
- [llvm] r184590 - Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability."
Hal Finkel
- [llvm] r184591 - Add '-mcpu=' to prevent breaking on ATOM due to different code schedule
Michael Liao
- [llvm] r184592 - Improve the time it takes to generating dwarf for assembly source files
Kevin Enderby
- [llvm] r184592 - Improve the time it takes to generating dwarf for assembly source files
Eric Christopher
- [llvm] r184592 - Improve the time it takes to generating dwarf for assembly source files
Kevin Enderby
- [llvm] r184592 - Improve the time it takes to generating dwarf for assembly source files
Eric Christopher
- [llvm] r184593 - [objc-arc-opts] Make IsTrackingImpreciseReleases a const method.
Michael Gottesman
- [llvm] r184597 - [yaml2obj][ELF] Don't do disassembly in this test.
Sean Silva
- [llvm] r184599 - Convert some uses of PathV1.h in ArchiveWriter.cpp.
Rafael Espindola
- [llvm] r184602 - Put r184469 disassembler test back on X86
Renato Golin
- [llvm] r184602 - Put r184469 disassembler test back on X86
Sean Silva
- [llvm] r184602 - Put r184469 disassembler test back on X86
Renato Golin
- [llvm] r184602 - Put r184469 disassembler test back on X86
Sean Silva
- [llvm] r184602 - Put r184469 disassembler test back on X86
Renato Golin
- [llvm] r184604 - DebugInfo: Don't lose unreferenced non-trivial by-value parameters
David Blaikie
- [llvm] r184604 - DebugInfo: Don't lose unreferenced non-trivial by-value parameters
Benjamin Kramer
- [llvm] r184606 - Revert "Put r184469 disassembler test back on X86"
Sean Silva
- [llvm] r184607 - This was a nifty test, but remove it.
Sean Silva
- [llvm] r184609 - Reapply documentation changes from r184584.
Benjamin Kramer
- [llvm] r184620 - Prevent LiveRangeEdit from deleting bundled instructions.
Andrew Trick
- [llvm] r184621 - [yaml2obj][ELF] Align section contents in the output.
Sean Silva
- [llvm] r184623 - [yaml2obj][ELF] Make this "type switch" actually readable.
Sean Silva
- [llvm] r184624 - [yaml2obj][ELF] Don't special case writing these.
Sean Silva
- [llvm] r184626 - [yaml2obj][ELF] Narrow parameter.
Sean Silva
- [llvm] r184627 - [yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
- [llvm] r184630 - Create the file with the right permissions instead of setting it afterwards.
Rafael Espindola
- [llvm] r184630 - Create the file with the right permissions instead of setting it afterwards.
罗勇刚(Yonggang Luo)
- [llvm] r184633 - RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.
Benjamin Kramer
- [llvm] r184638 - FunctionAttrs: Merge attributes once instead of doing it for every argument.
Benjamin Kramer
- [llvm] r184641 - Revert "FunctionAttrs: Merge attributes once instead of doing it for every argument."
Benjamin Kramer
- [llvm] r184642 - The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
- [llvm] r184643 - DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs
David Blaikie
- [llvm] r184645 - Replace with a shorter test case produced by Doug Gillmore.
Reed Kotler
- [llvm] r184647 - SLP Vectorizer: Implement multi-block slp-vectorization.
Nadav Rotem
- [llvm] r184647 - SLP Vectorizer: Implement multi-block slp-vectorization.
Alexey Samsonov
- [llvm] r184647 - SLP Vectorizer: Implement multi-block slp-vectorization.
Nadav Rotem
- [llvm] r184660 - SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.
Nadav Rotem
- [llvm] r184664 - Add MI-Sched support for x86 macro fusion.
Andrew Trick
- [llvm] r184664 - Add MI-Sched support for x86 macro fusion.
Hal Finkel
- [llvm] r184664 - Add MI-Sched support for x86 macro fusion.
Andrew Trick
- [llvm] r184667 - AArch64: fix overzealous NEXTing for Windows testing.
Tim Northover
- [llvm] r184669 - DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/SLEB128 generation
David Blaikie
- [llvm] r184671 - SLP Vectorizer: Erase instructions outside the vectorizeTree method.
Nadav Rotem
- [llvm] r184674 - SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather sequences.
Nadav Rotem
- [llvm] r184680 - Fix tail merging to assign the (more) correct BasicBlock when splitting.
Andrew Trick
- [llvm] r184681 - SLP Vectorizer: Add support for vectorizing parts of the tree.
Nadav Rotem
- [llvm] r184683 - LoopVectorize: Add utility class for building sets of dependent accesses
Arnold Schwaighofer
- [llvm] r184684 - LoopVectorize: Add utility class for checking dependency among accesses
Arnold Schwaighofer
- [llvm] r184685 - LoopVectorize: Use the dependence test utility class
Arnold Schwaighofer
- [llvm] r184685 - LoopVectorize: Use the dependence test utility class
Nadav Rotem
- [llvm] r184686 - [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.
Michael Gottesman
- [llvm] r184687 - [APFloat] Removed out of date comment from isNormal().
Michael Gottesman
- [llvm] r184690 - Revert "LoopVectorize: Use the dependence test utility class"
Arnold Schwaighofer
- [llvm] r184692 - DebugInfo: add some testing from an overly broad end-to-end test in Clang
David Blaikie
- [LLVMdev] Error in the example of sext instruction in reference manual
Chris Lattner
- [LLVMdev] Error in the example of sext instruction in reference manual
Bin Tzeng
- [LLVMdev] Problems with 64-bit register operands of inline asm on ARM
Renato Golin
- [LLVMdev] Problems with 64-bit register operands of inline asm on ARM
Jakob Stoklund Olesen
- [LLVMdev] Problems with 64-bit register operands of inline asm on ARM
Weiming Zhao
- [LLVMdev] Problems with 64-bit register operands of inline asm on ARM
Renato Golin
- [LLVMdev] Problems with 64-bit register operands of inline asm on ARM
weimingz at codeaurora.org
- [LLVMdev] Problems with 64-bit register operands of inline asm on ARM
Renato Golin
- [LLVMdev] Problems with 64-bit register operands of inline asm on ARM
Måns Rullgård
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Jeremy Lakeman
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Renato Golin
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Renato Golin
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Eric Christopher
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Eric Christopher
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Robinson, Paul
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Eric Christopher
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Eric Christopher
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
David Blaikie
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Eric Christopher
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [LLVMdev] Proposal: type uniquing of debug info for LTO
Manman Ren
- [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Eric Christopher
- [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
- [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
- [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Eric Christopher
- [Mesa-dev] [PATCH 04/12] R600/SI: Expand shl of v2i32/v4i32 for SI
Tom Stellard
- [Mesa-dev] [PATCH 04/12] R600/SI: Expand shl of v2i32/v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH 09/12] R600: Add v2i32 test for setcc on evergreen
Tom Stellard
- [Mesa-dev] R600: Bugfixes
Alex Deucher
- [Mesa-dev] R600: Expand integer operations for SI and consolidate code with EG
Tom Stellard
- [PATCH 07/12] R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
Aaron Watry
- [PATCH 08/12] R600/SI: Expand urem of v2i32/v4i32 for SI
Aaron Watry
- [PATCH 1/2] R600: Add support for i32 loads from the constant address space on Cayman
Tom Stellard
- [PATCH 1/2] TableGen: Generate a function for getting operand indices based on their defined names
Sean Silva
- [PATCH 1/2] TableGen: Generate a function for getting operand indices based on their defined names
Tom Stellard
- [PATCH 1/2] TableGen: Generate a function for getting operand indices based on their defined names
Jakob Stoklund Olesen
- [PATCH 1/2] TableGen: Generate a function for getting operand indices based on their defined names
Tom Stellard
- [PATCH 1/2] TableGen: Generate a function for getting operand indices based on their defined names
Sean Silva
- [PATCH 1/2] TableGen: Generate a function for getting operand indices based on their defined names
Tom Stellard
- [PATCH 1/2] TableGen: Generate a function for getting operand indices based on their defined names
Sean Silva
- [PATCH 1/2] TableGen: Generate a function for getting operand indices based on their defined names
Tom Stellard
- [PATCH 1/3] R600: Expand v2i32 load/store instead of custom lowering
Tom Stellard
- [PATCH 1/3] R600: Expand v2i32 load/store instead of custom lowering
Tom Stellard
- [PATCH 1/3] R600: Expand v2i32 load/store instead of custom lowering
Aaron Watry
- [PATCH 11/12] R600: Add v2i32 test for vselect
Aaron Watry
- [PATCH 11/12] R600: Add v2i32 test for vselect
Tom Stellard
- [PATCH 12/12] R600: Consolidate expansion of v2i32/v4i32 ops for EG/SI
Aaron Watry
- [PATCH 2/2] R600/SI: Report unaligned memory accesses as legal for > 32-bit types
Tom Stellard
- [PATCH 2/3] R600/SI: Expand add for v2i32 and v4i32
Tom Stellard
- [PATCH 3/3] R600/SI: Expand sub for v2i32 and v4i32 for SI
Tom Stellard
- [PATCH] [asan] Move lsan_disabled out of thread context.
Sergey Matveev
- [PATCH] [asan] Move lsan_disabled out of thread context.
Alexey Samsonov
- [PATCH] [asan] Move lsan_disabled out of thread context.
Sergey Matveev
- [PATCH] [asan] Move lsan_disabled out of thread context.
Alexey Samsonov
- [PATCH] [asan] Move lsan_disabled out of thread context.
Sergey Matveev
- [PATCH] [asan] Move lsan_disabled out of thread context.
Alexey Samsonov
- [PATCH] [asan] Move lsan_disabled out of thread context.
Kostya Serebryany
- [PATCH] [asan] Move lsan_disabled out of thread context.
Sergey Matveev
- [PATCH] [asan] Move lsan_disabled out of thread context.
Alexey Samsonov
- [PATCH] [lld][ELF] Add undefined symbol option to lld
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Add undefined symbol option to lld
Rui Ueyama
- [PATCH] [lld][ELF] Add undefined symbol option to lld
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Add undefined symbol option to lld
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Add undefined symbol option to lld
Rui Ueyama
- [PATCH] [lld][ELF] Add undefined symbol option to lld
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Add undefined symbol option to lld
Rui Ueyama
- [PATCH] [lld][ELF] Add undefined symbol option to lld
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Add undefined symbol option to lld
Michael Spencer
- [PATCH] [lld][PECOFF] Implement the reader for the import library.
kledzik at apple.com
- [PATCH] [lld][PECOFF] Implement the reader for the import library.
Rui Ueyama
- [PATCH] [lld][PECOFF] Implement the reader for the import library.
Michael Spencer
- [PATCH] [lld][PECOFF] Implement the reader for the import library.
Rui Ueyama
- [PATCH] [lsan] Enable i386 support. Also rework the lit test configs.
Sergey Matveev
- [PATCH] [lsan] Enable i386 support. Also rework the lit test configs.
Sergey Matveev
- [PATCH] [lsan] Enable i386 support. Also rework the lit test configs.
Sergey Matveev
- [PATCH] [lsan] Enable i386 support. Also rework the lit test configs.
Kostya Serebryany
- [PATCH] [lsan] Enable i386 support. Also rework the lit test configs.
Alexander Potapenko
- [PATCH] [lsan] Enable i386 support. Also rework the lit test configs.
Sergey Matveev
- [PATCH] [lsan] Move symbolization and reporting out of StopTheWorld callback.
Sergey Matveev
- [PATCH] [lsan] Move symbolization and reporting out of StopTheWorld callback.
Kostya Serebryany
- [PATCH] [lsan] Move symbolization and reporting out of StopTheWorld callback.
Sergey Matveev
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Passes][GOT] Split perform() into small predicate functions for readability sake.
Shankar Kalpathi Easwaran
- [PATCH] [Passes][GOT] Split perform() into small predicate functions for readability sake.
Rui Ueyama
- [PATCH] [PATCH] ARM cdp2 invalid encoding
Joey Gouly
- [PATCH] [PATCH] ARM cdp2 invalid encoding
Renato Golin
- [PATCH] [PATCH] ARM cdp2 invalid encoding
Joey Gouly
- [PATCH] [PATCH] ARM cdp2 invalid encoding
Renato Golin
- [PATCH] [PATCH] ARM cdp2 invalid encoding
Joey Gouly
- [PATCH] [PATCH] ARM cdp2 invalid encoding
Joey Gouly
- [PATCH] [PECOFF] Add a pass to ensure the correct ordering of grouped sections.
Rui Ueyama
- [PATCH] [PECOFF] Add a pass to ensure the correct ordering of grouped sections.
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF] Add a pass to ensure the correct ordering of grouped sections.
Rui Ueyama
- [PATCH] [PECOFF] Add a pass to ensure the correct ordering of grouped sections.
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF] Add a pass to ensure the correct ordering of grouped sections.
Rui Ueyama
- [PATCH] [PECOFF] Add a pass to ensure the correct ordering of grouped sections.
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF] Add a pass to ensure the correct ordering of grouped sections.
Rui Ueyama
- [PATCH] [PECOFF] Connect defined atoms with layout before/after edges.
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF] Connect defined atoms with layout before/after edges.
Rui Ueyama
- [PATCH] [PECOFF] Extract atom definitions as Atoms.h so that we can use them in other files.
Rui Ueyama
- [PATCH] [PECOFF] Extract atom definitions as Atoms.h so that we can use them in other files.
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF] Extract atom definitions as Atoms.h so that we can use them in other files.
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Kalpathi Easwaran
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Kalpathi Easwaran
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Kalpathi Easwaran
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Kalpathi Easwaran
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Kalpathi Easwaran
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Kalpathi Easwaran
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Kalpathi Easwaran
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Kalpathi Easwaran
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Rui Ueyama
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Kalpathi Easwaran
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
kledzik at apple.com
- [PATCH] [TargetInfo] Move LinkerInputFile to TargetInfo and rename more specific name
Shankar Easwaran
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Anton Korobeynikov
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Werner
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH] Add Function::removeFnAttr
Kostya Serebryany
- [PATCH] Add Function::removeFnAttr
Bill Wendling
- [PATCH] Add support for subsections to the ELF assembler. Fixes PR8717.
Sid Manning
- [PATCH] Allow blocks to be merged when one has an undef input to a phi.
Mark Lacey
- [PATCH] Allow blocks to be merged when one has an undef input to a phi.
Evan Cheng
- [PATCH] Allow blocks to be merged when one has an undef input to a phi.
Duncan Sands
- [PATCH] ARM: add operands pre-writeback variants when needed
Amaury de la Vieuville
- [PATCH] ARM: add operands pre-writeback variants when needed
Tim Northover
- [PATCH] ARM: add operands pre-writeback variants when needed
Renato Golin
- [PATCH] ARM: add operands pre-writeback variants when needed
Amaury de la Vieuville
- [PATCH] ARM: check predicate bits for thumb instructions
Amaury de la Vieuville
- [PATCH] ARM: check predicate bits for thumb instructions
Tim Northover
- [PATCH] ARM: enable decoding of pc-relative PLD/PLI
Amaury de la Vieuville
- [PATCH] ARM: enable decoding of pc-relative PLD/PLI
Amaury de la Vieuville
- [PATCH] ARM: enable decoding of pc-relative PLD/PLI
Renato Golin
- [PATCH] ARM: enable decoding of pc-relative PLD/PLI
Amaury de la Vieuville
- [PATCH] ARM: fix IT decoding
Amaury de la Vieuville
- [PATCH] ARM: fix IT decoding
Renato Golin
- [PATCH] ARM: fix literal load with positive offset encoding
Amaury de la Vieuville
- [PATCH] ARM: fix literal load with positive offset encoding
Tim Northover
- [PATCH] ARM: fix literal load with positive offset encoding
Amaury de la Vieuville
- [PATCH] ARM: fix literal load with positive offset encoding
Amaury de la Vieuville
- [PATCH] ARM: fix literal load with positive offset encoding
Tim Northover
- [PATCH] ARM: fix literal load with positive offset encoding
Amaury de la Vieuville
- [PATCH] ARM: fix pc-relative thumb loads decoding (literal loads)
Renato Golin
- [PATCH] ARM: fix pc-relative thumb loads decoding (literal loads)
Amaury de la Vieuville
- [PATCH] ARM: fix pc-relative thumb loads decoding (literal loads)
Amaury de la Vieuville
- [PATCH] ARM: fix thumb1 nop decoding
Amaury de la Vieuville
- [PATCH] ARM: fix thumb1 nop decoding
Renato Golin
- [PATCH] ARM: fix thumb1 nop decoding
Tim Northover
- [PATCH] ARM: fix thumb1 nop decoding
Renato Golin
- [PATCH] ARM: fix thumb1 nop decoding
Tim Northover
- [PATCH] ARM: fix thumb coprocessor instruction with pre-writeback disassembly
Amaury de la Vieuville
- [PATCH] ARM: Form paired load after stack coloring.
Quentin Colombet
- [PATCH] ARM: Form paired load after stack coloring.
Quentin Colombet
- [PATCH] ARM: Form paired load after stack coloring.
Renato Golin
- [PATCH] ARM: Form paired load after stack coloring.
Andrew Trick
- [PATCH] ARM: Form paired load after stack coloring.
Renato Golin
- [PATCH] ARM: Form paired load after stack coloring.
Quentin Colombet
- [PATCH] ARM: Form paired load after stack coloring.
Quentin Colombet
- [PATCH] ARM: Form paired load after stack coloring.
Renato Golin
- [PATCH] ARM: Form paired load after stack coloring.
Quentin Colombet
- [PATCH] ARM: operands should be explicit when disassembled
Amaury de la Vieuville
- [PATCH] ARM: operands should be explicit when disassembled
Tim Northover
- [PATCH] ARM: rGPR is meant to be unpredictable, not undefined
Amaury de la Vieuville
- [PATCH] ARM: rGPR is meant to be unpredictable, not undefined
Tim Northover
- [PATCH] ARM: thumb stores cannot use PC as dest register
Amaury de la Vieuville
- [PATCH] ARM: thumb stores cannot use PC as dest register
Amaury de la Vieuville
- [PATCH] Changing the Back-end when Target Options Change
Bill Wendling
- [PATCH] Changing the Back-end when Target Options Change
Bill Wendling
- [PATCH] Changing the Back-end when Target Options Change
Bill Wendling
- [PATCH] Changing the Back-end when Target Options Change
Du Toit, Stefanus
- [PATCH] Changing the Back-end when Target Options Change
David Blaikie
- [PATCH] Changing the Back-end when Target Options Change
Bill Wendling
- [PATCH] DataFlowSanitizer; compiler-rt changes.
Kostya Serebryany
- [PATCH] DataFlowSanitizer; compiler-rt changes.
Alexey Samsonov
- [PATCH] DataFlowSanitizer; LLVM changes.
Kostya Serebryany
- [PATCH] DataFlowSanitizer; LLVM changes.
Peter Collingbourne
- [PATCH] DataFlowSanitizer; LLVM changes.
Evgeniy Stepanov
- [PATCH] DataFlowSanitizer; LLVM changes.
Peter Collingbourne
- [PATCH] DataFlowSanitizer; LLVM changes.
Peter Collingbourne
- [PATCH] DebugIR with no existing debug information
Malea, Daniel
- [patch] FastISel omitting unused parameters hurts debug info
David Blaikie
- [PATCH] Fix build on Linux using libc++
Ryan Goodfellow
- [PATCH] Fix clang out-of-tree build with already installed llvm since r183989.
Johannes Obermayr
- [patch] fix loopvectorizer bug with multiple address spaces PR16306
Nadav Rotem
- [patch] fix loopvectorizer bug with multiple address spaces PR16306
Pekka Jääskeläinen
- [patch] fix loopvectorizer bug with multiple address spaces PR16306
Tom Stellard
- [patch] fix loopvectorizer bug with multiple address spaces PR16306
Nadav Rotem
- [patch] fix loopvectorizer bug with multiple address spaces PR16306
Nadav Rotem
- [PATCH] Fix PR16360
Michael Liao
- [PATCH] Fix PR16360
Michael Liao
- [PATCH] Fix PR16360
Duncan Sands
- [PATCH] Force to use python 2.x series of python. Because under Win32, that's possible both Python 2.x and Python 3.x installed. and then FindPythonInterp will found python 3.x by default. So we use set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4) to force use 2.x
Yonggang Luo
- [PATCH] Force to use python 2.x series of python. Because under Win32, that's possible both Python 2.x and Python 3.x installed. and then FindPythonInterp will found python 3.x by default. So we use set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4) to force use 2.x
Yonggang Luo
- [PATCH] HLE encoding support
Stefanus Du Toit
- [PATCH] HLE encoding support
Nadav Rotem
- [PATCH] HLE encoding support
Nadav Rotem
- [PATCH] Initial support for Mach-O universal binaries in LLVMObject
Alexey Samsonov
- [PATCH] Initial support for Mach-O universal binaries in LLVMObject
Alexey Samsonov
- [PATCH] Initial support for Mach-O universal binaries in LLVMObject
Rafael Ávila de Espíndola
- [PATCH] Initial support for Mach-O universal binaries in LLVMObject
Alexey Samsonov
- [PATCH] InstCombine: Optimize (1 << X) UPred CstP2 to X UPred Log2(CstP2)
David Majnemer
- [PATCH] Move StructurizeCFG out of R600 to generic Transforms
Matt Arsenault
- [PATCH] Move StructurizeCFG out of R600 to generic Transforms
Tom Stellard
- [PATCH] Move StructurizeCFG out of R600 to generic Transforms
Owen Anderson
- [PATCH] Move StructurizeCFG out of R600 to generic Transforms
Matt Arsenault
- [PATCH] Move the ELF, COFF, MachO format declaration files from Support to Object folder.
Yonggang Luo
- [PATCH] Move the ELF,COFF,MachO format declaration files from Support to Object folder.
罗勇刚(Yonggang Luo)
- [PATCH] Move the ELF,COFF,MachO format declaration files from Support to Object folder.
罗勇刚(Yonggang Luo)
- [PATCH] Optimize call to sqrt.
Akira Hatanaka
- [PATCH] Optimize call to sqrt.
Eli Friedman
- [PATCH] Optimize call to sqrt.
Meador Inge
- [PATCH] Optimize call to sqrt.
Chris Lattner
- [PATCH] Optimize call to sqrt.
Meador Inge
- [PATCH] Optimize call to sqrt.
Nick Lewycky
- [PATCH] R600/SI: Add support for v4i32 and v4f32 kernel args
Tom Stellard
- [PATCH] R600/SI: Add support for v4i32 and v4f32 kernel args
Aaron Watry
- [PATCH] R600/SI: Add support for v4i32 and v4f32 kernel args
Tom Stellard
- [PATCH] R600: Expand SUB for v2i32/v4i32
Tom Stellard
- [PATCH] R600: Fix typo in R600Schedule.td
Tom Stellard
- [PATCH] R600: Improve vector constant loading for EG/SI
Tom Stellard
- [PATCH] R600: Use GetUnderlyingObject
Matt Arsenault
- [PATCH] R600: Use GetUnderlyingObject
Matt Arsenault
- [PATCH] R600: Use GetUnderlyingObject
Tom Stellard
- [PATCH] R600: Use GetUnderlyingObject
Matt Arsenault
- [PATCH] RC->contains is a trap... (PR16106)
Jakob Stoklund Olesen
- [PATCH] Revert to C-style callbacks for iteration over allocator chunks. Also clean up LSan code, fix some comments and replace void* with uptr to bring down the number of reinterpret_casts.
Sergey Matveev
- [PATCH] Small correction to unordered memory code generation of ARM LDRD
JF Bastien
- [PATCH] Small correction to unordered memory code generation of ARM LDRD
Eli Friedman
- [PATCH] Small correction to unordered memory code generation of ARM LDRD
JF Bastien
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Nick Lewycky
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Eli Friedman
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Nick Lewycky
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Dan Gohman
- [PATCH] Teach DeadArgElimination not to eliminate return values of functions with 'returned' arguments
Stephen Lin
- [patch] Use "set -o pipefail"
Rafael Espíndola
- [PATCH] Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
- [PATCH] Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
- [PATCH] XFAIL the MCJIT unittests for MIPS
Petar Jovanovic
- [PING][MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
- [PING][MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
David Blaikie
- [PING][MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
- [polly] r183799 - scop detection: remove an iteration over all uses
Sebastian Pop
- [polly] r184128 - revert r183799: scop detection: remove an iteration over all uses
Sebastian Pop
- [polly] r184529 - Use isl_val instead of isl_int in the core of Polly
Tobias Grosser
- [polly] r184655 - Integrate latest clang-format changes
Tobias Grosser
- [polly] r184658 - ScopInfo: Clarify may-write and must-write accesses
Tobias Grosser
- [polly] r184659 - Fix my own formatting mistakes
Tobias Grosser
- [polly] scop detection: detect regions bottom up
Sebastian Pop
- [polly] scop detection: detect regions bottom up
Sebastian Pop
- [RFC] .lcomm issue on PowerPC
Ulrich Weigand
- [test-suite] r184530 - Add the ability to have Mips specific single and multi source tests.
Reed Kotler
- [www-releases] r183893 - Add 3.3 pre-built binaries.
Meador Inge
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184142 - Add docs and links for the 3.3 release.
Bill Wendling
- [www-releases] r184145 - Update to point to the 3.3 release binaries and sources.
Bill Wendling
- [www-releases] r184146 - Point to the correct place for clang's release notes.
Bill Wendling
- [www-releases] r184156 - Flesh out the Clang 3.3 release notes a little, and remove an empty section.
Richard Smith
- [www-releases] r184289 - Add a patch for the lldb sources that fixes a hang in the test suite.
Bill Wendling
- [www] r184141 - We're at the 3.3 release now.
Bill Wendling
- [www] r184144 - We're at the 3.3 release now.
Bill Wendling
- [www] r184523 - The simplify-libcalls migration to instcombine is complete.
Meador Inge
- [zorg] r184254 - Turn off phase 4 builders until mac mini 02 is back up.
Michael Gottesman
- Error in the example of sext instruction in reference manual
Bin Tzeng
- Fwd: [patch] fix loopvectorizer bug with multiple address spaces PR16306
Eli Friedman
- LIT tests fail on Windows X86_64
Demikhovsky, Elena
- LIT tests fail on Windows X86_64
Tim Northover
- make print-after= print-before= option work for clang driver
Xinliang David Li
- patch: reimplement hasPath, also split BasicBlockUtils into transforms and analysis
Nick Lewycky
- Patch for the fact that all llvm python scripts are python 2.x compatible.
罗勇刚(Yonggang Luo)
- please review - llvm test-suite patch
Daniel Dunbar
- please review - llvm test-suite patch
reed kotler
- please review - llvm test-suite patch
James Molloy
- please review - llvm test-suite patch
Daniel Dunbar
- Please review: Optimize vector multiply on X86
Andrea_DiBiagio at sn.scee.net
- Please review: Optimize vector multiply on X86
Demikhovsky, Elena
- Please review: Optimize vector multiply on X86
Nadav Rotem
- Please review: Optimize vector multiply on X86
Demikhovsky, Elena
- Please review: Optimize vector multiply on X86
Andrea_DiBiagio at sn.scee.net
- Please review: Optimize vector multiply on X86
Demikhovsky, Elena
- Please review: Optimize vector multiply on X86
Andrea_DiBiagio at sn.scee.net
- Please review: Optimize vector multiply on X86
Demikhovsky, Elena
- Proposal: type uniquing of debug info for LTO
Manman Ren
- Proposal: type uniquing of debug info for LTO
Eric Christopher
- Proposal: type uniquing of debug info for LTO
David Blaikie
- Proposal: type uniquing of debug info for LTO
Manman Ren
- Proposal: type uniquing of debug info for LTO
Manman Ren
- Proposal: type uniquing of debug info for LTO
David Blaikie
- R600/SI: Support for local memory and derivatives
Michel Dänzer
- R600: Bugfixes
Vincent Lejeune
- R600: Bugfixes
Tom Stellard
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Sean Silva
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Sean Silva
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Sean Silva
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Evan Cheng
- submit [PATCH] SimplifyCFG for code review
Sean Silva
- submit [PATCH] SimplifyCFG for code review
Sean Silva
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Evan Cheng
- submit [PATCH] SimplifyCFG for code review
Renato Golin
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Renato Golin
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Renato Golin
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Evan Cheng
- submit [PATCH] SimplifyCFG for code review
Ye, Mei
- submit [PATCH] SimplifyCFG for code review
Renato Golin
- Support for machine function cfg dot dump
Xinliang David Li
- vector data types support in the LLVM interpreter part 3
Veselov, Yuri
- vector data types support in the LLVM interpreter part 3
Nadav Rotem
- vector data types support in the LLVM interpreter part 3
Veselov, Yuri
Last message date:
Sun Jun 23 23:47:23 PDT 2013
Archived on: Tue Aug 4 17:10:23 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).