summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializerRichard Smith2019-04-246-29/+33
* Work around GCC test failure.Eric Fiselier2019-04-241-2/+2
* llvm-cvtres: Accept /? as help flag, like cvtres.exeNico Weber2019-04-241-0/+1
* [Docs] Add more redirectsJonas Devlieghere2019-04-241-1/+2
* [Docs] Update the CI pageJonas Devlieghere2019-04-241-0/+17
* [Docs] Move external links upJonas Devlieghere2019-04-242-18/+5
* Rewrite cxa guard implementation.Eric Fiselier2019-04-245-263/+1127
* Fix interactions between __builtin_constant_p and constexpr to matchRichard Smith2019-04-244-29/+112
* gn build: Merge r359050 moreNico Weber2019-04-242-0/+2
* Fix test after r359009 on platforms where %ms_abi_triple is 32-bitNico Weber2019-04-241-1/+1
* gn build: Merge r359050Nico Weber2019-04-242-0/+2
* Revert [AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea2019-04-245-13/+13
* Fixes in creduce-clang-crash.py for clang crash message parsing and reading t...Amy Huang2019-04-241-4/+9
* [Remarks] Fix documentation indentationFrancis Visoiu Mistrih2019-04-241-5/+4
* [Docs] Fix link to C++ docsJonas Devlieghere2019-04-242-2/+3
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-2412-27/+40
* [Remarks] Add string deduplication using a string tableFrancis Visoiu Mistrih2019-04-2419-21/+456
* Improve -Wuninitialized warning under ARC for block variables that areAkira Hatanaka2019-04-233-6/+13
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-2313-14242/+14404
* [Lint] Permit aliasing noalias readonly argumentsJosh Stone2019-04-232-2/+46
* [AArch64][GlobalISel] Select G_INTRINSIC_ROUNDJessica Paquette2019-04-234-0/+277
* [libcxx] Use relative path for libc++ library when generating scriptPetr Hosek2019-04-231-1/+4
* [AArch64][GlobalISel] Mark G_INTRINSIC_ROUND as a pre-isel floating point opcodeJessica Paquette2019-04-232-0/+197
* The error message for mismatched value sites is very cryptic.Dmitry Mikulin2019-04-238-15/+44
* [CMake] Use add_dependencies in add_llvm_install_targetsAlex Langford2019-04-231-2/+16
* [CGP] Look through bitcasts when duplicating returns for tail callsFrancis Visoiu Mistrih2019-04-232-11/+10
* [X86] Add codegen prepare test exercising a bitcast + tail callFrancis Visoiu Mistrih2019-04-231-0/+42
* Move setTargetAttributes after setGVProperties in SetFunctionAttributesScott Linder2019-04-232-5/+56
* [WebAssembly] Emit br_table for most switch instructionsHeejin Ahn2019-04-232-40/+34
* [analyzer] Fix macro names in diagnostics within bigger macros.Artem Dergachev2019-04-232-37/+41
* [WebAssembly] Make LBB markers not affected by test orderHeejin Ahn2019-04-234-82/+82
* Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-236-4/+31
* Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang2019-04-237-116/+1
* [AArch64][GlobalISel] Legalize G_INTRINSIC_ROUNDJessica Paquette2019-04-234-3/+276
* [MemorySSA] LCSSA preserves MemorySSA.Alina Sbirlea2019-04-235-9/+12
* [X86] Autogenerate complete checks. NFCCraig Topper2019-04-231-11/+44
* [AArch64][GlobalISel] Actually select G_INTRINSIC_TRUNCJessica Paquette2019-04-232-1/+256
* [clang-format] Fix bug in reflow of block comments containing CR/LFOwen Pan2019-04-235-5/+14
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-2313-30/+56
* [ObjC][ARC] Check the basic block size before callingAkira Hatanaka2019-04-232-1/+51
* Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""David Blaikie2019-04-235-6/+96
* [ThinLTO] Pass down opt level to LTO backend and handle -O0 LTO in new PMTeresa Johnson2019-04-235-9/+45
* llvm-cvtres: Split addChild(ID) into two functionsNico Weber2019-04-232-17/+27
* Fix namespace name conflict with GCCEric Fiselier2019-04-236-55/+55
* [AArch64][GlobalISel] Teach regbankselect about G_INTRINSIC_TRUNCJessica Paquette2019-04-233-0/+74
* [AArch64][GlobalISel] Legalize G_INTRINSIC_TRUNCJessica Paquette2019-04-234-2/+206
* Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier2019-04-237-52/+242
* [ConstantRange] Add urem supportNikita Popov2019-04-233-8/+74
* [ConstantRangeTest] Move helper methods; NFCNikita Popov2019-04-231-54/+54
* [AMDGPU] Fixed addReg() in SIOptimizeExecMaskingPreRA.cppStanislav Mekhanoshin2019-04-232-1/+23
OpenPOWER on IntegriCloud