summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test commitEric Fiselier2017-05-041-0/+1
* [XRay][compiler-rt][NFC] Update comments to doxygen format; group functions b...Dean Michael Berris2017-05-041-40/+42
* test commitEric Fiselier2017-05-041-1/+0
* [AVX] Fix vpcmpeqq predicate.Igor Breger2017-05-041-2/+3
* [libcxxabi][CMake] Set library dir when built under runtimes/Jonas Hahnfeld2017-05-041-1/+5
* [libcxx][CMake] Set library dir when built under runtimes/Jonas Hahnfeld2017-05-041-1/+5
* update buildbot doc to link to the new Appveyor buildersEric Fiselier2017-05-041-1/+1
* Attempt to enable the LIT progress bar on AppveyorEric Fiselier2017-05-041-1/+1
* Use right function in LoopVectorize.Jonas Paulsson2017-05-041-1/+1
* Setup Appveyor bot for MSVC 2017 and MSVC 2015Eric Fiselier2017-05-042-41/+69
* [XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris2017-05-045-33/+203
* [XRay] Use wordsize-dependent alignment for indexDean Michael Berris2017-05-041-3/+3
* [SelectionDAG] Improve known bits support for CTPOP.Craig Topper2017-05-042-1/+18
* [XRay] Create an Index of sleds per functionDean Michael Berris2017-05-048-16/+93
* IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne2017-05-0414-223/+210
* Fix accounting of tbss.Rafael Espindola2017-05-043-19/+18
* llvm/IR/Function.h: Prune an obsolete @param in r302060. [-Wdocumentation]NAKAMURA Takumi2017-05-041-1/+0
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-0425-35/+35
* [libcxx] [test] In msvc_stdlib_force_include.hpp, use _HAS_CXX17 to set TEST_...Stephan T. Lavavej2017-05-041-2/+8
* [XRay] Detect loops in functions being loweredDean Michael Berris2017-05-042-16/+53
* Attempt to escape paths correctlyEric Fiselier2017-05-041-2/+2
* Attempt to setup MSVC 2017Eric Fiselier2017-05-041-5/+7
* Use nullptr instead of the literal 0Eric Fiselier2017-05-042-3/+3
* Fix macro redefinition warnings for _LIBCPP_NO_RTTIEric Fiselier2017-05-041-1/+1
* Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith2017-05-0413-97/+380
* Test commit for Appveyor - Remove incorrect caching logicEric Fiselier2017-05-041-5/+1
* [SCEV] createAddRecFromPHI: Optimize for the most common case.Michael Zolotukhin2017-05-034-4/+82
* CMake: Only add test/ subdirectory when it existsDuncan P. N. Exon Smith2017-05-031-1/+6
* strlen-1.ll: Fix testMatthias Braun2017-05-031-10/+12
* [InstCombine][KnownBits] Use KnownBits better to detect nsw addsCraig Topper2017-05-033-33/+121
* Mark functions as not having CFI once we finalize an x86 stack frameReid Kleckner2017-05-032-0/+13
* [KnownBits] Add methods for determining if KnownBits is a constant valueCraig Topper2017-05-034-11/+26
* Remove a comment that is no longer true.Rui Ueyama2017-05-031-2/+1
* [ValueTracking] Remove handling for BitWidth being 0 in ComputeSignBit and is...Craig Topper2017-05-031-12/+5
* [KnownBits] Add zext, sext, and trunc methods to KnownBitsCraig Topper2017-05-037-66/+63
* [TargetLowering] use isSubsetOf in SimplifyDemandedBits; NFCISanjay Patel2017-05-031-18/+14
* clang-format and restyle DWARFFormValue before working on it. NFCPaul Robinson2017-05-032-448/+464
* DebugInfo: elide type index entries for synthetic typesSaleem Abdulrasool2017-05-032-4/+61
* Attempt to fix appveyor buildEric Fiselier2017-05-031-4/+0
* Accept archive files with no symbol table instad of warning on them.Rui Ueyama2017-05-036-45/+32
* Qualify calls to __invoke, __apply_fuctor, and __muEric Fiselier2017-05-031-3/+3
* [AArch64] Fix variable name ambiguity in r302078.Ahmed Bougacha2017-05-031-2/+4
* [TailCallElim] Remove an unused argument. NFCIXin Tong2017-05-031-9/+6
* [Driver] Update AArch64 testcase to match llvm r302078.Ahmed Bougacha2017-05-031-1/+1
* [AArch64] Make the TargetParser add CPU exts provided by the arch.Ahmed Bougacha2017-05-033-31/+40
* [AArch64] armv8-A doesn't have CRC.Ahmed Bougacha2017-05-037-64/+52
* [libFuzzer] exit without running atexit handlers in libfuzzer's crash handlerVitaly Buka2017-05-031-1/+1
* [Hexagon] Use automatically-generated scheduling information for HVXKrzysztof Parzyszek2017-05-0328-8030/+10004
* [ScopInfo] Do not use LLVM names to identify statements, arrays, and parametersTobias Grosser2017-05-037-30/+411
* Remove unused private field.Zachary Turner2017-05-033-6/+4
OpenPOWER on IntegriCloud