summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug 25338Ravitheja Addepally2016-01-195-25/+67
* tsan: add back __tls_get_addr interceptorDmitry Vyukov2016-01-191-0/+15
* [ELF] - R_386_GOT32 relocation calculation fix.George Rimar2016-01-192-8/+24
* Remove last XTIMEOUTs from android testsPavel Labath2016-01-192-6/+4
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-194-12/+33
* docs: address post-commit reviewAndrew Wilkins2016-01-191-6/+9
* [GC] Lower vectors-of-pointers directly by defaultPhilip Reames2016-01-191-1/+1
* Fix PR26134: When substituting into default template arguments, keep CurConte...Faisal Vali2016-01-192-1/+28
* [GC] Consolidate all built in GCs into a single file [NFC]Philip Reames2016-01-198-252/+145
* [AVX512] Fix typo in r226298Adam Nemet2016-01-191-2/+2
* Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as...Marshall Clow2016-01-192-0/+4
* Fix local variable name /NFCXinliang David Li2016-01-192-3/+3
* Make sure we preserve alignment information after hoisting invariant loadJohannes Doerfert2016-01-193-5/+43
* Delete addIgnoredStrong.Rafael Espindola2016-01-196-17/+3
* parseArch() supports more variations of arch names for PowerPC buildsKelvin Li2016-01-191-4/+4
* Prefer symbols from .o over .so.Rafael Espindola2016-01-183-7/+21
* Add a change accidentally left out from r258100Tobias Edler von Koch2016-01-182-0/+5
* [LTO] Restore original linkage of externals prior to splittingTobias Edler von Koch2016-01-183-2/+85
* Fixed MSVC warning that not all control paths return a value.Simon Pilgrim2016-01-181-0/+1
* [clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")Alexander Kornienko2016-01-1812-12/+12
* fix formatting; NFCSanjay Patel2016-01-181-7/+5
* AMDGPU: Reduce 64-bit SRAsMatt Arsenault2016-01-185-20/+92
* AMDGPU: Split 64-bit and of constant upMatt Arsenault2016-01-186-53/+469
* [X86][AVX2] Ensure integer execution domain for integer blend testsSimon Pilgrim2016-01-181-2/+6
* [AArch64] Remove unused arguments. NFC.Chad Rosier2016-01-181-7/+7
* AMDGPU: Generalize shl combineMatt Arsenault2016-01-182-8/+61
* [X86][SSE] Regenerate vector blend commutation testsSimon Pilgrim2016-01-182-46/+48
* AMDGPU: Reduce 64-bit lshr by constant to 32-bitMatt Arsenault2016-01-184-2/+109
* [Support/ELF] Remove field erroneously added in r258025.Davide Italiano2016-01-181-2/+1
* [LAA] Include function name in debug outputAdam Nemet2016-01-181-3/+4
* [JIT] Add small-code model test for ELF.Davide Italiano2016-01-181-0/+15
* AMDGPU: Cleanup sra testMatt Arsenault2016-01-181-163/+206
* AMDGPU: Add subtarget feature for instruction ratesMatt Arsenault2016-01-184-9/+23
* Fixed MSVC Win64 warning of implicit conversion of 32-bit shift to 64-bits.Simon Pilgrim2016-01-181-1/+1
* Add to the split module utility an SCC based method which allows not to g...Sergei Larin2016-01-1812-24/+513
* Delete dead code.Rafael Espindola2016-01-181-5/+0
* [X86][AVX2] Broadcast subvectorsSimon Pilgrim2016-01-188-21/+158
* Update for llvm change. NFC.Rafael Espindola2016-01-184-7/+7
* Use new function name. NFC.Rafael Espindola2016-01-181-3/+2
* Delete dead code.Rafael Espindola2016-01-181-4/+0
* The destructor name should be matched to ~Foo instead of Foo.Aaron Ballman2016-01-181-3/+3
* [Hexagon] Recognize more copy-equivalents in RDF optimizationsKrzysztof Parzyszek2016-01-181-14/+59
* [RDF] Improvements to copy propagationKrzysztof Parzyszek2016-01-182-72/+145
* [RDF] Improve compile-time performance of dead code eliminationKrzysztof Parzyszek2016-01-182-12/+42
* [RDF] Allow unlinking ref nodes from data-flow chains onlyKrzysztof Parzyszek2016-01-183-14/+23
* Add an AST matcher for checking whether a function is defaulted.Aaron Ballman2016-01-184-0/+32
* [TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit...Craig Topper2016-01-182-42/+88
* Augments r258042; changes the AST matcher tests to use matchesNot and EXPECT_...Aaron Ballman2016-01-182-2/+48
* Clarify the comment and code a bit. NFC.Rafael Espindola2016-01-181-3/+4
* [TableGen] Fix an assert I missed in r258063.Craig Topper2016-01-181-1/+1
OpenPOWER on IntegriCloud