summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "DenseSet: Appease msc18 to define derived constructors explicitly."Reid Kleckner2016-10-191-12/+0
* Update docs to reflect new minimum MSVC version requirementReid Kleckner2016-10-193-10/+6
* [PGO] Fix bogus warning for merging empty llvm profile fileRong Xu2016-10-197-2/+47
* [cmake] Follow LLVM's lead in creating exported tool targets for clang tools.Michael Gottesman2016-10-191-0/+1
* [BuildingAJIT] Use the remote target triple to construct the TargetMachine inLang Hames2016-10-191-1/+2
* Add computeHostNumPhysicalCores() implementation for DarwinMehdi Amini2016-10-192-2/+22
* AMDGPU : Add a function to enable and disable IEEEBit for SC and shaderWei Ding2016-10-194-13/+45
* Remove the JIT EH/small code model tests for now.Lang Hames2016-10-192-64/+0
* Add optimization to sizeof...(X) handling: if none of parameter pack X'sRichard Smith2016-10-194-1/+130
* Don't crash generating debug info for VLA in function prototype.Eli Friedman2016-10-192-7/+17
* DebugInfo: use uint32_t for alignment variables.Victor Leschuk2016-10-191-17/+17
* [CMake] Make the runtimes directory work with bootstrap buildsChris Bieneman2016-10-191-0/+15
* [InstSimplify] fold negation of sign-bitSanjay Patel2016-10-192-13/+24
* [CMake] Add clang-bootstrap-deps targetChris Bieneman2016-10-191-11/+13
* [CUDA] When we emit an error that might have been deferred, also print a call...Justin Lebar2016-10-1910-82/+197
* [CMake] Support thin LTO in PGO CMake cacheChris Bieneman2016-10-191-2/+2
* Avoid using grep command in a test.Rui Ueyama2016-10-191-10/+11
* [AST] Add CanonicalDeclPtr<T>.Justin Lebar2016-10-191-1/+63
* [CUDA] Emit errors for wrong-side calls made on the same line as non-wrong-si...Justin Lebar2016-10-193-8/+49
* [ubsan] Drop dependency on a 64-bit arch in a test (NFC)Vedant Kumar2016-10-191-14/+14
* Move getVersionString to Core and simplify Version.cpp.Rui Ueyama2016-10-195-75/+22
* [ubsan] Re-work check lines to try to appease a bot (NFC)Vedant Kumar2016-10-191-17/+10
* New clang option -mpie-copy-relocations to use copy relocations for PIE builds.Sriraman Tallam2016-10-195-0/+17
* [BuildingAJIT] Make the chapter 5 server export symbols.Lang Hames2016-10-191-0/+2
* [ubsan] Use the object pointer's type info for devirtualized callsVedant Kumar2016-10-192-6/+100
* Typo: nomed struct -> named structHans Wennborg2016-10-191-1/+1
* Include ARGV[0] in error messages.Rui Ueyama2016-10-197-10/+13
* [GlobalMerge] Handle non-landingpad EH padsReid Kleckner2016-10-192-14/+58
* [IndVarSimplify] Teach calculatePostIncRange to take guards into accountArtur Pilipenko2016-10-192-2/+140
* [LV] Avoid emitting trivially dead instructionsMatthew Simpson2016-10-192-0/+87
* [AliasSetTracker] Add support for memcpy and memmove.Chad Rosier2016-10-193-1/+138
* [IndVarSimplify] Use control-dependent range information to prove non-negativityArtur Pilipenko2016-10-192-2/+323
* [AliasSetTracker] Return void for add() functions. NFC.Chad Rosier2016-10-192-52/+33
* [InstSimplify] move one and add more tests for potential negation foldsSanjay Patel2016-10-192-9/+63
* Add a macro for prefetching data.Rafael Espindola2016-10-191-0/+6
* Remove ending "." from an error message.Rui Ueyama2016-10-192-2/+2
* MS ABI: Fix assert when generating virtual function call with virtual bases a...Hans Wennborg2016-10-192-9/+23
* [ADT] Zip range adapterMehdi Amini2016-10-192-0/+152
* [polly] Fix non-determinism in polly BlockGeneratorsMandeep Singh Grang2016-10-191-2/+2
* [llvm-cov] Don't spawn a thread unless ThreadCount > 1Vedant Kumar2016-10-191-27/+39
* [mips][msa] Range check MSA intrinsics with immediatesSimon Dardis2016-10-195-56/+671
* [AMDGPU] Stop using MCRegisterClass::getSize()Krzysztof Parzyszek2016-10-194-11/+46
* [ThinLTO] Default backend threads to heavyweight_hardware_concurrencyTeresa Johnson2016-10-194-6/+10
* [Myriad] Find libc++ headers next to clang binaryDouglas Katzman2016-10-192-11/+18
* Merged nested ifs. NFCI.Simon Pilgrim2016-10-191-7/+6
* Revert "Add Chrono.h - std::chrono support header"Pavel Labath2016-10-1910-212/+124
* [ELF] Add `const` qualifier to functions. NFCSimon Atanasyan2016-10-192-3/+3
* [DAGCombiner] Add general constant vector support to (shl (add x, c1), c2) ->...Simon Pilgrim2016-10-192-5/+6
* [WinEH] Allow catchpads to reuse the same catch objectReid Kleckner2016-10-192-4/+114
* [DAG] optimize negation of boolSanjay Patel2016-10-1914-125/+165
OpenPOWER on IntegriCloud