summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Support for C calling convention only for MCU target.Alexey Bataev2015-11-252-10/+76
* Accept any stack offset, including none, here.Eric Christopher2015-11-251-1/+1
* Fix some places where we were assuming that memory type had been legalizedEric Christopher2015-11-254-10/+56
* [X86][AVX] Regenerate Splat OptSize testsSimon Pilgrim2015-11-251-66/+116
* AVX-512: Fixed a bug in VPERMT2* intrinsic.Elena Demikhovsky2015-11-254-1010/+2482
* [asan] Fix the atos-symbolizer-dyld-root-path.cc test caseKuba Brecka2015-11-251-4/+5
* [PGO] Convert InstrProfRecord based serialization methods to use common C met...Xinliang David Li2015-11-252-48/+109
* [PGO] convert a subset of C++ interfaces into C (for sharing) (NFC)Xinliang David Li2015-11-252-45/+36
* Move member functions closer to others of the same class (NFC)Xinliang David Li2015-11-251-14/+16
* AsmParser: Make the code for parsing unnamed aliases more closely resemble th...Peter Collingbourne2015-11-253-21/+30
* Fix typo that was being SFINAE'd away (and apparently GCC 4.7.2 rejects-valid...Richard Smith2015-11-251-2/+2
* Follow-up to r254049; remove function I missed in the revert.Hans Wennborg2015-11-251-9/+0
* Add missing documentation. (NFC)Xinliang David Li2015-11-251-3/+22
* Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differe...Marshall Clow2015-11-251-0/+8
* Revert r254031: "ELF2: LinkerScript: lookup absolute paths under sysroot"Hans Wennborg2015-11-252-18/+3
* Doxygen: Use mathjax to create formulas.Matthias Braun2015-11-251-1/+1
* [OperandBundles] Extract duplicated code into a helper function, NFCSanjoy Das2015-11-254-10/+24
* [InstCombine] Don't drop operand bundlesSanjoy Das2015-11-253-3/+33
* Fix function naming (NFC)Xinliang David Li2015-11-251-2/+2
* Revert r253528: "[X86] Enable shrink-wrapping by default."Hans Wennborg2015-11-253-11/+6
* Fix an asan error where NumElements > 32 for at least one case inKaelyn Takata2015-11-251-2/+3
* Revert r254021Rong Xu2015-11-2418-355/+0
* Teach RAV to pass its DataRecursionQueue to derived classes if they ask for it,Richard Smith2015-11-242-27/+30
* [PGO] Revert revision r254021,r254028,r254035Rong Xu2015-11-2421-1479/+2
* ELF: Omit PT_GNU_STACK segment if -z execstack is provided.Rui Ueyama2015-11-242-43/+28
* [PGO] Add mapper callback to interfaces retrieving value data for site (NFC)Xinliang David Li2015-11-242-19/+28
* Another hack to fix the build bot.Zachary Turner2015-11-241-1/+1
* [ThinLTO] Add option to limit importing based on instruction countTeresa Johnson2015-11-242-4/+21
* [PGO] Relax test cases in PGO instrumentationRong Xu2015-11-247-31/+11
* SamplePGO - Add test for hot/cold inlined functions.Diego Novillo2015-11-242-18/+48
* Fix build after swig_bot_lib changes.Zachary Turner2015-11-241-1/+1
* ELF2: Factor out isUnderSysroot from readLinkerScript. NFC.Rui Ueyama2015-11-241-7/+10
* ELF2: LinkerScript: lookup absolute paths under sysrootSimon Atanasyan2015-11-242-3/+24
* Remove undefined behavior from tests; specifically, ensure that the value typ...Marshall Clow2015-11-2414-49/+59
* [X86][SSE] Regenerate PMUL testsSimon Pilgrim2015-11-241-75/+222
* [PGO] Fix build errors in x86_64-darwinRong Xu2015-11-242-3/+3
* [msan] Relax origin-alignment test.Evgeniy Stepanov2015-11-241-5/+4
* swig-bot - Close the socket when shutting down.Zachary Turner2015-11-241-5/+10
* Include config settings in the archive, and extract on the remote.Zachary Turner2015-11-244-6/+81
* Make swig_bot server support Ctrl+CZachary Turner2015-11-242-10/+21
* swig_bot remote path connection / preliminary implementation.Zachary Turner2015-11-245-24/+276
* First implementation of swig_bot.pyZachary Turner2015-11-245-0/+183
* [PGO] MST based PGO instrumentation infrastructureRong Xu2015-11-2439-2/+1854
* [ThinLTO] Refactor function body scan during importing into helper (NFC)Teresa Johnson2015-11-241-36/+27
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-2416-9/+274
* Fix sphinx-build error when building documentation.Xinliang David Li2015-11-241-16/+10
* [RuntimeDyld] Fix a class of arithmetic errors introduced in r253918Sanjoy Das2015-11-241-4/+4
* [X86][FMA] Optimize FNEG(FMA) PatternsSimon Pilgrim2015-11-242-0/+97
* [compiler-rt] [msan] Couple of fixes for msan with libc++Adhemerval Zanella2015-11-241-3/+13
* Replace [=] lambda capture with [&] per David Blaikieþ suggestion.Yaron Keren2015-11-241-1/+1
OpenPOWER on IntegriCloud