summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-1328-277/+146
* Disable HostThread::Cancel assertion on FreeBSDEd Maste2016-05-131-0/+2
* [MemCpyOpt] Use MaxIntSize in byte instead of bitJun Bum Lim2016-05-132-1/+21
* Revert "[llc] New diagnostic handler"Renato Golin2016-05-1331-70/+34
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-1328-146/+277
* [include-fixer] Use scope contexts information to improve query.Haojian Wu2016-05-133-12/+57
* [clang-rename] Fix broken dependency on shared build.Etienne Bergeron2016-05-131-0/+1
* [llc] New diagnostic handlerRenato Golin2016-05-1331-34/+70
* [include-fixer] Simplify unittest code.Haojian Wu2016-05-138-116/+96
* [InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT (PR2670...Sanjay Patel2016-05-133-3/+180
* [ARM,AArch64] NFC. Add extra test cases for bswap lowering.Renato Golin2016-05-132-0/+184
* [scan-build] fix warnings emiited on LLVM Analysis code baseSilviu Baranga2016-05-132-24/+26
* Prune four superfluous ExternalSemaSource.h includes and one forward declarat...Yaron Keren2016-05-135-5/+0
* [find-all-symbols] Add EnumDecl type in YAML traits.Haojian Wu2016-05-131-0/+1
* Remove unused variableEd Maste2016-05-131-2/+1
* [X86][AVX512] Moved CHECKs inside functions to stop update_llc_test_checks go...Simon Pilgrim2016-05-132-161/+150
* [CodeGen] Clang does not choose aapcs-vfp calling convention for ARM bare met...Oleg Ranevskyy2016-05-132-1/+6
* [AST] Add missing const qualifiers to AstContext in Type.cppEtienne Bergeron2016-05-132-20/+20
* When using Rela, don't write the addend to the output section.Rafael Espindola2016-05-133-11/+12
* Remove ASTContexts from SystemInitializerCommonPavel Labath2016-05-131-8/+0
* [scan-build] fix dead store warnings emitted on LLVM Hexagon code baseKrzysztof Parzyszek2016-05-134-4/+0
* [MIB] Create a helper function getRegState to extract all register flagsKrzysztof Parzyszek2016-05-132-12/+11
* Assure calling "cld" instruction in prologue of X86 interrupt handler function.Amjad Aboud2016-05-132-0/+29
* Simplify getLinuxDynamicLinker() by using a common variable for the triple. NFC.Vasileios Kalintiris2016-05-131-13/+12
* [mips] Consult triple's vendor field before using musl's interpreter.Vasileios Kalintiris2016-05-131-1/+3
* [mips][ias] Work around yet another incorrect microMIPS relocation evaluation...Daniel Sanders2016-05-132-4/+10
* Yet another attempt to appease MSVC...Chandler Carruth2016-05-131-1/+2
* [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...Hrvoje Varga2016-05-1316-5/+113
* [LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...Sagar Thakur2016-05-132-2/+43
* Try to fix MSVC by explicitly providing copy and move constructors so itChandler Carruth2016-05-131-0/+2
* [llvm-mc-fuzzer] Use LLVMFuzzerInitialize() instead of a custom main() and Fu...Daniel Sanders2016-05-132-11/+34
* [Support/ELF] - Added few constants and structs relative to compressed sections.George Rimar2016-05-131-0/+27
* [include-fixer] Rename XrefsDB to SymbolIndex.Benjamin Kramer2016-05-1314-90/+96
* clang-rename: check that the source location we find actually has the old nameMiklos Vajna2016-05-133-7/+20
* [find-all-symbols] Add enum type support.Haojian Wu2016-05-135-56/+162
* [ms][dll] #27212: Generating of implicit special members should take into acc...Dmitry Polukhin2016-05-132-7/+26
* Solve 'Too many args to microtask' problemPaul Osmialowski2016-05-132-3/+144
* Add support for derived class special members hiding functions brought in fromRichard Smith2016-05-1310-39/+150
* Extend this test to also be valid in C++14.Richard Smith2016-05-131-7/+7
* SDAG: Clean up a dangling node in SparcISelDAGToDAG::SelectImplJustin Bogner2016-05-131-0/+1
* Revert "[Unroll] Implement a conservative and monotonically increasing cost t...Michael Zolotukhin2016-05-137-236/+18
* SDAG: Clean up a dangling node in MipsISelDAGToDAG::SelectImplJustin Bogner2016-05-131-0/+1
* SDAG: Implement Select instead of SelectImpl in MSP430DAGToDAGISelJustin Bogner2016-05-131-76/+57
* [LoopDist] Only run LAA for loops with the pragmaAdam Nemet2016-05-131-17/+17
* AMDGPU: Remove verifier check for scc live insMatt Arsenault2016-05-132-16/+44
* [ADT] Add an 'llvm::seq' function which produces an iterator range overChandler Carruth2016-05-134-2/+134
* [clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec...Felix Berger2016-05-133-20/+35
* [Unroll] Implement a conservative and monotonically increasing cost tracking ...Michael Zolotukhin2016-05-137-18/+236
* [LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as s...Michael Zolotukhin2016-05-133-2/+30
* [ThinLTO] Use correct pipeline for ThinLTO in gold-plugin.Teresa Johnson2016-05-131-1/+4
OpenPOWER on IntegriCloud