summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Reproducers] Limit logging to calls that cross the API boundary.Jonas Devlieghere2019-04-232-101/+93
* [AArch64][GlobalISel] Legalize G_FMA for more vector typesJessica Paquette2019-04-234-3/+261
* [AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea2019-04-235-13/+13
* [AArch64][GlobalISel] Add G_FMA to isPreISelGenericFloatingPointOpcodeJessica Paquette2019-04-232-0/+58
* [APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny2019-04-2364-124/+359
* Revert "[EditLineTest] Not always TERM is available, e.g. on some bots."Davide Italiano2019-04-231-13/+3
* [dsymutil] Put Swift interface files into a per-arch subdirectory.Adrian Prantl2019-04-232-2/+2
* MS ABI: Support mangling op<=> now that MSVC 2019 has a manglingNico Weber2019-04-232-11/+8
* [x86] fix test checks for fdiv combine; NFCSanjay Patel2019-04-231-5/+9
* llvm-undname: Support demangling the spaceship operatorNico Weber2019-04-234-7/+16
* [x86] add tests for vector fdiv with splat divisor; NFCSanjay Patel2019-04-231-0/+101
* [Docs] Add missing leading slashJonas Devlieghere2019-04-231-5/+5
* [Docs] Add 301 redirects for old URLsJonas Devlieghere2019-04-232-0/+8
* [dsymutil] Fix use-after-free when sys::path::append grows the buffer.Adrian Prantl2019-04-231-2/+2
* Revert "[dsymutil] Fix use-after-free when sys::path::append grows the buffer."Adrian Prantl2019-04-231-1/+1
* [dsymutil] Fix use-after-free when sys::path::append grows the buffer.Adrian Prantl2019-04-231-1/+1
* [InstCombine] Convert a masked.load of a dereferenceable address to an uncond...Philip Reames2019-04-232-6/+17
* [x86] use psubus for more vsetcc lowering (PR39859)Sanjay Patel2019-04-232-13/+30
* [SPARC] Use the correct register set for the "r" asm constraint.Joerg Sonnenberger2019-04-232-0/+12
* Revert "DebugInfo: Emit only one kind of accelerated access/name table"David Blaikie2019-04-235-94/+5
OpenPOWER on IntegriCloud