- bbd301d Readdress r236990, use of static members on a non-static variable. by David Blaikie · 10 years ago
- aeda490 Fix tablegen's PrintFatalError function to run registered file cleanups. by James Y Knight · 10 years ago
- 1d4481d [lib/Fuzzer] when running multiple fuzzing processes, print something every 10 minutes to avoid buildbot timeouts by Kostya Serebryany · 10 years ago
- 4e5be5a Fix input validation issues in llvm-as/llvm-dis by Alexey Samsonov · 10 years ago
- 051ef86 [lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState.cpp; update comments. NFC expected by Kostya Serebryany · 10 years ago
- f6548b8 propagate IR-level fast-math-flags to DAG nodes; 2nd try; NFC by Sanjay Patel · 10 years ago
- 383c558 [LoopIdiomRecognize] Transform backedge-taken count check into an assertion. by Davide Italiano · 10 years ago
- 0cdb698 [lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-based mutator, but instead of relying on taint tracking, try to find the data directly in the input. More (logic and comments) to go. by Kostya Serebryany · 10 years ago
- a194593 Fixing build warnings by Andrew Kaylor · 10 years ago
- aeeca67 [WinEH] Update exception numbering to give handlers their own base state. by Andrew Kaylor · 10 years ago
- da4dc2d group getNode() variants by purpose and add comments; NFC by Sanjay Patel · 10 years ago
- 5b5782c [RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to vector of pointers by Sanjoy Das · 10 years ago
- 948b20e LiveRangeCalc: Improve error messages on malformed IR by Matthias Braun · 10 years ago
- 37848f1 CodeGen: Make MachineInstr::untieRegOperand() a public function by Tom Stellard · 10 years ago
- c9f2596 [X86] Updates to X86 backend for f16 promotion by Pirama Arumuga Nainar · 10 years ago
- 2605531 Rip min/max pattern matching out of InstCombine and into ValueTracking. by James Molloy · 10 years ago
- 0a62359 Amends r236990, because I failed at hitting "save" before commit. by Aaron Ballman · 10 years ago
- 9ffcd1b Replacing a range-based for loop with an old-style for loop. This code was previously causing a warning with MSVC about a compiler-generated local variable because TargetRegistry::begin() and end() are static member functions. NFC. by Aaron Ballman · 10 years ago
- fe78d29 Silencing an MSVC warning: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?); NFC by Aaron Ballman · 10 years ago
- beb74d3 [Testsuite] Renumber metadata in ScopedNoAliasAA test to match CHECK lines by Adam Nemet · 10 years ago
- 63df7cd AVX-512: Changed CC parameter in "cmp" intrinsic by Elena Demikhovsky · 10 years ago
- d6a9af6 [Docs] Fix scoped noalias example by Adam Nemet · 10 years ago
- cdd4737 [InstCombine/PowerPC] Fix single-precision QPX load/store replacement by Hal Finkel · 10 years ago
- a08590e Fixed compilation warning, NFC. by Elena Demikhovsky · 10 years ago
- 8189eb4 AVX-512: Added SKX instructions and intrinsics: by Elena Demikhovsky · 10 years ago
- 73f2a7b Make buildbots happy by David Majnemer · 10 years ago
- c88eae4 [InstCombine] Canonicalize single element array store by David Majnemer · 10 years ago
- 3101b1a [InstCombine] Canonicalize single element array load by David Majnemer · 10 years ago
- c7c44fa AVX-512: fixed UINT_TO_FP operation for 512-bit types. by Elena Demikhovsky · 10 years ago
- a0adcdb [SelectionDAG] Fixed constant folding issue when legalised types are smaller then the folded type. by Simon Pilgrim · 10 years ago
- 6c318f5 SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call init by Ismail Pazarbasi · 10 years ago
- 59a0fe6 AVX-512: fixed a bug in i1 vectors lowering by Elena Demikhovsky · 10 years ago
- 52a759a SystemZ: silence a GCC warning by Saleem Abdulrasool · 10 years ago
- fcae7ea Add polly support to sort_includes.py by Tobias Grosser · 10 years ago
- 31e094b llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/ by NAKAMURA Takumi · 10 years ago
- 01d1787 Fix MergeConsecutiveStore for non-byte-sized memory accesses. by James Y Knight · 10 years ago
- 7d66bd3 MachineCSE: Add a target query for the LookAheadLimit heurisitic by Tom Stellard · 10 years ago
- f5b930b [Fast-ISel] Don't mark the first use of a remat constant as killed. by Pete Cooper · 10 years ago
- 68e53f6 Fix compile error by Arnold Schwaighofer · 10 years ago
- 4406c32 Revert r236912. by Quentin Colombet · 10 years ago
- 275c111 [Target/ARM] Remove unused 'private' from class. by Davide Italiano · 10 years ago
- 75e36e8 ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not non-aliasing distinct objects by Arnold Schwaighofer · 10 years ago
- 19d2499 [opaque pointer type] Cleanup a few references to pointee types using nearby non-pointee types of the same value by David Blaikie · 10 years ago
- 5ba2a0b [lib/Fuzzer] build tests that work well with dfsan also w/o dfsan by Kostya Serebryany · 10 years ago
- 8ae273d [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_USE_SANITIZE_COVERAGE; in lib/Fuzzer try to reload the corpus to pick up new units from other processes by Kostya Serebryany · 10 years ago
- 262697d Switch lowering: cluster adjacent fall-through cases even at -O0 by Hans Wennborg · 10 years ago
- fd5c986 Add a comment about DepthFirstIterator's skipchildren behavior by Daniel Berlin · 10 years ago
- a54f2b8 TargetParser: FPU/ARCH/EXT parsing refactory - NFC by Renato Golin · 10 years ago
- d4f7f29 Update Function::getContext documentation. NFC. by Diego Novillo · 10 years ago
- f9f04c2 [Fast-ISel] Clear kill flags on registers replaced by updateValueMap. by Pete Cooper · 10 years ago
- 74b5760 [Hexagon] Generate more hardware loops by Brendon Cahoon · 10 years ago
- 5de9960 [BasicAA] Fix zext & sext handling by Sanjoy Das · 10 years ago
- d3be000 Replace branch-to-unreachable with assertion. by David Blaikie · 10 years ago
- 278c121 Fix a docs build break introduced by rL236888. by Pat Gavlin · 10 years ago
- c2347d5 [X86] Fast-ISel was incorrectly always killing the source of a truncate. by Pete Cooper · 10 years ago
- 5c7f746 Extend the statepoint intrinsic to allow statepoints to be marked as transitions from GC-aware code to code that is not GC-aware. by Pat Gavlin · 10 years ago
- c417f30 [NoTTI] reject negative scale in addressing mode by Jingyue Wu · 10 years ago
- d90099d Clear kill flags on all used registers when sinking instructions. by Pete Cooper · 10 years ago
- 8eaf047 80 cols fix since i'm looking at this function anyway. NFC by Pete Cooper · 10 years ago
- aedc9c7 Remove duplicate cmake target I added in r236792. by Pete Cooper · 10 years ago
- 58b44d6 Unbreak build: Makefile must have the same change as CMakeLists.txt by Douglas Katzman · 10 years ago
- 7fd56b1 [Hexagon] Update AnalyzeBranch, etc target hooks by Brendon Cahoon · 10 years ago
- d7e20e7 Prevent further errors of omission when adding backend names. by Douglas Katzman · 10 years ago
- 405e5f2 [X86] Teach 'getTargetShuffleMask' how to look through ISD::WrapperRIP when decoding a PSHUFB mask. by Andrea Di Biagio · 10 years ago
- 5081399 [mips][microMIPSr6] Implement ALUIPC and AUIPC instructions by Jozef Kolek · 10 years ago
- ff3820a Fix test added in r236850 for OSX builders. by James Y Knight · 10 years ago
- 900e1d0 [mips][microMIPSr6] Implement ADDIUPC and LWPC instructions by Jozef Kolek · 10 years ago
- e9359f4 Fix alignment checks in MergeConsecutiveStores. by James Y Knight · 10 years ago
- 4650d0e Fix coding standart based on post submit comments. by Igor Laevsky · 10 years ago
- 62f9733 [ARM] Reject invalid -march values by John Brawn · 10 years ago
- baac106 Fix gcc warning of different enum and non-enum types in ternary by Denis Protivensky · 10 years ago
- 3fdd82e [mips] Only use FGR_{32,64} in TableGen descriptions. NFC. by Toma Tabacu · 10 years ago
- 4462e6d This change is refactoring only. It moves basic block normalization for invokes to happen before replacement of a call with safepoint in "ReplaceWithStatepoint". Previously it was partly done before replacement of calls with safepoint and partly after call replacement but before RAUW's for gc_relocates, which was confusing. by Igor Laevsky · 10 years ago
- ca33d72 [mips] Emit the .insn directive for empty basic blocks. by Vasileios Kalintiris · 10 years ago
- b1e7595 [yaml2elf] Replace error message by assert call in writeSectionContent methods by Simon Atanasyan · 10 years ago
- dfa21e1 [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flags by Simon Atanasyan · 10 years ago
- 7a5d9c0 Now that we have a soft-float attribute, use it instead of the by Eric Christopher · 10 years ago
- 66583e4 [opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr. by David Blaikie · 10 years ago
- 8227e6a Update CMake flags, LibFuzzer comments and docs for new -fsanitize-coverage= flags. by Alexey Samsonov · 10 years ago
- c0b8063 InMips16HardFloat was only being set conditional on whether or by Eric Christopher · 10 years ago
- 330497f Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match by Eric Christopher · 10 years ago
- a534f7b Add yaml-bench to the list of tools make check needs to run by Pete Cooper · 10 years ago
- 8404686 Delete unused createSanitizerCoverageModulePass overload. by Alexey Samsonov · 10 years ago
- ee2b250 [CMake] llvm/test/YAMLParser requires yaml-bench. This fixes r236754. by NAKAMURA Takumi · 10 years ago
- f31b4e9 Revert "SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call init" by Ismail Pazarbasi · 10 years ago
- c8cfbdd Fix typo. by Matthias Braun · 10 years ago
- e4eff4b Clear kill flags in tail duplication. by Pete Cooper · 10 years ago
- 97f4d65 When checking msan.module_ctor, use CHECK-LABEL instead of CHECK by Ismail Pazarbasi · 10 years ago
- 57d28fe SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call init by Ismail Pazarbasi · 10 years ago
- db5cc20 MSan: Use `createSanitizerCtor` to create ctor, and call `__msan_init` by Ismail Pazarbasi · 10 years ago
- 2bdae13 TSan: Use `createSanitizerCtor` to create ctor, and call `__tsan_init` by Ismail Pazarbasi · 10 years ago
- 914ef58 ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init` by Ismail Pazarbasi · 10 years ago
- bbff669 Change getTargetNodeName() to produce compiler warnings for missing cases, fix them by Matthias Braun · 10 years ago
- 6564ee8 [lib/Fuzzer] change the way we use taint information for fuzzing. Now, we run a single unit and collect suggested mutations based on tracing+taint data, then apply the suggested mutations one by one. The previous scheme was slower and more complex. by Kostya Serebryany · 10 years ago
- 82b3932 Use auto instead of the long type name. NFC. by Steven Wu · 10 years ago
- d887b7e [AArch64] Fix sext/zext folding in address arithmetic. by Pete Cooper · 10 years ago
- 12fe27f Fix r236754: Add the missing yaml-bench dir to the makefile for utils. by Alex Lorenz · 10 years ago
- 5ef2a17 Disable r235989 "Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"" by Sergey Dmitrouk · 10 years ago
- 46fa0aa [lib/Fuzzer] minor refactoring/simplification, NFC by Kostya Serebryany · 10 years ago
- 308873b Add VSX Scalar loads and stores to the PPC back end by Nemanja Ivanovic · 10 years ago