summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headersEric Fiselier2016-01-1917-0/+148
* Mark slow ASAN/MSAN tests as XFAIL for now.Eric Fiselier2016-01-193-0/+10
* Removed a bunch of spurious files from the man page Copy Files build phase.Sean Callanan2016-01-191-18/+0
* [AArch64] Remove a bunch of useless FIXME comments.Chad Rosier2016-01-191-4/+0
* [WebAssembly] Remove an unused data member. NFC.Dan Gohman2016-01-193-10/+7
* [AArch64] Remove more dead code after r258093.Chad Rosier2016-01-191-12/+4
* Fix undefined behavior in llvm's local changes to googletest.Nico Weber2016-01-192-1/+5
* Rename IgnoredWeak to Ignored.Rafael Espindola2016-01-194-9/+8
* Fix a coverage reading bug Xinliang David Li2016-01-191-1/+3
* [Orc] Fix a stale comment.Lang Hames2016-01-191-8/+2
* [Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects untilLang Hames2016-01-195-107/+278
* [SCEV] Fix PR26207Sanjoy Das2016-01-193-1/+33
* [SCEV] Use range-for; NFCSanjoy Das2016-01-191-5/+4
* WebAssembly: mark known failure caused by r258125JF Bastien2016-01-191-0/+3
* Fix bootstrap -Werror builds after clang r258128Nico Weber2016-01-191-0/+3
* [OpenMP] Detect implicit map type to report unspecified map type for target e...Samuel Antao2016-01-198-44/+76
* [libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...Kostya Serebryany2016-01-195-8/+43
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-1927-5/+646
* getParent()->getParent() == getModule() ; NFCSanjay Patel2016-01-191-15/+15
* [CUDA] Handle -O options (more) correctly.Justin Lebar2016-01-192-5/+49
* Set the objc constraint on the context based on the parsed files.Pete Cooper2016-01-193-0/+81
* function names start with a lowercase letter; NFCSanjay Patel2016-01-193-90/+90
* lit.cfg: Pass -isysroot to the SDK on DarwinHans Wennborg2016-01-191-0/+11
* test-release.sh: Use CMake also for DarwinHans Wennborg2016-01-191-5/+0
* fix formatting; NFCSanjay Patel2016-01-191-3/+4
* don't repeat documentation comments in implementation file; NFCSanjay Patel2016-01-191-36/+0
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-1928-10/+666
* don't repeat function names in documentation comments; NFCSanjay Patel2016-01-191-41/+36
* Move part of an if condition into an assertion. NFC.Manuel Jacob2016-01-191-2/+2
* [AVX512] Adding VPERMT2B and VPERMI2B instruction .Michael Zuckerman2016-01-192-12/+261
* Cache the objc image info constraints in file.Pete Cooper2016-01-194-11/+34
* Revert 258157Philip Reames2016-01-193-17/+8
* [LibCallSimplifier] use instruction-level fast-math-flags to shrink callsSanjay Patel2016-01-192-39/+20
* [GC] Registry initialization and linkage interactionsPhilip Reames2016-01-193-8/+17
* [PGO] Create the profile data variable before the loweringRong Xu2016-01-191-3/+12
* Add clarifying comments defining what a Loop isPhilip Reames2016-01-191-0/+9
* [LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...Sanjay Patel2016-01-192-25/+23
* Module Debugging: Defer the emission of anonymous tag declsAdrian Prantl2016-01-194-0/+31
* NFC Test Commit whitespace change in a commentChris Ray2016-01-191-1/+1
* Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...Oleksiy Vyalov2016-01-191-0/+6
* Use larger write sizes for MCFillFragment.Rafael Espindola2016-01-191-3/+14
* [cmake] Fix add_version_info_from_vcs git svn version bug.Geoff Berry2016-01-191-17/+9
* remove outdated comment; NFCSanjay Patel2016-01-191-4/+0
* [opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...Eduard Burtescu2016-01-1921-79/+73
* [AVX512] Adding VPERMB instructionMichael Zuckerman2016-01-193-2/+142
* [CMake] Properly respect the CLANG_APPEND_VC_REV optionChris Bieneman2016-01-191-7/+8
* [WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman2016-01-1912-100/+158
* Simplify MCFillFragment.Rafael Espindola2016-01-196-42/+14
* Activate OpenMP private clause for target construct and a regression test.Carlo Bertolli2016-01-193-1/+123
* [WebAssembly] Change a FIXME to a TODO in a comment.Dan Gohman2016-01-191-1/+1
OpenPOWER on IntegriCloud