summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Delete test case. Assertions can't be tested.Heejin Ahn2018-10-251-11/+0
* Tidy up test caseHeejin Ahn2018-10-251-2/+0
* Address commentsHeejin Ahn2018-10-253-22/+15
* [WebAssembly] Error out when block/loop markers mismatchHeejin Ahn2018-10-252-7/+25
* [ELF] Add --{,no-}call-graph-profile-sort (enabled by default)Fangrui Song2018-10-254-15/+27
* [SystemZ] NFC reformatting in SystemZTargetTransformInfo.cppJonas Paulsson2018-10-251-5/+7
* Add MS ABI mangling for operator<=>.Richard Smith2018-10-253-13/+16
* Avoid std::map&vector in hexagon builtin code to save code sizeReid Kleckner2018-10-251-763/+808
* Avoid STMT_ and DECL_ bitcodes overlapping.Richard Smith2018-10-251-1/+3
* [SystemZ] Improve getMemoryOpCost() to find foldable loads that are converted.Jonas Paulsson2018-10-253-42/+347
* DebugInfo: Explain why DW_LLE_(GNU_)startx_length is usedDavid Blaikie2018-10-251-4/+7
* [x86] add tests for missed load folding; NFCSanjay Patel2018-10-252-0/+149
* [sanitizer] Fix mallopt interceptor.Evgeniy Stepanov2018-10-256-5/+14
* [ELF] Don't check if symbols in .llvm.call-graph-profile are unorderableFangrui Song2018-10-252-50/+0
* [SystemZ] Improve handling and cost estimates of vector integer div/remJonas Paulsson2018-10-259-394/+1043
* llvm-dwarfdump: loclists: Don't expect an (albeit empty) expression for LLE_b...David Blaikie2018-10-252-8/+9
* [Pipeliner] Ignore Artificial dependences while computing recurrences.Sumanth Gundapaneni2018-10-252-3/+110
* [Pipeliner] Remove the unneeded include header(NFC).Sumanth Gundapaneni2018-10-251-1/+0
* [X86] Change X86 backend to look for 'min-legal-vector-width' attribute inste...Craig Topper2018-10-252-28/+29
* [CodeGen] Remove operands from FENTRY_CALLFrancis Visoiu Mistrih2018-10-252-3/+3
* [AArch64] Create proper memoperand for multi-vector storesDavid Greene2018-10-252-1/+165
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-2528-152/+186
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-2537-117/+159
* [NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner2018-10-258-94/+87
* [C++17] Reject shadowing of capture by parameter in lambdaNicolas Lesser2018-10-256-7/+39
* [AArch64][GlobalISel] Simplify a legalizer test. NFC.Volkan Keles2018-10-251-116/+91
* Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"Eric Fiselier2018-10-252-26/+2
* [clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev2018-10-2524-1454/+19
* Rebase defect report list.Nicolas Lesser2018-10-251-118/+172
* Change keep-static-consts to work on static storage duration, notErich Keane2018-10-252-3/+9
* [WebAssembly] Bitselect and min/max builtinsThomas Lively2018-10-253-0/+101
* [WebAssembly] Lower to target-independent saturating addThomas Lively2018-10-252-6/+6
* [WebAssembly] Use target-independent saturating addThomas Lively2018-10-254-26/+16
* Implement Function Multiversioning for Non-ELF Systems.Erich Keane2018-10-2520-397/+938
* [X86] Add some non-AVX512VL command lines to the *vl-vec-test-testn.ll tests.Craig Topper2018-10-252-357/+762
* [SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier2018-10-252-2/+26
* [FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changesCameron McInally2018-10-253-9/+13
* Remove full stops from error messages for consistency.Rui Ueyama2018-10-255-8/+8
* [X86] Add KNL command lines to movmsk-cmp.ll.Craig Topper2018-10-251-0/+1050
* [GlobalISel] LegalizerHelper: Fix the incorrect alignment when splitting load...Volkan Keles2018-10-252-6/+37
* CodeGen: alter CFConstantString class name for swift 5.0Saleem Abdulrasool2018-10-252-5/+10
* [LegalizeDAG] Remove dead SINT_TO_FP legalization codeSimon Pilgrim2018-10-251-54/+19
* fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarrayEric Fiselier2018-10-251-1/+2
* [GISel] LegalizerInfo: Rename MemDesc::Size to SizeInBits to make the value c...Volkan Keles2018-10-254-6/+6
* Remove accidentally committed duplicate codeAdrian Prantl2018-10-251-5/+0
* [X86] Remove ProcIntelKNL and replace with a SlowPMADDWD flag to use in the o...Craig Topper2018-10-253-8/+12
* [X86] Remove some uarch tuning flags from KNL that look to have been inherite...Craig Topper2018-10-252-6/+2
* [analyzer] Move canReasonAbout from Z3ConstraintManager to SMTConstraintManagerMikhail R. Gadelha2018-10-253-43/+51
* [analyzer] Fixed bitvector from model always being unsignedMikhail R. Gadelha2018-10-251-3/+5
* [AArch64][GlobalISel] Fix the LegalityPredicate for lowerIf for G_LOAD/G_STOREVolkan Keles2018-10-252-2/+23
OpenPOWER on IntegriCloud