The Week Of Monday 22 July 2013 Archives by subject
Starting: Mon Jul 22 00:47:52 PDT 2013
Ending: Sun Jul 28 22:39:33 PDT 2013
Messages: 714
- [compiler-rt] r186819 - [lsan] Print direct leaks first.
Sergey Matveev
- [compiler-rt] r186821 - [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
Sergey Matveev
- [compiler-rt] r186837 - [sanitizer] Change strip_path_prefix flag behavior.
Sergey Matveev
- [compiler-rt] r187269 - disable pipefail on asan for now.
Rafael Espindola
- [compiler-rt] r187272 - Disable pipefail for ThreadSanitizer.
Rafael Espindola
- [compiler-rt] r187273 - disable pipefail for ubsan.
Rafael Espindola
- [compiler-rt] r187274 - Disable pipefail for lsan.
Rafael Espindola
- [compiler-rt] r187298 - Turn off pipefail on msan tests to match the other sanitizers until
Chandler Carruth
- [dragonegg] r186952 - The debug info verifier requires a non-empty name here. Pacify it.
Duncan Sands
- [dragonegg] r186952 - The debug info verifier requires a non-empty name here. Pacify it.
David Blaikie
- [dragonegg] r186952 - The debug info verifier requires a non-empty name here. Pacify it.
Duncan Sands
- [dragonegg] r186952 - The debug info verifier requires a non-empty name here. Pacify it.
David Blaikie
- [dragonegg] r186952 - The debug info verifier requires a non-empty name here. Pacify it.
Robinson, Paul
- [dragonegg] r186952 - The debug info verifier requires a non-empty name here. Pacify it.
Eric Christopher
- [dragonegg] r187028 - Fix the build after removal of the SSPBufferSize codegen option.
Duncan Sands
- [dragonegg] r187105 - Try to update to set the no-frame-pointer-elim-non-leaf attribute as a function attribute instead of target option.
Bill Wendling
- [dragonegg] r187105 - Try to update to set the no-frame-pointer-elim-non-leaf attribute as a function attribute instead of target option.
David Blaikie
- [dragonegg] r187105 - Try to update to set the no-frame-pointer-elim-non-leaf attribute as a function attribute instead of target option.
Bill Wendling
- [dragonegg] r187144 - Fix the build harder after Bill's recent frame-pointer codegen changes.
Duncan Sands
- [dragonegg] r187144 - Fix the build harder after Bill's recent frame-pointer codegen changes.
Bill Wendling
- [lld] r186843 - Rename ReaderCOFF members to follow the LLD coding style.
Rui Ueyama
- [lld] r186882 - [PECOFF][Driver] Show error message if no input file is given.
Rui Ueyama
- [lld] r186884 - Fix -Wsign-compare warnings.
Rui Ueyama
- [lld] r186888 - [PECOFF] Replace magic numbers with offsetof().
Rui Ueyama
- [lld] r186911 - [PECOFF] Support -fixed command line option to disable base relocations.
Rui Ueyama
- [lld] r186957 - [PECOFF] Support -tsaware:no command line option.
Rui Ueyama
- [lld] r186960 - Avoid using C-style cast and remove unnecessary LL prefix.
Rui Ueyama
- [lld] r186996 - fix typo in error string
Nick Kledzik
- [lld] r187005 - Add lit magic so that lld unittests are run as part of lld test suite
Nick Kledzik
- [lld] r187005 - Add lit magic so that lld unittests are run as part of lld test suite
Rui Ueyama
- [lld] r187005 - Add lit magic so that lld unittests are run as part of lld test suite
Rafael Espíndola
- [lld] r187084 - [PECOFF] Add /include command line option.
Rui Ueyama
- [lld] r187086 - [PECOFF] Use Windows style options instead of Unix style as primary options.
Rui Ueyama
- [lld] r187091 - [PECOFF][Driver] Simplify option definitions.
Rui Ueyama
- [lld] r187095 - [PECOFF] Add /failifmismatch option.
Rui Ueyama
- [lld] r187100 - [PECOFF][Driver] Allow multiple /include options.
Rui Ueyama
- [lld] r187161 - [PECOFF][Driver] Split WinLinkDriver::parse for readability.
Rui Ueyama
- [lld] r187162 - [PECOFF][Driver] Add /nologo command line option.
Rui Ueyama
- [lld] r187165 - Add yaml2obj to check-lld deps, since the PECOFF tests need it
Reid Kleckner
- [lld] r187170 - Use env in a pecoff test so it passes with the lit shell test runner
Reid Kleckner
- [lld] r187177 - [PECOFF] Create an atom for a symbol whose storage type is IMAGE_SYM_CLASS_LABEL.
Rui Ueyama
- [lld] r187211 - [PECOFF] Ignore sections with IMAGE_SCN_LNK_REMOVE attribute.
Rui Ueyama
- [lld] r187214 - [PECOFF] Simplicy object allocation code. No functionality change.
Rui Ueyama
- [lld] r187215 - Make local variables to start with a lowercase character for consistency with the LLD coding style.
Rui Ueyama
- [lld] r187216 - Remove trailing whitespace.
Rui Ueyama
- [lld] r187219 - [PECOFF] Fixed a bug which caused DataDirectoryChunk to write to a wrong offset in the file buffer
Rui Ueyama
- [lld] r187220 - [PECOFF] Replace magic number with llvm::COFF::DataDirectoryIndex value
Rui Ueyama
- [lld] r187221 - [PECOFF] Don't set IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE if "-fixed" is provided
Rui Ueyama
- [lld] r187243 - [PECOFF][Driver] Fix a bug that -mllvm does not take any arguments.
Rui Ueyama
- [lld] r187256 - [PECOFF][Driver] Add a library file even if it does not exist.
Rui Ueyama
- [lld] r187259 - [PECOFF][Driver] Add ".lib" extension to the path given with /defaultlib.
Rui Ueyama
- [lld] r187262 - [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Rui Ueyama
- [lld] r187281 - [PECOFF] Skip a section if there's no atom in the section.
Rui Ueyama
- [lld] r187317 - Removed unnecessary parameter.
Rui Ueyama
- [lld] r187321 - [PECOFF] Simplicy FileCOFF ctor. No functionality change.
Rui Ueyama
- [llvm] r185716 - Add a higher level createTemporaryFile function.
Hal Finkel
- [llvm] r185716 - Add a higher level createTemporaryFile function.
Rafael Espíndola
- [llvm] r185716 - Add a higher level createTemporaryFile function.
Hal Finkel
- [llvm] r185716 - Add a higher level createTemporaryFile function.
Rafael Espíndola
- [llvm] r185806 - Revert "Proper va_arg/va_copy lowering on win64"
Matt Beaumont-Gay
- [llvm] r186217 - Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
- [llvm] r186620 - ARM: Make sure the instruction alias for PLI uses the right subtarget features.
Tilmann Scheller
- [llvm] r186661 - Improve llvm-mc disassembler mode and refactor ARM tests to use it
Rafael Espíndola
- [llvm] r186661 - Improve llvm-mc disassembler mode and refactor ARM tests to use it
Tim Northover
- [llvm] r186667 - Cleanup the stats counters for the new implementation. These actually
Nick Kledzik
- [llvm] r186667 - Cleanup the stats counters for the new implementation. These actually
Chandler Carruth
- [llvm] r186667 - Cleanup the stats counters for the new implementation. These actually
Chandler Carruth
- [llvm] r186667 - Cleanup the stats counters for the new implementation. These actually
Chandler Carruth
- [llvm] r186809 - Reverse operands for Intel syntax form of 'bt' alias.
Craig Topper
- [llvm] r186810 - ARM: remove now unneeded custom Asm converters
Tim Northover
- [llvm] r186811 - Add Intel variants to aliases for some FP instructions.
Craig Topper
- [llvm] r186812 - Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB.
Craig Topper
- [llvm] r186813 - More Intel syntax alias fixes.
Craig Topper
- [llvm] r186813 - More Intel syntax alias fixes.
Tim Northover
- [llvm] r186814 - More Intel syntax alias fixes.
Craig Topper
- [llvm] r186815 - Fix typo. Change %cl to CL in Intel pattern.
Craig Topper
- [llvm] r186818 - Revert "More Intel syntax alias fixes."
Tim Northover
- [llvm] r186820 - [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and append
Justin Holewinski
- [llvm] r186823 - Don't depend on a llvm-ar specific behavior.
Rafael Espindola
- [llvm] r186829 - Replace archive members in the old position.
Rafael Espindola
- [llvm] r186831 - This adds range checking for "ldr Rn, [pc, #imm]" Thumb
Mihai Popa
- [llvm] r186838 - Option parsing: allow aliases in groups
Hans Wennborg
- [llvm] r186844 - [NVPTX] Remove unused prototypes
Justin Holewinski
- [llvm] r186845 - Fix an obvious typo in the loop vectorizer where the cost model uses the wrong variable. The variable BlockCost is ignored.
Nadav Rotem
- [llvm] r186845 - Fix an obvious typo in the loop vectorizer where the cost model uses the wrong variable. The variable BlockCost is ignored.
Nadav Rotem
- [llvm] r186846 - MC: mayAffectControlFlow() handling for variadic instructions.
Jim Grosbach
- [llvm] r186851 - Formatting.
Eric Christopher
- [llvm] r186852 - Fix typo.
Eric Christopher
- [llvm] r186853 - Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>
Shuxin Yang
- [llvm] r186853 - Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>
Nick Lewycky
- [llvm] r186853 - Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>
Shuxin Yang
- [llvm] r186854 - Adding example source to support MCJIT/Kaleidoscope blog posts.
Andrew Kaylor
- [llvm] r186855 - [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete
Akira Hatanaka
- [llvm] r186857 - Fix missing const
Matt Arsenault
- [llvm] r186858 - Fix spelling and grammar
Matt Arsenault
- [llvm] r186860 - Mark ELF's first symbol as format specific so that llvm-nm ignores it.
Rafael Espindola
- [llvm] r186861 - [mips] Fix MipsAsmParser::parseCCRRegs.
Akira Hatanaka
- [llvm] r186863 - Recommit r186217 with testcase fix:
Bill Wendling
- [llvm] r186867 - Debug Info Finder: add processScope to actually handle the Scope.
Manman Ren
- [llvm] r186868 - [stackprotector] Refactored ssp prologue creation code into its own helper function.
Michael Gottesman
- [llvm] r186869 - Recommit r186813: More Intel syntax alias fixes. With the addition of suppressing some of the aliases from being emitted by the asm printer.
Craig Topper
- [llvm] r186874 - [stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBase instead of TargetLowering.
Michael Gottesman
- [llvm] r186876 - Fix typo in test.
Jakub Staszak
- [llvm] r186877 - Change tabs to spaces.
Jakub Staszak
- [llvm] r186878 - Fix the move to/from accumulator register instructions that use a full 64-bit
Kevin Enderby
- [llvm] r186879 - Silence gcc warning.
Richard Trieu
- [llvm] r186880 - OldPtr is llvm::Instruction. Remove unneeded cast<>.
Jakub Staszak
- [llvm] r186883 - When we vectorize across multiple basic blocks we may vectorize PHINodes that create a cycle. We already break the cycle on phi-nodes, but arithmetic operations are still uplicated. This patch adds code that checks if the operation that we are vectorizing was vectorized during the visit of the operands and uses this value if it can.
Nadav Rotem
- [llvm] r186885 - 80-column tidying. Formatting choices by clang-format.
Eric Christopher
- [llvm] r186886 - Typo.
Eric Christopher
- [llvm] r186887 - Add a simple unit test for MemoryBuffer::getOpenFile
Eli Bendersky
- [llvm] r186890 - Remove trailing spaces.
Jakub Staszak
- [llvm] r186892 - Use switch instead of if. No functionality change.
Jakub Staszak
- [llvm] r186893 - Remove extraneous null statement. No functionality change!
Nick Lewycky
- [llvm] r186896 - Fix typo (ponted -> pointed)
Matt Arsenault
- [llvm] r186897 - Suppress argumentless aliases for some x86 FP operations from being used by the asm writer. Prefer to use the explicit %st(1) form.
Craig Topper
- [llvm] r186900 - Explicitly don't let the asm printer use the clrb/w/l aliases for xor %reg, %reg.
Craig Topper
- [llvm] r186902 - Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
- [llvm] r186902 - Debug Info Finder: use processDeclare and processValue to list debug info
NAKAMURA Takumi
- [llvm] r186902 - Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
- [llvm] r186904 - Add aliases to map 'imm, mem' form of x86 bts/btr/btc without a size suffix to their 32-bit forms.
Craig Topper
- [llvm] r186907 - Don't let x86 asm printer use the no operand movsd alias. It should use the normal movsl instead.
Craig Topper
- [llvm] r186910 - Revert r186907 to fix bots.
Craig Topper
- [llvm] r186913 - R600: Expand vector FNEG
Tom Stellard
- [llvm] r186914 - R600: Clean up extended load patterns
Tom Stellard
- [llvm] r186915 - R600: Use correct LoadExtType when lowering kernel arguments
Tom Stellard
- [llvm] r186916 - R600: Use the same compute kernel calling convention for all GPUs
Tom Stellard
- [llvm] r186917 - R600: Simplify assembly for KCache registers using the TableGen !add operator
Tom Stellard
- [llvm] r186917 - R600: Simplify assembly for KCache registers using the TableGen !add operator
Sean Silva
- [llvm] r186917 - R600: Simplify assembly for KCache registers using the TableGen !add operator
Tom Stellard
- [llvm] r186917 - R600: Simplify assembly for KCache registers using the TableGen !add operator
Sean Silva
- [llvm] r186918 - R600: Use KCache for kernel arguments
Tom Stellard
- [llvm] r186919 - R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()
Tom Stellard
- [llvm] r186920 - R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cpp
Tom Stellard
- [llvm] r186921 - R600: Improve support for < 32-bit loads
Tom Stellard
- [llvm] r186922 - R600: Add support for 24-bit MUL instructions
Tom Stellard
- [llvm] r186923 - R600: Add support for 24-bit MAD instructions
Tom Stellard
- [llvm] r186924 - Don't let x86 asm printer use the no operand movsd alias. It should use the normal movsl instead.
Craig Topper
- [llvm] r186928 - Remove trailing whitespace.
Craig Topper
- [llvm] r186929 - Remove 'else' after 'return'. No functional change.
Craig Topper
- [llvm] r186930 - llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier, too, since r186902.
NAKAMURA Takumi
- [llvm] r186931 - remove unnecessary space
Shuxin Yang
- [llvm] r186932 - Remove some errant space charcters in mnemonic strings.
Craig Topper
- [llvm] r186934 - Add an initial implementation of archive symbol table generation.
Rafael Espindola
- [llvm] r186935 - Fix the build in c++03 mode.
Rafael Espindola
- [llvm] r186937 - Add -disable-debug-info-verifier.
Rafael Espindola
- [llvm] r186939 - Add not so that these tests pass with pipefail enabled.
Rafael Espindola
- [llvm] r186961 - Update docs to drop support for VS 2008.
Ahmed Bougacha
- [llvm] r186963 - docs: Correct reST link.
Ahmed Bougacha
- [llvm] r186965 - docs: cleanup VS 2008 release note.
Ahmed Bougacha
- [llvm] r186968 - docs: Update old VS 2008 references.
Ahmed Bougacha
- [llvm] r186969 - Revert "Remove use of asymmetric std::lower_bound comparator."
Ahmed Bougacha
- [llvm] r186972 - DebugInfo Verifier: verify the actual type.
Manman Ren
- [llvm] r186978 - Fix use of the getOpenFile api.
Rafael Espindola
- [llvm] r186984 - Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
- [llvm] r186985 - Debug Info: code cleanup, use getNodeField if possible.
Manman Ren
- [llvm] r186985 - Debug Info: code cleanup, use getNodeField if possible.
Eric Christopher
- [llvm] r186985 - Debug Info: code cleanup, use getNodeField if possible.
Manman Ren
- [llvm] r186986 - Refactor the unit test for MemoryBuffer::getOpenFileSlice
Eli Bendersky
- [llvm] r186987 - Expand the comment on getOpenFileSlice a bit for more details and consistency
Eli Bendersky
- [llvm] r186987 - Expand the comment on getOpenFileSlice a bit for more details and consistency
Rafael Espíndola
- [llvm] r186994 - Reformat options.
Eric Christopher
- [llvm] r186995 - 80-column.
Eric Christopher
- [llvm] r186997 - Fix spelling
Matt Arsenault
- [llvm] r186998 - Keep similar classes near each other. No functional change.
Eric Christopher
- [llvm] r186999 - [ARM][ISel] Improve the lowering of vector loads.
Quentin Colombet
- [llvm] r187001 - Remove unused function.
Eric Christopher
- [llvm] r187002 - Debug Info: clean up.
Manman Ren
- [llvm] r187003 - Debug Info: improve the Finder.
Manman Ren
- [llvm] r187006 - R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessary
Tom Stellard
- [llvm] r187007 - DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free
Tom Stellard
- [llvm] r187009 - Remove more seemingly unused code.
Eric Christopher
- [llvm] r187010 - Remove more dead/weird/misleading code.
Eric Christopher
- [llvm] r187011 - Remove one more of these.
Eric Christopher
- [llvm] r187012 - Add a fixme and reformat.
Eric Christopher
- [llvm] r187013 - Collapse logic and move and reword comment for clarity.
Eric Christopher
- [llvm] r187014 - More constructor cleanup.
Eric Christopher
- [llvm] r187015 - Remove unnecessary constructors as the default conversions will handle
Eric Christopher
- [llvm] r187016 - Update testing cases to make them pass debug info verification.
Manman Ren
- [llvm] r187016 - Update testing cases to make them pass debug info verification.
Eric Christopher
- [llvm] r187017 - Remove dead code.
Eric Christopher
- [llvm] r187018 - Replace with a "null" RAUW with an assert since we'd actually like
Eric Christopher
- [llvm] r187018 - Replace with a "null" RAUW with an assert since we'd actually like
David Blaikie
- [llvm] r187018 - Replace with a "null" RAUW with an assert since we'd actually like
Eric Christopher
- [llvm] r187018 - Replace with a "null" RAUW with an assert since we'd actually like
David Blaikie
- [llvm] r187019 - [mips] Use pristine object file while processing relocations.
Akira Hatanaka
- [llvm] r187020 - Fix aliases for shrd/shld to handle Intel syntax properly. Also suppress them from being used by the asm printer.
Craig Topper
- [llvm] r187020 - Fix aliases for shrd/shld to handle Intel syntax properly. Also suppress them from being used by the asm printer.
Chandler Carruth
- [llvm] r187021 - Revert accidental commit.
Craig Topper
- [llvm] r187026 - Split generated asm mnemonic matching table into a separate table for each asm variant.
Craig Topper
- [llvm] r187026 - Split generated asm mnemonic matching table into a separate table for each asm variant.
Rafael Espíndola
- [llvm] r187027 - allow tests to run on powerpc-darwin8 again, checking for __ppc__
David Fang
- [llvm] r187029 - Fix PR16687 where we were incorrectly promoting an alloca that had
Chandler Carruth
- [llvm] r187030 - I'm starting to commit KNL backend. I'll push patches one-by-one. This patch includes support for the extended register set XMM16-31, YMM16-31, ZMM0-31.
Elena Demikhovsky
- [llvm] r187030 - I'm starting to commit KNL backend. I'll push patches one-by-one. This patch includes support for the extended register set XMM16-31, YMM16-31, ZMM0-31.
Jim Grosbach
- [llvm] r187030 - I'm starting to commit KNL backend. I'll push patches one-by-one. This patch includes support for the extended register set XMM16-31, YMM16-31, ZMM0-31.
Sean Silva
- [llvm] r187030 - I'm starting to commit KNL backend. I'll push patches one-by-one. This patch includes support for the extended register set XMM16-31, YMM16-31, ZMM0-31.
Demikhovsky, Elena
- [llvm] r187030 - I'm starting to commit KNL backend. I'll push patches one-by-one. This patch includes support for the extended register set XMM16-31, YMM16-31, ZMM0-31.
Sean Silva
- [llvm] r187031 - Fix a problem I introduced in r187029 where we would over-eagerly
Chandler Carruth
- [llvm] r187032 - [test commit] Minor comment change.
Petar Jovanovic
- [llvm] r187034 - llvm-ar is far closer to being a regular ar implementation now. Update the docs.
Rafael Espindola
- [llvm] r187039 - Delete the buffer in createObjectFile if it fails.
Rafael Espindola
- [llvm] r187042 - Don't leak when expanding response files.
Rafael Espindola
- [llvm] r187042 - Don't leak when expanding response files.
Reid Kleckner
- [llvm] r187046 - Add -disable-debug-info-verifier to a RUN line.
Rafael Espindola
- [llvm] r187049 - Update testing cases to pass debug info verifier.
Manman Ren
- [llvm] r187050 - TRE: Move class into anonymous namespace.
Benjamin Kramer
- [llvm] r187052 - Debug Info: improve the Finder.
Manman Ren
- [llvm] r187053 - [mips] Remove XFAIL from test-ptr-reloc-remote.ll
Petar Jovanovic
- [llvm] r187056 - Update old llc documentation.
Jakob Stoklund Olesen
- [llvm] r187056 - Update old llc documentation.
Stephen Checkoway
- [llvm] r187063 - [mips] Make MipsAsmParser::parseCCRRegs return NoMatch instead of ParseFail
Akira Hatanaka
- [llvm] r187064 - add -disable-debug-info-verifier to 3 test to fix tests with pipefail.
Rafael Espindola
- [llvm] r187066 - Update testing cases to pass debug info verifier.
Manman Ren
- [llvm] r187071 - Fix a bug in IfConverter with nested predicates.
Quentin Colombet
- [llvm] r187076 - Speling.
Jakob Stoklund Olesen
- [llvm] r187083 - Update testing cases to pass debug info verifier.
Manman Ren
- [llvm] r187088 - Add helpful accessor methods to get the specified function attribute.
Bill Wendling
- [llvm] r187093 - Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
- [llvm] r187093 - Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
David Blaikie
- [llvm] r187093 - Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
- [llvm] r187098 - Make these methods const correct.
Rafael Espindola
- [llvm] r187099 - Check that TD isn't NULL before dereferencing it down this path.
Nick Lewycky
- [llvm] r187103 - Respect llvm.used in Internalize.
Rafael Espindola
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Manman Ren
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Eric Christopher
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Manman Ren
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Eric Christopher
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Manman
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Eric Christopher
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Eric Christopher
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
David Blaikie
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Eric Christopher
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Manman Ren
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
David Blaikie
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
Manman Ren
- [llvm] r187106 - Debug Info: improve the verifier to check field types.
David Blaikie
- [llvm] r187107 - Dump LIS before regalloc. MI sched changes them.
Andrew Trick
- [llvm] r187108 - RegPressure: Order the "pressure sets" by number of regunits per set.
Andrew Trick
- [llvm] r187109 - MI Sched: track register pressure by importance of the set, not weight of the units.
Andrew Trick
- [llvm] r187110 - MI Sched: Register pressure heuristics.
Andrew Trick
- [llvm] r187111 - [SystemZ] Add STOC and STOCG
Richard Sandiford
- [llvm] r187112 - [SystemZ] Add LOC and LOCG
Richard Sandiford
- [llvm] r187113 - [SystemZ] Add LOCR and LOCGR
Richard Sandiford
- [llvm] r187116 - [SystemZ] Rework compare and branch support
Richard Sandiford
- [llvm] r187117 - Fix a comment cut-&-pasto.
Richard Sandiford
- [llvm] r187119 - Fix a bug in TableGen where the intrinsic function name recognizer could mis-identify names if one was a prefix substring of the other
Justin Holewinski
- [llvm] r187119 - Fix a bug in TableGen where the intrinsic function name recognizer could mis-identify names if one was a prefix substring of the other
Joerg Sonnenberger
- [llvm] r187120 - AArch64: don't mask off shift bits when processing JIT relocations.
Tim Northover
- [llvm] r187124 - Don't end a file name with a dot. It looks odd.
Rafael Espindola
- [llvm] r187126 - AArch64: fix even more JIT failures
Tim Northover
- [llvm] r187126 - AArch64: fix even more JIT failures
Rafael Espíndola
- [llvm] r187126 - AArch64: fix even more JIT failures
Tim Northover
- [llvm] r187128 - AArch64: add llc-based tests for previous commit.
Tim Northover
- [llvm] r187130 - Current batch of -disable-debug-info-verifier.
Rafael Espindola
- [llvm] r187130 - Current batch of -disable-debug-info-verifier.
Manman
- [llvm] r187130 - Current batch of -disable-debug-info-verifier.
Rafael Espíndola
- [llvm] r187135 - typo.
Adrian Prantl
- [llvm] r187138 - Add a way to add a kind-value string pair to an attribute.
Bill Wendling
- [llvm] r187139 - Allocate local registers in order for optimal coloring.
Andrew Trick
- [llvm] r187139 - Allocate local registers in order for optimal coloring.
Jakob Stoklund Olesen
- [llvm] r187140 - Evict local live ranges if they can be reassigned.
Andrew Trick
- [llvm] r187141 - RegAllocGreedy comment.
Andrew Trick
- [llvm] r187145 - Remove the mblaze backend from llvm.
Rafael Espindola
- [llvm] r187146 - Remove empty directories
Rafael Espindola
- [llvm] r187150 - Debug Info: improve the verifier to check field types.
Manman Ren
- [llvm] r187154 - Remove dead code from the makefile build system.
Rafael Espindola
- [llvm] r187157 - Debug Info: update comments and add a FIXME.
Manman Ren
- [llvm] r187158 - PPC32 va_list is an actual structure so va_copy needs to copy the whole
Roman Divacky
- [llvm] r187159 - Using a different loop induction variable than the enclosing scope. No functional changes intended.
Aaron Ballman
- [llvm] r187164 - Phabricator.rst: tiny fix
Hans Wennborg
- [llvm] r187166 - Add a bool->StringRef c'tor to StringRef.
Bill Wendling
- [llvm] r187166 - Add a bool->StringRef c'tor to StringRef.
David Blaikie
- [llvm] r187166 - Add a bool->StringRef c'tor to StringRef.
Bill Wendling
- [llvm] r187166 - Add a bool->StringRef c'tor to StringRef.
David Blaikie
- [llvm] r187179 - [PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
- [llvm] r187182 - Take advantage of the register enums being in order to remove a couple static tables.
Craig Topper
- [llvm] r187186 - Make .bc en/decoding of AttrKind stable
Tobias Grosser
- [llvm] r187187 - Fix more Intel syntax issues with FP instruction aliases. Test cases coming in a subsequent patch.
Craig Topper
- [llvm] r187188 - Add test cases for the various instruction alias and Intel syntax fixes that have gone in lately.
Craig Topper
- [llvm] r187191 - Re-implement the analysis of uses in mem2reg to be significantly more
Chandler Carruth
- [llvm] r187193 - [XCore] Add TODO regarding byval structs
Richard Osborne
- [llvm] r187195 - test commit
Richard Osborne
- [llvm] r187198 - Add a target legalize hook for SplitVectorOperand
Justin Holewinski
- [llvm] r187201 - Revert "Add a target legalize hook for SplitVectorOperand"
Rafael Espindola
- [llvm] r187202 - Add a target legalize hook for SplitVectorOperand (again)
Justin Holewinski
- [llvm] r187205 - Next batch of -disable-debug-info-verifier.
Rafael Espindola
- [llvm] r187206 - Improve our error handling on windows.
Rafael Espindola
- [llvm] r187208 - Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.
Rafael Espindola
- [llvm] r187208 - Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.
Hal Finkel
- [llvm] r187209 - Remove dead or useless header checks from cmake and autoconf
Reid Kleckner
- [llvm] r187212 - Add a way to get the context of any particular scope.
Eric Christopher
- [llvm] r187212 - Add a way to get the context of any particular scope.
David Blaikie
- [llvm] r187212 - Add a way to get the context of any particular scope.
Eric Christopher
- [llvm] r187213 - Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
- [llvm] r187213 - Add preliminary support for hashing DIEs and breaking them into
David Blaikie
- [llvm] r187213 - Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
- [llvm] r187213 - Add preliminary support for hashing DIEs and breaking them into
Robinson, Paul
- [llvm] r187213 - Add preliminary support for hashing DIEs and breaking them into
David Blaikie
- [llvm] r187213 - Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
- [llvm] r187217 - Regenerate.
Eric Christopher
- [llvm] r187217 - Regenerate.
Reid Kleckner
- [llvm] r187222 - Move this to the X86 directory, unfortunately the hashes are not
Eric Christopher
- [llvm] r187222 - Move this to the X86 directory, unfortunately the hashes are not
David Blaikie
- [llvm] r187222 - Move this to the X86 directory, unfortunately the hashes are not
Eric Christopher
- [llvm] r187223 - Re-add DataLayout pointer size convenience functions.
Matt Arsenault
- [llvm] r187223 - Re-add DataLayout pointer size convenience functions.
Duncan Sands
- [llvm] r187223 - Re-add DataLayout pointer size convenience functions.
Matt Arsenault
- [llvm] r187224 - Collapse conditional and add an assert for unhandled scope types.
Eric Christopher
- [llvm] r187224 - Collapse conditional and add an assert for unhandled scope types.
Robinson, Paul
- [llvm] r187224 - Collapse conditional and add an assert for unhandled scope types.
Eric Christopher
- [llvm] r187224 - Collapse conditional and add an assert for unhandled scope types.
Bill Wendling
- [llvm] r187224 - Collapse conditional and add an assert for unhandled scope types.
Eric Christopher
- [llvm] r187225 - Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP for consistency.
Stephen Lin
- [llvm] r187226 - Remove trailing whitespace.
Stephen Lin
- [llvm] r187229 - [mips] Print instructions "beq", "bne" and "or" using assembler pseudo
Akira Hatanaka
- [llvm] r187231 - [mips] Delete register print method MipsInstPrinter::printCPURegs that is not
Akira Hatanaka
- [llvm] r187233 - [mips] Fix floating point branch, comparison, and conditional move instructions
Akira Hatanaka
- [llvm] r187234 - [mips] Increase the number of floating point condition code registers to eight.
Akira Hatanaka
- [llvm] r187237 - Debug Info Verifier: enable verification of DICompileUnit.
Manman Ren
- [llvm] r187238 - [mips] Fix FP branch instructions to have explicit FP condition code register
Akira Hatanaka
- [llvm] r187241 - Add missing 'n'.
Rafael Espindola
- [llvm] r187242 - [mips] Fix FP conditional move instructions to have explicit FP condition code
Akira Hatanaka
- [llvm] r187244 - [mips] Implement llvm.trap intrinsic.
Akira Hatanaka
- [llvm] r187245 - Remove addLetterToHash, no functional change.
Eric Christopher
- [llvm] r187247 - Use more parens to clarify assert.
Eric Christopher
- [llvm] r187248 - [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
- [llvm] r187248 - [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
David Dean
- [llvm] r187248 - [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Chandler Carruth
- [llvm] r187248 - [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
- [llvm] r187249 - When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is
Owen Anderson
- [llvm] r187250 - Use a non-c'tor for converting a boolean into a StringRef.
Bill Wendling
- [llvm] r187252 - Re-enabling the C4065 warning for MSVC builds as it no longer fires due to tablegen.
Aaron Ballman
- [llvm] r187253 - Fix variable name.
Owen Anderson
- [llvm] r187254 - Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
- [llvm] r187260 - next batch of -disable-debug-info-verifier
Rafael Espindola
- [llvm] r187260 - next batch of -disable-debug-info-verifier
Manman Ren
- [llvm] r187260 - next batch of -disable-debug-info-verifier
Rafael Espíndola
- [llvm] r187261 - Use pipefail when available.
Rafael Espindola
- [llvm] r187265 - SLP Vectorizer: Disable the vectorization of non power of two chains, such as <3 x float>, because we dont have a good cost model for these types.
Nadav Rotem
- [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.
Nadav Rotem
- [llvm] r187268 - Propagate pipefail when cloning.
Rafael Espindola
- [llvm] r187271 - Move the default back to pipefail. I accidentally reverted it before.
Rafael Espindola
- [llvm] r187278 - SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch conditions
Tom Stellard
- [llvm] r187279 - Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required.
Aaron Ballman
- [llvm] r187283 - Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
- [llvm] r187283 - Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Chris Lattner
- [llvm] r187284 - Also update CMakeLists.txt for r187283.
Nick Lewycky
- [llvm] r187285 - Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
- [llvm] r187285 - Debug Info Verifier: verify SPs in llvm.dbg.sp.
David Blaikie
- [llvm] r187285 - Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman
- [llvm] r187285 - Debug Info Verifier: verify SPs in llvm.dbg.sp.
David Blaikie
- [llvm] r187286 - Update this CMakeLists.txt for r187283 too.
Nick Lewycky
- [llvm] r187291 - SimplifyCFG: Add missing tests from r187278
Tom Stellard
- [llvm] r187293 - Re-enabling a warning in MSVC mode now that r187292 fixed the only instance of the warning.
Aaron Ballman
- [llvm] r187296 - Merge the removal of dead instructions and lifetime markers with the
Chandler Carruth
- [llvm] r187297 - Don't use all the #ifdefs to hide the stats counters and instead rely on
Chandler Carruth
- [llvm] r187299 - Fix a memory leak in the hexagon scheduler. We call initialize here more
Chandler Carruth
- [llvm] r187301 - Fix a memory leak in the debug emission by simply not allocating memory.
Chandler Carruth
- [llvm] r187302 - Fix yet another memory leak found by the vg-leak bot. Folks (including
Chandler Carruth
- [llvm] r187303 - Create a constant pool symbol for the GOT in the ARMCGBR the same way we
Chandler Carruth
- [llvm] r187304 - DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
Benjamin Kramer
- [llvm] r187304 - DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
David Blaikie
- [llvm] r187304 - DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
Benjamin Kramer
- [llvm] r187304 - DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
David Blaikie
- [llvm] r187304 - DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
Eric Christopher
- [llvm] r187309 - Minor code simplification suggested by Duncan
Matt Arsenault
- [llvm] r187310 - Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required.
Aaron Ballman
- [llvm] r187310 - Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required.
Kuperstein, Michael M
- [llvm] r187310 - Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required.
Aaron Ballman
- [llvm] r187310 - Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required.
Kuperstein, Michael M
- [llvm] r187310 - Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required.
Aaron Ballman
- [llvm] r187312 - [APFloat] Removed nextafter from missing operations since it is implemented in APFloat::next.
Michael Gottesman
- [llvm] r187313 - [APFloat] Move setting fcNormal in zeroSignificand() to calling code.
Michael Gottesman
- [llvm] r187313 - [APFloat] Move setting fcNormal in zeroSignificand() to calling code.
Chandler Carruth
- [llvm] r187313 - [APFloat] Move setting fcNormal in zeroSignificand() to calling code.
Michael Gottesman
- [llvm] r187314 - [APFloat] Make all arithmetic operations with NaN produce positive NaNs.
Michael Gottesman
- [llvm] r187314 - [APFloat] Make all arithmetic operations with NaN produce positive NaNs.
Owen Anderson
- [llvm] r187314 - [APFloat] Make all arithmetic operations with NaN produce positive NaNs.
Michael Gottesman
- [llvm] r187316 - Update the comment
Nadav Rotem
- [llvm] r187318 - [PowerPC] Remove unnecessary preprocessor checking.
Bill Schmidt
- [llvm] r187319 - Revert 187318
Bill Schmidt
- [llvm] r187320 - [PowerPC] Add comment explaining preprocessor directive.
Bill Schmidt
- [llvm] r187322 - Thread DataLayout through the callers and into mem2reg. This will be
Chandler Carruth
- [llvm] r187323 - Now that mem2reg understands how to cope with a slightly wider set of
Chandler Carruth
- [llvm] r187324 - Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
- [llvm] r187325 - fixed compilation issue
Elena Demikhovsky
- [llvm] r187327 - Temporarily revert r187323 until I update SSAUpdater to match mem2reg.
Chandler Carruth
- [llvm] r187331 - Partial revert of 187310; it seems MSVC 10 still spits out this warning, but MSVC 11 does not.
Aaron Ballman
- [llvm] r187331 - Partial revert of 187310; it seems MSVC 10 still spits out this warning, but MSVC 11 does not.
David Blaikie
- [llvm] r187331 - Partial revert of 187310; it seems MSVC 10 still spits out this warning, but MSVC 11 does not.
Aaron Ballman
- [llvm] r187333 - Remove use of sprintf added to X86 disassembler tablegen code. Send message with instruction name to errs() instead and use a generic message for the llvm_unreachable. Consistent with other places in this file.
Craig Topper
- [llvm] r187335 - Update comments for SSAUpdater to use the modern doxygen comment
Chandler Carruth
- [llvm] r187336 - Fix -Wdocumentation warnings.
Rafael Espindola
- [llvm] r187340 - Don't vectorize when the attribute NoImplicitFloat is used.
Nadav Rotem
- [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
Doug Gilmore
- [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
Reed Kotler
- [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
Daniel Dunbar
- [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
reed kotler
- [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
Doug Gilmore
- [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
Daniel Dunbar
- [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
reed kotler
- [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
Doug Gilmore
- [PATCH] "speculatable" function attribute
Kuperstein, Michael M
- [PATCH] "speculatable" function attribute
Tobias Grosser
- [PATCH] [ARM] check bitwidth in PerformORCombine
Saleem Abdulrasool
- [PATCH][DAGCombiner] insert_vector_elt: Avoid to create multiple uses of the same load.
Quentin Colombet
- [PATCH][DAGCombiner] insert_vector_elt: Avoid to create multiple uses of the same load.
Nadav Rotem
- [PATCH][DAGCombiner] insert_vector_elt: Avoid to create multiple uses of the same load.
Quentin Colombet
- [PATCH][DAGCombiner] insert_vector_elt: Avoid to create multiple uses of the same load.
Quentin Colombet
- [PATCH][DAGCombiner] insert_vector_elt: Avoid to create multiple uses of the same load.
Tom Stellard
- [PATCH][DAGCombiner] insert_vector_elt: Avoid to create multiple uses of the same load.
Quentin Colombet
- [PATCH][DAGCombiner] insert_vector_elt: Avoid to create multiple uses of the same load.
Quentin Colombet
- [PATCH] [lld] add InputGraph to process Command line arguments
Shankar Kalpathi Easwaran
- [PATCH] [lld] add InputGraph to process Command line arguments
Rafael Espíndola
- [PATCH] [lld] add InputGraph to process Command line arguments
Shankar Easwaran
- [PATCH] [lld] add InputGraph to process Command line arguments
Rafael Espíndola
- [PATCH] [lld] add InputGraph to process Command line arguments
Shankar Easwaran
- [PATCH] [lld] add InputGraph to process Command line arguments
Shankar Easwaran
- [PATCH] [lld] add InputGraph to process Command line arguments
Michael Spencer
- [PATCH] [lld] add InputGraph to process Command line arguments
Shankar Kalpathi Easwaran
- [PATCH] [lsan] Handle fork() correctly.
Alexey Samsonov
- [PATCH] [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
Sergey Matveev
- [PATCH] [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
Kostya Serebryany
- [PATCH] [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
Sergey Matveev
- [PATCH] [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
Kostya Serebryany
- [PATCH] [Object] Split the ELF interface into 3 parts.
Michael Spencer
- [PATCH] [Object] Split the ELF interface into 3 parts.
Rafael Espíndola
- [PATCH] [ocaml-bindings] Llvm.build_phi
Nicolas Ojeda Bar
- [PATCH] [PECOFF] Don't set IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE if "-fixed" is provided
Ron Ofir
- [PATCH] [PECOFF] Don't set IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE if "-fixed" is provided
Rui Ueyama
- [PATCH] [PECOFF] Don't set IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE if "-fixed" is provided
Rui Ueyama
- [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Ron Ofir
- [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Richard
- [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Ron Ofir
- [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Ron Ofir
- [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Rui Ueyama
- [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Ron Ofir
- [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Rui Ueyama
- [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Rui Ueyama
- [PATCH] [PECOFF] Fixed a bug which caused DataDirectoryChunk to write to a wrong offset in the file buffer
Ron Ofir
- [PATCH] [PECOFF] Fixed a bug which caused DataDirectoryChunk to write to a wrong offset in the file buffer
Rui Ueyama
- [PATCH] [PECOFF] Fixed a bug which caused DataDirectoryChunk to write to a wrong offset in the file buffer
Rui Ueyama
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Ron Ofir
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Richard
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Rui Ueyama
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Ron Ofir
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Chandler Carruth
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Nico Rieck
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Ron Ofir
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Ron Ofir
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Rui Ueyama
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Ron Ofir
- [PATCH] [PECOFF] Relocations now take into account the address which is stored at the relocation site
Rui Ueyama
- [PATCH] [PECOFF] Replace magic number with llvm::COFF::DataDirectoryIndex value
Ron Ofir
- [PATCH] [PECOFF] Replace magic number with llvm::COFF::DataDirectoryIndex value
Rui Ueyama
- [PATCH] [PECOFF] Replace magic number with llvm::COFF::DataDirectoryIndex value
Rui Ueyama
- [PATCH] [TableGen] Sort intrinsics in reverse order for intrinsic name matcher
Justin Holewinski
- [PATCH] [TableGen] Sort intrinsics in reverse order for intrinsic name matcher
Sean Silva
- [PATCH] [TableGen] Sort intrinsics in reverse order for intrinsic name matcher
Justin Holewinski
- [PATCH] [TableGen] Sort intrinsics in reverse order for intrinsic name matcher
Sean Silva
- [PATCH] [TableGen] Sort intrinsics in reverse order for intrinsic name matcher
Justin Holewinski
- [PATCH] [TableGen] Sort intrinsics in reverse order for intrinsic name matcher
Sean Silva
- [PATCH] [TableGen] Sort intrinsics in reverse order for intrinsic name matcher
Jakob Stoklund Olesen
- [PATCH] Add a target legalize hook for SplitVectorOperand
Justin Holewinski
- [PATCH] Add a target legalize hook for SplitVectorOperand
Eli Friedman
- [PATCH] Add a target legalize hook for SplitVectorOperand
Justin Holewinski
- [PATCH] Add a target legalize hook for SplitVectorOperand
Justin Holewinski
- [PATCH] Add a target legalize hook for SplitVectorOperand
Eli Friedman
- [PATCH] Add a target legalize hook for SplitVectorOperand
Eli Friedman
- [PATCH] Add a target legalize hook for SplitVectorOperand
Eli Friedman
- [PATCH] Add a target legalize hook for SplitVectorOperand
Justin Holewinski
- [PATCH] Add a target legalize hook for SplitVectorOperand
Eli Friedman
- [PATCH] Add a target legalize hook for SplitVectorOperand
Justin Holewinski
- [PATCH] Add a target legalize hook for SplitVectorOperand
Eli Friedman
- [PATCH] Add a target legalize hook for SplitVectorOperand
Justin Holewinski
- [PATCH] Add a unit test for MemoryBuffer::getOpenFile
Eli Bendersky
- [PATCH] Add a unit test for MemoryBuffer::getOpenFile
Aaron Ballman
- [PATCH] Add a unit test for MemoryBuffer::getOpenFile
Eli Bendersky
- [PATCH] Add a unit test for MemoryBuffer::getOpenFile
Aaron Ballman
- [PATCH] Add a unit test for MemoryBuffer::getOpenFile
Rafael Espíndola
- [PATCH] Add ISD::FROUND for libm round()
Hal Finkel
- [PATCH] Add ISD::FROUND for libm round()
Nadav Rotem
- [PATCH] Add range checking for Thumb2 PC-relative loads
Mihail Popa
- [PATCH] Add range checking for Thumb2 PC-relative loads
Tim Northover
- [PATCH] Add range checking for Thumb2 PC-relative loads
Renato Golin
- [PATCH] Add range checking for Thumb2 PC-relative loads
Mihail Popa
- [PATCH] Add range checking for Thumb2 PC-relative loads
Tim Northover
- [PATCH] Add range checking for Thumb2 PC-relative loads
Renato Golin
- [PATCH] Add range checking for Thumb2 PC-relative loads
Mihail Popa
- [PATCH] Add range checking for Thumb2 PC-relative loads
Tim Northover
- [PATCH] Add range checking for Thumb2 PC-relative loads
Renato Golin
- [PATCH] ARM: fix application of de morgan's law
Saleem Abdulrasool
- [PATCH] Avoid FP conversions when calling bitcasted / alias functions
Eli Friedman
- [PATCH] Avoid FP conversions when calling bitcasted / alias functions
Matt Arsenault
- [PATCH] Avoid FP conversions when calling bitcasted / alias functions
Eli Friedman
- [PATCH] Avoid FP conversions when calling bitcasted / alias functions
Matt Arsenault
- [PATCH] Avoid FP conversions when calling bitcasted / alias functions
Matt Arsenault
- [PATCH] Avoid FP conversions when calling bitcasted / alias functions
Eli Friedman
- [PATCH] Avoid FP conversions when calling bitcasted / alias functions
Matt Arsenault
- [PATCH] Avoid FP conversions when calling bitcasted / alias functions
Eli Friedman
- [PATCH] Correctly handle truncates when detecting tail-call opportunities in the presence of the 'returned' attribute
Stephen Lin
- [PATCH] Correct re-applying relocations on MIPS platforms
Petar Jovanovic
- [PATCH] Correct re-applying relocations on MIPS platforms
Rafael Espíndola
- [PATCH] Correct re-applying relocations on MIPS platforms
Petar Jovanovic
- [PATCH] Correct re-applying relocations on MIPS platforms
Kaylor, Andrew
- [PATCH] Correct re-applying relocations on MIPS platforms
Petar Jovanovic
- [PATCH] Correct re-applying relocations on MIPS platforms
Kaylor, Andrew
- [PATCH] Debug Info on Windows
Carlo Kok
- [PATCH] Debug Info on Windows
David Blaikie
- [PATCH] Debug Info on Windows
Carlo Kok
- [PATCH] Debug Info on Windows
David Blaikie
- [PATCH] Debug Info on Windows
Carlo Kok
- [PATCH] Debug Info on Windows
David Blaikie
- [PATCH] Debug Info on Windows
Carlo Kok
- [PATCH] Debug Info on Windows
David Blaikie
- [PATCH] Debug Info on Windows
Carlo Kok
- [PATCH] Don't constant fold bitcast/ptrtoint/inttoptr combinations without datalayout
Eli Friedman
- [PATCH] Don't constant fold bitcast/ptrtoint/inttoptr combinations without datalayout
Matt Arsenault
- [PATCH] Don't constant fold bitcast/ptrtoint/inttoptr combinations without datalayout
Matt Arsenault
- [PATCH] Enable vmla.f32 generation on Cortex-A15
Silviu Baranga
- [PATCH] Enable vmla.f32 generation on Cortex-A15
Renato Golin
- [PATCH] Fix a bug in IfConverter with nested predicates
Quentin Colombet
- [PATCH] Fix a bug in IfConverter with nested predicates
Quentin Colombet
- [PATCH] Fix a bug in IfConverter with nested predicates
Jakob Stoklund Olesen
- [PATCH] Fix a bug in IfConverter with nested predicates
Quentin Colombet
- [PATCH] Fix assertion failure caused by InlineCost when ptrtoint int size is larger than the pointer size
Matt Arsenault
- [PATCH] Fix assertion failure caused by InlineCost when ptrtoint int size is larger than the pointer size
Matt Arsenault
- [PATCH] Fix incorrect error-less failure when combining CHECK-DAG and CHECK-NOT
Daniel Sanders
- [PATCH] Fix usage of posix_spawn_file_actions_addopen
Hal Finkel
- [PATCH] Fix usage of posix_spawn_file_actions_addopen
Rafael Espíndola
- [PATCH] Fix usage of posix_spawn_file_actions_addopen
Hal Finkel
- [PATCH] Fix usage of posix_spawn_file_actions_addopen
Rafael Espíndola
- [PATCH] hasPath
Chandler Carruth
- [PATCH] hasPath
Nick Lewycky
- [PATCH] hasPath
Chandler Carruth
- [PATCH] Implement function prefix data as an IR feature.
Reid Kleckner
- [PATCH] Implement function prefix data as an IR feature.
Peter Collingbourne
- [PATCH] Make .bc en/decoding of AttrKind stable
Tobias Grosser
- [PATCH] Make .bc en/decoding of AttrKind stable
Nick Lewycky
- [PATCH] Make .bc en/decoding of AttrKind stable
Tobias Grosser
- [PATCH] Make .bc en/decoding of AttrKind stable
Bill Wendling
- [PATCH] Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom comments for implicit defs
Justin Holewinski
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Rafael Espíndola
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Aaron Ballman
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Rafael Espíndola
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Reid Kleckner
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Joerg Sonnenberger
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Rafael Espíndola
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Aaron Ballman
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Rafael Espíndola
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Reid Kleckner
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Rafael Espíndola
- [Patch] Make errors and crashes distinct even with LLVM_DISABLE_CRASH_REPORT
Aaron Ballman
- [PATCH] MC: Support larger COFF string tables
Richard
- [PATCH] MC: Support larger COFF string tables
Nico Rieck
- [PATCH] MC: Support larger COFF string tables
Richard
- [PATCH] MC: Support larger COFF string tables
Jay Foad
- [PATCH] MC: Support larger COFF string tables
Nico Rieck
- [PATCH] MC: Support larger COFF string tables
Rafael Ávila de Espíndola
- [PATCH] MC: Support larger COFF string tables
Rafael Espíndola
- [PATCH] Move transforms from InstCombine to InstSimplify
David Majnemer
- [PATCH] Move UnpoisonMappedDSO to sanitizer_common.
Peter Collingbourne
- [Patch] Option parsing: allow option aliases in option groups
Reid Kleckner
- [Patch] Option parsing: allow option aliases in option groups
Hans Wennborg
- [PATCH] PatternMatch for SelectionDAG
David Majnemer
- [PATCH] Proper va_arg/va_copy lowering on win64
Nico Rieck
- [PATCH] R600: Remove predicated_break inst
Vincent Lejeune
- [PATCH] R600: Remove predicated_break inst
Tom Stellard
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Matt Arsenault
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Eli Friedman
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Eli Friedman
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Matt Arsenault
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Matt Arsenault
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Eli Friedman
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Matt Arsenault
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Eli Friedman
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Matt Arsenault
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Matt Arsenault
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Eli Friedman
- [PATCH] Re-add DataLayout convenience functions for getting pointer size
Matt Arsenault
- [PATCH] Re-enabling another warning
Aaron Ballman
- [PATCH] Re-enabling another warning
David Blaikie
- [PATCH] Re-enabling another warning
Aaron Ballman
- [PATCH] Re-enabling another warning
David Blaikie
- [PATCH] Re-enabling another warning
Aaron Ballman
- [PATCH] Re-enabling another warning
David Blaikie
- [PATCH] Re-enabling another warning
Aaron Ballman
- [PATCH] Re-enabling another warning
David Blaikie
- [PATCH] Refactor sameNoopInput (determining tail-call legitimacy)
Tim Northover
- [PATCH] Refactor sameNoopInput (determining tail-call legitimacy)
Duncan Sands
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Eli Friedman
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Eli Friedman
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Eli Friedman
- [PATCH] Reject bitcasts between address spaces with different sizes
Matt Arsenault
- [PATCH] Reject bitcasts between address spaces with different sizes
Eli Friedman
- [patch] remove some dead code from the Makefile build system
Rafael Espíndola
- [PATCH] Remove XFAIL from test-ptr-reloc-remote.ll
Petar Jovanovic
- [PATCH] Remove XFAIL from test-ptr-reloc-remote.ll
Rafael Avila de Espindola
- [PATCH] Removing a disabled warning
Aaron Ballman
- [PATCH] Removing a disabled warning
David Blaikie
- [PATCH] Removing a disabled warning
Aaron Ballman
- [patch] Respect llvm.used in Internalize
Rafael Espíndola
- [patch] Respect llvm.used in Internalize
Nick Lewycky
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Eli Bendersky
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Rafael Espíndola
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Eli Bendersky
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Rafael Espíndola
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Eli Bendersky
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Rafael Espíndola
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Eli Bendersky
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Rafael Espíndola
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Eli Bendersky
- [PATCH] run the unit test for MemoryBuffer::getOpenFile in two different modes
Rafael Espíndola
- [patch] simplifyCFG for review
Ye, Mei
- [patch] simplifyCFG for review
Nick Lewycky
- [patch] simplifyCFG for review
Ye, Mei
- [patch] simplifyCFG for review
Andrew Trick
- [patch] simplifyCFG for review
Tom Stellard
- [patch] simplifyCFG for review
Chandler Carruth
- [patch] simplifyCFG for review
Matt Arsenault
- [patch] simplifyCFG for review
Ye, Mei
- [patch] simplifyCFG for review
Chandler Carruth
- [patch] simplifyCFG for review
Ye, Mei
- [patch] simplifyCFG for review
Chandler Carruth
- [patch] simplifyCFG for review
Chandler Carruth
- [patch] simplifyCFG for review
Andrew Trick
- [patch] simplifyCFG for review
Andrew Trick
- [patch] simplifyCFG for review
Chandler Carruth
- [patch] simplifyCFG for review
Andrew Trick
- [patch] simplifyCFG for review
Christian König
- [patch] simplifyCFG for review
Ye, Mei
- [patch] simplifyCFG for review
Andrew Trick
- [patch] simplifyCFG for review
Ye, Mei
- [patch] simplifyCFG for review
Chandler Carruth
- [patch] simplifyCFG for review
Ye, Mei
- [PATCH] Teach ConstantFolding about address space pointer sizes
Matt Arsenault
- [PATCH] Update regalloc documentation
Abid, Hafiz
- [PATCH] Update regalloc documentation
Jakob Stoklund Olesen
- [PATCH] Update regalloc documentation
Abid, Hafiz
- [PATCH] Usability improvements for Intel X86 disassembly (llvm)
Richard Mitton
- [PATCH] Use a consistent generator's name for cmake invocations
Simon Atanasyan
- [PATCH] Use new getPointerTypeSizeInBits in DataLayout
Matt Arsenault
- [PATCH] Use new getPointerTypeSizeInBits in DataLayout
Eli Friedman
- [PATCH] Use new getPointerTypeSizeInBits in DataLayout
Matt Arsenault
- [PATCH] Use proper section suffix for COFF weak symbols
Nico Rieck
- [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
David Majnemer
- [polly] r187023 - ScopInfo/IndependentBlocks: clang-format
Tobias Grosser
- [polly] r187024 - ScopDetect: Add some test cases for sequential loops
Tobias Grosser
- [polly] r187101 - Convert line endings to unix style
Tobias Grosser
- [polly] r187102 - ScopDetect: Only track detection failures if actually needed.
Tobias Grosser
- [polly] r187114 - BlockGenerator: Split getNewValue.
Hongbin Zheng
- [polly] r187263 - Add not to commands that fail.
Rafael Espindola
- [polly] r187300 - Looks like this test crashes. Add --crash to not for now.
Rafael Espindola
- [polly] r187305 - Temporary disable a test until I finished the fix
Tobias Grosser
- [polly] r187326 - gitattributes: .png and .txt are no text files
Tobias Grosser
- [polly] r187328 - Use a slightly smaller hammer to make this pass.
Rafael Espindola
- [polly] r187338 - CodeGeneration: Fix double free in vector for
Tobias Grosser
- [polly] r187339 - JSONImporter: Free new schedule if found invalid
Tobias Grosser
- [polly] r187341 - Remove second '-analyze' from command line
Tobias Grosser
- [polly] r187342 - TempScop: Actually load Polly in this test case
Tobias Grosser
- [polly] r187343 - Remove '-debug-only' from test case
Tobias Grosser
- [PowerPC, JIT] PPCJITInfo.cpp "This is not a 32bit PowerPC"
David Fang
- [PowerPC, JIT] PPCJITInfo.cpp "This is not a 32bit PowerPC"
David Fang
- [PowerPC, JIT] PPCJITInfo.cpp "This is not a 32bit PowerPC"
Hal Finkel
- [PowerPC, JIT] PPCJITInfo.cpp "This is not a 32bit PowerPC"
David Fang
- [PowerPC, JIT] PPCJITInfo.cpp "This is not a 32bit PowerPC"
Hal Finkel
- [PowerPC, JIT] PPCJITInfo.cpp "This is not a 32bit PowerPC"
Peter Bergner
- [PowerPC, JIT] PPCJITInfo.cpp "This is not a 32bit PowerPC"
Joerg Sonnenberger
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
David Fang
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
Rafael Espíndola
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
David Fang
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
Rafael Espíndola
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
Don Crandall
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
David Fang
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
David Fang
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
Rafael Espíndola
- [PowerPC, Mach-O] PPCMachObjectWriter.cpp, at long last
David Fang
- [stackprotector] Add the llvm.stackprotectorcheck intrinsic
Michael Gottesman
- [stackprotector] Add the llvm.stackprotectorcheck intrinsic
Eli Friedman
- [test-suite] r187181 - [PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
- [test-suite] r187307 - sqlite3: Remove preprocessor defines that should be disabled.
Benjamin Kramer
- [test-suite] r187308 - nbench: just disable inclusion of malloc.h, LLVM doesn't support platforms that still need it anyways.
Benjamin Kramer
- [test-suite] r187311 - sqlite3: Bring back -DSQLITE_THREADSAFE=0 to unbreak the ARM LNT bot.
Benjamin Kramer
- [www] r187136 - 2013 dev meeting template
Tanya Lattner
- [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.
Chris Lattner
- [zorg] r187257 - Use proper llvm_authors_path.cfg path so that proper emails are sent out from the phased builders.
Michael Gottesman
- [zorg] r187258 - Add my email as an extra recipient for normal failures.
Michael Gottesman
- [zorg] r187288 - Include the status builders in the normal failure emails.
Michael Gottesman
- [zorg] r187289 - Revert "Add my email as an extra recipient for normal failures."
Michael Gottesman
- [zorg] r187290 - Revert "Remove phased-bb-llvmlab from the #llvm until I have time to figure out why certain configuration related failures are occuring."
Michael Gottesman
- Change makeLibCall to return both the generated call and the chain instead of just the call.
Michael Gottesman
- Fwd: [PATCH][DAGCombiner] insert_vector_elt: Avoid to create multiple uses of the same load.
Quentin Colombet
- Hashing API [Was [llvm] r187213 - Add preliminary support for hashing DIEs and breaking them into]
David Blaikie
- LLD: TargetInfo constness
Rui Ueyama
- LLD: TargetInfo constness
Reid Kleckner
- LLD: TargetInfo constness
Shankar Easwaran
- LLD: TargetInfo constness
Rui Ueyama
- LLD: TargetInfo constness
Rui Ueyama
- LLD: TargetInfo constness
Chandler Carruth
- LLD: TargetInfo constness
Rui Ueyama
- MC parser and PPC variants on constants
Ulrich Weigand
- PATCH: Add getVectorIdxTy() function to TargetLowering
Tom Stellard
- PATCH: SelectionDAG: Use MVT::i32 for vector indices
Tom Stellard
- PATCH: SelectionDAG: Use MVT::i32 for vector indices
Nadav Rotem
- R600: Scheduling support for VLIW5 gen
Vincent Lejeune
- TableGen generates an enum to name Schedule Model
Vincent Lejeune
- TableGen generates an enum to name Schedule Model
Jakob Stoklund Olesen
- xcore: handling of byval args in callee
Richard Osborne
- xcore: handling of byval args in callee
Robert Lytton
- XCore: vararg fix
Robert Lytton
Last message date:
Sun Jul 28 22:39:33 PDT 2013
Archived on: Tue Aug 4 17:10:28 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).