summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for Windows builds.Adrian McCarthy2016-06-301-0/+6
* ScopInfo: Add array_begin() and array_end() iteratorsTobias Grosser2016-06-301-2/+16
* AMDGPU: Add m0 vgpr load loop block as successorMatt Arsenault2016-06-301-0/+1
* Fix C++03 build.Eric Fiselier2016-06-305-1/+16
* [libFuzzer] Let user specify extra stats file.Mike Aizatsky2016-06-303-4/+208
* Propagate on-error statusTobias Grosser2016-06-302-2/+5
* Simplify: get isl_ctx only once [NFC]Tobias Grosser2016-06-301-10/+11
* [CMake] Module builds depend on target intrinsics_gen to be built first.Vassil Vassilev2016-06-301-0/+9
* Fix ASTMatchersNodeTest to work on Windows.Justin Lebar2016-06-301-7/+5
* Introduce a *draft* of a code of conduct for the LLVM community and theChandler Carruth2016-06-303-0/+256
* Fix typo-correction crash if a typo occurs within the operand of aRichard Smith2016-06-304-5/+16
* [compiler-rt] Re-active unittest previously broken on windows.Etienne Bergeron2016-06-301-4/+0
* [compiler-rt] Fix TLS resource leaking in unittestEtienne Bergeron2016-06-301-0/+1
* Add an artificial line-0 debug location when the compiler emits a call toYunzhong Gao2016-06-302-0/+26
* Refine the set of UniformAfterVectorization instructions.Wei Mi2016-06-302-26/+121
* [CUDA] Give templated device functions internal linkage, templated kernels ex...Justin Lebar2016-06-302-5/+14
* PR28373: fix crash-on-invalid if the condition of an if-statement fails typo-...Richard Smith2016-06-302-1/+10
* CodeGen: Add the other BuildMI overload for MachineInstr&Justin Bogner2016-06-301-7/+11
* Delete MCCodeGenInfo.Rafael Espindola2016-06-3023-354/+59
* Don't instantiate a full host toolchain in ASTMatchersTest.Justin Lebar2016-06-301-15/+21
* Improve ADB utilization within Android platform.Oleksiy Vyalov2016-06-305-188/+242
* Mark issues 2550, 2551, 2555, 2685, 2698 as complete. These issues are wordin...Marshall Clow2016-06-301-7/+7
* Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan2016-06-303-7/+2
* Mark issues 2667, 2669, 2670, 2671, 2673 as complete. These issues are wordin...Marshall Clow2016-06-301-5/+5
* Implement LWG#2688: 'clamp misses preconditions and has extraneous condition ...Marshall Clow2016-06-303-5/+136
* revert http://reviews.llvm.org/D21101Etienne Bergeron2016-06-302-55/+0
* Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow2016-06-306-0/+12
* [Support] Fix a bug in ErrorList::join / joinErrors.Lang Hames2016-06-302-1/+47
* [pdb] Re-add code to write PDB files.Zachary Turner2016-06-3012-76/+153
* Update llvm-pdbdump to use subcommands.Zachary Turner2016-06-3021-479/+414
* [codeview] Emit qualified display names if -gline-tables-only is onReid Kleckner2016-06-302-19/+49
* Port some more debug info tests on WindowsReid Kleckner2016-06-303-10/+2
* [CMake] Add an LLVM_ENABLE_MODULE_DEBUGGING flag for building with -gmodules.Adrian Prantl2016-06-302-0/+7
* Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...Marshall Clow2016-06-302-1/+5
* Revert "[CMake] Move the -Xclang option before -fmodules-cache-path"Adrian Prantl2016-06-301-2/+2
* Implement LWG#2596: 'vector::data() should use addressof'Marshall Clow2016-06-303-4/+42
* [CMake] Move the -Xclang option before -fmodules-cache-pathAdrian Prantl2016-06-301-2/+2
* [exceptions] Upgrade exception handlers when stack protector is usedEtienne Bergeron2016-06-302-0/+55
* fix formatting, add TODO; NFCSanjay Patel2016-06-301-1/+2
* [DSE] Fix bug in partial overwrite trackingJun Bum Lim2016-06-302-7/+53
* Implement LWG#2441: 'Exact-width atomic typedefs should be provided'Marshall Clow2016-06-305-1/+70
* Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow2016-06-3015-1/+355
* [compiler-rt] Fix broken (flaky) unittests based on FlagParser.Etienne Bergeron2016-06-301-0/+6
* [InstCombine] shrink switch conditions better (PR24766)Sanjay Patel2016-06-303-47/+28
* Test commitElliot Colp2016-06-301-1/+1
* [compiler-rt] Reset global variables in ThreadRegistryThreadedTestEtienne Bergeron2016-06-301-0/+4
* [compiler-rt] Fix broken unittest using alloca on MSVC.Etienne Bergeron2016-06-301-1/+8
* [InstCombine] use ConstantExpr::getBitCast() instead of creating useless inst...Sanjay Patel2016-06-301-2/+1
* [InstCombine] extend matchSelectFromAndOr() to work with i1 scalar typesSanjay Patel2016-06-302-29/+36
* [CMake] -fmodules-local-submodule-visibility is a cc1-only option.Vassil Vassilev2016-06-301-2/+2
OpenPOWER on IntegriCloud