summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a copy constructor to StringMapHal Finkel2016-03-302-2/+62
* Split Writer::assignAddresses. NFC.Rui Ueyama2016-03-302-18/+29
* [LoopVectorize] Don't vectorize loops when everything will be scalarizedHal Finkel2016-03-303-18/+150
* [lld] [ELF/AArch64] Add aarch64 TLS IE to LE relax for local symbol testAdhemerval Zanella2016-03-301-7/+19
* [PGO] PGOFuncName in LTO optimizationsRong Xu2016-03-303-11/+69
* [cmake] Get the MSVC version by running cl rather than relying on MSVC_VERSIONReid Kleckner2016-03-301-7/+23
* [cmake] Instead of testing char16_t for MSVC compat, directly ask cl.exe its ...Reid Kleckner2016-03-301-8/+10
* Revert 264782 and 264789Tobias Grosser2016-03-3015-1169/+138
* Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-307-0/+58
* Fix header name.Jim Ingham2016-03-301-1/+1
* [AArch64] Fix warnings pointed out by Hal.Chad Rosier2016-03-301-1/+5
* [cmake] Add -fms-compatibility-version=19 when clang-cl gives errors about ch...Reid Kleckner2016-03-301-0/+11
* [cmake] Allow EH usage with clang-clReid Kleckner2016-03-301-3/+3
* [PGO] Use ArrayRef in annotateValueSite()Rong Xu2016-03-303-9/+10
* Include line number in error message for linker scripts.Rui Ueyama2016-03-302-2/+61
* AMDGPU/SI: Improve MachineSchedModel definitionTom Stellard2016-03-3010-181/+195
* AMDGPU/SI: Enable lanemask tracking in mischedTom Stellard2016-03-3031-139/+128
* [SystemZ] Add nop and nopr InstAliases.Jonas Paulsson2016-03-302-0/+11
* [c-index-test] Delete dead function, NFCVedant Kumar2016-03-301-19/+0
* [SystemZ] Specify required features for builtins.Jonas Paulsson2016-03-303-221/+239
* Remove HasFnAttribute guards to getFnAttribute callsNirav Dave2016-03-305-11/+5
* Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-306-31/+0
* [X86][XOP] BITREVERSE lowering using VPPERMSimon Pilgrim2016-03-302-1/+256
* [ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson2016-03-306-0/+31
* Prepare tests for change to emit Module SourceFileName to LLVM assemblyTeresa Johnson2016-03-302-2/+2
* [X86][SSE] Test the legalization of vector comparison resultsSimon Pilgrim2016-03-301-0/+1971
* No relocation needs bot SA and ZA.Rafael Espindola2016-03-303-22/+24
* Implement getImplicitAddend for mips.Rafael Espindola2016-03-301-31/+66
* Simplify mips addend processing.Rafael Espindola2016-03-301-8/+6
* Fix handling of addends on i386.Rafael Espindola2016-03-304-6/+76
* [clang-tidy] Fix MSVC build.Alexander Kornienko2016-03-301-1/+2
* [NVPTX] Avoid temporary std::string and make single-use function local to the...Benjamin Kramer2016-03-302-5/+4
* gold-plugin: Fixed typo in an error message.Marianne Mailhot-Sarrasin2016-03-301-1/+1
* [clang-tidy] Adjust dangling references check to ASTMatcher changes.Gabor Horvath2016-03-301-9/+10
* [docs] Added 3.8 clang-tidy release notes, fixed formatting.Alexander Kornienko2016-03-301-10/+102
* [X86][SSE] Added tests for clearing upper bits of vector elementsSimon Pilgrim2016-03-301-0/+688
* [clang-tidy] readability check for const params in declarationsAlexander Kornienko2016-03-307-1/+205
* [ASTMatchers] Existing matcher hasAnyArgument fixedGabor Horvath2016-03-304-17/+13
* Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...Kuba Brecka2016-03-302-2/+6
* [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.Alexey Bataev2016-03-3016-9/+379
* [VectorUtils] Don't try and truncate PHIs to a smaller bitwidthJames Molloy2016-03-302-0/+73
* [analyzer] Fix an assertion fail in hash generation.Gabor Horvath2016-03-301-2/+5
* Fix SocketAddressTest (again)Pavel Labath2016-03-301-1/+2
* Fix warning in ThreadSanitizerRuntimePavel Labath2016-03-301-1/+1
* Fix warning in ClangExpressionParserPavel Labath2016-03-301-1/+1
* Fix flakyness in TestWatchpointMultipleThreadsPavel Labath2016-03-302-13/+3
* [x86] Fix a horrible bug in our lowering of x86 floating point atomicChandler Carruth2016-03-302-24/+44
* Fix shared build after r264790Ismail Donmez2016-03-301-0/+1
* [ELF] - Do not keep undefined locals in .symtabGeorge Rimar2016-03-302-0/+17
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-309-18/+53
OpenPOWER on IntegriCloud