summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov2017-10-272-2/+2
* [WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg2017-10-274-13/+11
* [X86] Add 'sse4' to X86TargetInfo::isValidFeatureNameCraig Topper2017-10-271-0/+1
* [WebAssembly] MC: Don't allow zero sized data segmentsSam Clegg2017-10-272-2/+81
* Remove an unnecessary inheritance.Rui Ueyama2017-10-263-6/+6
* InstructionSelectorImpl.h: Modularize/remove ODR violations by using a static...David Blaikie2017-10-265-100/+151
* MCCodePadder.h: Include definition of type for use with DenseMapDavid Blaikie2017-10-261-1/+1
* Use -fuse-init-array if no gcc installation is found.Nico Weber2017-10-263-1/+12
* [X86] Make -march=i686 an alias of -march=pentiumproCraig Topper2017-10-263-14/+5
* [CGP] Merge empty case blocks if no extra moves are added.Balaram Makam2017-10-262-13/+134
* Simplify.Rui Ueyama2017-10-261-3/+1
* [SimplifyIndVars] Shorten code by using SCEV helper [NFC]Philip Reames2017-10-261-7/+4
* [ARM] Honor -mfloat-abi for libcall calling conventionEli Friedman2017-10-262-31/+36
* Move bit operations to a new file, ELF/Bits.h.Rui Ueyama2017-10-262-13/+36
* Support/reg*: Roll some non-modular headers into their singular usesDavid Blaikie2017-10-263-226/+135
* [X86][Driver] Move all of the X86 feature flags to one spot in the Options.td...Craig Topper2017-10-261-121/+125
* [CGBlocks] Improve line info in backtraces containing *_helper_blockVedant Kumar2017-10-262-14/+15
* Do not add discriminator encoding for debug intrinsics.Dehao Chen2017-10-263-7/+15
* [X86] Improve handling of UDIVREM8_ZEXT_HREG/SDIVREM8_SEXT_HREG to support 64...Craig Topper2017-10-263-18/+21
* [www] Regenerate diagnostics reference.Richard Smith2017-10-261-128/+668
* [X86] Teach the assembly parser to warn on duplicate registers in gather inst...Craig Topper2017-10-262-0/+90
* [LICM] Restructure implicit exit handling to be more clear [NFCI]Philip Reames2017-10-261-27/+34
* [LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov2017-10-263-2/+7
* [TableGen] Use Twine instead of std::string concatenation in two calls to Pri...Craig Topper2017-10-261-4/+4
* Support/reg*.h: Make headers include their dependenciesDavid Blaikie2017-10-263-0/+7
* Fix C++ testcase I forgot to add to r316689.Adrian Prantl2017-10-261-1/+0
* [GISel]: Missed checking if it's okay to create a G_CONSTANT of DstTy in the ...Aditya Nandakumar2017-10-261-1/+2
* [MinGW] Ignore the --enable-auto-import flagMartin Storsjo2017-10-261-0/+1
* [MinGW] Support --out-implib=name in addition to "--out-implib name"Martin Storsjo2017-10-262-0/+2
* [COFF] Add a test for def files with spaces between @ and ordinalMartin Storsjo2017-10-261-0/+5
* [COFF] Support ordinals in def files with space between @ and the numberMartin Storsjo2017-10-261-3/+8
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-265-96/+33
* Fix TestMinidump for r316673Pavel Labath2017-10-261-8/+8
* [Analyzer] [Tests] Write analyzers crashes to stdout, and not to a separate fileGeorge Karpenkov2017-10-261-20/+12
* Revert "Simplify codegen and debug info generation for block context paramete...Adrian Prantl2017-10-265-34/+94
* [x86] use an insert op to put one variable element into a constant of vectorsSanjay Patel2017-10-263-555/+195
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-265-94/+34
* [Sanitizers] Set default allocator_release_to_os_interval_ms to 5 secondsAlex Shlyapnikov2017-10-262-7/+13
* [docs] Fix a small typoVedant Kumar2017-10-261-2/+2
* [X86] Add a target attribute test for no-sse4.Craig Topper2017-10-261-6/+9
* AMDGPU: Commit missing fence-barrier testKonstantin Zhuravlyov2017-10-261-0/+197
* Clear LastMappingSymbols and LastEMS(Info) when resetting the ARM(AArch64)ELF...Yichao Yu2017-10-262-0/+10
* [dsymutil] Check AttrInfo.Name validity before using itKeno Fischer2017-10-261-1/+2
* Move MS inline asm parser methods out of line to reduce indentation, NFCReid Kleckner2017-10-261-98/+118
* Allow SysV-i386 ABI on everything other than Apple targetsStephane Sezer2017-10-261-5/+6
* [DynamicLibrary] Fix build on musl libcKeno Fischer2017-10-261-1/+1
* [MachineModuleInfoImpls] Replace qsort with array_pod_sortMandeep Singh Grang2017-10-261-10/+4
* Add objcCategoryImplDecl matcherDave Lee2017-10-264-1/+28
* Reapply r316582 [Local] Fix a bug in the domtree update logic for MergeBasicB...Balaram Makam2017-10-262-3/+52
* Represent runtime preemption in the IR.Sean Fertile2017-10-2620-49/+1262
OpenPOWER on IntegriCloud