summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Remove unused forward declaration.Rui Ueyama2018-03-011-2/+0
* Do not create multiple NOTE segments.Rui Ueyama2018-03-012-12/+22
* Expand test a bit.Rafael Espindola2018-03-011-11/+27
* [analyzer] [tests] Create a directory for the log fileGeorge Karpenkov2018-03-011-0/+2
* [XRay] cache symbolized function names for a repeatedly queried function IDMartin Pelikan2018-03-012-1/+9
* [RuntimeDyld][MachO] Fix assertion in encodeAddend, add missing directive toLang Hames2018-03-012-3/+7
* [analyzer] Add a checker for mmap()s which are both writable and executable.Artem Dergachev2018-03-014-0/+131
* [IPSCCP] do not break musttail invariant (PR36485)Reid Kleckner2018-03-012-1/+113
* Convert more .s files to linker script files.Rui Ueyama2018-03-0136-468/+506
* [CFG] [analyzer] Recall that we only skip NoOp casts in construction contexts.Artem Dergachev2018-03-012-1/+34
* Simplify removing empty output sections.Rafael Espindola2018-03-014-32/+30
* [ELF] Fix a test comment. NFCFangrui Song2018-03-011-1/+1
* Add another entitlement that we need for debugserver.Jason Molenda2018-03-011-0/+2
* [WebAssembly] Use Twine rather than StringRef for logging messagesSam Clegg2018-03-012-15/+19
* Start setting dllimport/dllexport in setGVProperties.Rafael Espindola2018-03-0114-169/+110
* [GlobalISel][AArch64] Adding -disable-gisel-legality-check CL optionRoman Tereshin2018-03-015-27/+4589
* [DWARF] Emit a split line table only if there are split type units.Paul Robinson2018-03-013-0/+9
* [DAE] don't remove args of musttail target/callerReid Kleckner2018-03-012-3/+53
* [X86] Make sure we don't combine (fneg (fma X, Y, Z)) to a target specific no...Craig Topper2018-03-012-1/+21
* Pass a GlobalDecl to SetCommonAttributes. NFC.Rafael Espindola2018-03-012-6/+6
* Inline a trivial function. NFC.Rafael Espindola2018-03-013-10/+2
* [NVPTX] Lower loads from global constants using ld.global.nc (aka LDG).Justin Lebar2018-02-282-14/+47
* [NVPTX] Use addrspacecast instead of target-specific intrinsics in NVPTXGener...Justin Lebar2018-02-284-65/+19
* Pass a GlobalDecl to setNonAliasAttributes. NFC.Rafael Espindola2018-02-282-4/+5
* [MIRParser] Accept overloaded intrinsic names w/o type suffixesRoman Tereshin2018-02-282-3/+29
* [clang-tidy] Another batch of checks to rename from misc- to bugprone-.Alexander Kornienko2018-02-2830-94/+104
* Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.Rafael Espindola2018-02-287-26/+27
* Rename more checks from misc- to bugprone-.Alexander Kornienko2018-02-2823-75/+87
* [libcxx] Fix last_write_time test for filesystems that don't support very sma...Volodymyr Sapsai2018-02-281-10/+32
* Use DenseMap::lookup() instead of find() and a hand-written null check.Rui Ueyama2018-02-282-8/+2
* build: add the ability to create a symlink for dsymutilSaleem Abdulrasool2018-02-283-2/+14
* [X86] Regenerate cmpxchg testsSimon Pilgrim2018-02-283-23/+131
* [WebAssembly] Reduce code repetition. NFC.Rui Ueyama2018-02-283-21/+14
* Fix up the gtest targets for changes in the UnwindAssembly tests.Jim Ingham2018-02-281-20/+34
* [InstCombine] simplify code for X * -1.0 --> -X; NFCSanjay Patel2018-02-282-9/+5
* [GlobalOpt] don't change CC of musttail calle(e|r)Jonas Devlieghere2018-02-282-1/+58
* [X86] Lower extract_element from k-registers by bitcasting from v16i1 to i16 ...Craig Topper2018-02-285-41/+33
* Add ability to collect memory limit.Han Ming Ong2018-02-286-6/+48
* [hwasan] update the asm snippet in the docs to match the current default beha...Kostya Serebryany2018-02-281-2/+0
* [X86][AVX512] Improve support for signed saturation truncation storesSimon Pilgrim2018-02-282-9/+23
* Make sure that clang-format doesn't reorder include files.Rui Ueyama2018-02-281-0/+2
* Attempt to fix cl-include.c on Windows.Nico Weber2018-02-281-2/+2
* Adapt some tests to work with PPC64le architecturePavel Labath2018-02-284-4/+7
* [OpenMP] Extend NVPTX SPMD implementation of combined constructsCarlo Bertolli2018-02-2816-52/+476
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-2813-505/+23
* [Hexagon] Add -ffixed-r19 driver option and translate it to +reserved-r19Krzysztof Parzyszek2018-02-283-8/+24
* [clangd] Try to fix failures on clang-x64-ninja-win7 build bot.Eric Liu2018-02-285-9/+9
* [Hexagon] Implement target feature +reserved-r19Krzysztof Parzyszek2018-02-283-0/+8
* Write some tests as linker scripts instead of assembly files.Rui Ueyama2018-02-286-83/+79
* CodeGenObjCXX: handle inalloca appropriately for msgSend variantSaleem Abdulrasool2018-02-282-1/+20
OpenPOWER on IntegriCloud