summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle UnreachableInst in isGuaranteedToTransferExecutionToSuccessorSebastian Pop2017-03-082-0/+36
* [SCCP] Merge markOverdefined and markAnythingOverdefined.Davide Italiano2017-03-081-23/+17
* [NVPTX] Remove unnecessary isImageReadoOnly(), isImageWriteOnly(), & isImageR...Justin Lebar2017-03-081-3/+1
* AMDGPU: Don't wait at end of block with a trivial successorMatt Arsenault2017-03-082-4/+85
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-0886-19213/+20919
* [DAGCombine] Simplify ISD::AND in GetDemandedBits.Eli Friedman2017-03-085-98/+84
* AMDGPU: Constant fold rcp nodeMatt Arsenault2017-03-085-33/+163
* [DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderefKonstantin Zhuravlyov2017-03-085-2/+33
* [ODRHash] Hash typedefs and usings statements in classes.Richard Trieu2017-03-082-0/+122
* Fix additional constructor call missed by r297241.Daniel Sanders2017-03-071-1/+1
* AMDGPU/SI: Do not insert EndCf in an unreachable blockChangpeng Fang2017-03-073-3/+43
* [InstCombine] shrink truncated insertelement into undef vectorSanjay Patel2017-03-072-0/+70
* Recommit: [globalisel] Change LLT constructor string into an LLT-based object...Daniel Sanders2017-03-0712-267/+330
* [Hexagon] Check for presence before looking registers up in bit trackerKrzysztof Parzyszek2017-03-072-0/+68
* [Hexagon] Generate bitsplit instructionKrzysztof Parzyszek2017-03-073-1/+170
* [XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.Dean Michael Berris2017-03-071-1/+1
* GlobalISel: use inserts for landingpad instead of sequences.Tim Northover2017-03-073-29/+41
* Fix one-after-the-end type metadata handling in globalsplit.Evgeniy Stepanov2017-03-072-8/+23
* Fix GNU strerror_r check for Android.Dan Albert2017-03-071-1/+3
* ADT: Fix SmallPtrSet iterators in reverse modeDuncan P. N. Exon Smith2017-03-072-29/+48
* Fix source-lines test on Windows.Zachary Turner2017-03-071-7/+7
* [InstCombine] shrink truncated splat shuffle (2nd try)Sanjay Patel2017-03-072-6/+24
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-0712-2/+328
* [ObjectYAML] Fix issue with DWARF2 AddrSize 8Chris Bieneman2017-03-072-2/+513
* Pass archive files to link.exe if they contain at least one native object file.Rui Ueyama2017-03-072-9/+18
* fix format specifier warningsTim Hammerquist2017-03-073-14/+21
* [AArch64] Vulcan is now ThunderXT99Joel Jones2017-03-073-29/+29
* GlobalISel: fix legalization of G_INSERTTim Northover2017-03-072-15/+39
* Strip trailing whitespace.Simon Pilgrim2017-03-071-4/+1
* [coroutines] update coro_end builtin to match llvmGor Nishanov2017-03-072-2/+2
* [coroutines] Add handling for unwind coro.endsGor Nishanov2017-03-0719-56/+284
* Implement FreeMachineFunction::getPassName().Yaron Keren2017-03-071-0/+4
* [GlobalISel] Don't translate intrinsics with metadata parameters.Ahmed Bougacha2017-03-072-0/+14
* [GlobalISel] Avoid invalidating ValToVReg when translating no-op bitcast.Ahmed Bougacha2017-03-072-2/+37
* [GlobalISel] Relax vector G_SELECT assertion.Ahmed Bougacha2017-03-072-3/+15
* [GlobalISel] Add vector select translation test. NFC.Ahmed Bougacha2017-03-071-0/+13
* [GlobalISel] Slightly clean up DBG_VALUE FP build code.Ahmed Bougacha2017-03-071-2/+1
* [fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOverVitaly Buka2017-03-075-2/+40
* [GlobalISel] Ignore %noreg when applying default regbank mapping.Ahmed Bougacha2017-03-072-0/+52
* [GlobalISel] Emit DBG_VALUE %noreg for non-int/fp constant values.Ahmed Bougacha2017-03-072-1/+8
* [GlobalISel] Add constant dbg.value translation tests. NFC.Ahmed Bougacha2017-03-071-2/+6
* [NVPTX] Fixed lowering of unaligned loads/stores of f16 scalars and vectors.Artem Belevich2017-03-073-11/+103
* SjLjEHPrepare: Fix the pass for swifterror argumentsArnold Schwaighofer2017-03-072-0/+49
* Fix bugpoint to work with swifterror valuesArnold Schwaighofer2017-03-071-2/+4
* [ScopDetection] Require LoadInst base pointers to be hoisted.Michael Kruse2017-03-0710-16/+109
* Use filename in linemarker when compiling preprocessed source (Revised)Taewook Oh2017-03-073-3/+64
* llvm-objdump: handle line numbers and source options for amdgpu objectsKonstantin Zhuravlyov2017-03-074-0/+120
* Fix C2712 build error on WindowsKonstantin Zhuravlyov2017-03-071-6/+12
* Do not pass archive files containing bitcode files to the MSVC Linker.Rui Ueyama2017-03-072-2/+46
* [AArch64] Vulcan is now ThunderXT99Joel Jones2017-03-0710-201/+213
OpenPOWER on IntegriCloud