summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyCFG] add a struct to house optional folds (PR34603)Sanjay Patel2017-09-278-101/+106
* [InlineCost] add visitSelectInst()Haicheng Wu2017-09-272-0/+333
* [X86][SKX][KNL] Updated regression tests to use -mattr instead of -mcpu flag....Gadi Haber2017-09-278-10182/+11533
* X86 Tests: Unsigned saturation subtraction tests. NFC.Zvi Rackover2017-09-271-0/+1456
* [OpenCL] Handle address space conversion while setting type alignment.Anastasia Stulova2017-09-273-4/+27
* [OpenMP] Add an additional test for D34888Gheorghe-Teodor Bercea2017-09-271-0/+36
* revert rL314300Coby Tayree2017-09-272-89/+0
* Typo: const MCSchedModel SchedModel -> const MCSchedModel &SchedModelKrzysztof Parzyszek2017-09-271-1/+1
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree2017-09-272-0/+89
* [RegAllocGreedy] Fix spelling error, "inteference" -> "interference", NFCMikael Holmen2017-09-271-3/+3
* [analyzer] Fix an outdated comment in a test. NFC.Artem Dergachev2017-09-271-2/+1
* [PowerPC] eliminate unconditional branch to the next instructionHiroshi Inoue2017-09-274-26/+16
* [Misched]: Remove double call getMicroOpFactor.NFC.Javed Absar2017-09-271-1/+1
* [X86][AsmParser] fix PR32035Coby Tayree2017-09-272-0/+7
* [test] Don't verify .debug_line offsets in bitcode tests.Jonas Devlieghere2017-09-272-6/+6
* [X86][AVX] Improve (i4 bitcast (v4i1 x)) handling for 256-bit vector compare ...Simon Pilgrim2017-09-272-20/+10
* Use const where possible. NFCI.Simon Pilgrim2017-09-271-1/+1
* [dwarfdump] Fix printing of .debug_line offset.Jonas Devlieghere2017-09-274-11/+11
* [analyzer] Match more patterns in bugreporter::getDerefExpr() API.Artem Dergachev2017-09-274-21/+80
* [builtins] fix build error on non-ARM for r314285.Manoj Gupta2017-09-271-0/+1
* [dwarfdump] Add support for -debug-line=OFFSETJonas Devlieghere2017-09-274-3/+40
* [analyzer] Fix and refactor bugreporter::getDerefExpr() API.Artem Dergachev2017-09-274-30/+325
* [dwarfdump] Add support for -debug-loc=OFFSETJonas Devlieghere2017-09-275-9/+353
* [Builtins] ARM: Fix assembling files in thumb mode.Manoj Gupta2017-09-271-2/+6
* [Builtins] ARM: Fix msr assembly instruction use for Thumb2.Manoj Gupta2017-09-272-2/+2
* [ELF] - Detemplate of HashTableSection<ELFT>George Rimar2017-09-273-26/+17
* [ELF] - Speedup -r and --emit-relocsGeorge Rimar2017-09-273-16/+21
* [llvm-cov] Improve const-correctness of filters. NFC.Sean Eveson2017-09-272-18/+21
* [ARM] isTruncateFree fixSam Parker2017-09-271-6/+6
* [clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...Marek Kurdej2017-09-272-5/+24
* [XRay] initialize all members of YAMLXRayRecord for -Wmissing-field-initializersMartin Pelikan2017-09-271-1/+1
* [X86] Fix SJLJ struct offsets for x86_64Martin Storsjo2017-09-272-2/+50
* [X86] Remove erroneous callsite offsetting in SJLJ landing padsMartin Storsjo2017-09-272-10/+5
* [X86] Correct byte offsets and data types in a comment. NFC.Martin Storsjo2017-09-271-5/+5
* [X86] Use extract128BitVector in LowerMULH so we can extract from constant bu...Craig Topper2017-09-275-231/+202
* MemorySSAUpdater: Only add phis to insertedphis if we actually inserted them,...Daniel Berlin2017-09-271-3/+2
* [X86] Add avx512bw command lines to the 256-bit vector idiv tests.Craig Topper2017-09-272-87/+148
* [SelectionDAG] Make NewSDValueDbgMsg print target specific nodes correctly by...Craig Topper2017-09-271-12/+12
* [XRay] fix the -Werror build by handling all enum cases in switchesMartin Pelikan2017-09-272-1/+5
* [XRay] convert FDR arg1 log entriesMartin Pelikan2017-09-278-6/+63
* Add test forgotten in r314262.Erich Keane2017-09-271-0/+11
* Fix capitalization of a bunch of parameters in SemaDeclAttr [NFC]Erich Keane2017-09-271-44/+44
* [SimplifyIndVar] Constant fold IV usersHongbin Zheng2017-09-273-1/+78
* Update ABIMacOSX_arm::PrepareTrivialCall to correctly align theJason Molenda2017-09-271-4/+5
* [clang-format] Adjust space around &/&& of structured bindingsChih-Hung Hsieh2017-09-272-13/+56
* Reland: [llvm-objcopy] Add support for dynamic relocationsJake Ehrlich2017-09-271-8/+8
* Emit section information for extern variables. Erich Keane2017-09-264-0/+22
* Add missing HAVE_LLVM define to fix build with latest llvmJan Vesely2017-09-261-1/+2
* [libcxx] [test] Fix unused local typedef warnings.Stephan T. Lavavej2017-09-261-2/+2
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-09-261-1/+1
OpenPOWER on IntegriCloud