summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update MachineBranchProbabilityInfo::normalizeEdgeWeights to make sure there ...Cong Hou2015-10-132-22/+73
* Add missing #include, found by modules build.Richard Smith2015-10-132-8/+83
* Fix whitespace in docEric Fiselier2015-10-131-1/+1
* [analyzer] Don’t invalidate CXXThis when conservatively evaluating const me...Devin Coughlin2015-10-133-11/+269
* Remove __config module to avoid #include cycle when libc headers include libc...Richard Smith2015-10-131-1/+5
* [libcxx] Capture configuration information when installing the libc++ headersEric Fiselier2015-10-136-7/+173
* [InlineFunction] Correctly inline TerminatePadInstDavid Majnemer2015-10-132-5/+64
* [WebAssembly] Remove a TODO comment which is no longer needed. NFC.Dan Gohman2015-10-131-7/+0
* [uselistorder] Insert blank line, NFCVedant Kumar2015-10-131-0/+1
* [ELF2/PPC64] Fix the TOC save in the .plt stubHal Finkel2015-10-132-2/+9
* [ELF2] Don't allocate entry for DT_SYMBOLIC.Davide Italiano2015-10-131-3/+0
* Fix layering violation: Analysis should not include headers from TransformsRichard Smith2015-10-131-2/+2
* ELF2: Add a note about performance.Rui Ueyama2015-10-131-0/+7
* [ELF2] Add support for -Bsymbolic.Davide Italiano2015-10-135-8/+20
* Typo.Chad Rosier2015-10-131-1/+1
* [ELF2/Linkerscript] Skip semicolon in linker directives parsing.Davide Italiano2015-10-132-0/+10
* Tweak to r250117 and change to use ErrorOr and drop isSizeValid forKevin Enderby2015-10-133-26/+13
* Exposing an existing checker under the name cert-err61-cpp, as it corresponds...Aaron Ballman2015-10-131-0/+3
* [ELF2/PPC64] Fix the end-of-buffer check for TOC restorationHal Finkel2015-10-132-1/+11
* [WinEH] Add CoreCLR EH table emissionJoseph Tremoulet2015-10-133-3/+521
* AMDGPU: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-139-18/+17
* [tests] More testing for PHI-nodes in non-affine regionsTobias Grosser2015-10-132-0/+60
* AArch64: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-136-15/+12
* ELF2: Add comments.Rui Ueyama2015-10-135-4/+32
* SelectionDAG: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-138-50/+50
* Change PyFile_FromFile to use PyFile_FromFd when using Py3.Zachary Turner2015-10-131-5/+17
* [ELF2] Simplify the NOBITS sorting logicHal Finkel2015-10-131-3/+4
* Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith2015-10-1327-240/+240
* [ELF2] Drop unnecessary lld flags from test/elf2/ppc64-toc-restore.sHal Finkel2015-10-131-1/+1
* [ELF2] Only call getPPC64SectionRank for EM_PPC64 filesHal Finkel2015-10-131-1/+7
* Update README.Rui Ueyama2015-10-131-1/+2
* [AArch64] Check the size of the vector before accessing its elements.Akira Hatanaka2015-10-132-1/+10
* [ELF2] Fixup comment about section sorting requirementsHal Finkel2015-10-131-1/+1
* Revert: "Re: [lld] r249752 - Revert: r249728 - Roll back r249726 and r249723 ...Hal Finkel2015-10-1313-104/+97
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-136-5/+184
* Move the adc-builtins test to the pattern of the other builtinsEric Christopher2015-10-131-1/+3
* Add subtarget feature support for 3dnowa to the 3dnowa intrinsics.Eric Christopher2015-10-131-0/+4
* [PGO]: Eliminate calls to __llvm_profile_register_function for Linux.Xinliang David Li2015-10-133-1/+50
* [PGO]: Eliminate calls to __llvm_profile_register_function for Linux.Xinliang David Li2015-10-132-4/+10
* Detect final task in GOMP interface.Jonathan Peyton2015-10-131-0/+4
* Scalar: Remove some implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-1310-61/+62
* [CMake] When building clang as an external project we should pass through all...Chris Bieneman2015-10-131-0/+11
* Fix ref counting of Python objects.Zachary Turner2015-10-135-813/+753
* Updating the documentation for the readability-inconsistent-declaration-param...Aaron Ballman2015-10-131-2/+13
* ExecutionEngine: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-5/+4
* OrcJIT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-1/+1
* ELF2: Avoid using "finalize" as a function name.Rui Ueyama2015-10-133-9/+10
* [ELF2] Ensure strict weak ordering in section sorting (v2)Hal Finkel2015-10-131-2/+3
* Xfail a watchpoint test on Windows, until Windows implements watchpoints.Adrian McCarthy2015-10-131-0/+1
* Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.Adrian McCarthy2015-10-132-0/+5
OpenPOWER on IntegriCloud