summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LibFuzzer.rst: double backticksHans Wennborg2019-02-121-3/+3
* [NativePDB] Process virtual bases in the correct orderAleksandr Urakov2019-02-124-12/+45
* tsan: Introduce in_symbolizer() function for Thread sanitizerDmitry Vyukov2019-02-124-22/+28
* Delete blocks from DTU to avoid dangling pointersMax Kazantsev2019-02-121-1/+1
* [LoopSimplifyCFG] Pay respect to LCSSA when removing dead blocksMax Kazantsev2019-02-122-9/+30
* [X86] Use the new unaligned vector typedefs for the loadu/storeu intrinsics p...Craig Topper2019-02-122-8/+8
* [NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIsMax Kazantsev2019-02-129-29/+29
* [Statepoint Lowering] Update misleading comments about chainsPhilip Reames2019-02-121-9/+7
* [NFC] Add parameter for keeping one-input Phis in DeleteDeadBlock(s)Max Kazantsev2019-02-122-11/+19
* [X86] Collapse FP_TO_INT16_IN_MEM/FP_TO_INT32_IN_MEM/FP_TO_INT64_IN_MEM into ...Craig Topper2019-02-123-21/+19
* [X86] Remove the value type operand from the floating point load/store MemInt...Craig Topper2019-02-123-58/+84
* [CMake] Avoid internal dependencies in the runtimes buildPetr Hosek2019-02-121-1/+1
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-1252-191/+187
* [libFuzzer] make the fork mode less verboseKostya Serebryany2019-02-125-28/+52
* [build] Remove a stray comment. NFCShoaib Meenai2019-02-121-1/+1
* [libFuzzer] teach the fork mode to ignore OOMs and timeoutsKostya Serebryany2019-02-127-11/+47
* Fix VS2015 build problem introduced by r353370.Douglas Yung2019-02-121-2/+2
* [CMake] Don't override required compiler flags in the runtimes buildPetr Hosek2019-02-121-13/+5
* [x86] add tests for logic of setcc (PR40611); NFCSanjay Patel2019-02-121-0/+30
* [PowerPC] add tests for logic of setcc (PR40611); NFCSanjay Patel2019-02-121-0/+30
* [sanitizer] Don't compile GetPathAssumingFileIsRelativeToExec on FuchsiaPetr Hosek2019-02-121-9/+20
* [CMake] Avoid passing -rtlib=compiler-rt when using compiler-rtPetr Hosek2019-02-122-8/+0
* Fix r353771 to target linux only (split-dwarf isn't supported on macho)David Blaikie2019-02-121-0/+2
* [CMake][XRay] Silence llvm-config error when checking library supportPetr Hosek2019-02-121-2/+4
* [Thread] Update the correct variableJonas Devlieghere2019-02-121-4/+2
* [libFuzzer] replace slow std::mt19937 with a much faster std::minstd_rand; se...Kostya Serebryany2019-02-122-4/+5
* [libFuzzer] simplify the code for print_coverage=1 so that it doesn't fail on...Kostya Serebryany2019-02-121-2/+2
* [libFuzzer] Make coverage.test work on ARM64Julian Lettner2019-02-121-6/+6
* [LoopReroll] Fix reroll root legality checking.Eli Friedman2019-02-122-0/+34
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.Jonas Devlieghere2019-02-122-8/+18
* [libFuzzer] run the -fork=1 tests only on linuxKostya Serebryany2019-02-122-1/+5
* [Test] Use autogenerated checks for more statepoint testsPhilip Reames2019-02-124-125/+303
* [libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany2019-02-1212-36/+110
* Don't declare fenv.h functions when they're a macro.Eric Fiselier2019-02-121-100/+11
* [Tests] Fill out a few tests around gc relocation uniquingPhilip Reames2019-02-121-3/+36
* Make the sym_diff utilities more useful.Eric Fiselier2019-02-123-17/+40
* DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anythi...David Blaikie2019-02-123-2/+40
* [Test] Autogenerate a statepoint test and actual show the reloadPhilip Reames2019-02-111-2/+32
* [ObjectFileMachO] Revert std::make_sharedJonas Devlieghere2019-02-111-14/+8
* Some cleanup after moving to std::make_sharedJonas Devlieghere2019-02-112-21/+13
* Add fenv.h headerEric Fiselier2019-02-117-12/+241
* Be conservative about unordered accesses for the momentPhilip Reames2019-02-112-3/+8
* Add a new attribute, fortify_stdlibErik Pilkington2019-02-1111-1/+434
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-1198-443/+645
* [tblgen] Add a timer covering the time spent reading the Instruction defsDaniel Sanders2019-02-113-0/+17
* [Sema] Mark GNU compound literal array init as an rvalue.Eli Friedman2019-02-113-9/+49
* [WebAssembly] Make thread-related options consistentHeejin Ahn2019-02-118-14/+64
* [NFC][clangd] Remove unused lambda captureFrancis Visoiu Mistrih2019-02-111-1/+1
* GlobalISel: Verify G_EXTRACTMatt Arsenault2019-02-113-2/+59
* [TargetLibraryInfo] Update run time support for WindowsEvandro Menezes2019-02-113-141/+151
OpenPOWER on IntegriCloud