summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [IR] Use Instruction::isBinaryOp helper instead of raw enum range tests. NFCI.Simon Pilgrim2018-06-222-6/+3
* [clangd] Expose qualified symbol names in CompletionItem (C++ structure only,...Eric Liu2018-06-226-12/+48
* Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...George Rimar2018-06-227-77/+9
* [MC] - Add .stack_size sections into groups and link them with .textGeorge Rimar2018-06-227-9/+77
* Recommit of r335326, with the test fixed that I missed.Sjoerd Meijer2018-06-223-14/+16
* [hmaptool] Turn %hmaptool into a proper substitutionBenjamin Kramer2018-06-225-5/+9
* [CostModel][AArch64] Add some initial costs for SK_Select and SK_PermuteSingl...Simon Pilgrim2018-06-223-106/+88
* Reverting r335326 while I look at the test failureSjoerd Meijer2018-06-222-15/+13
* Revert r335324 due to a builtbot failureEugene Leviant2018-06-224-143/+3
* [ARM] ARMv6m and v8m.baseline strict alignSjoerd Meijer2018-06-222-13/+15
* AMDGPU: Add patterns for i32/i64 local atomic load/storeMatt Arsenault2018-06-226-1/+159
* [Evaluator] Improve evaluation of call instructionEugene Leviant2018-06-224-3/+143
* [X86] Changing the check for valid inputs in combineScalarToVectorMikhail Dvoretckii2018-06-222-6/+15
* tsan: fix deficiency in MutexReadOrWriteUnlockDmitry Vyukov2018-06-221-1/+1
* [clangd] Remove FilterText from the index.Sam McCall2018-06-229-37/+4
* Revert r335306 (and r335314) - the Call Graph Profile pass.Chandler Carruth2018-06-2216-308/+7
* AMDGPU/GlobalISel: Default to using TableGen'd instruction selectorTom Stellard2018-06-221-7/+0
* AMDGPU/GlobalISel: legalize and select 32-bit G_ASHRTom Stellard2018-06-226-0/+155
* [LegacyPM] Fix PR37888 by teaching the legacy loop pass manager how toChandler Carruth2018-06-222-1/+48
* AMDGPU/GlobalISel: legalize and select 32-bit G_SITOFPTom Stellard2018-06-226-0/+68
* AMDGPU/GlobalISel: Implement select() for COPYTom Stellard2018-06-222-1/+31
* Fix test failures after r335306 due to the pipeline changing.Chandler Carruth2018-06-223-0/+12
* Remove dead codeFrederic Riss2018-06-221-42/+20
* [InstCombine] fix shuffle-of-binops bugSanjay Patel2018-06-212-4/+11
* [InstCombine] add test for shuffle-of-binops; NFCSanjay Patel2018-06-211-0/+14
* [x86] Fix a tiny bug in my test case in r335309 by marking that we don'tChandler Carruth2018-06-211-1/+2
* [x86] Teach the builtin argument range check to allow invalid ranges inChandler Carruth2018-06-2120-300/+340
* [X86] Update handling in CGBuiltin to be tolerant of out of range immediates.Craig Topper2018-06-215-32/+48
* AMDGPU/GlobalISel: Implement select() for G_IMPLICIT_DEFTom Stellard2018-06-213-0/+41
* [Instrumentation] Add Call Graph Profile passMichael J. Spencer2018-06-2113-7/+296
* Ignore blacklist when generating __cfi_check_fail.Evgeniy Stepanov2018-06-212-0/+11
* [X86] Fix 32-bit mingw comdat names, only add one underscoreReid Kleckner2018-06-213-16/+14
* [gdb] Update llvm::OptionalFangrui Song2018-06-211-3/+4
* [AMDGPU] Fix lit failures introduced in r335281Scott Linder2018-06-212-0/+6
* [IR] fix typo in comment; NFCSanjay Patel2018-06-211-1/+1
* Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"Reid Kleckner2018-06-2113-531/+39
* Test commit, made a minor change to a commentEmmett Neyman2018-06-211-1/+1
* [X86] Commit some comments that weren't in the medium code model patchReid Kleckner2018-06-211-4/+4
* [X86] Implement more of x86-64 large and medium PIC code modelsReid Kleckner2018-06-2113-37/+529
* [scudo] Add a minimal runtime for -fsanitize-minimal-runtime compatibilityKostya Kortchinsky2018-06-211-8/+34
* Re-apply: Add python tool to dump and construct header mapsBruno Cardoso Lopes2018-06-2115-20/+345
* [GVN] Avoid casting a vector of size less than 8 bits to i8Matthew Voss2018-06-212-1/+41
* [dsymutil] Force mmap'ing of binariesJonas Devlieghere2018-06-211-2/+2
* [SCEV] Re-apply r335197 (with Polly fixes).Tim Shen2018-06-214-11/+115
* Revert "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-216-49/+18
* [libFuzzer] Filter architectures for testing on Apple platforms.George Karpenkov2018-06-211-0/+4
* [libFuzzer] Provide more descriptive names for testing targets.George Karpenkov2018-06-211-1/+1
* AMDGPU: Remove ability to reserve VGPRs for debuggerKonstantin Zhuravlyov2018-06-218-118/+2
* AMDGPU: Remove amdgpu-debugger-reserve-regs featureKonstantin Zhuravlyov2018-06-212-2/+1
* [mingw] Fix GCC ABI compatibility for comdat thingsReid Kleckner2018-06-216-9/+119
OpenPOWER on IntegriCloud