The Week Of Monday 20 January 2014 Archives by author
Starting: Mon Jan 20 00:07:07 PST 2014
Ending: Sun Jan 26 23:43:14 PST 2014
Messages: 804
- [PATCH] Adding diversity for security
Joe Abbey
- [PATCH] ARM IAS: support .object_arch
Saleem Abdulrasool
- [PATCH] ARM IAS: support .object_arch
Saleem Abdulrasool
- [PATCH] tools: add support for decoding ARM attributes
Saleem Abdulrasool
- [PATCH] tools: add support for decoding ARM attributes
Saleem Abdulrasool
- [PATCH] tools: add support for decoding ARM attributes
Saleem Abdulrasool
- [llvm] r199706 - ARM IAS: support .personalityindex
Saleem Abdulrasool
- [llvm] r199707 - ARM IAS: add support for .unwind_raw directive
Saleem Abdulrasool
- [llvm] r199708 - tools: support decoding ARM EHABI opcodes in readobj
Saleem Abdulrasool
- [PATCH] ARM IAS: support .movsp
Saleem Abdulrasool
- [llvm] r199711 - tools: use 64-bit print specifier
Saleem Abdulrasool
- [PATCH] Improved udivmodsi4 with support for ARMv4
Saleem Abdulrasool
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Saleem Abdulrasool
- [llvm] r200038 - Support/COFF: Fix PEHeader struct, and define PE32Header as its alias.
Saleem Abdulrasool
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Saleem Abdulrasool
- [PATCH] ARM IAS: support .movsp
Saleem Abdulrasool
- [PATCH] tools: add support for decoding ARM attributes
Saleem Abdulrasool
- [llvm] r200158 - MC: whitespace
Saleem Abdulrasool
- [llvm] r200159 - AsmParser: improve diagnostics for invalid variants
Saleem Abdulrasool
- [llvm] r200160 - ARM: improve diagnostics for .word directive
Saleem Abdulrasool
- [llvm] r200161 - MC: fix test locations/name
Saleem Abdulrasool
- [PATCH] Added .DS_Store file to .gitignore
Abhay
- [llvm] r199678 - Allow SMUL_LOHI and UMUL_LOHI to be narrow to MUL on targets where MUL is Custom rather than Legal. Even if the target is doing some kind of expansion for MUL, it's pretty much guaranteed to be more efficent than whatever it does for SMUL_LOHI or UMUL_LOHI!
Owen Anderson
- [llvm] r199847 - Revert r162101 and replace it with a solution that works for targets where the pointer type is illegal.
Owen Anderson
- [PATCH] R600/SI: Fix insertelement with dynamic indices.
Matt Arsenault
- [PATCH] Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
- [llvm] r199784 - Fix typo
Matt Arsenault
- [llvm] r199821 - Bug 18228 - Fix accepting bitcasts between vectors of pointers with a
Matt Arsenault
- [PATCH] Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
- [PATCH] Bug 18228: Fix accepting bitcasts between vectors of pointers with a different number of elements
Matt Arsenault
- [PATCH] Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
- [PATCH] R600/SI: Fix insertelement with dynamic indices.
Matt Arsenault
- [llvm] r199833 - Get right cost for addrspacecast in cost model
Matt Arsenault
- [PATCH] Look through addrspacecasts when turning ptr comparisons into index comparisons.
Matt Arsenault
- [llvm] r199836 - Handle an addrspacecast case in memcpyopt
Matt Arsenault
- [PATCH] Make addrspacecast (gep) do addrspacecast (gep) instead.
Matt Arsenault
- [llvm] r199846 - Add CHECK-LABELs
Matt Arsenault
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Matt Arsenault
- [PATCH] Allow speculating llvm.sqrt, fma and fmuladd
Matt Arsenault
- [PATCH] Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
- [PATCH] Update users of allowsUnalignedMemoryAccesses to pass the address space
Matt Arsenault
- [PATCH] Create a hook in the TargetHandler to find out which atoms need to have dynamic symbol table entry
Simon Atanasyan
- [PATCH] MIPS: mark DSP intrinsics as side-effect free.
Simon Atanasyan
- [PATCH] Create a hook in the TargetHandler to find out which atoms need to have dynamic symbol table entry
Simon Atanasyan
- [PATCH] Customize a relocation table output format (rel / rela)
Simon Atanasyan
- [llvm] r199898 - [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.
Simon Atanasyan
- [lld] r199973 - [ELF] Customize a relocation table output format (rel / rela).
Simon Atanasyan
- [PATCH] Customize a relocation table output format (rel / rela)
Simon Atanasyan
- [llvm] r199934 - Updating the getting started guide for Visual Studio a smidge.
Aaron Ballman
- [llvm] r200050 - Typo fix.
Aaron Ballman
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Silviu Baranga
- [PATCH] tools: add support for decoding ARM attributes
Richard Barton
- [PATCH] Adding diversity for security
Daniel Berlin
- [PATCH][x86] Teach how to combine a vselect into a movss/movsd.
Andrea Di Biagio
- [llvm] r199683 - [X86] Teach how to combine a vselect into a movss/movsd
Andrea Di Biagio
- [PATCH][x86] Teach how to combine a vselect into a movss/movsd.
Andrea Di Biagio
- [PATCH][x86] Add more rules for combining vselect dag nodes.
Andrea Di Biagio
- [PATCH] allocateCopy() util for BumpPtrAllocator
David Blaikie
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
David Blaikie
- [llvm] r200000 - DWARFContext: Fix possible memory leak since r198908.
David Blaikie
- [llvm] r199871 - Add a variable to track whether or not we've used a unique section,
David Blaikie
- [PATCH] test-suite: Fix name clash 'log2'
David Blaikie
- [llvm] r199990 - Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a
David Blaikie
- [llvm] r200059 - Fix llvm-dis to print the inalloca bit on allocas.
David Blaikie
- [llvm] r199630 - Fix a DenseMap iterator invalidation bug causing lots of crashes when
Chandler Carruth
- [llvm] r199631 - Revert r199628: "[AArch64 NEON] Fix a bug caused by undef lane when generating VEXT."
Chandler Carruth
- [llvm] r199628 - [AArch64 NEON] Fix a bug caused by undef lane when generating VEXT.
Chandler Carruth
- [llvm] r199637 - Revert my commit in r199620 that added sections about namespaces to the
Chandler Carruth
- [llvm] r199646 - [PM] Wire up the Verifier for the new pass manager and connect it to the
Chandler Carruth
- [PATCH] Fix infinite recursion bug in SROA
Chandler Carruth
- [llvm] r199756 - Don't clobber CMAKE_REQUIRED_FLAGS, it ends up being used in
Chandler Carruth
- [llvm] r199767 - Tweak the spelling of the asserts requirement a bit more. This makes it
Chandler Carruth
- [llvm] r199771 - [SROA] Fix a bug which could cause the common type finding to return
Chandler Carruth
- [llvm] r199771 - [SROA] Fix a bug which could cause the common type finding to return
Chandler Carruth
- [llvm] r199835 - Eliminate inappropriate use of FindProgramByName() from lli
Chandler Carruth
- [llvm] r199835 - Eliminate inappropriate use of FindProgramByName() from lli
Chandler Carruth
- [llvm] r199884 - [LPM] Make LoopSimplify no longer a LoopPass and instead both a utility
Chandler Carruth
- [llvm] r199963 - [cleanup] Use the type-based preservation method rather than a string
Chandler Carruth
- [llvm] r199966 - [LPM] Fix a logic error in LICM spotted by inspection.
Chandler Carruth
- [PATCH] Enable SLP-vectorization of intrinsics.
Chandler Carruth
- [llvm] r200067 - [LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Chandler Carruth
- [llvm] r200074 - [LPM] Conclude my immediate work by making the LoopVectorizer
Chandler Carruth
- [llvm] r199851 - [Mips] TargetStreamer Support for .set mips16.
Jack Carter
- [llvm] r199853 - [Mips] formatting through clang-format
Jack Carter
- [llvm] r199851 - [Mips] TargetStreamer Support for .set mips16.
Jack Carter
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Jack Carter
- [llvm] r200064 - [Mips] Move 2 test cases from MC to CodeGen.
Jack Carter
- [PATCH] Ensure SROA doesn't prematurely promote an alloca that's being revisited
Evan Cheng
- [llvm] r200095 - Clean up hack which is no longer needed after r198617. No functionality change.
Evan Cheng
- [llvm] r200152 - Follow up of r200095. Code clean up.
Evan Cheng
- [PATCH] ARM IAS: support .personalityindex
Logan Chien
- [PATCH] ARM IAS: support .movsp
Logan Chien
- [PATCH] ARM IAS: support .personalityindex
Logan Chien
- [PATCH] ARM IAS: add support for .unwind_raw directive
Logan Chien
- [PATCH] tools: support decoding ARM EHABI opcodes in readobj
Logan Chien
- [PATCH] ARM IAS: support .movsp
Logan Chien
- [llvm] r199681 - Debug info: On ARM ensure that all __TEXT sections come before the
Eric Christopher
- [PATCH] Don't crash generating DWARF debug info for an ObjC property of type void
Eric Christopher
- [PATCH] Constant Hoisting Pass
Eric Christopher
- [llvm] r199871 - Add a variable to track whether or not we've used a unique section,
Eric Christopher
- [llvm] r199924 - Avoid emitting a DWARF type attribute for an ObjC property of type
Eric Christopher
- [PATCH] Don't crash generating DWARF debug info for an ObjC property of type void
Eric Christopher
- [llvm] r199927 - Move test to x86 directory.
Eric Christopher
- [llvm] r199940 - Fix out of bounds access to the double regs array. Given the
Eric Christopher
- [llvm] r199954 - Make the use of DW_AT_ranges in the compile unit depend also upon
Eric Christopher
- [PATCH] Constant Hoisting Pass
Eric Christopher
- [PATCH] Constant Hoisting Pass
Eric Christopher
- [llvm] r199940 - Fix out of bounds access to the double regs array. Given the
Eric Christopher
- [PATCH] Constant Hoisting Pass
Eric Christopher
- [llvm] r199990 - Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a
Eric Christopher
- [llvm] r199991 - Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"
Eric Christopher
- [PATCH] Constant Hoisting Pass
Eric Christopher
- [PATCH] test-stuite: Fix signature of main() to use 'int' rather than 'int32_t'
Eric Christopher
- [PATCH] Introduce line editor library.
Peter Collingbourne
- [PATCH] Add address space argument to allowsUnalignedMemoryAccess.
Quentin Colombet
- [llvm] r199430 - [opt][PassInfo] Allow opt to run passes that need target machine.
Quentin Colombet
- [PATCH] Add address space argument to allowsUnalignedMemoryAccess.
Quentin Colombet
- [llvm] r199831 - Add a testcase for r199430.
Quentin Colombet
- [llvm] r199430 - [opt][PassInfo] Allow opt to run passes that need target machine.
Quentin Colombet
- [llvm] r199831 - Add a testcase for r199430.
Quentin Colombet
- [PATCH] Add address space argument to allowsUnalignedMemoryAccess.
Quentin Colombet
- [PATCH] Update users of allowsUnalignedMemoryAccesses to pass the address space
Quentin Colombet
- [llvm] r200022 - Add Constant Hoisting Pass
Quentin Colombet
- [PATCH] Move away sign extensions that get in the way of addressing mode
Quentin Colombet
- [PATCH] Bug 17310
James Courtier-Dutton
- [PATCH] Adding diversity for security
Stephen Crane
- [PATCH] Adding diversity for security
Stephen Crane
- [PATCH] Adding diversity for security
Stephen Crane
- [PATCH] Adding diversity for security
Stephen Crane
- [llvm] r200195 - R600/SI: Add intrinsic for S_SENDMSG instruction
Michel Danzer
- [llvm] r200196 - R600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructions
Michel Danzer
- [llvm] r199798 - AVX512: combining setcc and zext is wrong on AVX512
Elena Demikhovsky
- [llvm] r199893 - AVX-512: added VPERM2D VPERM2Q VPERM2PS VPERM2PD instructions,
Elena Demikhovsky
- [PATCH] There is no exp10 on Android
Synergy Dev
- [LNT][PATHCH] collect all directives from lnt.cfg
Daniel Dunbar
- [llvm] r199313 - Add a check to configure that the libstdc++ selected by Clang isn't
Stepan Dyatkovskiy
- [PATCH] R600/SI: Add pattern for truncating i32 to i1
Michel Dänzer
- R600/SI: New intrinsics for radeonsi geometry shaders
Michel Dänzer
- [PATCH v2 2/2] R600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructions
Michel Dänzer
- [Mesa-dev] [PATCH] R600/SI: Add pattern for truncating i32 to i1
Michel Dänzer
- [PATCH] Create a hook in the TargetHandler to find out which atoms need to have dynamic symbol table entry
Shankar Easwaran
- [lld] r200165 - [ELF] Dont include all targets
Shankar Easwaran
- [lld] r200166 - [ELF] Rename File.h to ELFFile.h to avoid confusion.
Shankar Easwaran
- [lld] r200168 - [ELF] Separate implementation from the class declaration.
Shankar Easwaran
- [lld] r200172 - [ELF] Unify interfaces between DynamicFile/ELFFile.
Shankar Easwaran
- [lld] r200173 - [ELF] Separate ELFReader classes for subclassing
Shankar Easwaran
- [lld] r200175 - [ELF] Add Target specific Readers.
Shankar Easwaran
- [lld] r200176 - [ELF] Create Target specific Writers.
Shankar Easwaran
- [lld] r200177 - [ELF] Make changes to all the targets supported currently
Shankar Easwaran
- [lld] r200177 - [ELF] Make changes to all the targets supported currently
Shankar Easwaran
- [lld] r200181 - [ELF] Fix comments.
Shankar Easwaran
- [lld] r200182 - Fix trailing whitespace.
Shankar Easwaran
- [lld] r200185 - [PECOFF] Implement relocations for x86-64.
Shankar Easwaran
- [lld] r200184 - [PECOFF] Fix PE/COFF optional header size for PE32+.
Shankar Easwaran
- [PATCH] Customize a relocation table output format (rel / rela)
Shankar Kalpathi Easwaran
- [PATCH] tools: add support for decoding ARM attributes
Amara Emerson
- [PATCH] Fix VS2012 ID/version check
Amara Emerson
- [llvm] r199753 - Fix VS2012 ID/version check.
Amara Emerson
- [PATCH] Fix VS2012 ID/version check
Amara Emerson
- [PATCH] Prevent repetetive warnings for unrecognized processors and features
Amara Emerson
- [llvm] r199697 - To allow the X86 verbose assembly to print its informative comments
Kevin Enderby
- [llvm] r199698 - Tweak the MCExternalSymbolizer to not use the SymbolLookUp() call back
Kevin Enderby
- [llvm] r199942 - Update the X86 assembler for .intel_syntax to produce an error for invalid
Kevin Enderby
- [llvm] r199948 - Update the X86 assembler for .intel_syntax to produce an error for invalid base
Kevin Enderby
- [llvm] r199698 - Tweak the MCExternalSymbolizer to not use the SymbolLookUp() call back
Kevin Enderby
- [llvm] r199751 - Rename these methods to match the style guide.
Rafael Espindola
- [lld] r199752 - Update for llvm api change.
Rafael Espindola
- [llvm] r199770 - Be a bit more consistent about using ErrorOr when constructing Binary objects.
Rafael Espindola
- [llvm] r199776 - Change createObjectFile to return an ErrorOr.
Rafael Espindola
- [lld] r199777 - Update for llvm api change.
Rafael Espindola
- [llvm] r199813 - Pass the computed magic to createBinary and createObjectFile if available.
Rafael Espindola
- [llvm] r199815 - Don't open or fstat files twice in llvm-ar.
Rafael Espindola
- [llvm] r199832 - Fix pr18515.
Rafael Espindola
- [llvm] r199843 - Provide a dummy section to fix a crash with inline assembly in LTO.
Rafael Espindola
- [llvm] r199909 - Remove tail marker when changing an argument to an alloca.
Rafael Espindola
- [llvm] r199932 - Note the PR number.
Rafael Espindola
- [llvm] r199951 - Remove duplicated info on what .text, .data and .bss look like.
Rafael Espindola
- [llvm] r199955 - InitToTextSection is redundant with InitSections. Remove it.
Rafael Espindola
- [llvm] r199965 - Inline functions that are only called once.
Rafael Espindola
- [llvm] r199967 - Inline trivial functions called only once or twice.
Rafael Espindola
- [llvm] r199968 - Use the actual .text section, it is less code than building a dummy one.
Rafael Espindola
- [llvm] r199969 - Most streamers' InitSections just create a text section. Make that the default
Rafael Espindola
- [llvm] r199971 - Simplify the logic for deciding when to initialize the sections.
Rafael Espindola
- [llvm] r200011 - Move emitInlineAsmEnd to the AsmPrinter interface.
Rafael Espindola
- [llvm] r200013 - Don't use "llc -filetype=obj" now that the codepath is the same.
Rafael Espindola
- [llvm] r200014 - Unify duplicated functions.
Rafael Espindola
- [llvm] r200040 - Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espindola
- [llvm] r200042 - Fix c++03 build.
Rafael Espindola
- [zorg] r200057 - Remove the dragonegg bots that would be duplicated if converted to 4.7.
Rafael Espindola
- [llvm] r200065 - Remove an easy use of EmitRawText from PPC.
Rafael Espindola
- [llvm] r200078 - This reverts commit r200064 and r200051.
Rafael Espindola
- [llvm] r200079 - Added .DS_Store entry in .gitignore for ignoring .DS_Store files in the source
Rafael Espindola
- [llvm] r200115 - Move tests that just use llc from test/MC/Mips to test/MC/Codegen.
Rafael Espindola
- [llvm] r200116 - Remove -print-hack-directives from a test where we already do the right thing.
Rafael Espindola
- [llvm] r200122 - Convert some easy uses of EmitRawText to TargetStreamer methods.
Rafael Espindola
- [llvm] r200129 - Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
- [llvm] r200135 - Pass a MCSubtargetInfo down to the TargetStreamer creation.
Rafael Espindola
- [llvm] r200138 - Implement the missing bits corresponding to .mips_hack_elf_flags.
Rafael Espindola
- [llvm] r200167 - Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.
Rafael Espindola
- [llvm] r200169 - Add missing file.
Rafael Espindola
- [llvm] r200170 - Use emitRawComment instead of EmitRawText.
Rafael Espindola
- [llvm] r200171 - Add back spaces I missed in the conversion to emitRawComments.
Rafael Espindola
- [llvm] r200174 - Remove dead code.
Rafael Espindola
- [llvm] r200178 - Use SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.
Rafael Espindola
- [llvm] r200186 - Print .frame via the target streamer.
Rafael Espindola
- [llvm] r200192 - Print .mask and .fmask with the target streamer.
Rafael Espindola
- [PATCH] llvm-objdump: Some style cleanups to follow LLVM coding style
Rafael Ávila de Espíndola
- [PATCH] ARM MC: Fix the initial DWARF CFI unwind info at the start of a function
Rafael Ávila de Espíndola
- [PATCH] Suppress an annoying "unused variable" warning caused by bug 17897.
Rafael Ávila de Espíndola
- [PATCH] Added .DS_Store file to .gitignore
Rafael Ávila de Espíndola
- [PATCH] Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Rafael Ávila de Espíndola
- [llvm] r198955 - Remove remove_all. A compiler has no need for recursively deleting a directory.
Rafael Espíndola
- [llvm] r199025 - Switch-to-lookup tables: Don't require a result for the default
Rafael Espíndola
- [llvm] r199203 - Fix fastcall mangling of dllimported symbols
Rafael Espíndola
- [llvm] r199430 - [opt][PassInfo] Allow opt to run passes that need target machine.
Rafael Espíndola
- [PATCH] Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Rafael Espíndola
- [llvm] r199831 - Add a testcase for r199430.
Rafael Espíndola
- [llvm] r199831 - Add a testcase for r199430.
Rafael Espíndola
- [llvm-commits] [PATCH] Remove tail marker when changing an argument to an alloca.
Rafael Espíndola
- [llvm] r199698 - Tweak the MCExternalSymbolizer to not use the SymbolLookUp() call back
Rafael Espíndola
- Dragonegg buildbots
Rafael Espíndola
- [llvm] r199818 - Fix inline assembly that switches between ARM and Thumb modes
Rafael Espíndola
- [llvm] r199851 - [Mips] TargetStreamer Support for .set mips16.
Rafael Espíndola
- [llvm] r199818 - Fix inline assembly that switches between ARM and Thumb modes
Rafael Espíndola
- [llvm] r199851 - [Mips] TargetStreamer Support for .set mips16.
Rafael Espíndola
- [llvm] r200040 - Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espíndola
- [llvm] r200040 - Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espíndola
- [llvm] r200040 - Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espíndola
- [patch] Convert dragonegg bots to 4.7 and trim the -test one
Rafael Espíndola
- [patch] Note that we now require 4.7 or 4.8
Rafael Espíndola
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Rafael Espíndola
- [patch] Note that we now require 4.7 or 4.8
Rafael Espíndola
- [llvm] r200051 - [Mips] TargetStreamer ELF flag Support for default and commandline options.
Rafael Espíndola
- [patch] Fix pr14893
Rafael Espíndola
- [patch] Fix pr14893
Rafael Espíndola
- [patch] Fix pr14893
Rafael Espíndola
- [llvm] r199657 - Track multiple stores per object when using AA in ScheduleDAGInstrs
Hal Finkel
- [llvm] r199658 - Update IR when merging slots in stack coloring
Hal Finkel
- [llvm] r199659 - Fix misched-aa-colored.ll to require asserts.
Hal Finkel
- [llvm] r199661 - Fix misched-aa-colored.ll to require asserts (trying again)
Hal Finkel
- [llvm] r199684 - Update StackProtector when coloring merges stack slots
Hal Finkel
- [PATCH] Sink: Don't sink allocas
Hal Finkel
- [PATCH] Sink: Don't sink allocas
Hal Finkel
- [PATCH] Fix MachineCopyPropagation with subregs
Hal Finkel
- [llvm] r199763 - Fix pointer info on PPC byval stores
Hal Finkel
- [PATCH] Enable SLP-vectorization of intrinsics.
Hal Finkel
- [patch] Quick try at fixing pr18515
Hal Finkel
- [PATCH] Sink: Don't sink allocas
Hal Finkel
- [PATCH] Enable SLP-vectorization of intrinsics.
Hal Finkel
- [llvm] r199845 - Revert "R600: Add work-around for the CF stack entry HW bug"
Hal Finkel
- [PATCH] Constant Hoisting Pass
Hal Finkel
- [PATCH] Constant Hoisting Pass
Hal Finkel
- [llvm] r200023 - Restrict FindBetterChain DAG combines to unindexed nodes
Hal Finkel
- [llvm] r200022 - Add Constant Hoisting Pass
Hal Finkel
- [llvm] r200022 - Add Constant Hoisting Pass
Hal Finkel
- [llvm] r200033 - Fix DAGCombiner::GatherAllAliases to account for non-chain dependencies
Hal Finkel
- [llvm] r200087 - Improve descriptions of combiner-alias-analysis and combiner-global-alias-analysis
Hal Finkel
- [llvm] r200088 - Add combiner-aa-only-func (debug only)
Hal Finkel
- [PATCH] PowerPC - Use MCInstrDesc to get instruction size
Hal Finkel
- [llvm] r200093 - Disable the use of TBAA when using AA in CodeGen
Hal Finkel
- [llvm] r200094 - XFAIL test/CodeGen/SystemZ/alias-01.ll which requires CodeGen TBAA
Hal Finkel
- [llvm] r200097 - Add a TBAA CodeGen failure test case
Hal Finkel
- [lld] r200177 - [ELF] Make changes to all the targets supported currently
Hal Finkel
- [patch] Fix pr14893
Hal Finkel
- [patch] Fix pr14893
Hal Finkel
- [llvm] r199818 - Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
- [PATCH] Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
- [PATCH] Compiler-rt: implement ARM atomic operations
Greg Fitzgerald
- [llvm] r199759 - Adding new LTO APIs to parse metadata nodes and extract linker options and
Yunzhong Gao
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Yunzhong Gao
- [LLVMdev] Making LLVM safer in out-of-memory situations
Gasiunas, Vaidas
- [LLVMdev] Making LLVM safer in out-of-memory situations
Gasiunas, Vaidas
- [PATCH] ARM IAS: support .personalityindex
Renato Golin
- [PATCH] ARM IAS: support .movsp
Renato Golin
- [PATCH] tools: support decoding ARM EHABI opcodes in readobj
Renato Golin
- [PATCH] ARM IAS: support .object_arch
Renato Golin
- [PATCH] ARM: add tlsldo relocation
Renato Golin
- [PATCH] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-optional
Renato Golin
- StackProtector warning
Renato Golin
- [PATCH] tools: add support for decoding ARM attributes
Renato Golin
- [PATCH] ARM IAS: support .object_arch
Renato Golin
- [PATCH] ARM IAS: support .object_arch
Renato Golin
- [PATCH] tools: add support for decoding ARM attributes
Renato Golin
- [llvm] r199716 - Checked return warning from coverity
Renato Golin
- [PATCH] Make Triple's parseArch helper parse 'aarch32*' as 'arm'
Renato Golin
- [PATCH] ARM IAS: support .movsp
Renato Golin
- StackProtector warning
Renato Golin
- [PATCH] tools: add support for decoding ARM attributes
Renato Golin
- [PATCH] Fix inline assembly that switches between ARM and Thumb modes
Renato Golin
- [PATCH] ARM: use relocation type tlsldo in debug info (PR18554)
Renato Golin
- [PATCH] Move arm assembler constant pools to ARMTargetStreamer class
Renato Golin
- [PATCH] Improved udivmodsi4 with support for ARMv4
Renato Golin
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Renato Golin
- [PATCH] Improved udivmodsi4 with support for ARMv4
Renato Golin
- [PATCH] Improved udivmodsi4 with support for ARMv4
Renato Golin
- [PATCH] Improved udivmodsi4 with support for ARMv4
Renato Golin
- [PATCH] Improved udivmodsi4 with support for ARMv4
Renato Golin
- [PATCH] Improved udivmodsi4 with support for ARMv4
Renato Golin
- [PATCH] Compiler-rt: implement ARM atomic operations
Renato Golin
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Renato Golin
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Renato Golin
- [PATCH] Improved udivmodsi4 with support for ARMv4
Renato Golin
- [PATCH] Fix unsupported addressing mode assertion for pld
Renato Golin
- [PATCH] Make clean on Cortex-A15 bot
Renato Golin
- [llvm] r200102 - Re-enabling MCJIT tests on ARM
Renato Golin
- [PATCH] ARM IAS: support .movsp
Renato Golin
- [llvm] r199845 - Revert "R600: Add work-around for the CF stack entry HW bug"
Michael Gottesman
- [llvm] r199775 - [Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absolute code.
Venkatraman Govindaraju
- [llvm] r199781 - [Sparc] Add support for inline assembly constraint 'I'.
Venkatraman Govindaraju
- [llvm] r199786 - [Sparc] Add support for inline assembly constraints which specify registers by their aliases.
Venkatraman Govindaraju
- [llvm] r199974 - [Sparc] Correct quad register list in the asm parser.
Venkatraman Govindaraju
- [llvm] r199940 - Fix out of bounds access to the double regs array. Given the
Venkatraman Govindaraju
- [llvm] r199977 - [SparcV9] Add support for JIT in Sparc64.
Venkatraman Govindaraju
- [llvm] r200101 - [Sparc] Add sparc to the list of XFAIL architecture. It seems that the llvm-cov test is not supported in big-endian architectures.
Venkatraman Govindaraju
- [llvm] r200103 - Missing ELF relocations for Sparc.
Venkatraman Govindaraju
- [llvm] r200104 - removing duplicate enum value
Venkatraman Govindaraju
- [llvm] r200112 - [Sparc] Add support for sparc relocation types in ELF object file.
Venkatraman Govindaraju
- [llvm] r200127 - [Sparc] Add support for parsing DW_CFA_GNU_window_save.
Venkatraman Govindaraju
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Fix inline assembly that switches between ARM and Thumb modes
Jim Grosbach
- [test-suite] r200154 - sgefa: Fix invalid memory access
Tobias Grosser
- [polly] r200155 - Update to isl 1b3ba3b72c0482fd36bf0b4a1186a259f7bafeed
Tobias Grosser
- [polly] r200156 - Dependences: Bound the time dependence calculation is allowed to take
Tobias Grosser
- [llvm] r199933 - Replace vfmaddxx213 instructions with their 231-type equivalents in accumulator
Lang Hames
- [llvm] r199938 - Add a few missing cases from r199933. Testcase coming shortly.
Lang Hames
- [llvm] r200027 - Add a testcase for the changes in r199938.
Lang Hames
- [llvm] r199746 - [NVPTX] Add missing patterns for div.approx with immediate denominator
Justin Holewinski
- [compiler-rt] r200035 - Don't use .arm for ARMv7M, which will use the hwdiv path. Non-hwdiv
Michael Ilseman
- [PATCH] Consider error-reporting calls cold in BPI
Meador Inge
- [PATCH] Add target analysis passes to the codegen pipeline for MCJIT
Kaylor, Andrew
- [PATCH] Add target analysis passes to the codegen pipeline for MCJIT
Kaylor, Andrew
- [PATCH] Add target analysis passes to the codegen pipeline for MCJIT
Kaylor, Andrew
- [llvm] r199711 - tools: use 64-bit print specifier
Yaron Keren
- [PATCH] Add target analysis passes to the codegen pipeline for MCJIT
Yaron Keren
- Improving support for CMake-based applications
Brad King
- [zorg] r199789 - We want to build lld with libc++ and nightly tests with gcc47.
Galina Kistanova
- LLVM buildmaster will be restarted soon
Galina Kistanova
- [zorg] r199792 - Reverted r199330 and r199331.
Galina Kistanova
- [zorg] r199913 - Removed builders clang-native-arm-cortex-a15-arch, lld-powerpc-linux-debian and their slaves.
Galina Kistanova
- [zorg] r199960 - Added builder and slave for sanitizer_x86_64-freeBSD9.2 builder.
Galina Kistanova
- [zorg] r199961 - Added missing import.
Galina Kistanova
- LLVM buildmaster will be restarted in few minutes
Galina Kistanova
- [PATCH] Update optimization passes to handle inalloca arguments
Reid Kleckner
- [PATCH] Update optimization passes to handle inalloca arguments
Reid Kleckner
- [llvm] r199881 - Refactor lli-child-target to remove duplicated code
Reid Kleckner
- [llvm] r200059 - Fix llvm-dis to print the inalloca bit on allocas.
Reid Kleckner
- [PATCH] allocateCopy() util for BumpPtrAllocator
Nick Kledzik
- [llvm] r199890 - Remove empty directories left after r190748 and r198688.
Alexander Kornienko
- [llvm] r199983 - Remove empty directories.
Alexander Kornienko
- [llvm] r199987 - Remove empty directories.
Alexander Kornienko
- [PATCH] ARM: add tlsldo relocation
Anton Korobeynikov
- [llvm] r199814 - Remove param doxygen comment for non-existing parameter.
Benjamin Kramer
- [llvm] r200016 - InstSimplify: Make shift, select and GEP simplifications vector-aware.
Benjamin Kramer
- [llvm] r200028 - InstCombine: Don't try to use aggregate elements of ConstantExprs.
Benjamin Kramer
- [PATCH] Adding diversity for security
Per Larsen
- [PATCH] Adding diversity for security
Per Larsen
- [PATCH] Adding diversity for security
Per Larsen
- [PATCH] Adding diversity for security
Per Larsen
- [llvm] r199025 - Switch-to-lookup tables: Don't require a result for the default
Chris Lattner
- [www] r199921 - fix a typo
Chris Lattner
- [PATCH] Adding diversity for security
Julian Lettner
- [PATCH] Adding diversity for security
Julian Lettner
- [PATCH] Adding diversity for security
Julian Lettner
- [llvm] r199702 - Add operator!= for FoldingSetNodeID and FoldingSetNodeIDRef. Implementation in
Nick Lewycky
- [llvm] r199835 - Eliminate inappropriate use of FindProgramByName() from lli
Nick Lewycky
- [llvm] r199909 - Remove tail marker when changing an argument to an alloca.
Nick Lewycky
- [PATCH] Adding diversity for security
Nick Lewycky
- [LLVMdev] [Patches] Some LazyValueInfo and related patches
Nick Lewycky
- Improving support for CMake-based applications
Daniel Liew
- [llvm] r199861 - [AArch64]Add CHECK for two test cases testing scalar_to_vector committed in r199461.
Hao Liu
- [llvm] r199461 - [AArch64]Fix the problem can't select concat_vectors of two v1i32 types.
Hao Liu
- [PATCH] [AArch64]Add code to copy FPR8 in CopyPhysReg
Hao Liu
- [PATCH] [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SHUFFLE_VECTOR.
Jiangning Liu
- [PATCH] [AArch64] zext/sext from v1xx to v1xx
Jiangning Liu
- [llvm] r200113 - Implement pattern match from v1xx to v1xx for AArch64 Neon.
Jiangning Liu
- [PATCH] [AArch64] zext/sext from v1xx to v1xx
Jiangning Liu
- [llvm] r200119 - Improve pattern match from v1i8 to v1i32 for AArch64 Neon.
Jiangning Liu
- [PATCH] [AArch64] zext/sext from v1xx to v1xx
Jiangning Liu
- llvm-mc disassembler chooses default subtarget if -mattr is unspecified
Xiaochu Liu
- [PATCH] Teach the DAGCombiner how to fold insert_subvector nodes with concat_vectors input
Robert Lougher
- [PATCH] [stack protector] Improved data layout rules, part 4
Josh Magee
- [llvm] r199765 - Forgot to add testcase for r198590
David Majnemer
- [llvm] r198590 - MC: Fatally error if subtraction operand is bad
David Majnemer
- [llvm] r200121 - COFF: Add a missing enum value for high entropy ASLR.
David Majnemer
- [LNT][PATHCH] collect all directives from lnt.cfg
Chris Matthews
- [compiler-rt] r199900 - [lsan] Expand a comment to document our dynamic TLS hack.
Sergey Matveev
- [PATCH] make lower-expect understand llvm.expect.i1 for branches
Daniel Micay
- [PATCH] Fix infinite recursion bug in SROA
James Molloy
- [PATCH] ARM: Remove VDUPf{d,q}f pseudo instructions
James Molloy
- [llvm] r199675 - Remove the useless pseudo instructions VDUPfdf and VDUPfqf, replacing them with patterns to match VDUPLN.
James Molloy
- [PATCH] ARM: Remove VDUPf{d,q}f pseudo instructions
James Molloy
- [PATCH] Fix infinite recursion bug in SROA
James Molloy
- [PATCH] Fix MachineCopyPropagation with subregs
James Molloy
- [llvm] r199797 - MachineCopyPropagation has special logic for removing COPY instructions. It will remove plain COPYs using eraseFromParent(), but if the COPY has imp-defs/imp-uses it will convert it to a KILL, to keep the imp-def around.
James Molloy
- [PATCH] Fix MachineCopyPropagation with subregs
James Molloy
- [PATCH] [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SHUFFLE_VECTOR.
James Molloy
- [llvm] r199644 - ARM: add tlsldo relocation
Kai Nacke
- [PATCH] ARM: add tlsldo relocation
Kai Nacke
- [PATCH] ARM: use relocation type tlsldo in debug info (PR18554)
Kai Nacke
- [PATCH] MIPS: mark DSP intrinsics as side-effect free.
Tim Northover
- [PATCH] ARM: Remove VDUPf{d,q}f pseudo instructions
Tim Northover
- [llvm] r199718 - MIPS: mark intrinsics IntrNoMem so all patterns using them are consistent.
Tim Northover
- [PATCH] MIPS: mark DSP intrinsics as side-effect free.
Tim Northover
- [llvm] r199711 - tools: use 64-bit print specifier
Tim Northover
- [llvm] r199711 - tools: use 64-bit print specifier
Tim Northover
- [compiler-rt] r199731 - Macho-embedded: update build script for newer Clang behaviour.
Tim Northover
- [PATCH] Compiler-rt: implement ARM atomic operations
Tim Northover
- [PATCH] Fix VS2012 ID/version check
Tim Northover
- [llvm] r199801 - Loop strength reduce: fix function name.
Tim Northover
- [PATCH] [AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.
Tim Northover
- [PATCH] Improved udivmodsi4 with support for ARMv4
Tim Northover
- [llvm] r199891 - ARM: use litpools for normal i32 imms when compiling minsize.
Tim Northover
- [PATCH] Improved udivmodsi4 with support for ARMv4
Tim Northover
- [PATCH] [AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.
Tim Northover
- [PATCH] Improved udivmodsi4 with support for ARMv4
Tim Northover
- [AArch64] Removed unused i8 type from FPR8 register class.
Tim Northover
- [PATCH] Compiler-rt: implement ARM atomic operations
Tim Northover
- [PATCH] [AArch64] zext/sext from v1xx to v1xx
Tim Northover
- [compiler-rt] r199996 - Darwin: add x86_64h slice for Haswell.
Tim Northover
- [PATCH] [AArch64 NEON] Add patterns for concat_vector on v2i32.
Tim Northover
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Tim Northover
- [compiler-rt] r200043 - ARM: remove unnecessary .arm directive
Tim Northover
- [compiler-rt] r200044 - ARM: also remove useless .arm directive from other files
Tim Northover
- [llvm] r199884 - [LPM] Make LoopSimplify no longer a LoopPass and instead both a utility
Diego Novillo
- [PATCH] Support ARM's new naming scheme for architectures and instruction sets
Bernie Ogden
- [PATCH] Fix MachineCopyPropagation with subregs
Jakob Stoklund Olesen
- [PATCH] Fix MachineCopyPropagation with subregs
Jakob Stoklund Olesen
- [PATCH] Fix MachineCopyPropagation with subregs
Jakob Stoklund Olesen
- [llvm] r199975 - Implement atomicrmw operations in 32 and 64 bits for SPARCv9.
Jakob Stoklund Olesen
- [llvm] r200130 - Fix swapped CASA operands.
Jakob Stoklund Olesen
- [llvm] r200131 - Only generate the popc instruction for SPARC CPUs that implement it.
Jakob Stoklund Olesen
- [llvm] r200141 - Clean up the Legal/Expand logic for SPARC popc.
Jakob Stoklund Olesen
- [llvm] r199925 - [AArch64] Added vselect patterns with float and double types
Ana Pazos
- [llvm] r199248 - Revert "[AArch64] Added vselect patterns with float and double types"
Ana Pazos
- [AArch64] Removed unused i8 type from FPR8 register class.
Ana Pazos
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Ana Pazos
- [llvm] r200046 - [AArch64] Removed unused i8 type from FPR8 register class.
Ana Pazos
- [PATCH] Fix unsupported addressing mode assertion for pld
David Peixotto
- [PATCH] Sanitize printf functions
Alexander Potapenko
- [PATCH] Move the signal handling logic into sanitizer_common
Alexander Potapenko
- [llvm] r199680 - Revert "Debug info: On ARM ensure that the data sections come before the"
Adrian Prantl
- [llvm] r199681 - Debug info: On ARM ensure that all __TEXT sections come before the
Adrian Prantl
- [llvm] r199681 - Debug info: On ARM ensure that all __TEXT sections come before the
Adrian Prantl
- [PATCH] Print operands of DWARF stack frame operations.
Adrian Prantl
- [PATCH] Print operands of DWARF stack frame operations.
Adrian Prantl
- [PATCH] Constant Hoisting Pass
Adrian Prantl
- [llvm] r199704 - [AArch64 NEON] Fix a bug caused by undef lane when generating VEXT.
Kevin Qin
- [llvm] r199631 - Revert r199628: "[AArch64 NEON] Fix a bug caused by undef lane when generating VEXT."
Kevin Qin
- [llvm] r199791 - [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SHUFFLE_VECTOR.
Kevin Qin
- [PATCH] [AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.
Kevin Qin
- [llvm] r199858 - fix some spell mistakes around 'ConcatVector' and 'ShuffleVector' in AArch64 backend.
Kevin Qin
- [PATCH] [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SHUFFLE_VECTOR.
Kevin Qin
- [PATCH] [AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.
Kevin Qin
- [llvm] r199978 - [AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.
Kevin Qin
- [PATCH] [AArch64 NEON] Add patterns for concat_vector on v2i32.
Kevin Qin
- [PATCH] [AArch64 NEON] Fix pattern match failed on FP_ROUND from v1f128 to v1f64.
Kevin Qin
- [llvm] r200109 - [AArch64 NEON] Fix pattern match failed on FP_ROUND from v1f128 to v1f64.
Kevin Qin
- [llvm] r200110 - [AArch64 NEON] Add test case for vector FP_ROUND.
Kevin Qin
- [llvm] r200111 - [AArch64 NEON] Add patterns for concat_vector on v2i32.
Kevin Qin
- [llvm] r200179 - Revert r199791.
Kevin Qin
- [llvm] r200180 - [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SHUFFLE_VECTOR.
Kevin Qin
- [LLVMdev] Making LLVM safer in out-of-memory situations
Philip Reames
- [PATCH] Add target analysis passes to the codegen pipeline for MCJIT
Juergen Ributzka
- [PATCH] Add target analysis passes to the codegen pipeline for MCJIT
Juergen Ributzka
- [PATCH] Add target analysis passes to the codegen pipeline for MCJIT
Juergen Ributzka
- [PATCH] Add target analysis passes to the codegen pipeline for MCJIT
Juergen Ributzka
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [llvm] r199926 - Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
- [PATCH] Add target analysis passes to the codegen pipeline for MCJIT
Juergen Ributzka
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [PATCH][X86] Prevent the creation of redundant ops for sadd and ssub with overflow.
Juergen Ributzka
- [PATCH][X86] Prevent the creation of redundant ops for sadd and ssub with overflow.
Juergen Ributzka
- [llvm] r199976 - [X86] Prevent the creation of redundant ops for sadd and ssub with overflow.
Juergen Ributzka
- [PATCH][X86] Prevent the creation of redundant ops for sadd and ssub with overflow.
Juergen Ributzka
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [llvm] r200020 - Doxify comments
Juergen Ributzka
- [llvm] r200021 - Add final and owerride keywords to TargetTransformInfo's subclasses.
Juergen Ributzka
- [llvm] r200022 - Add Constant Hoisting Pass
Juergen Ributzka
- [PATCH] Constant Hoisting Pass
Juergen Ributzka
- [llvm] r200024 - Revert "Add Constant Hoisting Pass"
Juergen Ributzka
- [llvm] r200022 - Add Constant Hoisting Pass
Juergen Ributzka
- [llvm] r200034 - Add Constant Hoisting Pass
Juergen Ributzka
- [llvm] r200034 - Add Constant Hoisting Pass
Juergen Ributzka
- [llvm] r200034 - Add Constant Hoisting Pass
Juergen Ributzka
- [llvm] r200062 - Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
- [llvm] r199203 - Fix fastcall mangling of dllimported symbols
Nico Rieck
- [PATCH] Constant Hoisting Pass
Robinson, Paul
- [PATCH] Constant Hoisting Pass
Robinson, Paul
- [PATCH] Adding diversity for security
Robinson, Paul
- [PATCH] Adding diversity for security
Robinson, Paul
- [PATCH][x86] Teach how to combine a vselect into a movss/movsd.
Nadav Rotem
- [PATCH] Adding diversity for security
Nadav Rotem
- [PATCH][X86] Prevent the creation of redundant ops for sadd and ssub with overflow.
Nadav Rotem
- [PATCH] Adding diversity for security
Nadav Rotem
- [PATCH][X86] Prevent the creation of redundant ops for sadd and ssub with overflow.
Nadav Rotem
- [PATCH] Sanitize printf functions
Alexey Samsonov
- [compiler-rt] r199724 - [Sanitizer] Support %.*s in internal printf implementation. Patch by Yuri Gribov.
Alexey Samsonov
- [PATCH] Sanitize printf functions
Alexey Samsonov
- [PATCH] [UBSan] Add summary reporting
Alexey Samsonov
- [compiler-rt] r199729 - Sanitize printf functions.
Alexey Samsonov
- [PATCH] Sanitize printf functions
Alexey Samsonov
- [compiler-rt] r199730 - Fix unused function warning from r199729
Alexey Samsonov
- [compiler-rt] r199735 - [Sanitizer] Update file names now that we intercept both scanf and printf
Alexey Samsonov
- [compiler-rt] r199736 - [Sanitizer] try harder to fix Werror build break after r199729
Alexey Samsonov
- [compiler-rt] r199895 - [Sanitizer] Fix false positive in printf interceptors: properly handle precision for %s
Alexey Samsonov
- [compiler-rt] r199899 - [Sanitizer] Fix false positive in snprintf interceptor - take the number of actually written symbols from real snprintf call.
Alexey Samsonov
- [compiler-rt] r199979 - Don't create check-ubsan and check-dfsan commands if they are not supported on this platform
Alexey Samsonov
- [PATCH] [RFC] Compiler-RT on ARM via CMake
Alexey Samsonov
- [PATCH] Move the signal handling logic into sanitizer_common
Alexey Samsonov
- [llvm] r199391 - [mips][sched] Split IIArith in preparation for the first scheduler targeting a specific MIPS CPU.
Daniel Sanders
- [PATCH] MIPS: mark DSP intrinsics as side-effect free.
Daniel Sanders
- [llvm] r199719 - [mips][sched] Split IIslt into II_SLT_SLTU, II_SLTI_SLTIU
Daniel Sanders
- [llvm] r199722 - [mips][sched] Split IIFcvt into II_(ROUND|TRUNC|CEIL|FLOOR|CVT), II_ABS, II_NEG
Daniel Sanders
- [llvm] r199727 - [mips][sched] Split IIFmove into II_C[FT]C1, II_MOV[FNTZ]_[SD], II_MOV_[SD]
Daniel Sanders
- [llvm] r199728 - [mips][sched] Split IIFcmp into II_C_CC_[SD]
Daniel Sanders
- [llvm] r199732 - [mips][sched] Split IIFadd into II_ADD_[DS], II_SUB_[DS]
Daniel Sanders
- [llvm] r199734 - [mips][sched] Split IIFmulSingle into II_MUL_S, II_MADD_S, II_MSUB_S, II_NMADD_S, and II_NMSUB_S
Daniel Sanders
- [llvm] r199737 - [mips][sched] Split IIFmulDouble into II_MUL_D, II_MADD_D, II_MSUB_D, II_NMADD_D, and II_NMSUB_S
Daniel Sanders
- [llvm] r199738 - [mips][sched] Renamed II_FdivSingle and II_FdivDouble to II_DIV_S and II_DIV_D respectively
Daniel Sanders
- [llvm] r199741 - [mips][sched] Renamed II_FsqrtSingle and II_FsqrtDouble to II_SQRT_S and II_SQRT_D respectively
Daniel Sanders
- [llvm] r199742 - [mips][sched] Removed IIFrecipFsqrtStep. No instructions use it.
Daniel Sanders
- [llvm] r199743 - [mips][sched] Split IIFLoad into II_L[WD]C1, and II_L[WDU]XC1
Daniel Sanders
- [llvm] r199747 - [mips][sched] Split IIFStore into II_S[WD]C1, and II_S[WDU]XC1
Daniel Sanders
- [llvm] r199748 - [mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M[FT]HC1, II_DM[FT]C1
Daniel Sanders
- [llvm] r199749 - [mips][sched] Split IILoad into II_L[BHWD], II_L[BHW]U, II_L[WD][LR], and II_RESTORE
Daniel Sanders
- [llvm] r199876 - [mips][sched] Split IIStore into II_S[BHWD], II_S[WD][LR], and II_SAVE
Daniel Sanders
- [llvm] r199766 - Fix PR18572 - llc crash during GenericScheduler::initPolicy().
Daniel Sanders
- Dragonegg buildbots
Duncan Sands
- [patch] Note that we now require 4.7 or 4.8
Duncan Sands
- [patch] Note that we now require 4.7 or 4.8
Duncan Sands
- [PATCH] Don't crash generating DWARF debug info for an ObjC property of type void
Scott
- [PATCH] Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Mark Seaborn
- [PATCH] Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Mark Seaborn
- [PATCH] Fix inlining to not produce duplicate landingpad clauses
Mark Seaborn
- [PATCH] Fix llc to not reuse spill slots in functions that invoke setjmp()
Mark Seaborn
- [PATCH] llvm-objdump: Some style cleanups to follow LLVM coding style
Mark Seaborn
- [PATCH] ARM MC: Fix the initial DWARF CFI unwind info at the start of a function
Mark Seaborn
- [PATCH] llvm-objdump: Some style cleanups to follow LLVM coding style
Mark Seaborn
- [llvm] r200053 - llvm-objdump: Some style cleanups to follow LLVM coding style
Mark Seaborn
- [PATCH] llvm-objdump: Some style cleanups to follow LLVM coding style
Mark Seaborn
- [PATCH] Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Mark Seaborn
- [llvm] r200090 - Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Mark Seaborn
- [PATCH] Fix "llvm-objdump -d -r" to show relocations inline for ELF files
Mark Seaborn
- [PATCH] asan: fix atomic operations on ARM
Kostya Serebryany
- [compiler-rt] r199715 - [asan] relax the checks inside __sanitizer_annotate_contiguous_container: they are too optimistic due to https://code.google.com/p/address-sanitizer/issues/detail?id=258.
Kostya Serebryany
- [compiler-rt] r199723 - [asan] one more test for https://code.google.com/p/address-sanitizer/issues/detail?id=258
Kostya Serebryany
- [PATCH] Sanitize printf functions
Kostya Serebryany
- [PATCH] asan: fix atomic operations on ARM
Kostya Serebryany
- patch: mention asan/tsan/msan/dfsan on the llvm front page
Kostya Serebryany
- [compiler-rt] r199980 - [msan] add __libc_memalign interceptor; add a regression test for the existing bug with dtls support in msan
Kostya Serebryany
- [www] r199981 - mention asan/tsan/msan/dfsan on the llvm front page
Kostya Serebryany
- [PATCH] tsan: do not deadlock on fork
Kostya Serebryany
- [PATCH] tsan: do not deadlock on fork
Kostya Serebryany
- [compiler-rt] r200197 - [sanitizer] increase the mmap granularity in sanitizer allocator from 2^16 to 2^18. This is a partial workaround for the fresh Kernel bug https://bugzilla.kernel.org/show_bug.cgi?id=67651
Kostya Serebryany
- [llvm-commits] [parallel] CVS: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/INPUT/README adj.perl endsort.perl hosts-data.perl hosts.perl words-large.awk words-small.awk
Shae
- [PATCH 1/8] [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)
Sean Silva
- [llvm] r199429 - LTO: document LTO_API_VERSION for each API
Sean Silva
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Sean Silva
- [PATCH] Adding diversity for security
Sean Silva
- [PATCH] Adding diversity for security
Sean Silva
- [PATCH] Adding diversity for security
Sean Silva
- [PATCH] Adding diversity for security
Sean Silva
- [PATCH] Adding diversity for security
Sean Silva
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Sean Silva
- [PATCH] Adding diversity for security
Sean Silva
- [PATCH] Adding diversity for security
Sean Silva
- [PATCH] Adding diversity for security
Sean Silva
- [PATCH] Enable SLP-vectorization of intrinsics.
Raul Silvera
- [PATCH] Enable SLP-vectorization of intrinsics.
Raul Silvera
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
A. Skrobov
- FW: [PATCH] Prevent repetetive warnings for unrecognized processors and features
Artyom Skrobov
- [llvm] r199638 - [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-optional: it should have the default value of AllowDIVIfExists
Artyom Skrobov
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Artyom Skrobov
- [Patch] [Thumbv8] Prevent bundling inst that sets CPSR
Artyom Skrobov
- [Patch] [Thumbv8] Fix tje default value of BLXOperandIndex of isV8EligibleForIT
Artyom Skrobov
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Artyom Skrobov
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Artyom Skrobov
- [llvm] r200083 - Reverting r199886 (Prevent repetitive warnings for unrecognized processors and features)
Artyom Skrobov
- [llvm] r199886 - Prevent repetitive warnings for unrecognized processors and features
Artyom Skrobov
- [zorg] r199690 - zorg: Let xserve5 focus on phase1
Duncan P. N. Exon Smith
- [PATCH] Fix infinite recursion bug in SROA
Duncan P. N. Exon Smith
- [llvm] r199768 - CodeGen: Stop treating vectors as aggregates
Duncan P. N. Exon Smith
- [PATCH] Improved udivmodsi4 with support for ARMv4
Joerg Sonnenberger
- [PATCH] Improved udivmodsi4 with support for ARMv4
Joerg Sonnenberger
- [PATCH] Improved udivmodsi4 with support for ARMv4
Joerg Sonnenberger
- [compiler-rt] r199914 - Add end of function marker, which can be used on ELF to correctly set
Joerg Sonnenberger
- [PATCH] Improved udivmodsi4 with support for ARMv4
Joerg Sonnenberger
- [PATCH] Improved udivmodsi4 with support for ARMv4
Joerg Sonnenberger
- [PATCH] Improved udivmodsi4 with support for ARMv4
Joerg Sonnenberger
- [compiler-rt] r199998 - Implement __ARM_ARCH if the compiler lacks it. Add feature tests for bx and clz.
Joerg Sonnenberger
- [compiler-rt] r200001 - Provide support for ARMv4, lacking bx and clz. Unroll the
Joerg Sonnenberger
- [PATCH] Improved udivmodsi4 with support for ARMv4
Joerg Sonnenberger
- [compiler-rt] r200005 - Mechanically add end-of-function markers.
Joerg Sonnenberger
- [compiler-rt] r200006 - Add end-of-function markers.
Joerg Sonnenberger
- [compiler-rt] r200007 - Add end-of-function markers.
Joerg Sonnenberger
- [compiler-rt] r200035 - Don't use .arm for ARMv7M, which will use the hwdiv path. Non-hwdiv
Joerg Sonnenberger
- [compiler-rt] r200001 - Provide support for ARMv4, lacking bx and clz. Unroll the
Joerg Sonnenberger
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Sasa Stankovic
- %hi($tmp) and %lo($tmp) relocations for Mips backend, where $tmp = sym1 - sym2
Sasa Stankovic
- [PATCH] R600/SI: Fix insertelement with dynamic indices.
Tom Stellard
- [PATCH] Sink: Don't sink allocas
Tom Stellard
- [PATCH] Sink: Don't sink allocas
Tom Stellard
- [PATCH] Sink: Don't sink allocas
Tom Stellard
- [PATCH] Sink: Don't sink allocas
Tom Stellard
- [llvm] r199823 - R600/SI: Add support for i8 and i16 private loads/stores
Tom Stellard
- [llvm] r199824 - R600: Begin private memory at the second GPR.
Tom Stellard
- [llvm] r199825 - R600: Add support for global addresses with constant initializers
Tom Stellard
- [llvm] r199826 - R600: Take alignment into account when calculating the stack offset
Tom Stellard
- [llvm] r199827 - R600: MOVA is vector only
Tom Stellard
- [llvm] r199837 - R600: Add stack size to .AMDGPUcsdata section
Tom Stellard
- [llvm] r199838 - R600: Add wavefront size property to the subtargets v2
Tom Stellard
- [llvm] r199839 - R600: CF_PUSH is the same on Evergreen and Cayman
Tom Stellard
- [llvm] r199840 - R600: Refactor stack size calculation
Tom Stellard
- [llvm] r199841 - R600: Add some missing CF instruction definitions to the .td files.
Tom Stellard
- [llvm] r199842 - R600: Add work-around for the CF stack entry HW bug
Tom Stellard
- [llvm] r199845 - Revert "R600: Add work-around for the CF stack entry HW bug"
Tom Stellard
- [llvm] r199905 - R600: Recommit 199842: Add work-around for the CF stack entry HW bug
Tom Stellard
- [llvm] r199845 - Revert "R600: Add work-around for the CF stack entry HW bug"
Tom Stellard
- [llvm] r199845 - Revert "R600: Add work-around for the CF stack entry HW bug"
Tom Stellard
- [llvm] r199916 - R600: Unconditionally unroll loops that contain GEPs with alloca pointers
Tom Stellard
- [llvm] r199917 - R600: Correctly handle vertex fetch clauses the precede ENDIFs
Tom Stellard
- [llvm] r199918 - R600: Disable the BFE pattern
Tom Stellard
- [llvm] r199919 - R600: Remove successive JUMP in AnalyzeBranch when AllowModify is true
Tom Stellard
- [Mesa-dev] [PATCH] R600/SI: Add pattern for truncating i32 to i1
Tom Stellard
- [Mesa-dev] R600/SI: New intrinsics for radeonsi geometry shaders
Tom Stellard
- [compiler-rt] r199655 - [msandr] Access app TLS directly in native exec mode.
Evgeniy Stepanov
- [PATCH] make msandr access tls directly
Evgeniy Stepanov
- [PATCH] asan: fix atomic operations on ARM
Evgeniy Stepanov
- [llvm] r199714 - Fix libstdc++4.7 test on Android.
Evgeniy Stepanov
- [compiler-rt] r199725 - [asan] Enable frame pointer based unwinder on ARM.
Evgeniy Stepanov
- [PATCH] asan: fix atomic operations on ARM
Evgeniy Stepanov
- [compiler-rt] r199872 - [asan] Enable replacement new/delete on Android.
Evgeniy Stepanov
- [compiler-rt] r199873 - [msan] Fix GCC warnings.
Evgeniy Stepanov
- [compiler-rt] r199874 - [sanitizer] Add printf format attributes.
Evgeniy Stepanov
- [compiler-rt] r199877 - [asan] clang-format part of asan_report.cc
Evgeniy Stepanov
- [compiler-rt] r199878 - [asan] Print shadow memory and legend as a single printf call.
Evgeniy Stepanov
- [compiler-rt] r199879 - [sanitizer] Fix format string mismatches found by format attributes added in r199874.
Evgeniy Stepanov
- [compiler-rt] r199880 - [sanitizer] Add a sanity check.
Evgeniy Stepanov
- [compiler-rt] r199883 - [sanitizer] Replace inline with INLINE.
Evgeniy Stepanov
- [compiler-rt] r199887 - [asan] Android logging.
Evgeniy Stepanov
- [compiler-rt] r199888 - [asan] More buffering in report printing.
Evgeniy Stepanov
- [PATCH] Move the signal handling logic into sanitizer_common
Evgeniy Stepanov
- [compiler-rt] r200009 - [asan] Add an ASan-on-Android installation script.
Evgeniy Stepanov
- [llvm] r199639 - [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.
NAKAMURA Takumi
- [llvm] r199667 - Whitespace.
NAKAMURA Takumi
- [llvm] r199674 - [CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).
NAKAMURA Takumi
- [llvm] r199785 - Whitespace.
NAKAMURA Takumi
- [llvm] r199855 - X86Disassembler.cpp: Fix @param introduced in r199804. [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r198908 - Revert "Revert r198851, "Prototype of skeleton type units for fission""
NAKAMURA Takumi
- [llvm] r199889 - Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.
NAKAMURA Takumi
- [llvm] r198344 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
NAKAMURA Takumi
- [dragonegg] r199994 - dragonegg: [CMake] Introduce CMake. It just works.
NAKAMURA Takumi
- [llvm] r199995 - llvm/projects/CMakeLists.txt: Add dragonegg.
NAKAMURA Takumi
- [llvm] r200000 - DWARFContext: Fix possible memory leak since r198908.
NAKAMURA Takumi
- [llvm] r200134 - [CMake] configure_lit_site_cfg: ${SHLIBDIR} should point the build tree.
NAKAMURA Takumi
- [llvm] r200149 - [CMake] Functionalize tblgen().
NAKAMURA Takumi
- [llvm] r200150 - [CMake] tablegen(): Use -I <dir> according to the list by include_directories().
NAKAMURA Takumi
- [llvm] r198955 - Remove remove_all. A compiler has no need for recursively deleting a directory.
Alp Toker
- [llvm] r199793 - Add unused result attr to the casting templates
Alp Toker
- [llvm] r199835 - Eliminate inappropriate use of FindProgramByName() from lli
Alp Toker
- [llvm] r199844 - Tweak r199835 to use can_execute() instead of exists()
Alp Toker
- [llvm] r199835 - Eliminate inappropriate use of FindProgramByName() from lli
Alp Toker
- [llvm] r199835 - Eliminate inappropriate use of FindProgramByName() from lli
Alp Toker
- [llvm] r199881 - Refactor lli-child-target to remove duplicated code
Alp Toker
- [llvm] r199882 - Prospective Makefile build fix
Alp Toker
- [llvm] r199885 - Interim build fix for Makefiles
Alp Toker
- [llvm] r199929 - Replace the interim lli build fix with something cleaner
Alp Toker
- [llvm] r199930 - Remove unused include following r199929
Alp Toker
- [llvm] r199947 - lli: Factor portable messaging into a new RPCChannel facility
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [llvm] r200017 - Report lli remote IO errors consistently
Alp Toker
- [llvm] r200018 - Fix known typos
Alp Toker
- [llvm] r200017 - Report lli remote IO errors consistently
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [llvm] r200040 - Make ObjectFile ownership of the MemoryBuffer optional.
Alp Toker
- [llvm] r200040 - Make ObjectFile ownership of the MemoryBuffer optional.
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [llvm] r200102 - Re-enabling MCJIT tests on ARM
Alp Toker
- [llvm] r200102 - Re-enabling MCJIT tests on ARM
Alp Toker
- [llvm] r200153 - Avoid C++ comment in C sources
Alp Toker
- [llvm] r200187 - StringRef: Extend constexpr capabilities and introduce ConstStringRef
Alp Toker
- [llvm] r200188 - Move true/false StringRef helper to StringExtras
Alp Toker
- [llvm] r200194 - Roll back the ConstStringRef change for now
Alp Toker
- [llvm] r200187 - StringRef: Extend constexpr capabilities and introduce ConstStringRef
Alp Toker
- [llvm] r199712 - Use ArrayRef to simplify some code.
Craig Topper
- [llvm] r200036 - Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitate. Remove TGValueTypes.cpp since its unused now (and may have been before).
Craig Topper
- [llvm] r200037 - Remove TGValueTypes.cpp from CMakeLists.txt which I forgot to do in r200036.
Craig Topper
- [llvm] r200070 - Fix EnforceSmallerThan to check !hasVectorTypes on the other type instead of this type to force this type to be scalar.
Craig Topper
- [llvm] r200071 - Use isConcrete and getConcrete instead of using TypeVec directly.
Craig Topper
- [llvm] r200089 - Fix typo in commment tyep->type.
Craig Topper
- [llvm] r200091 - Don't use EnforceSmallerThan for EnforceVectorSubVectorTypeIs. EnforceSmallerThan doesn't handle vectors quite right and should really enforce that vectors have the same number of elements. Add explicit checks for vector element count differing in EnforceVectorSubVectorTypeIs instead. This removes some unnecessary type checks in X86GenDAGISel.inc.
Craig Topper
- [llvm] r200100 - Set displacementSize to 1 for instrucitons with mod==0x1. Fixes PR17310. Modified from patch by James Courtier-Dutton.
Craig Topper
- [llvm] r200120 - Improve some x86 type constraints.
Craig Topper
- [llvm] r199391 - [mips][sched] Split IIArith in preparation for the first scheduler targeting a specific MIPS CPU.
Andrew Trick
- [llvm] r199766 - Fix PR18572 - llc crash during GenericScheduler::initPolicy().
Andrew Trick
- [llvm] r199788 - Reformat a loop for basic hygeine. Self review.
Andrew Trick
- [llvm] r199911 - Move a unit test into the correct dir. Sorry if it broke Mips-only builds.
Andrew Trick
- [llvm] r199766 - Fix PR18572 - llc crash during GenericScheduler::initPolicy().
Andrew Trick
- [llvm] r199884 - [LPM] Make LoopSimplify no longer a LoopPass and instead both a utility
Andrew Trick
- [llvm] r199922 - Suppress an annoying "unused variable" warning caused by bug 17897.
Rui Ueyama
- [PATCH] Suppress an annoying "unused variable" warning caused by bug 17897.
Rui Ueyama
- [PATCH] Customize a relocation table output format (rel / rela)
Rui Ueyama
- [llvm] r199972 - Add constants for optional header magic field.
Rui Ueyama
- [lld] r200019 - [PECOFF] Use constant instead of magic number.
Rui Ueyama
- [lld] r200029 - [PECOFF] Accept /machine:x64 option.
Rui Ueyama
- [llvm] r200038 - Support/COFF: Fix PEHeader struct, and define PE32Header as its alias.
Rui Ueyama
- [lld] r200052 - [PECOFF] Use a shorter name for the PECOFF writer member.
Rui Ueyama
- [llvm] r200038 - Support/COFF: Fix PEHeader struct, and define PE32Header as its alias.
Rui Ueyama
- [lld] r200106 - [PECOFF] Set PE32+ magic value if 64 bit.
Rui Ueyama
- [lld] r200107 - [PECOFF] Use a shorter name for the parameter.
Rui Ueyama
- [llvm] r200117 - llvm-readobj: add support for PE32+ (Windows 64 bit executable).
Rui Ueyama
- [llvm] r200118 - Remove unused typedef.
Rui Ueyama
- [llvm] r200121 - COFF: Add a missing enum value for high entropy ASLR.
Rui Ueyama
- [lld] r200128 - [PECOFF] Emit PE32+ file header.
Rui Ueyama
- [lld] r200183 - [PECOFF] Set a proper architecture type to references.
Rui Ueyama
- [lld] r200184 - [PECOFF] Fix PE/COFF optional header size for PE32+.
Rui Ueyama
- [lld] r200185 - [PECOFF] Implement relocations for x86-64.
Rui Ueyama
- [lld] r200185 - [PECOFF] Implement relocations for x86-64.
Rui Ueyama
- [lld] r200184 - [PECOFF] Fix PE/COFF optional header size for PE32+.
Rui Ueyama
- [lld] r200177 - [ELF] Make changes to all the targets supported currently
Rui Ueyama
- [llvm] r200191 - Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
Rui Ueyama
- [llvm] r200121 - COFF: Add a missing enum value for high entropy ASLR.
Rui Ueyama
- [PATCH] asan: fix atomic operations on ARM
Dmitry Vyukov
- [PATCH] asan: fix atomic operations on ARM
Dmitry Vyukov
- [PATCH] asan: fix atomic operations on ARM
Dmitry Vyukov
- [PATCH] asan: fix atomic operations on ARM
Dmitry Vyukov
- [compiler-rt] r199802 - asan: fix atomic operations on ARM
Dmitry Vyukov
- [PATCH] tsan: do not deadlock on fork
Dmitry Vyukov
- [PATCH] Move the signal handling logic into sanitizer_common
Dmitry Vyukov
- [PATCH] Move the signal handling logic into sanitizer_common
Dmitry Vyukov
- [compiler-rt] r199993 - tsan: do not deadlock on fork
Dmitry Vyukov
- [compiler-rt] r200002 - tsan: fix test relying on assert
Dmitry Vyukov
- [compiler-rt] r200003 - tsan: fix signal handling
Dmitry Vyukov
- [compiler-rt] r200012 - tsan: fix test for -O2
Dmitry Vyukov
- [compiler-rt] r200015 - tsan: fix test for -O2
Dmitry Vyukov
- [PATCH] Print operands of DWARF stack frame operations.
Keith Walker
- [PATCH] Print operands of DWARF stack frame operations.
Keith Walker
- [PATCH] ARM MC: Fix the initial DWARF CFI unwind info at the start of a function
Keith Walker
- [llvm] r200030 - Verify that attributes are not lost during linking.
Bill Wendling
- [llvm] r200034 - Add Constant Hoisting Pass
Hans Wennborg
- [llvm] r200058 - Revert "Add Constant Hoisting Pass" (r200034)
Hans Wennborg
- [llvm] r200034 - Add Constant Hoisting Pass
Hans Wennborg
- [llvm] r200034 - Add Constant Hoisting Pass
Hans Wennborg
- [www] r200063 - Update Windows snapshot build to r199995
Hans Wennborg
- [PATCH] PowerPC - Use MCInstrDesc to get instruction size
David Wiberg
- [PATCH] PowerPC - Use MCInstrDesc to get instruction size
David Wiberg
- [PATCH] Bug 18228: Fix accepting bitcasts between vectors of pointers with a different number of elements
Bob Wilson
- StackProtector warning
Bob Wilson
- [compiler-rt] r200001 - Provide support for ARMv4, lacking bx and clz. Unroll the
Bob Wilson
- [compiler-rt] r200039 - Fix a typo "endi" -> "endif" in r200035.
Bob Wilson
- [compiler-rt] r200001 - Provide support for ARMv4, lacking bx and clz. Unroll the
Bob Wilson
- [compiler-rt] r200035 - Don't use .arm for ARMv7M, which will use the hwdiv path. Non-hwdiv
Bob Wilson
- [llvm] r200040 - Make ObjectFile ownership of the MemoryBuffer optional.
Bob Wilson
- [llvm] r200040 - Make ObjectFile ownership of the MemoryBuffer optional.
Bob Wilson
- [llvm] r199648 - [x86] Support i386-*-*-code16 triple for emitting 16-bit code
David Woodhouse
- [llvm] r199649 - [x86] Infer disassembler mode from SubtargetInfo feature bits
David Woodhouse
- [llvm] r199650 - [x86] Fix 16-bit handling of OpSize bit
David Woodhouse
- [llvm] r199651 - [x86] Fix disassembly of callw instruction
David Woodhouse
- [llvm] r199652 - [x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL/LODSL/OUTSL
David Woodhouse
- [llvm] r199653 - [x86] Fix 16-bit disassembly of JCXZ/JECXZ
David Woodhouse
- [llvm] r199654 - [x86] Fix disassembly of MOV16ao16 et al.
David Woodhouse
- [PATCH 1/8] [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)
David Woodhouse
- [PATCH 2/8] [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)
David Woodhouse
- [PATCH 3/8] [x86] Allow address-size overrides for SCAS{8,16,32,64} (PR9385)
David Woodhouse
- [PATCH 4/8] ]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)
David Woodhouse
- [PATCH 5/8] [x86] Allow segment and address-size overrides for MOVS[BWLQ] (PR9385)
David Woodhouse
- [PATCH 6/8] [x86] Allow segment and address-size overrides for OUTS[BWLQ] (PR9385)
David Woodhouse
- [PATCH 7/8] [x86] Allow segment and address-size overrides for INS[BWLQ] (PR9385)
David Woodhouse
- [PATCH 8/8] [x86] Remove now-unused isSrcOp() and isDstOp() from X86AsmParser
David Woodhouse
- [llvm] r199803 - [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)
David Woodhouse
- [llvm] r199804 - [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)
David Woodhouse
- [llvm] r199805 - [x86] Allow address-size overrides for SCAS{8, 16, 32, 64} (PR9385)
David Woodhouse
- [llvm] r199806 - ]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)
David Woodhouse
- [llvm] r199807 - [x86] Allow segment and address-size overrides for MOVS[BWLQ] (PR9385)
David Woodhouse
- [llvm] r199808 - [x86] Allow segment and address-size overrides for OUTS[BWLQ] (PR9385)
David Woodhouse
- [llvm] r199809 - [x86] Allow segment and address-size overrides for INS[BWLQ] (PR9385)
David Woodhouse
- [llvm] r199810 - [x86] Remove now-unused isSrcOp() and isDstOp() from X86AsmParser
David Woodhouse
- [llvm] r199811 - [x86] Fix uninitialized variable warning in translate{Src, Dst}Index
David Woodhouse
- [llvm] r199812 - [x86] Silence unused diReg variable warning in non-asserting builds
David Woodhouse
- [PATCH] make msandr access tls directly
Qin Zhao
- [Patch] [Thumbv8] Prevent bundling inst that sets CPSR
Weiming Zhao
- [llvm] r199928 - [Thumbv8] Fix the value of BLXOperandIndex of isV8EligibleForIT
Weiming Zhao
- [Patch] [Thumbv8] Fix tje default value of BLXOperandIndex of isV8EligibleForIT
Weiming Zhao
- [PATCH] [AArch64 NEON] Fix pattern match failed on FP_ROUND from v1f128 to v1f64.
Weiming Zhao
- [PATCH] test-suite: XCore target: fix handling of <string.h> and <memory.h>
robert lytton
- [PATCH] test-stuite: Fix signature of main() to use 'int' rather than 'int32_t'
robert lytton
- [PATCH] test-suite: Fix name clash 'log2'
robert lytton
- [PATCH] test-suite: Fix name clash 'infinity'
robert lytton
- [PATCH] test-suite: Fix name clash 'log2'
robert lytton
- [PATCH] test-suite: Fix name clash 'log2'
robert lytton
- [PATCH] test-suite: Fix name clash 'infinity'
robert lytton
Last message date:
Sun Jan 26 23:43:14 PST 2014
Archived on: Tue Aug 4 17:10:56 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).