summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new check, readability-redundant-control-flow, that check for some form...Aaron Ballman2016-02-017-0/+427
* [mips] Split large test file into 3 smaller ones.Vasileios Kalintiris2016-02-014-712/+772
* [mips] Range check uimm16 and fix several bugs this revealed.Daniel Sanders2016-02-0129-159/+266
* Reapply r259210 with a fix for RegistryTest.cpp.Aaron Ballman2016-02-016-15/+133
* Improved macro emission in dwarf.Amjad Aboud2016-02-017-124/+42
* Reapply commit r258404 with fix.Matthew Simpson2016-02-012-24/+249
* Remove Timer::Initialize routinePavel Labath2016-02-013-28/+12
* Remove the egregious PCHContainer layering hack that doesn't seem to be neces...Benjamin Kramer2016-02-012-5/+3
* ScopInfo: Correct schedule constructionTobias Grosser2016-02-014-44/+233
* clang-format: Fix incorrect pointer detection in lambdas in constructorDaniel Jasper2016-02-012-2/+3
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-014-2/+17
* clang-format: Fix alignment of trailing multiline columns.Daniel Jasper2016-02-012-10/+22
* clang-format: [JS] Treat "in" as a proper operator.Daniel Jasper2016-02-012-0/+21
* WebAssembly NFC: simplify control flowJF Bastien2016-02-011-43/+63
* DWARF RenderScript vendor extensionEwan Crawford2016-02-011-0/+1
* ScopInfo: Drop dead code in schedule descriptionTobias Grosser2016-02-011-9/+0
* AVX512: fix mask handling for gather/scatter/prefetch intrinsics.Igor Breger2016-02-012-43/+77
* [analyzer] Use a wider integer type for an array index.Artem Dergachev2016-02-012-1/+40
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-014-15/+58
* [X86][SSE] Find source of the inserted element of INSERTPSSimon Pilgrim2016-02-012-19/+33
* AVX512 : Fix SETCCE lowering for KNL 32 bit.Igor Breger2016-02-012-19/+68
* [dsymutil] Skip mach-o paired relocationsFrederic Riss2016-02-011-0/+34
* [X86] Cleanup the WinEHState passDavid Majnemer2016-02-011-25/+14
* [dsymutil] Support scattered relocs.Frederic Riss2016-02-015-2/+228
OpenPOWER on IntegriCloud