summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New tool: opt-diff.pyAdam Nemet2017-03-023-3/+88
* [opt-viewer] Treat remarks with different attributes as differentAdam Nemet2017-03-021-1/+16
* [opt-viewer] Don't use __getattr__ for missing YAML attributesAdam Nemet2017-03-021-5/+6
* [opt-viewer] Sort entries with identical hotness by source lineAdam Nemet2017-03-021-1/+1
* Allow use of spaces in Bugpoint ‘--compile-command’ argumentDavid Bozier2017-03-021-21/+46
* fix typo in comment; NFCSanjay Patel2017-03-021-1/+1
* Re-apply "[GVNHoist] Move GVNHoist to function simplification part of pipeline."Geoff Berry2017-03-022-2/+40
* [clang-tidy] google-readability-casting: detect redundant casts with top-leve...Alexander Kornienko2017-03-022-6/+19
* GlobalISel: record correct stack usage for signext parameters.Tim Northover2017-03-022-3/+21
* [clang-tidy] Fix a few more issues in google-readability-castingAlexander Kornienko2017-03-022-59/+71
* [InstCombine] Avoid faulty combines of select-cmp-brBjorn Pettersson2017-03-022-3/+24
* [ARM/AArch64] Update costs for interleaved accesses with wide typesMatthew Simpson2017-03-024-48/+97
* [ARM/AArch64] Support wide interleaved accessesMatthew Simpson2017-03-024-93/+656
* Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.Nico Weber2017-03-021-1/+0
* Do not leak OpenedHandles.Vassil Vassilev2017-03-021-10/+2
* [LV] Considier non-consecutive but vectorizable accesses for VF selectionMatthew Simpson2017-03-022-3/+43
* Added special test covering a problem with PIC relocation model on SLM archit...Andrew V. Tischenko2017-03-021-0/+27
* [ScopDetection] Do not allow required-invariant loads in non-affine regionTobias Grosser2017-03-022-1/+73
* Do not verify MachimeDominatorTree if it is not calculatedSerge Pavlov2017-03-023-33/+19
* Fix flakyness in TestGdbRemoteHostInfoPavel Labath2017-03-022-10/+0
* [ELF] - Fix version-script-extern-exact.s testcaseGeorge Rimar2017-03-021-5/+13
* Improve the documentation. Patch from genewitch. Found on https://github.com/...Sylvestre Ledru2017-03-021-4/+4
* Fix MSVC buildPavel Labath2017-03-021-1/+1
* [clangd] Fix a potential race by copying the FixIts out of ASTManager before ...Benjamin Kramer2017-03-023-3/+12
* [clang-format] Use number of unwrapped lines for short namespaceKrasimir Georgiev2017-03-023-24/+60
* Fix typo. NFCIXin Tong2017-03-021-1/+1
* [clang-tidy] Function names configurable for cppcoreguidelines-nomalloc - che...Alexander Kornienko2017-03-026-11/+149
* x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite could accessJason Molenda2017-03-021-4/+5
* [libc++] Make _LIBCPP_TYPE_VIS export membersShoaib Meenai2017-03-029-14/+35
* [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai2017-03-025-17/+66
* cmake: Configure the ThinLTO cache directory when using ELF lld or gold.Peter Collingbourne2017-03-021-5/+14
* [libc++] Mark some std::num_get method templates inlineShoaib Meenai2017-03-023-22/+40
* Address a few nits pointed out by Sean.Peter Collingbourne2017-03-022-2/+2
* Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier2017-03-0217-17/+17
* LTO: When creating a local cache, create the cache directory if it does not a...Peter Collingbourne2017-03-0210-18/+23
* Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
* Revert "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
* Make gc a bit more aggressive.Rafael Espindola2017-03-023-15/+61
* LiveRegMatrix: Fix some subreg interference checksMatthias Braun2017-03-028-29/+54
* LiveIntervalUnion: Remove unused function; NFCMatthias Braun2017-03-021-7/+0
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-03-024-56/+44
* Revert "Increase stack size for stack-use-after-return test"Francis Ricci2017-03-021-1/+1
* Revert r296708; causing test failures on ARM hosts.Eli Friedman2017-03-022-37/+25
* Fix various warnings. NFCZachary Turner2017-03-0212-379/+22
* Fix python 3 syntax error in sym_diffEric Fiselier2017-03-021-1/+1
* Cleanup new/delete definitionsEric Fiselier2017-03-013-67/+71
* [Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-03-016-142/+156
* Remove spurious use of LLVM_FALLTHROUGH (NFC)Paul Robinson2017-03-011-43/+17
* Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-011-1/+1
* [DAGCombiner] mulhi + 1 never overflow.Amaury Sechet2017-03-012-4/+15
OpenPOWER on IntegriCloud