summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [LoopSimplify] Preserve LCSSA when removing edges from unreachable blocks.Michael Zolotukhin2016-11-181-1/+2
* Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch"Mehdi Amini2016-11-181-21/+0
* Statistic/Timer: Include timers in PrintStatisticsJSON().Matthias Braun2016-11-182-2/+29
* Timer: Track name and description.Matthias Braun2016-11-182-11/+27
* [LTO] Add option to generate optimization recordsAdam Nemet2016-11-181-0/+5
* [DebugInfo] Fix some Clang-tidy modernize-use-default, modernize-use-equal-de...Eugene Zelenko2016-11-1817-95/+154
* Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini2016-11-181-0/+21
* [AVX-512] Replace masked 16-bit element variable shift intrinsics with new un...Craig Topper2016-11-181-28/+28
* MachineOperand: Add dump() methodMatthias Braun2016-11-181-0/+1
* [CodeView] Fix some Clang-tidy modernize-use-default, modernize-use-override ...Eugene Zelenko2016-11-1712-93/+153
* [Orc] Clang-format the recent RPC update (r286620 and related).Lang Hames2016-11-175-378/+307
* Use profile info to adjust loop unroll threshold.Dehao Chen2016-11-171-0/+5
* Introduce GlobalSplit pass.Peter Collingbourne2016-11-162-0/+5
* [CodeGen] Pass references, not pointers, to MMI helpers. NFC.Ahmed Bougacha2016-11-161-3/+3
* [CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.Ahmed Bougacha2016-11-162-13/+16
* [CodeGen] Cleanup MachineModuleInfo doxygen comments. NFC.Ahmed Bougacha2016-11-161-103/+78
* [CodeGen] Sort MMI forward declarations. NFC.Ahmed Bougacha2016-11-161-2/+2
* Bitcode: Introduce initial multi-module reader API.Peter Collingbourne2016-11-161-0/+38
* [ExecutionEngine] Fix examples build broken in r287126 and other Include What...Eugene Zelenko2016-11-161-0/+16
* fix comment formatting; NFCSanjay Patel2016-11-161-3/+3
* [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-eq...Eugene Zelenko2016-11-1610-92/+147
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-161-0/+1
* [X86][AVX512] Autoupgrade lossless i32/u32 to f64 conversion intrinsics with ...Simon Pilgrim2016-11-161-36/+0
* Remove TimeValue classPavel Labath2016-11-161-397/+0
* [X86][AVX512] Removing llvm x86 intrinsics for _mm_mask_move_{ss|sd} intrinsics.Ayman Musa2016-11-161-14/+0
* [X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmulCraig Topper2016-11-161-24/+0
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-162-160/+203
* [AArch64] Add support for Qualcomm's Falkor CPU.Chad Rosier2016-11-151-0/+2
* Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizesKuba Brecka2016-11-151-0/+11
* [ELF] Rewrite isMips64EL() using isMipsELF64(). NFCI.Davide Italiano2016-11-151-2/+1
* [AMDGPU] Add wave barrier builtinStanislav Mekhanoshin2016-11-151-0/+3
* vector load store with length (left justified) llvm portionZaara Syeda2016-11-151-0/+12
* Revert "[JumpThreading] Unfold selects that depend on the same condition"Pablo Barrio2016-11-151-2/+0
* [PowerPC] Implement BE VSX load/store builtins - llvm portion.Tony Jiang2016-11-151-1/+8
* clang format include/llvm/Support/ELF.h. NFC.Rafael Espindola2016-11-151-700/+671
* DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation]NAKAMURA Takumi2016-11-151-1/+1
* Introduce TLI predicative for base-relative Jump Tables.Joerg Sonnenberger2016-11-151-0/+4
* TableGen: Add operator !orMatt Arsenault2016-11-151-1/+1
* [ORC] Work around an apparent modules/linkage issue.Lang Hames2016-11-151-0/+8
* Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton2016-11-153-5/+75
* Add a file magic for CL.exe's object file created with /GL.Rui Ueyama2016-11-152-0/+6
* Avoid calling std::memcmp with nullptrVitaly Buka2016-11-151-3/+6
* Remove redundant uses of \brief.Adrian Prantl2016-11-141-42/+42
* Don't pass nullptr into memcpyVitaly Buka2016-11-141-0/+3
* RegAllocGreedy: Properly initialize this pass, so that -run-pass will workTom Stellard2016-11-142-0/+4
* [tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...Kuba Brecka2016-11-143-0/+61
* Add a checkSymbolTable() method to the MachOObjectFile class.Kevin Enderby2016-11-141-0/+2
* [PPC] Add intrinsic mapping to the xscvhpsp instructionSean Fertile2016-11-141-0/+3
* Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Teresa Johnson2016-11-141-0/+3
* [ThinLTO] Make inline assembly handling more efficient in summaryTeresa Johnson2016-11-141-1/+25