summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)Artyom Skrobov2015-11-259-199/+122
* [WebAssembly] Use a physical register to describe ARGUMENT liveness.Dan Gohman2015-11-2511-39/+67
* Stop using SFINAE to detect whether a derived-class override of Traverse* canRichard Smith2015-11-251-11/+11
* [CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as ...Chris Bieneman2015-11-251-2/+9
* Fix problem with Clang-tidy parallel configure build.Eugene Zelenko2015-11-251-2/+2
* [PGO] Regroup functions in better order (NFC)Xinliang David Li2015-11-251-93/+96
* [WebAssembly] Clean up several FIXME comments.Dan Gohman2015-11-256-10/+12
* Be *stupider* about what constitutes a supported language binding.Zachary Turner2015-11-252-29/+2
* [WebAssembly] Make several tests more strict.Dan Gohman2015-11-257-51/+51
* [WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman2015-11-2518-77/+439
* [WebAssembly] Codegen support for ISD::ExternalSymbolDan Gohman2015-11-255-2/+38
* [clang-tidy] Fix a typo in my latest commit.Alexander Kornienko2015-11-251-2/+2
* [WebAssembly] Add 'final' to some classes. NFC.Dan Gohman2015-11-252-2/+2
* Enable TestMiBreak on LinuxPavel Labath2015-11-251-1/+0
* [WebAssembly] Whitespace consistency. NFC.Dan Gohman2015-11-252-2/+0
* [clang-tidy] Const std::move() argument ClangTidy checkAlexander Kornienko2015-11-255-0/+179
* fix typo; NFCSanjay Patel2015-11-251-1/+1
* [sanitizer] Fix a crash with DlAddrSymbolizer and unnamed symbolsKuba Brecka2015-11-251-1/+1
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-2521-113/+469
* [clang-tidy] code cleanup using isAssignmentOp()Daniel Marjamaki2015-11-251-5/+1
* [ELF] - R_386_COPY relocation implemented (x86)George Rimar2015-11-252-0/+72
* [PowerPC] Don't generate mfocrf on the e500mcHal Finkel2015-11-252-1/+31
* [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
OpenPOWER on IntegriCloud