summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* function names start with a lowercase letter; NFCSanjay Patel2016-02-0114-324/+324
* Fix build problem by lower SmallSet<N> to a reasonable valueMatthias Braun2016-02-011-1/+1
* [InstCombine] simplify masked scatter/gather intrinsics with zero masksSanjay Patel2016-02-012-7/+42
* [X86][AVX512] Add support for AVX512 VINSERTPS shuffle decodingSimon Pilgrim2016-02-013-35/+13
* SmallSet/SmallPtrSet: Refuse huge Small numbersMatthias Braun2016-02-013-2/+12
* Undoing commit r259366 to debug buildbot failure.Arpith Chacko Jacob2016-02-0122-423/+74
* Simplify.Rafael Espindola2016-02-011-10/+1
* [X86][SSE] Regenerated load vector + element extraction tests.Simon Pilgrim2016-02-011-22/+69
* Use dyn_cast instead of static_cast.Pete Cooper2016-02-011-3/+3
* Move comments a bit closer to associated code. NFC.Chad Rosier2016-02-011-29/+25
* [X86][SSE] Add AVX512 merge consecutive load testsSimon Pilgrim2016-02-013-57/+759
* Code clean up; NFC.Aaron Ballman2016-02-011-4/+4
* [CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.Alexey Samsonov2016-02-013-4/+4
* Regenerate vector blend tests.Simon Pilgrim2016-02-011-8/+9
* Regenerate vector sext/zext constant folding tests.Simon Pilgrim2016-02-011-72/+81
* ELF: Teach SymbolBody about how to get its addresses.Rui Ueyama2016-02-016-94/+114
* Avoid inlining call sites in unreachable-terminated blockJun Bum Lim2016-02-013-9/+155
* Remove extra semicolon. NFC.Chad Rosier2016-02-011-1/+1
* [SCEV] Clean up isKnownPredicateViaConstantRanges; NFCISanjoy Das2016-02-011-63/+20
* [SCEV] Rename isKnownPredicateWithRanges; NFCSanjoy Das2016-02-012-9/+10
* Fix infinite recursion in MCAsmStreamer::EmitValueImpl.Rafael Espindola2016-02-011-7/+5
* [ThinLTO] Ensure function summary output order is stableTeresa Johnson2016-02-011-5/+11
* Add a note on how to create an empty target and use it to attach toJim Ingham2016-02-011-0/+10
* Revert r259143, it broke check-lld on Windows (see PR26388).Nico Weber2016-02-017-59/+28
* Add a test for r258362.Rafael Espindola2016-02-012-0/+25
* Sort checks alphabetically in ReadabilityTidyModule.cpp.Eugene Zelenko2016-02-011-4/+4
* [InstCombine] simplify masked store intrinsics with all ones or zeros masksSanjay Patel2016-02-012-1/+39
* [llvm-nm] Simplify the code a bit. NFCI.Davide Italiano2016-02-011-6/+2
* [ubsan] Stop thinking we can rely on C++ ABI knowledge on WindowsReid Kleckner2016-02-012-5/+2
* AArch64: Implement missed conditional compare sequences.Balaram Makam2016-02-014-16/+116
* Atomize the ObjC category list section.Pete Cooper2016-02-012-0/+73
* Add test case missing from r259357 (NFC)Matthew Simpson2016-02-011-0/+26
* [AArch64] Simplify prolog/epilog callee save/restore. NFC.Geoff Berry2016-02-011-61/+87
* Fix attribute((mode([word|unwind_word]))) for x32Reid Kleckner2016-02-014-3/+16
* docs: Clarify that cfi-unrelated-cast is based on lifetime.Peter Collingbourne2016-02-012-1/+165
* [SystemZ] Fix wrong-code generation for certain always-false conditionsUlrich Weigand2016-02-012-1/+27
* [NFC] Referencing manual for reason why subregbit is checkedColin LeMahieu2016-02-011-1/+2
* Always write the session file in UTF-8.Zachary Turner2016-02-014-3/+53
* Fix misnamed variable in TestProcessAPI.pyZachary Turner2016-02-011-2/+2
* fix broken check linesSanjay Patel2016-02-011-2/+2
* Move LocInfoType from Sema to AST.Benjamin Kramer2016-02-016-10/+7
* [InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX) -> (X<=Y)David Majnemer2016-02-012-1/+13
* [ValueTracking] Improve isKnownNonZero for PHI of non-zero constantsJun Bum Lim2016-02-012-0/+30
* [InstCombine] simplify masked load intrinsics with all ones or zeros masksSanjay Patel2016-02-012-21/+32
* Remove flaky annotation for TestCallWithTimeout on linuxPavel Labath2016-02-011-1/+0
* [PrologEpilogInserter] Add some debug output for callee-save frame object all...Geoff Berry2016-02-011-0/+2
* [OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob2016-02-0122-74/+423
* [AArch64] Simplify callee-save register save/restore. NFC.Geoff Berry2016-02-012-68/+23
* [LV] Rename RdxPHIsToFix to PHIsToFix (NFC)Matthew Simpson2016-02-011-39/+32
* [X86][AVX512VBMI] add encoding and intrinsics for MultishiftAsaf Badouh2016-02-019-66/+332
OpenPOWER on IntegriCloud