summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] CUDA plugin: add include directory for libelfGeorge Rokos2017-03-221-1/+2
* Make the home_directory test a little more resilient.Zachary Turner2017-03-221-10/+21
* Make home_directory look in the password database in addition to $HOME.Zachary Turner2017-03-222-5/+31
* [ARM] t2_so_imm_neg had a subtle bug in the conversion, and could trigger UB ...Artyom Skrobov2017-03-222-1/+12
* [X86][MMX] Add tests for _mm_set*_* intrinsicsSimon Pilgrim2017-03-221-0/+87
* Introduce another level of metadata to distinguish non-aliasing accessesRoman Gareev2017-03-228-5/+174
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-2219-210/+210
* Add default typo to .tbss.*Rafael Espindola2017-03-222-0/+10
* Map the new load to the base pointer of the invariant load hoisted loadRoman Gareev2017-03-222-0/+35
* Set the default type for .bss.foo.Rafael Espindola2017-03-222-0/+10
* Produce INIT_ARRAY for sections named .init_array.*Rafael Espindola2017-03-222-1/+9
* Revert "Correct class-template deprecation behavior"Martin Bohme2017-03-2213-141/+43
* Revert "iFix Test deprecation behavior in C89 mode as a result of r298410"Martin Bohme2017-03-221-4/+1
* [AMDGPU][MC] Fix for Bug 28204 + LIT testsDmitry Preobrazhensky2017-03-222-8/+32
* [clang-tidy] Tests should not rely on STL headers being available.Alexander Kornienko2017-03-221-0/+5
* [clang-tidy] clang-format the last patch. NFCAlexander Kornienko2017-03-222-24/+15
* [clang-tidy] modified identifier naming case to use CT_AnyCase for ignoring c...Alexander Kornienko2017-03-222-82/+103
* [CMake] Use variable interpolation instead of string concatenationSerge Pavlov2017-03-221-3/+3
* [X86] Add multiply by constant tests (PR28513)Simon Pilgrim2017-03-223-0/+1685
* r286814 resulted that CallPenalty can be subtracted twice:Evgeny Astigeevich2017-03-221-1/+1
* [X86] Remove unnecessary duplicate code (PR30649). NFCI.Simon Pilgrim2017-03-221-5/+0
* Remove an overly aggressive assert in r298491 and leave a commentChandler Carruth2017-03-222-1/+19
* [Serialization] Serialize DependentSizedExtVectorTypeAlex Lorenz2017-03-224-3/+36
* tsan: fix a typoDmitry Vyukov2017-03-221-2/+2
* [nonnull] Teach Clang to attach the nonnull LLVM attribute toChandler Carruth2017-03-225-77/+201
* Add LibreOffice Clang plugin to ExternalClangExamples.rstStephan Bergmann2017-03-221-0/+8
* Revert "[ScalarEvolution] Predicate implication from operations"Max Kazantsev2017-03-223-498/+16
* [ValueTracking] Make sure we keep range metadata information when calculating...Craig Topper2017-03-222-2/+19
* Move setting of LangOpts based on target flags out of CompilerInstanceEric Christopher2017-03-224-10/+13
* [ValueTracking] use setLowBits/setHighBits/setBitsFrom to replace |= getHighB...Craig Topper2017-03-221-16/+13
* [X86] Remove an unused function from release builds. Reported by gccs unused ...Craig Topper2017-03-221-0/+2
* [SystemZ] Don't drop any operands in expandZExtPseudo()Jonas Paulsson2017-03-223-17/+158
* Revert "[ARM] Recommit the glueless lowering of addc/adde in Thumb1, includin...Vitaly Buka2017-03-224-299/+39
* [ScalarEvolution] Predicate implication from operationsMax Kazantsev2017-03-223-16/+498
* [XRay][compiler-rt] Remove dependency on <system_error>Dean Michael Berris2017-03-224-48/+84
* lit: remove python2-ismsBrian Gesiak2017-03-221-2/+2
* [InstCombine] Teach SimplifyDemandedUseBits to shrink Constants on the left s...Craig Topper2017-03-222-1/+45
* Suppress warning on unreachable [[clang::fallthrough]] within a template inst...Richard Smith2017-03-222-4/+33
* XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIAReid Kleckner2017-03-221-0/+2
* Update LLD tests for codeview dumping changesReid Kleckner2017-03-221-5/+5
* [codeview] Use separate records for LF_SUBSTR_LIST and LF_ARGLISTReid Kleckner2017-03-228-8/+70
* [GlobalISel]: Create VREGs for ConstantInt argsAditya Nandakumar2017-03-222-5/+3
* Don't compose DWARF expressions with multiple subregisters.Adrian Prantl2017-03-222-0/+131
* DwarfExpression: Defer emitting DWARF register operationsAdrian Prantl2017-03-222-47/+76
* Reverting r298421 due to using a header that's unavailable to all systems and...Aaron Ballman2017-03-222-29/+4
* Remove -ffp-contract=fast from this testAdam Nemet2017-03-221-1/+1
* Change -ffp-contract=fast test to run on Aarch64Adam Nemet2017-03-221-3/+3
* [COFF] Put the PDB next to the image if the user doesn't pass /PDB:Reid Kleckner2017-03-223-23/+10
* Break the cycle between Host and PluginProcessUtility.Zachary Turner2017-03-226-10/+9
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-2219-210/+210
OpenPOWER on IntegriCloud