summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ELF] - Remove unnecessary template #4. NFC.George Rimar2017-03-144-13/+3
* [ELF] - Remove unnecessary template #3. NFC.George Rimar2017-03-141-6/+3
* [ELF] - Remove unnecessary template #2. NFC.George Rimar2017-03-141-3/+3
* [ELF] - Remove unnecessary template. NFC.George Rimar2017-03-141-3/+2
* [ARM] Move SMULW[B|T] isel to DAG CombineSam Parker2017-03-148-150/+180
* Disable Callee Saved RegistersOren Ben Simhon2017-03-1419-89/+258
* [ELF] - Step to combine LinkerScript and LinkerScriptBaseGeorge Rimar2017-03-144-40/+23
* [ELF] Fix LMA offset calculationEugene Leviant2017-03-142-4/+25
* [ELF] Fix crash when .eh_frame(_hdr) is discardedEugene Leviant2017-03-142-1/+15
* [ELF] Fix error reporting for synthetic sectionsEugene Leviant2017-03-142-0/+32
* Preserve the isl-noexceptions.h C++ bindings when updating islTobias Grosser2017-03-141-0/+3
* Add back header file that was accidentally dropped in previous updateTobias Grosser2017-03-141-0/+5588
* Update to isl-0.18-369-g5e613c6Tobias Grosser2017-03-1416-5726/+265
* [AVX-512] Use iPTR instead of i64 in patterns for extract_subvector/insert_su...Craig Topper2017-03-142-33/+12
* [AVX-512] Add test cases that demonstrate some patterns that don't work corre...Craig Topper2017-03-141-51/+159
* [TargetTransformInfo] getIntrinsicInstrCost() scalarization estimation improvedJonas Paulsson2017-03-1413-89/+145
* [AVX-512] Pre-emptively fix more places in fastisel where we might copy a VK1...Craig Topper2017-03-141-9/+28
* Fix cmake to find the compiler-rt libs on darwinBruno Cardoso Lopes2017-03-141-9/+21
* [CodeGen][ObjC] Fix a bug where the type of an ivar wasn't encodedAkira Hatanaka2017-03-142-1/+36
* update.Jason Molenda2017-03-141-0/+6
* [ubsan] Add a nullability sanitizerVedant Kumar2017-03-1411-29/+398
* Add missing condprop-xfail.ll that contains the remaining xfail'd testsDaniel Berlin2017-03-141-0/+123
* Recommitting Craig Topper's patch now that r296476 has been recommitted.Nirav Dave2017-03-142-255/+83
* [Builtin][AArch64] Fix build errors of test casesWeiming Zhao2017-03-142-0/+2
* clang-format: Make it very slighly more expensive to wrap between "= {".Daniel Jasper2017-03-142-1/+8
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-03-1475-2553/+2542
* Fix crash with interrupt attribute on ARM.Eli Friedman2017-03-142-1/+6
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-143-6/+93
* [libFuzzer] Reorder includes in testVitaly Buka2017-03-131-2/+2
* [debugserver] NFC. Missed one bit of cleanup in r297688Chris Bieneman2017-03-131-22/+13
* [libFuzzer] Fix compilation of CustomCrossOverAndMutateTest on WindowsVitaly Buka2017-03-131-1/+2
* Add the beginning of PDB diffing support.Zachary Turner2017-03-139-131/+526
* [debugserver] NFC. Cleanup DNBArchImpl*::GetFPUState()Chris Bieneman2017-03-133-242/+125
* Remove a useless temporary variable.Rui Ueyama2017-03-131-3/+1
* Simplify and add comments. NFC.Rui Ueyama2017-03-131-14/+24
* [debugserver] This is a small cleanup patch to AVX support detectionChris Bieneman2017-03-136-121/+55
* Revert "Debug Info: Add basic support for external types references."Adrian Prantl2017-03-138-89/+3
* NewGVN: We pass rle-nonlocal, we just perform the replacement in a way that k...Daniel Berlin2017-03-131-8/+22
* [Thumb1] combine ADDC/SUBC with a negative immediateArtyom Skrobov2017-03-133-14/+26
* Fix -Wunused-lambda-capture warning in new codeReid Kleckner2017-03-131-1/+1
* Widen AST bitfields too small to represent all enumeratorsReid Kleckner2017-03-134-5/+10
* Make FileOutputBuffer fail early if you pass a directory.Rui Ueyama2017-03-132-0/+5
* [AVX-512] Fix another case where we are copying from a mask register using AH...Craig Topper2017-03-132-1/+69
* Add a comment to say that -build-id=sha1 is a synonym for tree.Rui Ueyama2017-03-131-1/+3
* Fix llvm-symbolizer to navigate both DW_AT_abstract_origin and DW_AT_specific...David Blaikie2017-03-133-42/+28
* Remove unused lambda captureDavid Blaikie2017-03-131-1/+1
* Fix sign compare warning in unit test by using an explicit unsigned literal s...David Blaikie2017-03-131-1/+1
* [IPRA] Change algorithm for RegUsageInfoCollector.Marcello Maggioni2017-03-131-3/+21
* [Support] Follow-up for "Test directory iterators and recursive directory ite...Juergen Ributzka2017-03-131-1/+1
* Add the 'AllowSoleDefaultDtor' and 'AllowMissingMoveFunctions' options to the...Aaron Ballman2017-03-136-33/+198
OpenPOWER on IntegriCloud