- 226889e [WinEH] Add cleanupendpad instruction by Joseph Tremoulet · 10 years ago
- d951d3c AVX512: Implemented encoding and intrinsics for vplzcntq, vplzcntd, vpconflictq, vpconflictd by Igor Breger · 10 years ago
- d0e4601 Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on Linux. by NAKAMURA Takumi · 10 years ago
- 6feb333f [MergeFuncs] Efficiently defer functions on merge by JF Bastien · 10 years ago
- 8f6c191 [libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpus with this flag contains encrypted inputs, not the real inputs, which complicates interoperation with other fuzzers. Instead we'll need to implement AFL dictionary support by Kostya Serebryany · 10 years ago
- 1522e8d [X86] Require 32-byte alignment for 32-byte VMOVNTs. by Ahmed Bougacha · 10 years ago
- aa60352 Add Myriad into enum VendorType by Douglas Katzman · 10 years ago
- 6ebb592 [X86] Cleanup nontemporal tests a little. NFC. by Ahmed Bougacha · 10 years ago
- 8559c49 IR: Remove an unused AssemblyWriter constructor. NFC by Justin Bogner · 10 years ago
- 8193d93 [libFuzzer] remove the section about '-tokens' as I am going to deprecate this option by Kostya Serebryany · 10 years ago
- a884848 [RewriteStatepointsForGC] Delete stale comment [NFC] by Philip Reames · 10 years ago
- 90fa80d [RewriteStatepointsForGC] Pull a function out of anon namespace [NFC] by Philip Reames · 10 years ago
- d034925 IR: Remove a redundant function. NFC by Justin Bogner · 10 years ago
- 0741652 [X86] Cleanup nontemporal fragments. NFCI. by Ahmed Bougacha · 10 years ago
- 3f945c2 [RewriteStatepointsForGC] Bugfix for change 246133 by Philip Reames · 10 years ago
- 774bfb2 Fix release build warning for unused function by Philip Reames · 10 years ago
- 84b364d [RewriteStatepointsForGC] Improve debug output [NFC] by Philip Reames · 10 years ago
- 2551be3 [PowerPC] Cleanup cost model for unaligned vector loads/stores by Hal Finkel · 10 years ago
- 3d7575d Move twice-repeated clang path operation into a new function. by Douglas Katzman · 10 years ago
- 2ab5835 Small docs fix by Piotr Padlewski · 10 years ago
- 5ef0a65 [lit] Add basic flaky test retry functionality by Reid Kleckner · 10 years ago
- cd0a59d1 assuem(X) handling in GVN bugfix by Piotr Padlewski · 10 years ago
- 782ac28 Constant propagation after hitting assume(cmp) bugfix by Piotr Padlewski · 10 years ago
- 596432d Constant propagation after hiting llvm.assume by Piotr Padlewski · 10 years ago
- 7c393cc [RemoveDuplicatePHINodes] Start over after removing a PHI. by Benjamin Kramer · 10 years ago
- 97cac33 fix underline by Sanjay Patel · 10 years ago
- 8751839 use "unpredictable" metadata in fast-isel when splitting compares by Sanjay Patel · 10 years ago
- 9f33e37 use "unpredictable" metadata in SelectionDAG when splitting compares by Sanjay Patel · 10 years ago
- 580504f [libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remove ugly #ifdef by Kostya Serebryany · 10 years ago
- 1cded9a add unpredictable metadata type for control flow by Sanjay Patel · 10 years ago
- cced526 [AArch64] More consistently separate asm opc and operands with '\t'. by Ahmed Bougacha · 10 years ago
- 15f4acb [AArch64] Consistently separate asm opc and operands with '\t'. by Ahmed Bougacha · 10 years ago
- a2c5cae test: Only warn about missing substitutions for required tools by Justin Bogner · 10 years ago
- 984b15d IR: Invert a condition to make it more legible. NFC by Justin Bogner · 10 years ago
- 2616a82 [ValueTracking] Minor comment change in test by James Molloy · 10 years ago
- 983cfca [ValueTracking] Look through casts when both operands are casts. by James Molloy · 10 years ago
- a1bc1c2 [llvm-reaodbj] Simplify code. No functional change (intended). by Davide Italiano · 10 years ago
- 3fe476e [PowerPC] Don't always consider P8Altivec-only masks in LowerVECTOR_SHUFFLE by Hal Finkel · 10 years ago
- ef8ad01 Reapply r246012 [dsymutil] Emit real dSYM companion binaries. by Frederic Riss · 10 years ago
- 885eb98 [llvm-readobj] MachO: Dump segment command. by Davide Italiano · 10 years ago
- 074eea0 MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
- ec44710 [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses by Sanjay Patel · 10 years ago
- 3c4c933 Pass a symbol table to getRelocationSymbol instead of returning one. by Rafael Espindola · 10 years ago
- 05859c7 [X86][AVX512VLBW] add support in byte shift and SAD by Asaf Badouh · 10 years ago
- f8f78cd Add newline to test. NFC. by Chad Rosier · 10 years ago
- 16c6479 [TableGen] Allow TokenTy in intrinsic signatures by Joseph Tremoulet · 10 years ago
- 1b50f71 AVX512: Implemented encoding and intrinsics for VGETMANTPD/S , VGETMANTSD/S instructions by Igor Breger · 10 years ago
- 3a491e5 Suppress llvm/test/tools/gold/X86/parallel.ll while investigating. by NAKAMURA Takumi · 10 years ago
- 191108c AVX512: Implemented encoding and intrinsics for vshufps/d. by Igor Breger · 10 years ago
- 6ce50a6 [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH instead by James Molloy · 10 years ago
- e2568a8 [LV] Move some code around slightly to make the intent of the function more clear. by James Molloy · 10 years ago
- 4718daf [LV] Cleanup: Sink an IRBuilder closer to its uses. by James Molloy · 10 years ago
- 2b7433d [LV] Refactor all runtime check emissions into helper functions. by James Molloy · 10 years ago
- f6d9948 [LV] Pull creation of trip counts into a helper function. by James Molloy · 10 years ago
- cf062a0 [LV] Factor the creation of the loop induction variable out of createEmptyLoop() by James Molloy · 10 years ago
- fe89784 [LV] Never widen an induction variable. by James Molloy · 10 years ago
- 390bcc0 [LV] Switch to using canonical induction variables. by James Molloy · 10 years ago
- 11caed9 [CMake] Don't use OBJLIB on Xcode. by NAKAMURA Takumi · 10 years ago
- e1bb461 AVX-512: store <4 x i1> and <2 x i1> values in memory by Elena Demikhovsky · 10 years ago
- d4b64f7 Optimization for Gather/Scatter with uniform base by Elena Demikhovsky · 10 years ago
- e53e7dc Move createEliminateAvailableExternallyPass earlier in the pass pipeline by Yaron Keren · 10 years ago
- ec0cd29 [CodeGen] Fix FREM on 32-bit MSVC on x86 by Vedant Kumar · 10 years ago
- 6ad37ec [MC] Generate a timestamp for COFF object files by David Majnemer · 10 years ago
- dc2d216 [MC] Remove MCAssembler's copy of OS by David Majnemer · 10 years ago
- fc98f11 [ARM] Don't abort on variable-idx extractelt in ReconstructShuffle. by Ahmed Bougacha · 10 years ago
- 3d58bd6 [MC] Add support for generating COFF CRCs by David Majnemer · 10 years ago
- bb93db2 Make trunk release notes point to 3.7, not 3.6 by Nico Weber · 10 years ago
- ac515c4 rename "slow-unaligned-mem-under-32" to slow-unaligned-mem-16" (NFCI) by Sanjay Patel · 10 years ago
- 0a1d37b gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen. by Peter Collingbourne · 10 years ago
- 374ff4e Remove OutputBuffer. by Benjamin Kramer · 10 years ago
- e1478f8 DeadArgElim: don't eliminate arguments from naked functions by Hans Wennborg · 10 years ago
- 20264d6 New bitcode linker flags: by Artem Belevich · 10 years ago
- 70b9ede [llvm-readobj] MachO -- correctly dump section field 'Reserved3' by Davide Italiano · 10 years ago
- 37d12da [AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0. by Ahmed Bougacha · 10 years ago
- 919f1f4 [MC] Allow MCObjectWriter's output stream to be swapped out by David Majnemer · 10 years ago
- c02bfc6 AVX512: Implemented intrinsics for valign. by Igor Breger · 10 years ago
- aae5893 use CHECK-LABEL for more precision by Sanjay Patel · 10 years ago
- 9258bce [AArch64] Turn on by default interleaved access vectorization by Silviu Baranga · 10 years ago
- ed8658c [ARM] Turn on by default interleaved access vectorization by Silviu Baranga · 10 years ago
- bbdc83d [ARM][AArch64] Turn on by default interleaved access lowering by Silviu Baranga · 10 years ago
- 7e374d8 Fix typo. by Yaron Keren · 10 years ago
- 5c1fa7f Object: Fix COFF import file's symbols. by Rui Ueyama · 10 years ago
- 06fdb30 cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER by Justin Bogner · 10 years ago
- 10add60 Enable linking tools, shared libraries against libLLVM by Andrew Wilkins · 10 years ago
- 6bf8714 AMDGPU: Fix adding redundant implicit operands by Matt Arsenault · 10 years ago
- 715dbbb Distribute the weight on the edge from switch to default statement to edges generated in lowering switch. by Cong Hou · 10 years ago
- 51bbd6f remove unnecessary/conflicting target info by Sanjay Patel · 10 years ago
- 806b965 fixed test to specify triple rather than arch and CPU by Sanjay Patel · 10 years ago
- 680ff33 LTO: Cleanup parameter names and header docs, NFC by Duncan P. N. Exon Smith · 10 years ago
- 9e98324 [DAGCombine] Fixup SETCC legality checking by Hal Finkel · 10 years ago
- b113c5e don't set a legal vector type if we know we can't use that type (NFCI) by Sanjay Patel · 10 years ago
- 37d8ade [BasicAA] Fix the handling of sext and zext in the analysis of GEPs. by Quentin Colombet · 10 years ago
- 456ed89 WebAssembly: generate load/store by JF Bastien · 10 years ago
- faeb202 Infrastructure changes for Clang r246497. by Richard Smith · 10 years ago
- 543e65b generalize helper function of MergeConsecutiveStores to handle vector types (NFCI) by Sanjay Patel · 10 years ago
- 8af580e Revert "[lit] Speculatively fix PR24554 by manually closing the process handle" by Reid Kleckner · 10 years ago
- 460da41 Fix bug in method LLLexer::FP80HexToIntPair by Karl Schimpf · 10 years ago
- e05235a Fix Windows build by including raw_ostream.h by Hans Wennborg · 10 years ago
- 0cf3a4e Fix CHECK directives that weren't checking. by Hans Wennborg · 10 years ago
- 950c009 Rollback of commit "Repress sanitization on User dtor." by Naomi Musgrave · 10 years ago