summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] Add VZEXT_MOVL target shuffle decoding.Simon Pilgrim2016-01-193-12/+9
* [CMake] Don't apply Export set to clang toolsChris Bieneman2016-01-191-1/+0
* Allow __attribute__((mode)) to appertain to field declarations again. Correct...Aaron Ballman2016-01-195-8/+14
* Placate MVSC after my last commit.Davide Italiano2016-01-192-8/+4
* [sancov] NFC: simplifying DumpOffsets.Mike Aizatsky2016-01-191-29/+38
* Reenable -Wexpansion-to-defined.Nico Weber2016-01-191-3/+0
* [CMake] Creating add_clang_tool macro to wrap add_clang_executable and genera...Chris Bieneman2016-01-192-13/+17
* [Orc] Oops - lambda capture changed in r258206 was correct.Lang Hames2016-01-191-2/+2
* [MachineFunction] Constify getter. NFC.Quentin Colombet2016-01-192-2/+2
* [Orc] Add missing capture to lambda.Lang Hames2016-01-191-1/+1
* [X86][SSE] Add INSERTPS target shuffle combines.Simon Pilgrim2016-01-194-28/+145
* [Orc] Qualify call to make_unique to avoid ambiguity with std::make_unique.Lang Hames2016-01-191-4/+4
* [Orc] #undef a MACRO after I'm done with it.Lang Hames2016-01-191-7/+10
* Fix another -Wexpansion-to-defined warning in compiler-rt.Nico Weber2016-01-191-1/+5
* Add missing license headersEric Fiselier2016-01-192-1/+18
* Fix -Wexpansion-to-defined warnings in compiler-rt.Nico Weber2016-01-192-3/+15
* [Process] Remove dead code. All the switch cases are already covered.Davide Italiano2016-01-192-4/+0
* Add more missing license headersEric Fiselier2016-01-1911-0/+95
* Add an ObjCPass to the MachO linker.Pete Cooper2016-01-1910-32/+204
* 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
OpenPOWER on IntegriCloud