summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [GCOV] Emit the writeout function as nested loops of global data.Chandler Carruth2018-05-023-44/+263
* Use conventional spelling of always-failing assert.Richard Smith2018-05-021-1/+1
* Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...Rumeet Dhindsa2018-05-0210-31/+221
* [llvm-rc] Default to writing the output next to the input, if no output is sp...Martin Storsjo2018-05-023-2/+14
* [llvm-cvtres] Allow parameters preceded by '-' in addition to '/'Martin Storsjo2018-05-022-9/+15
* [analyzer] Revert r331096 "CStringChecker: Add support for BSD strlcpy()...".Artem Dergachev2018-05-021-39/+2
* [llvm-objcopy] Add --discard-all (-x) optionPaul Semel2018-05-025-6/+116
* [X86] Mark all x86 specific builtins as nothrow.Craig Topper2018-05-022-1763/+1763
* [GlobalISel][InstructionSelect] Making Coverage Info generation optional on p...Roman Tereshin2018-05-021-10/+18
* [llvm-objcopy] Add --weaken optionPaul Semel2018-05-023-0/+102
* [GlobalISel][InstructionSelect] Refactoring buildMatchTable out, NFCRoman Tereshin2018-05-021-24/+38
* [GlobalISel][InstructionSelect] Refactoring out a getMatchTable virtual metho...Roman Tereshin2018-05-023-29/+47
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-0210-20/+152
* [OPENMP] Add support for reductions on simd directives in targetAlexey Bataev2018-05-022-19/+73
* Revert "Emit an error when mixing <stdatomic.h> and <atomic>"Volodymyr Sapsai2018-05-022-14/+0
* [llvm-rc] Add rudimentary support for codepagesMartin Storsjo2018-05-029-21/+153
* [Driver] Infer Android sysroot location.Dan Albert2018-05-021-0/+9
* [Driver] Obey computed sysroot when finding libc++ headers.Dan Albert2018-05-021-2/+3
* [X86][SNB] Fix scheduling of MMX integer multiply instructions.Simon Pilgrim2018-05-026-32/+32
* Move the TestPlugin project into the Tests folder in CMake.Aaron Ballman2018-05-021-0/+1
* [X86] Split WriteShuffle/WriteVarShuffle + WriteBlend/WriteVarBlend into XMM ...Simon Pilgrim2018-05-0214-270/+209
* [OPENMP] Analyze the type of the mapped entity instead of its base.Alexey Bataev2018-05-022-2/+17
* [COFF, ARM64] Hook up a few remaining relocationsMartin Storsjo2018-05-022-0/+22
* [AMDGPU] A trivial fix for a buildbot failure caused by "commit 224a839fcbbea...Farhana Aleen2018-05-022-1/+40
* [sanitizer] Fix Fuchsia ReadBinaryName not to crash when uninitializedPetr Hosek2018-05-021-2/+4
* [reassociate] Fix excessive revisits when processing long chains of reassocia...Daniel Sanders2018-05-023-10/+53
* [X86] Cleanup WriteFShuffle/WriteFVarShuffle (+256 variants) scheduler classe...Simon Pilgrim2018-05-029-533/+335
* Emit an error when mixing <stdatomic.h> and <atomic>Volodymyr Sapsai2018-05-022-0/+31
* Emit an error when mixing <stdatomic.h> and <atomic>Volodymyr Sapsai2018-05-022-0/+14
* [OPENMP] Do not emit warning for implicitly declared target functions.Alexey Bataev2018-05-022-16/+18
* Add assertion to padding size calculation, NFCKrzysztof Parzyszek2018-05-021-0/+1
* Silence compiler warning.Adrian Prantl2018-05-021-0/+1
* Fix gdb-remote qMemoryRegionInfo unit tests for xml-enabled buildsPavel Labath2018-05-021-8/+26
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-02133-3648/+3307
* [OPENMP] Enable c++ exceptions outside of the target constructs iff they areAlexey Bataev2018-05-025-2/+83
* Revert "[AMDGPU] performAddCombine should run after DAG is legalized."Farhana Aleen2018-05-022-40/+1
* Add -foutline option to enable the MachineOutliner in AArch64Jessica Paquette2018-05-023-0/+11
* [X86] Convert most remaining XOP uses of X86SchedWritePair scheduler classes ...Simon Pilgrim2018-05-021-88/+102
* [AMDGPU] performAddCombine should run after DAG is legalized.Farhana Aleen2018-05-022-1/+40
* Fix line-endings. NFCI.Simon Pilgrim2018-05-021-3/+3
* clc_sqrt: Reuse unary_decl.incJan Vesely2018-05-022-50/+3
* [OPENMP] Support C++ member functions in the device constructs.Alexey Bataev2018-05-024-14/+18
* Pass compiler arguments in the create_ll.sh scriptPhilip Pfaffe2018-05-021-2/+5
* Revert "[polly] [ScopInfo] Don't pre-compute the name of the Scop's region."Philip Pfaffe2018-05-022-3/+6
* Re-land rL331357 "[X86] Fix scheduling info for VMPSADBWYrmi."Clement Courbet2018-05-021-1/+1
* [analyzer] Fix filename in cross-file HTML reportMalcolm Parsons2018-05-022-1/+5
* [X86] Cleanup WriteFMul scheduler classes with more common default valuesSimon Pilgrim2018-05-023-70/+14
* Fix '32-bit shift implicitly converted to 64 bits' warning by using APInt::se...Simon Pilgrim2018-05-021-1/+1
* [OPENMP] Emit names of the globals depending on target.Alexey Bataev2018-05-024-75/+141
* Revert rL331355 "[X86] Fix scheduling info for VMPSADBWYrmi."Clement Courbet2018-05-021-16/+5
OpenPOWER on IntegriCloud