- cfe0cf0 Fix indent. NFC. by Chad Rosier · 9 years ago
- ae9896f Add an optional parameter with a list of undefs to extendToIndices by Krzysztof Parzyszek · 9 years ago
- f2e0338 Next set of additional error checks for invalid Mach-O files for bad load commands by Kevin Enderby · 9 years ago
- 5fc0cc8 [EarlyCSE] Allow forwarding a non-invariant load into an invariant load. by Geoff Berry · 9 years ago
- 8f1c575 [SLP] Update the debug based on Michael's suggestion. by Chad Rosier · 9 years ago
- eb8a4ab [LangRef] Clarify !invariant.load semantics. by Geoff Berry · 9 years ago
- 71255df [SLP] Sink debug after checking for matching types/opcode. by Chad Rosier · 9 years ago
- c163bf5 [lib/LTO] Factor out logic for running passes. by Davide Italiano · 9 years ago
- b62ba77 s/static inline/static/ for headers I have changed in r279475. NFC. by Tim Shen · 9 years ago
- 33f98b3 [LTO] Fix common test to reflect r279911 and move to X86 subdirectory by Teresa Johnson · 9 years ago
- 57e1968 [codeview] Emit vtable shape information by Reid Kleckner · 9 years ago
- 327ae58 [statepoints][experimental] Add support for live-in semantics of values in deopt bundles by Philip Reames · 9 years ago
- acfacb0 [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing of upper 64-bits of xmm result by Simon Pilgrim · 9 years ago
- 5f960b8 [SLP] Arguments should be camel case, and start with an upper case letter. NFC. by Chad Rosier · 9 years ago
- da4a9a6 Changing a code block to text because Sphinx does not like it on the builder (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/12517/steps/docs-llvm-html/logs/stdio) by Aaron Ballman · 9 years ago
- 6050932 Clang patch r280064 introduced ways to set the FP exceptions and denormal by Sjoerd Meijer · 9 years ago
- 3061990 Fixed spill stack objects are mutable by Krzysztof Parzyszek · 9 years ago
- bafb383 Fix comments about IndirectBrInst in Instructions.h by Chad Rosier · 9 years ago
- 7ae397d Revert "[SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more cases" by James Molloy · 9 years ago
- 1012af3 Changing a code block to text because Sphinx does not like it on the builder (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/12516/steps/docs-llvm-html/logs/stdio) by Aaron Ballman · 9 years ago
- 8f65479 Revert "[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd" by James Molloy · 9 years ago
- 85dac9a Revert "[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches" by James Molloy · 9 years ago
- 3d40b2a Revert "[SimplifyCFG] Add a workaround to fix PR30188" by James Molloy · 9 years ago
- 0ba92ab Revert "[SimplifyCFG] Fix bootstrap failure after r280220" by James Molloy · 9 years ago
- 9cbda65 Use abstraction in AArch64AsmPrinter::lowerSTACKMAP. NFCI by Diana Picus · 9 years ago
- aca9e6b Typo fixes. NFC by Diana Picus · 9 years ago
- d5c06d1 [SimplifyCFG] Fix bootstrap failure after r280220 by James Molloy · 9 years ago
- 5b50326 AMDGPU/SI: Handle aliases in AMDGPUAlwaysInlinePass by Nikolay Haustov · 9 years ago
- 1c6ea1a [SimplifyCFG] Add a workaround to fix PR30188 by James Molloy · 9 years ago
- 87aeaac [SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more cases by James Molloy · 9 years ago
- e786823 [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches by James Molloy · 9 years ago
- d308206 [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd by James Molloy · 9 years ago
- 5ae3447 [SimplifyCFG] Tail-merge calls with sideeffects by James Molloy · 9 years ago
- 0bc610c [X86][SSE] Improve awareness of fptrunc implicit zeroing of upper 64-bits of xmm result by Simon Pilgrim · 9 years ago
- da47983 [Coverage] Make sorting criteria for CounterMappingRegions local. by Igor Kudrin · 9 years ago
- f903ac6 [AVX-512] Add patterns to select masked logical operations if the select has a floating point type. by Craig Topper · 9 years ago
- 2699e28 [AVX-512] Add test cases for masked floating point logic operations with bitcasts between the logic ops and the select. We don't currently select masked operations for these cases. by Craig Topper · 9 years ago
- bcb836f [X86] Regenerate a test using update_llc_test_checks.py. by Craig Topper · 9 years ago
- 74727ab [XRay] Support multiple return instructions in a single basic block by Dean Michael Berris · 9 years ago
- 8b6ce01 [Loads] Properly populate the visited set in isDereferenceableAndAlignedPointer by David Majnemer · 9 years ago
- 982b9c9 [PowerPC] Don't spill the frame pointer twice by Hal Finkel · 9 years ago
- b6a1398 [Coroutines] Part 10: Add coroutine promise support. by Gor Nishanov · 9 years ago
- 1a31aef [InstCombine] clean up InsertRangeTest; NFCI by Sanjay Patel · 9 years ago
- 751f50e [llvm-cov] Drop redundant "No." suffix in a column title by Vedant Kumar · 9 years ago
- 74a597b [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148. by Alina Sbirlea · 9 years ago
- ea62cfa [InstCombine] add tests to show type limitations of InsertRangeTest and callers by Sanjay Patel · 9 years ago
- 0887fc5 [codeview] Remove redundant TypeTable lookup by Reid Kleckner · 9 years ago
- 4cbb126 Add a test file, macho-invalid-dysymtab-extreloff-nextrel, by Kevin Enderby · 9 years ago
- e9f64d4 [ORC][RPC] Fix some bugs in the callB primitive. by Lang Hames · 9 years ago
- 3449d54 [CMake] Ensure that compiler-rt is added first by Chris Bieneman · 9 years ago
- b8c2c1d Next set of additional error checks for invalid Mach-O files for bad LC_DYSYMTAB’s. by Kevin Enderby · 9 years ago
- deb6ead llvm-readobj: speculative fix for MSVC by Saleem Abdulrasool · 9 years ago
- 7be2d15 GlobalISel: combine extracts & sequences created for legalization by Tim Northover · 9 years ago
- 605a81a AMDGPU: Relax SGPR asm constraint register class by Matt Arsenault · 9 years ago
- d7a5ad2 [libfuzzer] simplified unit truncation; do not write trunc items to disc by Mike Aizatsky · 9 years ago
- 911b0b8 Revert "ELFDumper: Unversioned symbols must not have trailing @" by Hemant Kulkarni · 9 years ago
- 67a6032 [LoopVectorizer] Predicate instructions in blocks with several incoming edges by Michael Kuperstein · 9 years ago
- 99edeba [COFFObjectFile] Ignore broken symbol table by David Majnemer · 9 years ago
- 90f82fc IntrArgMemOnly is only defined (and current AA machinery only sanely supports) pointer arguments, and these intrinsics have vector of pointer arguments. Remove ArgMemOnly until we either have the machinery, define a new attribute, or something similar by Daniel Berlin · 9 years ago
- 7ebede9 Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with a by Lang Hames · 9 years ago
- b16d4d3 ELFDumper: Unversioned symbols must not have trailing @ by Hemant Kulkarni · 9 years ago
- a55b262 CodeGen: Fixup for r280128, since GCC isn't as permissive as Clang by Duncan P. N. Exon Smith · 9 years ago
- 8be91b5 GlobalISel: forbid physical registers on generic MIs. by Tim Northover · 9 years ago
- b899d19 llvm-readobj: add support for printing GNU Notes by Saleem Abdulrasool · 9 years ago
- a2a31ca Support: add some more ELF constants by Saleem Abdulrasool · 9 years ago
- e046d5c Fix unit test after function name change. by Zachary Turner · 9 years ago
- 9c80b35 ADT: Split ilist_node_traits into alloc and callback, NFC by Duncan P. N. Exon Smith · 9 years ago
- b986a76 Rename ArrayRef::keep_front / keep_back to take_front / take_back. by Zachary Turner · 9 years ago
- 63347e9 TailDuplication: Extract Indirect-Branch block limit as option. NFC by Kyle Butt · 9 years ago
- 2f1f35b ADT: Guarantee transferNodesFromList is only called on transfers by Duncan P. N. Exon Smith · 9 years ago
- b8d741f Appease buildbots after r280114. by Zachary Turner · 9 years ago
- b161c80 IR: Appease MSVC after r280107 with an & or two by Duncan P. N. Exon Smith · 9 years ago
- f097e13 [InstCombine] replace divide-by-constant checks with asserts; NFC by Sanjay Patel · 9 years ago
- bb0403b Add StringRef::take_front and StringRef::take_back by Zachary Turner · 9 years ago
- 298afcc Add StringRef::contains() by Zachary Turner · 9 years ago
- 558d668 [InstCombine] clean up foldICmpDivConstant; NFCI by Sanjay Patel · 9 years ago
- f81c893 ADT: Clean up docs and formatting for ilist_traits, NFC by Duncan P. N. Exon Smith · 9 years ago
- f1f27bb ADT: Split out simple_ilist, a simple intrusive list by Duncan P. N. Exon Smith · 9 years ago
- 788dfe5 Fixup r279618, instantiate *AnalysisManagerProxy<*AnalysisManager,LazyCallGraph::SCC>, instead of *AnalysisManagerProxy<*AnalysisManager,LazyCallGraph::SCC,LazyCallGraph&>, for PassID. by NAKAMURA Takumi · 9 years ago
- 39dbb53 [AMDGPU] Refactor SOP instructions TD files. by Valery Pykhtin · 9 years ago
- db6b577 Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than" by Reid Kleckner · 9 years ago
- 72187d4 [libFuzzer] fix a bug when running a single unit of N bytes with -max_len=M, M<N, caused a buffer overflow by Kostya Serebryany · 9 years ago
- 773652b [libFuzzer] stop using bits for memcmp's value profile -- seems to blow up the corpus too much by Kostya Serebryany · 9 years ago
- 0d8f244 [MC] Move parser helper functions from Asmparser to MCAsmParser by Nirav Dave · 9 years ago
- 2a7897d [Reassociate] Add additional debug output. NFC. by Chad Rosier · 9 years ago
- 84ea382 SILoadStoreOptimizer.cpp: Fix a warning in r279991. [-Wunused-variable] by NAKAMURA Takumi · 9 years ago
- 95bbd1e [SimplifyCFG] Properly CSE metadata in SinkThenElseCodeToEnd by James Molloy · 9 years ago
- eaff23d docs: mention that clobbering output regs in inline asm is illegal. by Peter Zotov · 9 years ago
- 696fea9 [llvm-cov] Use the native path in the coverage report. by Ying Yi · 9 years ago
- ba87832 [Support][Error] Suppress warning about unused result. by Lang Hames · 9 years ago
- fd61a98 [Support] Add a conditionally defined default constructor (available on MSVC by Lang Hames · 9 years ago
- 8f4d66d Replace incorrect "#ifdef DEBUG" with "#ifndef NDEBUG". by James Y Knight · 9 years ago
- c7c6f45 [libFuzzer] use bits instead of bytes for memcmp/strcmp value profile -- the fuzzer reaches the goal much faster, at least on the simple puzzles by Kostya Serebryany · 9 years ago
- 23b4641 [RewriteStatepointsForGC] Update comment for same PHI node check. NFC by Anna Thomas · 9 years ago
- 9e15636 [ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitive by Lang Hames · 9 years ago
- c1d8a15 [PowerPC] Force entry alignment in .got2 by Hal Finkel · 9 years ago
- 08f02f5 Fix coding style; NFC by Sanjoy Das · 9 years ago
- e86c615 ADT: Explode include/llvm/ADT/{ilist,ilist_node}.h, NFC by Duncan P. N. Exon Smith · 9 years ago
- ff612bc [libFuzzer] use trace-div and trace-gep for guided fuzzing, add tests by Kostya Serebryany · 9 years ago
- 8c23b33 [sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; llvm part by Kostya Serebryany · 9 years ago