summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix test to not check optimized IR; NFCISanjay Patel2017-03-071-1966/+2536
* Revert r297177: Change LLT constructor string into an LLT-based object ...Daniel Sanders2017-03-0712-330/+267
* [analyzer] Fix crashes in CastToStruct checker for undefined structsDaniel Marjamaki2017-03-072-0/+18
* [JumpThread] Simplify CmpInst-as-Condition branch-folding a bit.Xin Tong2017-03-071-4/+11
* [cmake] Include openmp with add_llvm_external_projectPirama Arumuga Nainar2017-03-071-1/+3
* [PowerPC] mark xray test as unsupported on powerpcle in testsuiteBill Seurer2017-03-071-0/+2
* [ObjectYAML] Add support for DWARF5 Unit headerChris Bieneman2017-03-075-2/+606
* Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraitsDaniel Berlin2017-03-071-0/+33
* Add PointerLikeTypeTraits for const things, as long as there is one for the n...Daniel Berlin2017-03-071-0/+14
* Make SmallPtrSet count and find able to take const PtrType'sDaniel Berlin2017-03-071-4/+6
* [LV] Consider users that are memory accesses in uniforms expansion stepMatthew Simpson2017-03-072-1/+53
* [X86] Add option to specify preferable loop alignmentSanjoy Das2017-03-071-1/+9
* [globalisel] Change LLT constructor string into an LLT-based object that know...Daniel Sanders2017-03-0712-267/+330
* Further reduce testcaseAdrian Prantl2017-03-071-46/+34
* Tidy up the way we include EHHeaderParser.hpp.Ed Schouten2017-03-071-4/+1
* Improve readability and correctness of the OS specific libunwind bits.Ed Schouten2017-03-071-26/+25
* Fix test and add missing return for llvm-lto2 error caseTeresa Johnson2017-03-072-1/+4
OpenPOWER on IntegriCloud