summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes from delayed template parsing code that assumed getBody() would r...Aaron Ballman2016-03-224-8/+71
* Skip some relocations in scanRelocs.Rafael Espindola2016-03-222-25/+30
* [ELF] - Process R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX relocations.George Rimar2016-03-221-1/+4
* [ELF][gcc compatibility]: support section names with special characters (e.g....Marina Yatsina2016-03-222-8/+13
* [ASTMatchers] New matcher hasReturnValue addedAlexander Kornienko2016-03-224-0/+35
* Fix warning about extra semicolon. NFC.Vasileios Kalintiris2016-03-221-1/+1
* [ELF][MIPS] Delete GotSection::addMipsLocalEntry methodSimon Atanasyan2016-03-223-16/+13
* [OMPT] Make tests require OMPT_BLAMEJonas Hahnfeld2016-03-227-8/+6
* [LLDB]{MIPS] Fix TestPlatformProcessConnect.pyMohit K. Bhakkad2016-03-224-18/+19
* Fix unittests: resize() -> reserve()Mehdi Amini2016-03-221-1/+1
* DenseMap resize() is now named reserved(), adapt the call sitesMehdi Amini2016-03-221-2/+2
* [OMPT] Create infrastructure and add first tests for OMPTJonas Hahnfeld2016-03-228-0/+404
* Rename DenseMap::resize() into DenseMap::reserve() (NFC)Mehdi Amini2016-03-223-3/+3
* [Objective-c] Do not set IsExact to true when the receiver is a class.Akira Hatanaka2016-03-223-3/+13
* Minor code cleanup. NFC.Junmo Park2016-03-221-1/+1
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-2227-516/+203
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-2227-203/+516
* [Perf-training] Fixing an issue with multi-threading PGO generationChris Bieneman2016-03-221-2/+5
* Visual Studio Native Visualizations for constructors and methodsMike Spertus2016-03-221-23/+45
* Appease the windows buildbotsSanjoy Das2016-03-221-30/+31
* [OpenMP] Base support for target directive codegen on NVPTX device.Arpith Chacko Jacob2016-03-225-6/+1052
* Move -fms-compatibility-version=19 into target cflagsReid Kleckner2016-03-225-20/+7
* [asan] Relax strdup test check linesReid Kleckner2016-03-221-2/+2
* Add "first class" lowering for deopt operand bundlesSanjoy Das2016-03-226-24/+204
* Wrap 81 character line to satisfy linterReid Kleckner2016-03-221-1/+2
* [asan] Intercept strdup on WindowsReid Kleckner2016-03-225-11/+7
* [JITLoaderGDB] Pack the jit entry struct according to the target arch.Siva Chandra2016-03-222-8/+25
* [asan] Also apply r264006 to asan_win_dynamic_runtime_thunk.ccReid Kleckner2016-03-221-2/+2
* Fix coverage-related asan tests for VS 2015Reid Kleckner2016-03-222-2/+9
* [CUDA] Implement atomicInc and atomicDec builtinsJustin Lebar2016-03-222-1/+23
* [sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMatchesImpl.Justin Lebar2016-03-221-17/+14
* Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatt...NAKAMURA Takumi2016-03-213-23/+9
* [asan] Set the unhandled exception filter slightly later during startupReid Kleckner2016-03-211-4/+10
* [asan] Add new _*_base interceptors for VS 2015Reid Kleckner2016-03-212-0/+24
* Move ownership of Pass File's to the MachoLinkingContext.Pete Cooper2016-03-217-12/+27
* [sancov] do not instrument nodes that are full pre-dominatorsMike Aizatsky2016-03-211-10/+17
* [CUDA] Add documentation explaining how to detect clang vs nvcc.Justin Lebar2016-03-211-0/+28
* Fixed some cases in the modularize assistant mode where header file names did...John Thompson2016-03-212-1/+19
* AMDGPU: Fix dangling references introduced by r263982Nicolai Haehnle2016-03-211-3/+5
* [ELF] Simplify code a bit. No functional change.Davide Italiano2016-03-211-3/+1
* [asan] Add strrchr to asan_win_dll_thunk.Evgeniy Stepanov2016-03-211-0/+1
* [Perf-training] Adding support for tests to skip the clang driverChris Bieneman2016-03-215-2/+69
* [modules] Store mangling numbers in a deterministic order so they don't cause...Richard Smith2016-03-212-6/+5
* Collect IRExecutionUnits as part of persistent expression state.Sean Callanan2016-03-216-82/+436
* [InstCombine] Ensure all undef operands are handled before binary instruction...Simon Pilgrim2016-03-211-2/+16
* Fix -Wdocumentation warnings from r263853Duncan P. N. Exon Smith2016-03-211-4/+7
* [sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov2016-03-216-48/+64
* [MemorySSA] Consider def-only BBs for live-in calculations.George Burgess IV2016-03-212-6/+25
* Remove leftover options from multiline.llKrzysztof Parzyszek2016-03-211-2/+2
* [modules] Renumber DECL_UPDATES from 30 to 50, so it no longer collides withRichard Smith2016-03-211-6/+10
OpenPOWER on IntegriCloud