The Week Of Monday 29 July 2013 Archives by thread
Starting: Mon Jul 29 00:47:08 PDT 2013
Ending: Sun Aug 4 21:31:05 PDT 2013
Messages: 704
- [PATCH] Proper va_arg/va_copy lowering on win64
Anton Korobeynikov
- [llvm] r187267 - SLP Vectorier: Don't vectorize really short chains because they are already handled by the SelectionDAG store-vectorizer, which does a better job in deciding when to vectorize.
Nick Lewycky
- [patch] simplifyCFG for review
Christian König
- [PATCH] Fix uninstall-local target in Makefile.rules for shared libraries
Edoardo P.
- [llvm] r187347 - Teach the AllocaPromoter which is wrapped around the SSAUpdater
Chandler Carruth
- [llvm] r187348 - test commit
Robert Lytton
- [llvm] r187349 - Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patch also adds the VFP4 feature to Cortex-A15 and fixes the DontUseFusedMAC predicate so that we can still generate vmla.f32 instructions on non-darwin targets with VFP4.
Silviu Baranga
- [PATCH] Disable inlining between sanitized and non-sanitized functions
Evgeniy Stepanov
- [PATCH] Enable vmla.f32 generation on Cortex-A15
Silviu Baranga
- XCore: vararg fix
Robert Lytton
- [llvm] r187350 - Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.
Benjamin Kramer
- [llvm] r187351 - ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
NAKAMURA Takumi
- [PATCH] ValueTracking: Teach isKnownToBeAPowerOfTwo that a power-of-two-or-zero + the same power-of-two-or-zero is a power-of-two-or-zero
Jay Foad
- [llvm] r187352 - MC: Support larger COFF string tables
Nico Rieck
- [llvm] r187353 - Add support for the 's' operation to llvm-ar.
Rafael Espindola
- PATCH: SelectionDAG: Use MVT::i32 for vector indices
Duncan Sands
- [PATCH] Implement function prefix data as an IR feature.
Duncan Sands
- [llvm] r187354 - Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but not MSVC 10 since it is still required there.
Aaron Ballman
- [llvm] r187331 - Partial revert of 187310; it seems MSVC 10 still spits out this warning, but MSVC 11 does not.
Aaron Ballman
- [llvm] r187355 - Proper va_arg/va_copy lowering on win64
Nico Rieck
- [PATCH] Use proper section suffix for COFF weak symbols
Aaron Ballman
- [PATCH] Move UnpoisonMappedDSO to sanitizer_common.
Evgeniy Stepanov
- [llvm] r187356 - Use proper section suffix for COFF weak symbols
Nico Rieck
- [PATCH] Refactor sameNoopInput (determining tail-call legitimacy)
Tim Northover
- [PATCH] Re-enabling another warning
Aaron Ballman
- Fwd: [PATCH] Add support for ARM modified immediate syntax
Mihail Popa
- XCore: emitArrayBound incorrectly outputting
Robert Lytton
- [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
Reed Kotler
- [llvm] r187278 - SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch conditions
David Dean
- [PATCH] [ARM] check bitwidth in PerformORCombine
Tim Northover
- [lld] r186884 - Fix -Wsign-compare warnings.
Reid Kleckner
- [llvm] r187213 - Add preliminary support for hashing DIEs and breaking them into
David Blaikie
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
David Fang
- [llvm] r187362 - Debug Info: update testing cases to pass verifier.
Manman Ren
- [llvm] r187363 - SLPVectorier: update the debug location for the new instructions.
Nadav Rotem
- [llvm] r187368 - Add the C source code to the test to make it easier to update when debug info changes.
Nadav Rotem
- [llvm] r187325 - fixed compilation issue
Bill Wendling
- [llvm] r187371 - [mips] Add comment and simplify function.
Akira Hatanaka
- [compiler-rt] r187372 - Move UnpoisonMappedDSO to sanitizer_common.
Peter Collingbourne
- [PATCH] Usability improvements for Intel X86 disassembly (llvm)
Richard Mitton
- R600: Scheduling support for VLIW5 gen
Tom Stellard
- [PATCH][DAGCombiner] insert_vector_elt: Avoid to create multiple uses of the same load.
Tom Stellard
- Patch for mem2reg pass
David Blaikie
- [compiler-rt] r187373 - Fix warning.
Peter Collingbourne
- [llvm] r187375 - Debug Info: enable verifier for testing cases.
Manman Ren
- [PATCH] 2nd try: enabling clients to use rpath to find LLVM shared libraries on OS X
Eric Christopher
- [PATCH] MC: Support larger COFF string tables
Richard
- [llvm] r187378 - Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
- r187374 - PR16715: Fix assert in verifier: only mark call to 'operator new' as 'builtin' if
Richard Smith
- [llvm] r187380 - Delete documentation for deleted options.
Rafael Espindola
- [PATCH] Avoid FP conversions when calling bitcasted / alias functions
Matt Arsenault
- [lld] r187381 - Fix test failure introduced in r187271 by enabling pipefail.
Rui Ueyama
- [lld] r187382 - [PECOFF] Replace the magic number with sizeof().
Rui Ueyama
- [llvm] r187383 - Make file_status::getUniqueID const.
Rafael Espindola
- [llvm] r187385 - Elaborate a bit on the type unit and ODR conditional code.
Eric Christopher
- [llvm] r187271 - Move the default back to pipefail. I accidentally reverted it before.
Sebastian Pop
- [lld] r187388 - [PECOFF] Process Import Name/Type field in the import library.
Rui Ueyama
- [PATCH] [lld] add InputGraph to process Command line arguments
Shankar Kalpathi Easwaran
- [RFC] AEABI Divmod refactoring + 64-bit
Renato Golin
- [lld] r187390 - [PECOFF][Driver] Remove quotes from command line arguments.
Rui Ueyama
- [llvm] r187391 - Clarify comments for types contained in anonymous namespaces and
Eric Christopher
- [llvm] r187392 - Make sure we don't emit an ODR hash for types with no name and make
Eric Christopher
- [llvm] r187393 - Fix a truly egregious thinko in anonymous namespace check,
Eric Christopher
- [llvm] r187394 - Move file to X86 and add a triple to fix darwin bots for now.
Eric Christopher
- [llvm] r187396 - [DAGCombiner] insert_vector_elt: Avoid building a vector twice.
Quentin Colombet
- [llvm] r187397 - [R600] Replicate old DAGCombiner behavior in target specific DAG combine.
Quentin Colombet
- [llvm] r187283 - Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
- PATCH: R600: Add support for 64-bit loads and stores
Tom Stellard
- [llvm] r187399 - [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.
Bill Schmidt
- [llvm] r187402 - [Sparc] Use call's debugloc for the unimp instruction.
Venkatraman Govindaraju
- [llvm] r187403 - Remove more dead documentation.
Rafael Espindola
- [PATCH] Implement TokenizeWindowsCommandLine.
Rui Ueyama
- [llvm] r187404 - [ARM] check bitwidth in PerformORCombine
Saleem Abdulrasool
- [PATCH] "speculatable" function attribute
Chris Lattner
- [Mesa-dev] [PATCH] R600/SI: Add pattern for fp_to_uint
Michel Dänzer
- patch: emit tail calls with zeroext/signext on return
Nick Lewycky
- [PATCH] Debug Info on Windows
Carlo Kok
- [llvm] r187406 - Fix underscore to be the proper length.
Bill Wendling
- [compiler-rt] r187407 - [sanitizer] Disable ForEachMappedRegion on Android.
Evgeniy Stepanov
- [compiler-rt] r187408 - [asan] Raise thread stack size limit.
Evgeniy Stepanov
- [llvm] r187410 - This patch implements parsing of mips FCC register operands. The example instructions have been added to test files.
Vladimir Medic
- [compiler-rt] r187411 - [asan] Limit fake stack size to a reasonable value when running with unlimited stack.
Evgeniy Stepanov
- [compiler-rt] r187412 - [msan] Intercept confstr.
Evgeniy Stepanov
- [compiler-rt] r187413 - [msan] Intercept pthread_join.
Evgeniy Stepanov
- [compiler-rt] r187414 - [sanitizer] read() syscall hook.
Evgeniy Stepanov
- [compiler-rt] r187417 - [sanitizer] Tweak read syscall handler signature for consistency.
Evgeniy Stepanov
- [llvm] r187421 - R600/SI: Expand vector fp <-> int conversions
Tom Stellard
- [llvm] r187424 - Fix parameter ordering bug in createDebugIRPass()
Daniel Malea
- [Polly][Patch] Add DEBUG support for Polly-Dependence pass
Star Tan
- [llvm] r187430 - Implement TokenizeWindowsCommandLine.
Rui Ueyama
- [llvm] r187433 - [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add
Venkatraman Govindaraju
- [PATCH][lld][PECOFF] Add Support for entry point symbol name
Jesús Serrano García
- [llvm] r187435 - MI Sched fix: assert "Disconnected LRG within the scheduling region."
Andrew Trick
- [llvm] r187436 - MI Sched: Track live-thru registers.
Andrew Trick
- [llvm] r187437 - whitespace
Andrew Trick
- [llvm] r187438 - Down-scale slot index distance to save bits.
Andrew Trick
- [llvm] r187439 - Remove dead code.
Rafael Espindola
- [llvm] r187440 - [mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias that
Akira Hatanaka
- [llvm] r187441 - Implement getUniqueID for directories on windows.
Rafael Espindola
- [PATCH] Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom comments for implicit defs
Justin Holewinski
- [llvm] r187442 - This test may have been sensitive to the ARM ABI...
Andrew Trick
- [llvm] r187443 - [mips] Delete instruction format for "bal".
Akira Hatanaka
- [llvm] r187444 - Change behavior of calling bitcasted alias functions.
Matt Arsenault
- [llvm] r187445 - isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add instructions
David Majnemer
- [PATCH] Don't constant fold bitcast/ptrtoint/inttoptr combinations without datalayout
Matt Arsenault
- [llvm] r187448 - Remove isCastable since nothing uses it now
Matt Arsenault
- [llvm] r187452 - Add capability for building with -gsplit-dwarf to the cmake build.
Eric Christopher
- [lld] r187453 - [PECOFF] Split COFFDefinedAtom to add COFFBSSAtom class.
Rui Ueyama
- [llvm] r187454 - Revert "Remove isCastable since nothing uses it now"
Matt Arsenault
- [llvm] r187455 - Respect address space sizes in isEliminableCastPair.
Matt Arsenault
- [llvm] r187456 - Make sure that -gsplit-dwarf isn't passed to the linker.
Eric Christopher
- [llvm] r187457 - Make these just inline, not static inline.
Eric Christopher
- [llvm] r187459 - Reflow this to be easier to read.
Eric Christopher
- [lld] r187460 - [PECOFF] Emit BSS section.
Rui Ueyama
- [lld] r187461 - Fix comment.
Rui Ueyama
- [llvm] r187462 - Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).
Owen Anderson
- [PATCH] Fix ptr vector inconsistency in CreatePointerCast
Matt Arsenault
- [llvm] r187463 - Fix windows' implementation of status when a file doesn't exist.
Rafael Espindola
- [PATCH] Fixed incorrect disassembly for MOV16o16a when using Intel syntax.
Richard Mitton
- [PATCH] [Object] Split the ELF interface into 3 parts.
Michael Spencer
- [llvm] r187464 - Fix ptr vector inconsistency in CreatePointerCast
Matt Arsenault
- [PATCH] Changed register names (and pointer keywords) to be lower case when using Intel X86 assembler syntax.
Richard Mitton
- [PATCH] Fixed the Intel-syntax X86 disassembler to respect the option for hexadecimal immediates.
Richard Mitton
- [PATCH] Updated the Intel X86 disassembler to output annotated markup.
Richard Mitton
- [PATCH] [YAML] Recover gracefully when deserializing invalid YAML input.
Andrew Tulloch
- [llvm] r187468 - [mips] Define instruction itineraries IIArith and IILogic.
Akira Hatanaka
- [llvm] r187469 - [mips] Rename instruction DANDi to ANDi64.
Akira Hatanaka
- Clang and AArch64 backend patches to support arm v8 Neon
Ana Pazos
- [llvm] r187470 - Fix crashing on invalid inline asm with matching constraints.
Eric Christopher
- [PATCH] Option parsing: allow alias arguments
Hans Wennborg
- [llvm] r187471 - Fixed incorrect disassembly for MOV16o16a when using Intel syntax.
Craig Topper
- [llvm] r187472 - Remove trailing whitespace and some tab characters.
Craig Topper
- [llvm] r187475 - Fix a severe compile time problem when forming large SCEV expressions.
Andrew Trick
- [llvm] r187476 - Changed register names (and pointer keywords) to be lower case when using Intel X86 assembler syntax.
Craig Topper
- [llvm] r187477 - Increment arg_count inside the loop in printInline. Patch by Joe Matarazzo.
Craig Topper
- [llvm] r187478 - Add tracing to the tblgen register pressure table generator.
Andrew Trick
- [llvm] r187479 - Fix register pressure tables on ARM.
Andrew Trick
- [llvm] r187482 - Add parentheses to silence gcc warning.
Richard Trieu
- [PATCH] [PECOFF] Handle .drectve section.
Rui Ueyama
- [lld] r187484 - [PECOFF] Add a comment on the idata section fragments.
Rui Ueyama
- [PATCH] Improve isPotentiallyReachable
Nick Lewycky
- [compiler-rt] r187485 - [msan] Fix msan tests with pipefail option.
Evgeniy Stepanov
- [compiler-rt] r187298 - Turn off pipefail on msan tests to match the other sanitizers until
Evgeniy Stepanov
- Repost on commits list: Predication bug in AggressiveAntiDepBreaker?
Verena Beckham
- radeonsi: LLVM r187139 broke some piglit tests
Michel Dänzer
- [llvm] r187490 - [SystemZ] Add RISBLG and RISBHG instruction definitions
Richard Sandiford
- [llvm] r187491 - Added INSERT and EXTRACT intructions from AVX-512 ISA.
Elena Demikhovsky
- [llvm] r187492 - [SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()
Richard Sandiford
- [llvm] r187493 - Fixed assertion in Extract128BitVector()
Elena Demikhovsky
- [llvm] r187494 - [SystemZ] Move compare-and-branch generation even later
Richard Sandiford
- [llvm] r187495 - [SystemZ] Be more careful about inverting CC masks
Richard Sandiford
- [llvm] r187496 - [SystemZ] Be more careful about inverting CC masks (conditional loads)
Richard Sandiford
- [llvm] r187497 - [SystemZ] Implement isLegalAddressingMode()
Richard Sandiford
- XCore: make intrinsics GCCBuiltin for use by clang
Robert Lytton
- code coverage: llvm-ar: undefined reference to `llvm::raw_fd_ostream::current_pos() const'
Sylvestre Ledru
- [polly] r187498 - Dependence: Add DEBUG support.
Tobias Grosser
- [PATCH] Allow loop vectorization with llvm.lifetime calls
Jessome, Marc
- [lld] r187505 - [PECOFF] Add a comment about .bss section.
Rui Ueyama
- [llvm] r187506 - Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Clang and AArch64 backend patches to support arm v8 Neon
Ana Pazos
- [llvm] r187510 - R600: Remove predicated_break inst
Vincent Lejeune
- [llvm] r187511 - TableGen: Enumerate Schedule Model too.
Vincent Lejeune
- [llvm] r187512 - R600: Use SchedModel enum for is{Trans, Vector}Only functions
Vincent Lejeune
- [llvm] r187513 - R600: Don't mix LDS and non-LDS instructions in the same group
Vincent Lejeune
- [llvm] r187514 - R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
- [llvm] r187515 - R600: Avoid more than 4 literals in the same instruction group at scheduling
Vincent Lejeune
- [llvm] r187516 - R600: Do not mergevector after a vector reg is used
Vincent Lejeune
- [PATCH] Teach InstCombine about pointer address spaces
Matt Arsenault
- xcore: handling of byval args in callee
Richard Osborne
- [PATCH] Teach InlineCost about address spaces
Matt Arsenault
- [PATCH] Use a consistent generator's name for cmake invocations
Reid Kleckner
- [LNT] r187523 - Warn when --remote-port or --remote-user are given without --remote.
Chris Matthews
- [llvm] r187524 - Revert "R600: Use SchedModel enum for is{Trans, Vector}Only functions"
Tom Stellard
- [llvm] r187525 - Revert "TableGen: Enumerate Schedule Model too."
Tom Stellard
- [llvm] r187526 - Revert "R600: Non vector only instruction can be scheduled on trans unit"
Tom Stellard
- [llvm] r186667 - Cleanup the stats counters for the new implementation. These actually
Nick Kledzik
- [llvm] r187530 - Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.
Kevin Enderby
- [llvm] r187531 - comment typo.
Andrew Trick
- [lld] r187534 - Revert "[PECOFF][Driver] Remove quotes from command line arguments."
Rui Ueyama
- [llvm] r187535 - 80-col
Nadav Rotem
- [llvm] r187285 - Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Manman Ren
- [llvm] r187537 - Option parsing: add support for alias arguments.
Hans Wennborg
- [lld] r187539 - [PECOFF][Driver] Rewrite the tablegen def file using multiclass to remove duplicates.
Rui Ueyama
- [lld] r187541 - Option parsing tables: pick up AliasArgs from the OPTION macro.
Hans Wennborg
- [lld] r187544 - [PECOFF][Driver] Prefer "/" over "-" as the indicator of the option.
Rui Ueyama
- [PATCH] Implemented llvm::sys::locale::columnWidth and isPrint for the case of generic UTF8-capable terminal.
Alexander Kornienko
- [llvm] r187546 - Option parsing: remove non-SUPPORT_ALIASARGS fall-back
Hans Wennborg
- [PATCH] First set of patches for type uniquing
Manman Ren
- [lld] r187548 - Use StringRef::equals_lower(). No functionality change.
Rui Ueyama
- [lld] r187551 - Remove the SUPPORT_ALIASARGS define
Hans Wennborg
- [llvm] r187553 - Add an omitted IsCall=1.
Reed Kotler
- [llvm] r187554 - Formatting.
Eric Christopher
- [llvm] r187555 - Fix some misc. issues with Mips16 fp stubs.
Reed Kotler
- [PATCH] Treat inline function declarations in -fms-extensions as if it were in C++ when in C mode.
David Majnemer
- [PATCH] R600: Enable folding of inline literals into REQ_SEQUENCE instructions
Tom Stellard
- [llvm] r187562 - Xcore target
Robert Lytton
- [llvm] r187563 - XCore target: Add byval handling
Robert Lytton
- [llvm] r187565 - XCore target: Fix Vararg handling
Robert Lytton
- [llvm] r187566 - XCore target: add GCCBuiltin to four intrinsics
Robert Lytton
- [llvm] r187567 - AArch64: add initial NEON support
Tim Northover
- [llvm] r187569 - Moving definition of MnemonicContainsDot field from class Instruction to class AsmParser as suggested.
Vladimir Medic
- [llvm] r187570 - Add tests for Mips DSP instructions.
Vladimir Medic
- [llvm] r187571 - [SystemZ] Prefer comparisons with zero
Richard Sandiford
- [llvm] r187573 - [SystemZ] Reuse CC results for integer comparisons with zero
Richard Sandiford
- [PATCH] NVPTX: remove stub instprinter
Tim Northover
- [compiler-rt] r187575 - [msan] Intercept setenv, putenv.
Evgeniy Stepanov
- Réf.: [PATCH] R600: Enable folding of inline literals into REQ_SEQUENCE instructions
Vincent Lejeune
- [llvm] r187576 - EVEX and compressed displacement encoding for AVX512
Elena Demikhovsky
- [PATCH] [lsan] Add leak_check_at_exit flag.
Sergey Matveev
- [compiler-rt] r187578 - [lsan] Add leak_check_at_exit flag.
Sergey Matveev
- [llvm] r187580 - R600/SI: Custom lower i64 ZERO_EXTEND
Tom Stellard
- [llvm] r187581 - R600: Use 64-bit alignment for 64-bit kernel arguments
Tom Stellard
- [llvm] r187582 - R600: Add 64-bit float load/store support
Tom Stellard
- [llvm] r185894 - Make BinaryRef output correctly in case of empty data.
Rafael Espíndola
- [llvm] r185899 - X86 fast-isel: Avoid explicit AH subreg reference for [SU]Rem.
Rafael Espíndola
- [llvm] r187584 - remove executable permission from IntrinsicsXCore.td
Robert Lytton
- Coding standard: return succ on failure?
Shuxin Yang
- [llvm] r187591 - Pass -G argument to cmake with the same generator's name as used for the
Simon Atanasyan
- [llvm] r187595 - Only enable SLP-vectorization on O3 builds.
Nadav Rotem
- [llvm] r187597 - Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB.
Carlo Kok
- [llvm] r187598 - Update incorrect file headers.
Sean Silva
- [PATCH] R600: Set scheduling preference to Sched::Source
Tom Stellard
- [llvm] r187601 - Temporarily xfail a test that breaks on OS X when building with LTO.
Bob Wilson
- [llvm] r187604 - change the inlinefnlocalvar testcase so it uses a triple that's not coff (doesn't seem to matter for the testcase itself, what it tests isn't triple specific), as coff has a slightly different way of emitting what it checks for.
Carlo Kok
- [www] r187605 - Add date. Add lld to projects list.
Tanya Lattner
- [www] r187606 - Fix date.
Tanya Lattner
- [llvm] r187607 - DebugInfo: Emit definitions for types with no members.
David Blaikie
- [PATCH] Remove seemingly dead InstCombine compare code
Matt Arsenault
- [llvm] r187609 - Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
- [llvm] r187610 - ARM/Hexagon testcases can't compile x86 only testcase. Reverting change to testcase & fixing check for all.
Carlo Kok
- [www] r187612 - Fix typos.
Tanya Lattner
- [llvm] r187613 - Fix some issues with Mips16 floating when certain intrinsics are present.
Reed Kotler
- [llvm] r187614 - Fixed the Intel-syntax X86 disassembler to respect the (existing) option for hexadecimal immediates, to match AT&T syntax. This also brings a new option for C-vs-MASM-style hex.
Daniel Malea
- [www] r187615 - Change formatting.
Tanya Lattner
- [PATCH] Teach ValueTracking about address spaces
Matt Arsenault
- [PATCH] Teach getOrEnforceKnownAlignment about address spaces
Matt Arsenault
- [llvm] r187616 - Expose that the unique file ID has a device and a file component.
Rafael Espindola
- [llvm] r187618 - Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
- [www] r187621 - Add upcoming.
Tanya Lattner
- [llvm] r187623 - fix for LLVM debug info on llvm-mips-linux where the label name uses % instead of L as a prefix.
Carlo Kok
- [www] r187627 - Add dev meeting.
Tanya Lattner
- [llvm] r187628 - Move the optlevel check to the frontend.
Nadav Rotem
- [llvm] r187629 - Teach getOrEnforceKnownAlignment about address spaces
Matt Arsenault
- [llvm] r187632 - [mips] Make load/store accumulator pseudo instructions codeGenOnly. Also,
Akira Hatanaka
- [PATCH] Fix assertion failure caused by InlineCost when ptrtoint int size is larger than the pointer size
Bill Wendling
- [www] r187185 - the old developers.cgi is quait, but way way waaaaay out of date and no longer relevant to the project as a whole.
Bill Wendling
- [llvm] r187635 - Teach InstructionSimplify about pointer address spaces
Matt Arsenault
- [llvm] r187638 - Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
- [PATCH] Make one of the AttributeSet ctors keep the attribute list ordered by index.
Peter Collingbourne
- [patch] FlattenCFG (refactoring)
Ye, Mei
- [llvm] r187641 - Use @rpath for libraries rather than @executable_path on OSX.
Eric Christopher
- [PATCH] Dead strip atoms with deadStripAlways attribute even if dead strip is not enabled.
Rui Ueyama
- [llvm] r187642 - Revert r187597, "Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB."
NAKAMURA Takumi
- [lld] r187643 - [PECOFF] Simplify COFFBSSAtom.
Rui Ueyama
- [lld] r187645 - [PECOFF] A symbol with symbol with section number 0 and non-zero value represents a BSS atom.
Rui Ueyama
- [llvm] r187646 - Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei.
Alexey Samsonov
- [PATCH] Fix incorrect error-less failure when combining CHECK-DAG and CHECK-NOT
Daniel Sanders
- [compiler-rt] r187648 - [msan] Fix unused function warning in the tests.
Evgeniy Stepanov
- [llvm] r187649 - Pacify GCC, which worries about falling off the end of the switch.
Duncan Sands
- [llvm] r187651 - Fix handling of CHECK-DAG combined with CHECK-NOT
Tim Northover
- [PATCH] Introduce an optimisation for special case lists with large numbers of literal entries.
Alexey Samsonov
- [PATCH] Fix ARM LNT test-suite bot
Renato Golin
- [PATCH] Add support for DebugFission to DWARF parser
Alexey Samsonov
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Ron Ofir
- [compiler-rt] r187653 - [msan] Allocator statistics interface and malloc hooks.
Evgeniy Stepanov
- [llvm] r187656 - Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB (with fix for 64bits msvc)
Carlo Kok
- [llvm] r187658 - Fixes ARM LNT bot from SLP change in O3
Renato Golin
- [PATCH] [ARMv8] SETEND is deprecated.
Joey Gouly
- [PATCH] Add Thumb2 load byte instructions in check for same address
Daniel Stewart
- [llvm] r187662 - Teach EmitGEPOffset about address spaces
Matt Arsenault
- [llvm] r187663 - SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that come from different blocks.
Nadav Rotem
- [lld] r187664 - [PECOFF] Relocations now take into account the address which is stored at the relocation site
Rui Ueyama
- [LLVMdev] bug of tail call optimization on x86 target
Tim Northover
- [cfe-dev] Possible bug in find_first_component() (lib/Support/Path.cpp)
Rafael Espíndola
- [lld] r187665 - [PECOFF] Remove an assertion that's too heavy.
Rui Ueyama
- [PATCH] [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix
Ron Ofir
- [llvm] r187666 - [ARMv8] Add an assembler warning for the deprecated 'setend' instruction.
Joey Gouly
- [llvm] r187667 - [mips] Expand vector truncating stores and extending loads.
Akira Hatanaka
- [PATCH] [PECOFF] Fixed base images now have the IMAGE_FILE_RELOCS_STRIPPED flag
Ron Ofir
- PATCH: R600/SI Prevent illegal VGPR to SGPR copies
Tom Stellard
- [lld] r187670 - Use report_fatal_error() instead of llvm_unreachable() to show broken input file error.
Rui Ueyama
- [llvm] r187671 - Add a missing 'return' statement.
Joey Gouly
- [PATCH] Option parsing: recognize the special -- token
Hans Wennborg
- [PATCH] [mach-o] Reader first steps, yaml support
kledzik at apple.com
- [lld] r187673 - [PECOFF] Return an error_code instead of calling report_fatal_error().
Rui Ueyama
- [llvm] r187674 - Fix invalid function pointers in bugpoint ExtractLoops
Hal Finkel
- [llvm] r187675 - Option parsing: recognize the special -- token
Hans Wennborg
- [lld] r187677 - [PECOFF] Handle .drectve section.
Rui Ueyama
- [PATCH] Fixes a bug when iterating on paths
Tareq A. Siraj
- [lld] r187681 - [PECOFF] Remove COFFDefinedFileAtom::originalOffset().
Rui Ueyama
- [llvm] r187682 - Make one of the AttributeSet ctors maintain the invariant that the
Peter Collingbourne
- [lld] r187683 - [PECOFF] Remove special treatment of "--" option.
Rui Ueyama
- [llvm] r187685 - Add a AttributeSetImpl::dump function.
Peter Collingbourne
- [llvm] r187686 - Link with -rdynamic instead of -Wl,-export-dynamic.
Bob Wilson
- [llvm] r187687 - Regenerate with changes for -rdynamic.
Bob Wilson
- [lld] r187688 - [PECOFF] Move more code from Atoms.h to ReaderCOFF.cpp.
Rui Ueyama
- [lld] r187690 - Remove unused using's.
Rui Ueyama
- [test-suite] r187691 - Allow for test suite to be run under Qemu and other host emulators.
Reed Kotler
- [llvm] r187692 - Minor address space code simplification.
Matt Arsenault
- [PATCH] Introduce Regex::isLiteralERE function.
Peter Collingbourne
- [llvm] r187693 - Fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
- [llvm] r187695 - Stop leaking register infos in the disassemblers.
Benjamin Kramer
- [llvm] r187696 - ARMAsmParser: Plug a leak.
Benjamin Kramer
- [llvm] r187697 - llvm-rtdyld: Don't leak memory managers.
Benjamin Kramer
- [llvm] r187698 - MachObjectFile: Don't leak on error.
Benjamin Kramer
- [llvm] r187699 - Unbreak llvm-rtdyld build.
Benjamin Kramer
- [llvm] r187700 - PPCAsmParser: Stop leaking names.
Benjamin Kramer
- [llvm] r187701 - Clean up code for Mips16 large frame handling.
Reed Kotler
- [llvm] r187702 - AsmParser: Store MacroLikeBodies on the side so they don't get leaked.
Benjamin Kramer
- [llvm] r187302 - Fix yet another memory leak found by the vg-leak bot. Folks (including
Benjamin Kramer
- [llvm] r187703 - X86: correct tail return address calculation
Tim Northover
- [llvm] r187704 - X86: specify CPU on new test to fix atom buildbot
Tim Northover
- [llvm] r187705 - AVX-512 set: added VEXTRACTPS instruction
Elena Demikhovsky
- [llvm] r187706 - X86: Turn fp selects into mask operations.
Benjamin Kramer
- [llvm] r187710 - Build with the $RDYNAMIC flag on Darwin as well as other platforms.
Bob Wilson
- [llvm] r187711 - Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.
Bob Wilson
- [llvm] r187712 - Add the saving of S2. This is needed for some of the floating point
Reed Kotler
- [llvm] r187713 - Update the docs.
Nadav Rotem
- [llvm] r187714 - Update the release notes about the status of the vectorizers.
Nadav Rotem
Last message date:
Sun Aug 4 21:31:05 PDT 2013
Archived on: Tue Aug 4 17:10:29 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).