summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct IDF calculator for ReverseIDFDaniel Berlin2016-04-194-7/+21
* [Orc] Disable RPC callST unit test until the S390 failures encountered duringLang Hames2016-04-191-20/+22
* [LSAN] Fix test swapcontext.cc on MIPSSagar Thakur2016-04-194-9/+14
* Introduce a "patchable-function" function attributeSanjoy Das2016-04-1916-26/+234
* LTO: Adapt to LLVM API changes in r266713Duncan P. N. Exon Smith2016-04-192-2/+2
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-198-34/+34
* [ORC] Whitespace.Lang Hames2016-04-191-4/+4
* [Orc] Tidy up some of the RPC primitives, add a unit-test for the callSTLang Hames2016-04-192-65/+152
* test infra cleanup: convert test_runner lib into packageTodd Fiala2016-04-196-30/+19
* BitcodeWriter: Break recursion when enumerating Metadata, almost NFCDuncan P. N. Exon Smith2016-04-193-77/+80
* [CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug.Justin Lebar2016-04-193-1/+8
* [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and -...Justin Lebar2016-04-194-23/+62
* Add a test case to check a member's default constructor is also run.Akira Hatanaka2016-04-191-0/+4
* vim: add swiftcc keywordSaleem Abdulrasool2016-04-191-3/+3
* COFF: Support /manifestinput command line option.Rui Ueyama2016-04-196-6/+76
* Make tuples constructors conditionally EXPLICIT. See N4387Eric Fiselier2016-04-1912-12/+385
* Fix Windows build.Chaoren Lin2016-04-191-0/+1
* [lanai] Set boolean contentss to ZeroOrOneBooleanContent.Jacques Pienaar2016-04-191-0/+3
* Increase SmallVector size for ConstantUniqueMap::getHashValue() (NFC)Mehdi Amini2016-04-191-1/+1
* Port DemandedBits to the new pass manager.Michael Kuperstein2016-04-1811-55/+120
* [ObjC++] Fix crash when emitting debug info for a block member capturing this.Adrian Prantl2016-04-182-3/+27
* Add missing #include, found by modules selfhost.Richard Smith2016-04-181-2/+3
* Add missing header, found by modules selfhost.Richard Smith2016-04-181-0/+2
* Mark -Xclang as being a compilation-only option so that the clang driverRichard Smith2016-04-182-1/+13
* [libFuzzer] try to print correct time in seconds when reporting a timeout. Do...Kostya Serebryany2016-04-183-6/+6
* [DWARF] Force a linkage_name on an inlined subprogram's abstract origin.Paul Robinson2016-04-1812-27/+112
* Remove old DIBuilder::createFunction overload used only by dragonegg, which d...Reid Kleckner2016-04-182-24/+0
* [msan] Don't hardcode 4kiB page size in msan_test.cc.Marcin Koscielnicki2016-04-181-8/+17
* [modules] Remove some more unnecessary forwarding functions.Richard Smith2016-04-182-74/+43
* Add debugging to the cache pruningMehdi Amini2016-04-181-4/+23
* CachePruning: fix typo, we accumulate file size here, not timeMehdi Amini2016-04-181-1/+1
* ARM: use a pseudo-instruction for cmpxchg at -O0.Tim Northover2016-04-189-8/+475
* Fix trip count calculation for parallel loops in runtimeJonathan Peyton2016-04-183-26/+109
* Additional test for use-after-scopeKostya Serebryany2016-04-181-0/+14
* Runtime support for untied tasksJonathan Peyton2016-04-182-2/+37
* Fix for pthread_setspecific (TLS and shutdown) problemJonathan Peyton2016-04-183-14/+20
* [sanitizer-coverage] make sure coverage flags are not passed to clang if the ...Kostya Serebryany2016-04-182-0/+3
* [sanitizer-coverage] better docs for -fsanitize-coverage=trace-bbKostya Serebryany2016-04-181-1/+17
* [Hexagon] V60/HVX builtin definitions for clangKrzysztof Parzyszek2016-04-182-13/+3536
* [libFuzzer] warn if the corpus is emptyKostya Serebryany2016-04-182-1/+5
* [X86][SSE] Test case for PR2585Simon Pilgrim2016-04-181-0/+32
* Rename LocationNode -> SectionsCommand.Rui Ueyama2016-04-182-14/+14
* Remove redundant curly braces.Rui Ueyama2016-04-181-3/+3
* Refactor LinkerScript::assignAddresses. NFC.Rui Ueyama2016-04-182-26/+22
* [Orc] Explicitly delete RPC::SequenceNumberManager's copy-constructor andLang Hames2016-04-181-0/+3
* ensure lldbinline remembers .py extensionTodd Fiala2016-04-182-6/+20
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-1812-464/+873
* [X86][AVX] Added extra memory folding tests for D19228Simon Pilgrim2016-04-181-0/+25
* try to make comments more meaningful; NFCSanjay Patel2016-04-181-9/+7
* [ValueTracking] Correct lit test comments. NFC.Chad Rosier2016-04-181-2/+2
OpenPOWER on IntegriCloud