summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [COFF] Update an outdated comment. NFCShoaib Meenai2017-12-151-1/+1
* Fix WebAssembly backend for some LLVM API changesDavid Blaikie2017-12-156-11/+10
* [COFF] Simplify hasArgs calls. NFCShoaib Meenai2017-12-151-4/+3
* [CMake] darwin-debug is an hard dependency for tests on macOS.Davide Italiano2017-12-151-0/+5
* [TableGen][GlobalISel] Make the different Matcher comparableQuentin Colombet2017-12-151-0/+52
* [TableGen][GlobalISel] Fix unused variable warning in release modeQuentin Colombet2017-12-151-0/+1
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-157-86/+27
* [TableGen][GlobalISel] Have the predicate directly know which data they are d...Quentin Colombet2017-12-151-101/+169
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-157-27/+86
* Fix unused variable in non-assert buildsMatthias Braun2017-12-151-2/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-15242-843/+829
* [MacOSX/Queues] Relax an overly aggressive assertion in a test.Davide Italiano2017-12-151-1/+2
* MachineFunction: Slight refactoring; NFCMatthias Braun2017-12-154-21/+24
* MachineModuleInfo: Remove unused function; NFCMatthias Braun2017-12-151-1/+0
* [WebAssembly] Don't include lazy symbols in import tableSam Clegg2017-12-152-13/+20
* Fixed the gcc 'enumeral and non-enumeral type in conditional expression [-Wer...Galina Kistanova2017-12-151-3/+3
* [Hexagon] Remove recursion in visitUsesOf, replace with use queueKrzysztof Parzyszek2017-12-152-43/+121
* [Hexagon] Handle concat_vectors of all allowed HVX typesKrzysztof Parzyszek2017-12-154-10/+99
* [X86] Use AND32ri8 instead of AND64ri8 in Asan code in EmitCallAsanReport for...Craig Topper2017-12-151-1/+1
* [X86] In LowerVectorCTPOP use ISD::ZERO_EXTEND/ISD::TRUNCATE instead of the t...Craig Topper2017-12-151-4/+4
* [X86] Remove unnecessary TODO.Craig Topper2017-12-151-1/+0
* [MinGW] Ignore the --no-seh flagMartin Storsjo2017-12-151-0/+1
* [COFF] Set the IMAGE_DLL_CHARACTERISTICS_NO_SEH flag automaticallyMartin Storsjo2017-12-153-3/+9
* [LTO] Remove unused RegularLTOState::HasModuleVitaly Buka2017-12-151-1/+0
* Re-commit : [LICM] Allow sinking when foldable in loopJun Bum Lim2017-12-153-31/+232
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-157-84/+27
* [llvm-objcopy] Reformat everything using clang-format -iJake Ehrlich2017-12-152-26/+22
* [Hexagon] Fix operand-swapping PatFrag for atomic storesKrzysztof Parzyszek2017-12-152-18/+90
* __is_target_environment: Check the environment after parsing itAlex Lorenz2017-12-152-4/+9
* __is_target_arch: Check the arch and subarch instead of the arch nameAlex Lorenz2017-12-152-3/+13
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-157-27/+84
* Do not add .dynamic entries that don't have to be added early in the ctor. NFC.Rui Ueyama2017-12-152-30/+22
* [X86] Remove assert in X86MCCodeEmitter.cpp that was added in r320830.Craig Topper2017-12-151-2/+0
* [SelectionDAG][X86] Fix insert_vector_elt lowering for v32i1/v64i1 with non-c...Craig Topper2017-12-153-7/+619
* [Memcpy Loop Lowering] Insert loop BB inbetween the split BB.Sean Fertile2017-12-152-2/+9
* [WebAssembly] Base imports on Symtab. NFC.Sam Clegg2017-12-152-14/+9
* [X86] Add 'Requires<[In64BitMode]>' to a bunch of instructions that only have...Craig Topper2017-12-154-67/+94
* [X86] Change BNDLDX to use anymem instead of i64mem for itsmemory operand.Craig Topper2017-12-151-1/+1
* [X86] Remove the 'Requires' In64BitMode/Not64BitMode from the LWP instructions.Craig Topper2017-12-151-4/+4
* [X86] Remove the 'Requires<[In64BitMode]>' from SHSTK instructions.Craig Topper2017-12-151-9/+5
* [TargetLibraryInfo] fix documentation comment; NFCSanjay Patel2017-12-151-3/+3
* [clang-tidy] Adding Fuchsia checker for virtual inheritanceJulie Hockett2017-12-158-0/+142
* [CodeGen] fix documentation comments; NFCSanjay Patel2017-12-151-10/+7
* [AArch64] Fix typo in the ASIMD instruction optimization passEvandro Menezes2017-12-151-66/+72
* fix typo in comment and remove inaccurate comment; NFCSanjay Patel2017-12-152-3/+1
* Fix for bug PR35549 - Repeated schedule comments.Andrew V. Tischenko2017-12-154-18/+24
* Revert "Re-commit : [LICM] Allow sinking when foldable in loop"Jun Bum Lim2017-12-153-231/+31
* [CodeGen] fix documentation comments; NFCSanjay Patel2017-12-151-10/+6
* Re-commit : [LICM] Allow sinking when foldable in loopJun Bum Lim2017-12-153-31/+231
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-157-11/+371
OpenPOWER on IntegriCloud