summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo][llvm-symbolizer]Add some tests for edge cases when symbolizingJames Henderson2019-02-068-0/+307
* [ELF][ARM] Add test case that will fail if toPlt() is removed [NFC]Peter Smith2019-02-061-0/+94
* [clangd] Add CLI flag "-clang-tidy" to enable/disable running clang-tidy checks.Haojian Wu2019-02-061-9/+18
* [clangd] Some minor fixes.Haojian Wu2019-02-064-8/+7
* [yaml::BinaryRef] Slight perf tuning (for llvm-exegesis analysis mode)Roman Lebedev2019-02-061-3/+4
* [x64] Process the B field of the REX prefix correctly for the PUSH and POPAleksandr Urakov2019-02-062-4/+58
* Fix strlen() of unbound array undefined behaviorJan Kratochvil2019-02-062-5/+3
* Fix misspelled filenames in file headers of llvm/{MC,Object,CodeGen}/*.hFangrui Song2019-02-068-8/+8
* [NFC] Factor out detatchment of dead blocks from their erasingMax Kazantsev2019-02-062-18/+32
* [LoopSimplifyCFG] Do not count dead exit blocks twice, make CFG simplerMax Kazantsev2019-02-062-3/+3
* [NFC] Revert rL353274Max Kazantsev2019-02-062-20/+8
* [NFC] Extend API of DeleteDeadBlock(s) to collect updates without DTUMax Kazantsev2019-02-062-8/+20
* [NFC] Replace readonly SmallVectorImpl with ArrayRefMax Kazantsev2019-02-062-4/+3
* [wasm-ld] Fix wasm trace test to use %t for temporary files.David L. Jones2019-02-061-2/+2
* [Reproducers] lldb-instr: tool to generate instrumentation macros.Jonas Devlieghere2019-02-067-1/+337
* [HotColdSplit] Move splitting after instrumented PGO useTeresa Johnson2019-02-065-13/+32
* Add a warning to GDBRemoteRegisterContext (if packet logging enabled)Jason Molenda2019-02-061-0/+8
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-0611-385/+234
* [AliasSetTracker] Minor style tweak to avoid a variable w/two distinct live r...Philip Reames2019-02-061-4/+2
* [Test] Add codegen tests for unordered and monotonic integer operationsPhilip Reames2019-02-062-0/+236
* Move DomTreeUpdater from IR to AnalysisRichard Trieu2019-02-0627-29/+29
* [WebAssembly] Implement --trace and --trace-symbolSam Clegg2019-02-069-14/+119
* [PPC64] Delete the unnecessary __tls_get_addr from ppc64-tls-ld-le.sFangrui Song2019-02-061-3/+1
* [PPC64] Set the number of relocations processed for R_PPC64_TLS[GL]D to 2Fangrui Song2019-02-067-13/+29
* [sanitizer] Fix fuchsia and windows build.Evgeniy Stepanov2019-02-062-4/+7
* [WebAssembly] Add atomics target optionHeejin Ahn2019-02-064-3/+31
* [Reproducers] Add instrumentation to Xcode projectJonas Devlieghere2019-02-061-0/+8
* Sort Xcode projectJonas Devlieghere2019-02-061-4/+4
* Little more cleanup on https://reviews.llvm.org/D57552Jim Ingham2019-02-061-25/+24
* [sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov2019-02-0610-93/+174
* [ELF] Fix typo in test/ELF/trace.sSam Clegg2019-02-061-1/+1
* Add the source directory for https://reviews.llvm.org/D57552.Jim Ingham2019-02-061-0/+7
* [PDB] Remove dots and normalize slashes with /PDBSOURCEPATH.Zachary Turner2019-02-062-36/+42
* [x86] add tests for extract+sitofp; NFCSanjay Patel2019-02-061-0/+49
* [WebAssembly] Tidy up `let` statements in .td files (NFC)Heejin Ahn2019-02-065-71/+59
* Fix MSVC constructor call extension after b92d290e48e9 (r353181).James Y Knight2019-02-062-40/+38
* [BasicAA] Cache nonEscapingLocalObjects for alias() calls.Alina Sbirlea2019-02-052-7/+29
* gn build: Fix clang-tidy buildNico Weber2019-02-051-8/+6
* Fix PathMappingList::FindFile to handle relative incoming FileSpecs.Jim Ingham2019-02-053-247/+283
* [HotColdSplit] Do not split out `resume` instructionsVedant Kumar2019-02-053-8/+24
* Orc: Simplify RPC naming system by using function-local staticsDavid Blaikie2019-02-052-74/+28
* [modules] Fix handling of initializers for templated global variables.Richard Smith2019-02-055-2/+263
* Remove accidentally commited file in xcshareddataJonas Devlieghere2019-02-051-8/+0
* Fixup test on Windows with a case-insensitive filesystem due to path printing...Douglas Yung2019-02-051-1/+1
* [ADT] Add a fallible_iterator wrapper.Lang Hames2019-02-057-38/+624
* [WebAssembly] Add a comment about why v128.const test was disabled (NFC)Heejin Ahn2019-02-051-0/+2
* [InstCombine] limit extracting shuffle transform based on usesSanjay Patel2019-02-052-2/+7
* [WebAssembly] Disable a v128.const test line temporarilyHeejin Ahn2019-02-051-1/+1
* [InstCombine] split shuffle test to show extra use constraint; NFCSanjay Patel2019-02-051-3/+14
* Basic CUDA-10 support.Artem Belevich2019-02-055-3/+25
OpenPOWER on IntegriCloud