summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove Xcode project remnantsJonas Devlieghere2019-07-222-64/+0
* [Driver] Set the default win32-macho debug format to DWARFVedant Kumar2019-07-222-3/+8
* AMDGPU: Don't use SDNodeXForm for DS offset outputMatt Arsenault2019-07-221-12/+12
* Remove INSTALL.txt fileJonas Devlieghere2019-07-221-18/+0
* [Docs] Remove stale documentationJonas Devlieghere2019-07-221-21/+2
* [LLDB] Remove the Xcode projectJonas Devlieghere2019-07-2213-12765/+0
* [TSan] Enable fiber tests on iOS simulatorJulian Lettner2019-07-225-5/+5
* Temporarily Revert "[Attributor] Liveness analysis." as it's breaking the build.Eric Christopher2019-07-225-468/+1
* [Attributor] Liveness analysis.Stefan Stipanovic2019-07-225-1/+468
* [NFC][libc++] Add missing EXPLICIT to pair and tuple synopsisLouis Dionne2019-07-222-16/+16
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-2216-16/+16
* [Symbol] Improve Variable::GetLanguageAlex Langford2019-07-222-14/+14
* [X86] When using AND+PACKUS in lowerV16I8Shuffle, generate the build vector d...Craig Topper2019-07-2216-52/+51
* [NFC][PowerPC]Change ADDIStocHA to ADDIStocHA8 to follow 64-bit naming conven...Jason Liu2019-07-2212-33/+33
* [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose failsPetr Hosek2019-07-222-3/+58
* [Attributor] NoAlias on return values.Stefan Stipanovic2019-07-224-9/+276
* Stubs out TLOF for AIX and add support for common vars in assembly output.Sean Fertile2019-07-2212-10/+184
* [SafeStack] Insert the deref after the offsetPetr Hosek2019-07-222-4/+4
* WholeProgramDevirt: Teach the pass to respect the global's alignment.Peter Collingbourne2019-07-223-18/+23
* [PowerPC] Fix comment on MO_PLT Target Operand Flag. [NFC]Sean Fertile2019-07-221-2/+2
* [Object][XCOFF] Remove extra includes from XCOFF related files. [NFC]Sean Fertile2019-07-222-20/+0
* LowerTypeTests: Teach the pass to respect global alignments.Peter Collingbourne2019-07-222-19/+42
* [OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld2019-07-224-50/+88
* Changes to emit CodeView debug info nested type records properly using MCStre...Nilanjana Basu2019-07-227-11/+759
* Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...Ben Hamilton2019-07-225-6/+32
* Delete empty fileJonas Hahnfeld2019-07-221-0/+0
* [AMDGPU] Test update. NFC.Stanislav Mekhanoshin2019-07-221-26/+26
* [SLPVectorizer] Fix some MSVC/cppcheck uninitialized variable warnings. NFCI.Simon Pilgrim2019-07-221-3/+3
* Revert "Reland [ELF] Loose a condition for relocation with a symbol"Vlad Tsyrklevich2019-07-226-9/+20
* [Windows] Fix race condition between state changesAdrian McCarthy2019-07-221-11/+10
* [OPENMP][MSVC]Enable /openmp[:experimental] to compile OpenMP.Alexey Bataev2019-07-222-4/+11
* [libunwind][ARM] Fix types in _Unwind_VRS_Get.Mikhail Maltsev2019-07-221-2/+2
* [libc++] Do not infer support for C++17 in GCC < 7Louis Dionne2019-07-221-0/+1
* [X86] Remove const from some intrinsics that shouldn't have themPaul Robinson2019-07-221-3/+3
* [clangd] Add dlog()s for SelectionTree, enabling -debug-only=SelectionTree.cppSam McCall2019-07-223-32/+88
* [Polly] Clang complains about missing virtual destructorGuillaume Chatelet2019-07-221-0/+2
* Update c++2a status page with post-Cologne informationMarshall Clow2019-07-221-1/+57
* TableGen: Support physical register inputs > 255Matt Arsenault2019-07-225-12/+32
* [NFC] Relaxed regression tests for PR42665Marco Antognini2019-07-221-30/+3
* ELF: Fix a "memset clearing object of non-trivial type" warningPavel Labath2019-07-222-16/+3
* [ARM][LowOverheadLoops] Revert remaining pseudosSam Parker2019-07-222-12/+226
* [OPENMP]Add support for analysis of firstprivate variables.Alexey Bataev2019-07-2226-109/+364
* AMDGPU/GlobalISel: Fix broken testsMatt Arsenault2019-07-229-54/+54
* Update documentation for all CERT checks that correspond to a recommendation.Aaron Ballman2019-07-224-5/+31
* Reland [ELF] Loose a condition for relocation with a symbolNikola Prica2019-07-226-20/+9
* AMDGPU/GlobalISel: Remove unnecessary codeMatt Arsenault2019-07-221-4/+0
* [ARM] Fix for MVE VPT block passDavid Green2019-07-225-8/+23
* Updated the signature for some stack related intrinsics (CLANG)Christudasan Devadasan2019-07-228-23/+33
* Revert the change to the [[nodiscard]] feature test macro value.Aaron Ballman2019-07-222-2/+2
* [X86] EltsFromConsecutiveLoads - support common source loads (REAPPLIED)Simon Pilgrim2019-07-223-249/+178
OpenPOWER on IntegriCloud