summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a test for --reproduce on Windows.Rui Ueyama2016-05-052-0/+16
* Update FIXME.Richard Smith2016-05-051-2/+1
* Fix implementation of C++'s restrictions on using-declarations referring to e...Richard Smith2016-05-057-58/+107
* Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata2016-05-0516-38/+98
* ARM: Use a Handle to track SDNodes in case they're CSE'd. NFCJustin Bogner2016-05-051-4/+2
* Do not add uwtable attribute by default for MachO targets.Akira Hatanaka2016-05-052-0/+9
* Revert "[asan] add option to set shadow mapping offset"Ryan Govostes2016-05-052-48/+2
* Make the functions that fetch data from the ObjC runtime choose whether or no...Enrico Granata2016-05-051-15/+13
* [asan] add option to set shadow mapping offsetRyan Govostes2016-05-052-2/+48
* [modules] Enforce the rules that an explicit or partial specialization must beRichard Smith2016-05-0516-78/+527
* clang-format some files in preparation of coming patch reviews.Dehao Chen2016-05-054-767/+724
* [PM] Port ConstantMerge to the new pass manager.Davide Italiano2016-05-058-31/+76
* [SystemZ] Implement backchain attribute (recommit with fix).Marcin Koscielnicki2016-05-053-4/+130
* [codeview] Move dumper into lib/DebugInfo/CodeViewReid Kleckner2016-05-058-813/+949
* [clang-tidy] Improve -warnings-as-errors tests.Alexander Kornienko2016-05-053-4/+20
* [LoopDataPrefetch] Add optimization remarkAdam Nemet2016-05-052-1/+84
* Revert "[SimplifyCFG] propagate branch metadata when creating select"Vitaly Buka2016-05-042-67/+22
* Revert "[SystemZ] Implement backchain attribute."Marcin Koscielnicki2016-05-043-130/+4
* [SystemZ] Add -mbackchain option.Marcin Koscielnicki2016-05-048-0/+40
* XFail TestEnumTypes.py on WindowsAdrian McCarthy2016-05-042-7/+8
* XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy2016-05-044-12/+24
* [SystemZ] Implement llvm.get.dynamic.area.offsetMarcin Koscielnicki2016-05-044-0/+57
* [SystemZ] Implement backchain attribute.Marcin Koscielnicki2016-05-043-4/+130
* Revert "[SCCP] Throw away dead code. NFC."Davide Italiano2016-05-041-0/+3
* Make --reproduce to not produce undesired whitespace.Rui Ueyama2016-05-042-5/+15
* [SCCP] Throw away dead code. NFC.Davide Italiano2016-05-041-3/+0
* [X86] Add a few register classes for x32 address accesses.Quentin Colombet2016-05-043-7/+24
* Unblock the windows buildbot.Greg Clayton2016-05-041-0/+1
* [ELF][MIPS] Create combined dynamic relocation type R_MIPS_REL32/R_MIPS_64/R_...Simon Atanasyan2016-05-042-2/+75
* clean up; NFCISanjay Patel2016-05-041-15/+15
* Don't let two threads call Debugger::Clear simultaneously.Greg Clayton2016-05-042-24/+40
* Fixed a missing break and fixed spacing.Greg Clayton2016-05-041-22/+23
* [SelectionDAG] BITREVERSE vector legalization of bit operations (REAPPLIED)Simon Pilgrim2016-05-043-11965/+1529
* Spelling and grammar corrections in comments.Eric Christopher2016-05-042-16/+16
* Intentionally leak the ASTSourceMap instead of destroying it when LLDB quits.Sean Callanan2016-05-041-2/+3
* Don't produce relative relocs to ro segments.Rafael Espindola2016-05-043-13/+30
* "Reapply r268521 "[InstCombine] Canonicalize icmp instructions based on domin...Balaram Makam2016-05-045-2/+189
* Rename isRelRelative.Rafael Espindola2016-05-041-3/+4
* [clang-tidy] Apply NOLINT filtering to Clang warnings.Alexander Kornienko2016-05-042-16/+32
* Use early return. NFC.Rafael Espindola2016-05-041-47/+48
* Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman2016-05-047-277/+429
* Fix build of DebugInfoPDBTests.Zachary Turner2016-05-041-0/+1
* Handle errors on file opening as soft error.Rui Ueyama2016-05-041-3/+6
* [SimplifyCFG] propagate branch metadata when creating selectSanjay Patel2016-05-042-22/+67
* [AArch64] Add cheap as move instructions for Exynos M1Evandro Menezes2016-05-041-2/+33
* Fix the doc extraction script to work with hasAnyName and with equalsNode.Samuel Benzaquen2016-05-042-6/+37
* [libFuzzer] print stats after running individual inputsKostya Serebryany2016-05-043-2/+7
* Update for llvm change to add pdb namespace.Zachary Turner2016-05-045-44/+50
* Move pdb code into pdb namespace.Zachary Turner2016-05-04121-89/+277
* Removing some trailing whitespaceEric Fiselier2016-05-042-2/+2
OpenPOWER on IntegriCloud