summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix buildbots.Greg Clayton2017-02-131-1/+1
* FindFunctions now works again with mangled names.Greg Clayton2017-02-135-20/+158
* [CodeGen] Use bitfields instead of manual masks in ArgFlagsTy, NFCReid Kleckner2017-02-131-106/+73
* Fix checks for R_386_8 and R_386_16.Rafael Espindola2017-02-137-0/+46
* [CMake] Adding API dependency on UtilityChris Bieneman2017-02-131-0/+1
* [CMake] Adding API dependency on UtilityChris Bieneman2017-02-131-0/+1
* Address post-commit comments for https://reviews.llvm.org/D29596. NFCI.Taewook Oh2017-02-131-1/+1
* Disable darwin interception of non-darwin functionsFrancis Ricci2017-02-132-2/+15
* Add lsan function stubs for darwinFrancis Ricci2017-02-134-1/+81
* swiftcc: Don't emit tail calls from callers with swifterror parametersArnold Schwaighofer2017-02-134-0/+53
* IR: Type ID summary extensions for WPD; thread summary into WPD pass.Peter Collingbourne2017-02-1311-15/+403
* [SLP] Test for extractelement cost fix.Alexey Bataev2017-02-131-0/+20
* [Test] Make Lit tests C++11 compatible - printf format stringCharles Li2017-02-132-9/+58
* [CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibilityReid Kleckner2017-02-133-3/+5
* ELF: Read all dynamic lists specified on the command line.Peter Collingbourne2017-02-133-2/+7
* Make MachineBasicBlock::updateTerminator to update DebugLoc as wellTaewook Oh2017-02-133-2/+116
* [clang-tidy] Reduce indentation. NFC.Benjamin Kramer2017-02-131-10/+10
* Revert "[LV] Extend trunc optimization to all IVs with constant integer steps"Matthew Simpson2017-02-133-54/+14
* [Test] Make Lit tests C++11 compatible - nounwind noexceptCharles Li2017-02-133-3/+11
* [LTO] Add support for optimization remarks.Davide Italiano2017-02-135-0/+80
* [FastISel] Add a diagnostic to warm on fallback.Quentin Colombet2017-02-133-0/+28
* [change-namespace] add an option to dump changed files in YAML.Eric Liu2017-02-132-3/+36
* [ARM] Fix crash caused by r294945James Molloy2017-02-132-2/+15
* [LV] Extend trunc optimization to all IVs with constant integer stepsMatthew Simpson2017-02-133-14/+54
* [mips] Fix failing test.Simon Dardis2017-02-131-4/+4
* Implement R_X86_64_16.Rafael Espindola2017-02-134-0/+25
* fix documentation comments; NFCSanjay Patel2017-02-131-74/+61
* [ASTUnit] Clear out diagnostic state after creating the preamble.Benjamin Kramer2017-02-132-0/+7
* [llvm-lto2] Fix typo spotted by Teresa (r294885 post-commit review).Davide Italiano2017-02-131-2/+2
* [PM] Add support for instrumented PGO in the new pass manager (clang-side)Davide Italiano2017-02-131-2/+22
* [mips] divide macro instruction cleanup.Simon Dardis2017-02-1311-193/+353
* Fix indentation. NFCI.Simon Pilgrim2017-02-131-1/+1
* config: disable thread safety analysis on COFFSaleem Abdulrasool2017-02-131-2/+8
* math: actually pull the declarations/overloads into stdSaleem Abdulrasool2017-02-132-1/+4
* test: mark another test as requiring pthreadsSaleem Abdulrasool2017-02-131-0/+1
* [PM] Hook up the instrumented PGO machinery in the new PM.Davide Italiano2017-02-133-1/+72
* Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build.NAKAMURA Takumi2017-02-131-1/+5
* [LTO] Make sure we flush buffers to work around linker shenanigans.Davide Italiano2017-02-131-2/+17
* [X86][SSE] Add v4f32 and v2f64 extract to store testsSimon Pilgrim2017-02-131-0/+147
* [CodeGen] fix alignment of JUMPTABLE_INSTS on v8M.baseSanne Wouda2017-02-132-0/+56
* [Thumb-1] TBB generation: spot redefinitions of index registerJames Molloy2017-02-132-1/+168
* [ARM] Register ConstantIslands with the pass managerJames Molloy2017-02-133-1/+8
* [Assembler] Improve diagnostics for inline assembly.Sanne Wouda2017-02-132-8/+14
* [X86][SSE] Add more thorough extract to store testsSimon Pilgrim2017-02-131-85/+381
* [ARM] Use VCMP, not VCMPE, for floating point equality comparisonsJames Molloy2017-02-1313-60/+91
* Try to fix windows build (broken by r294939)Pavel Labath2017-02-132-6/+2
* [X86][SSE] Create matchVectorShuffleWithUNPCK helper function.Simon Pilgrim2017-02-131-46/+42
* Remove some dead code from ProcessPOSIXLogPavel Labath2017-02-132-41/+0
* Clean up debug loggingPavel Labath2017-02-137-79/+31
* [X86] Improve readability of test/CodeGen/X86/lzcnt-zext-cmp.ll by adding a c...Pierre Gousseau2017-02-131-144/+106
OpenPOWER on IntegriCloud