summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the documents of the new LLD.Rui Ueyama2016-03-125-368/+376
* Use default destructor and remove unnecessary virtual destructorTeresa Johnson2016-03-121-2/+1
* Let's not convert from UINT32_MAX to the std::numeric_limits version.Jim Ingham2016-03-124-22/+24
* [libFuzzer] refresh docs moreKostya Serebryany2016-03-121-20/+7
* [libFuzzer] refresh docs moreKostya Serebryany2016-03-121-4/+1
* [libFuzzer] refresh docs moreKostya Serebryany2016-03-121-20/+18
* [lit] Hack lit to allow a test suite to request that it is run "early".Chandler Carruth2016-03-124-2/+17
* [libFuzzer] refresh docsKostya Serebryany2016-03-121-43/+57
* Make gc relocates more strongly typed; NFCSanjoy Das2016-03-121-10/+13
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-1215-22/+146
* [X86] Make sure we do not clobber RBX with cmpxchg when used as a base pointer.Quentin Colombet2016-03-127-15/+206
* Fix bad regression from r263077 when building with MSVC.Nico Weber2016-03-122-5/+2
* [libFuzzer] try to use max_len based on the items of the corpus instead of bl...Kostya Serebryany2016-03-126-27/+59
* Revert "Update Polly for the removal of PreserveNames from IRBuilder stuff"David Blaikie2016-03-121-6/+10
* Temporarily revert:Eric Christopher2016-03-1214-32/+41
* Temporarily revert these patches:Eric Christopher2016-03-125-15/+36
* Add Lanai.def to the module map.Eric Christopher2016-03-121-0/+1
* [LoopUnroll] Convert some existing tests to unit-tests.Michael Zolotukhin2016-03-123-230/+144
* Fix a memory leak due to missing virtual destructorsTeresa Johnson2016-03-121-0/+3
* Initialize two variables in kmp_tasking.Samuel Antao2016-03-121-1/+1
* Updating source languages entry in FAQ.Wilfred Hughes2016-03-121-5/+4
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-125-428/+165
* Disable a test that started failing recently; see PR26919.Nico Weber2016-03-121-0/+3
* Disable CFI checks in std::addressof.Evgeniy Stepanov2016-03-111-1/+1
* Fix the docs I brokeChris Matthews2016-03-111-0/+3
* [sancov] using md5 for anchors in attempt to reduce file size.Mike Aizatsky2016-03-112-7/+19
* Don't crash sancov if file is unreadable.Mike Aizatsky2016-03-111-6/+10
* Extend test-suite docs to describe how to run test-suite with cmake+litChris Matthews2016-03-111-9/+76
* Minor cleanup and documentation to IRMover (NFC)Mehdi Amini2016-03-112-21/+41
* [X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardwareSimon Pilgrim2016-03-114-53/+90
* Make functions in altivec.h be __inline__. As they are all also markedDaniel Jasper2016-03-111-4034/+4370
* [AArch64] Don't blindly lower f16/f128 FCCMPs.Ahmed Bougacha2016-03-112-3/+68
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-113-293/+199
* Add fix-it for format-security warnings.Bob Wilson2016-03-113-9/+58
* Initialize CalleeInfo to fix bot after r263275Teresa Johnson2016-03-111-1/+1
* Update Polly for the removal of PreserveNames from IRBuilder stuffDavid Blaikie2016-03-111-10/+6
* Fix ObjCMethodDecl::findPropertyDecl for class properties.Jordan Rose2016-03-112-9/+40
* Fix order of arguments to fputsReid Kleckner2016-03-111-3/+3
* Switch to fputs stderr to try to fix output buffering issuesReid Kleckner2016-03-111-3/+3
* ELF: Implement --build-id.Rui Ueyama2016-03-117-1/+101
* [STATS] change TASK_execution name to OMP_taskJonathan Peyton2016-03-112-3/+3
* [STATS] Add a total statistics countJonathan Peyton2016-03-112-75/+59
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-113-318/+253
* Define NT_GNU_BUILD_ID constant.Rui Ueyama2016-03-111-0/+5
* [WebAssembly] Add `final` keywords to a few more subclasses, for consistency.Dan Gohman2016-03-112-2/+2
* [MemorySSA] Make a return type reflect reality. NFC.George Burgess IV2016-03-112-12/+13
* Add missing triple to instantiate-sizeof.cpp testReid Kleckner2016-03-111-1/+1
* Remove the skip if Darwin since I fixed the crash.Jim Ingham2016-03-111-1/+0
* Make printf-4 more robust to strlen interception after r263177Reid Kleckner2016-03-111-5/+7
* Introduce @llvm.experimental.deoptimizeSanjoy Das2016-03-1110-1/+327
OpenPOWER on IntegriCloud