summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update reference to final TM TS spec.Richard Smith2015-11-261-1/+1
* P0002R1: increment on expressions of type bool is no longer allowed in C++1z.Richard Smith2015-11-266-7/+31
* [modules] Refactor handling of -fmodules-embed-*. Track this properly ratherRichard Smith2015-11-267-52/+61
* AMDGPU: Fix typoTom Stellard2015-11-261-1/+1
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-2617-0/+252
* [OperandBundles] Treat "deopt" operand bundles speciallySanjoy Das2015-11-266-6/+112
* Driver: protect from empty -L argsMartell Malone2015-11-261-1/+2
* AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsicTom Stellard2015-11-267-1/+48
* [libFuzzer] clean up the docs, add one more link Kostya Serebryany2015-11-261-3/+12
* [analyzer] Add tests for generalized lambda capture (C++14). NFC.Devin Coughlin2015-11-261-0/+50
* Sync up with master InstrProfData.incXinliang David Li2015-11-261-1/+1
* Fix a typo introduced in previous patchesXinliang David Li2015-11-261-1/+1
* Fix a comment typo (cashe -> cache)Hal Finkel2015-11-251-1/+1
* [PGO] Implement ValueProfiling Closure interfaces for runtime value profile dataXinliang David Li2015-11-253-10/+270
* [safestack] Fix alignment of dynamic allocas.Evgeniy Stepanov2015-11-252-2/+2
* Fix a use-after-free in `llvm-config`.Richard Diamond2015-11-251-10/+10
* [analyzer] Include block capture copy expressions in the CFG.Devin Coughlin2015-11-253-2/+130
* [WebAssembly] Fix inline asm support for i64 operands.Dan Gohman2015-11-252-1/+18
* Reapply r254098.George Rimar2015-11-256-60/+212
* [WebAssembly] Fold setne and seteq comparisons into selects.Dan Gohman2015-11-253-34/+154
* Revert r254098 as it seems broke build bot.George Rimar2015-11-256-212/+60
* sanitizer_common: remove noisy warning about symbolizer not found.Ivan Krasin2015-11-251-4/+0
* [ELF] - Implemented optimizations for @tlsld and @tlsgdGeorge Rimar2015-11-255-22/+145
* [libFuzzer] add a flag -exact_artifact_pathKostya Serebryany2015-11-256-0/+13
* [Hexagon] Treat transfers of FP immediates are pseudo instructionsKrzysztof Parzyszek2015-11-252-5/+19
* [ELF] - Lazy relocations support for x86 target.George Rimar2015-11-256-60/+212
* P0001R1: 'register' storage class specifier is no longer permitted in C++1z.Richard Smith2015-11-255-6/+16
* [WebAssembly] Add some comments. NFC.Dan Gohman2015-11-251-0/+5
* AMDGPU/SI: select S_ABS_I32 when possible (v2)Marek Olsak2015-11-255-3/+194
* [WebAssembly] Fix WebAssembly register numbering for registers added late.Dan Gohman2015-11-252-0/+9
* [SCCP] More informative message if we don't know how to handle a terminator.Davide Italiano2015-11-251-1/+1
* [ELF2][MIPS] Support R_MIPS_CALL16 relocationSimon Atanasyan2015-11-252-2/+49
* AMDGPU: Check feature attributes in SIMachineFunctionInfoMatt Arsenault2015-11-252-9/+134
* [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.George Rimar2015-11-256-5/+103
* Add hexagonv55 and hexagonv60 as recognized CPUs, make v60 the defaultKrzysztof Parzyszek2015-11-256-36/+63
* [ELF] - simplify Target interface, relocPointsToGot() removed.George Rimar2015-11-253-12/+3
* AMDGPU: Add some tests for promotion of v2i64 scalar_to_vectorMatt Arsenault2015-11-251-0/+71
* AMDGPU: Make v2i64/v2f64 legal types.Matt Arsenault2015-11-2512-183/+261
* 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
OpenPOWER on IntegriCloud