summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-1748-152/+145
* [X86] Add test case for PR39968. NFCCraig Topper2018-12-171-0/+19
* [X86] Fix bad operand lookup for cmov introduced in r349315Craig Topper2018-12-171-1/+1
* [Power9][NFC]update vabsd case for better dumpingKewen Lin2018-12-171-34/+23
* [analyzer] MoveChecker: Enable by default as cplusplus.Move.Artem Dergachev2018-12-173-14/+17
* [analyzer] MoveChecker: Add an option to suppress warnings on locals.Artem Dergachev2018-12-172-117/+384
* Speculatively re-apply "[analyzer] MoveChecker: Add checks for dereferencing..."Artem Dergachev2018-12-172-56/+178
* [Power9][NFC]Make pre-inc-disable case more robustKewen Lin2018-12-171-28/+28
* [gn build] Add build files for opt and its dependency Transforms/CouroutinesNico Weber2018-12-174-1/+61
* [EarlyCSE] If DI can't be salvaged, mark it as unavailable.Davide Italiano2018-12-172-1/+71
* [InstCombine] Add cttz/ctlz + select non-bitwidth tests; NFCNikita Popov2018-12-161-0/+56
* [InstCombine] Regenerate test checks; NFCNikita Popov2018-12-161-147/+150
* [analyzer] Fix some expressions staying live too long. Add a debug checker.Artem Dergachev2018-12-167-3/+286
* [X86] Pull out constant splat rotation detection.Simon Pilgrim2018-12-161-21/+28
* [InstCombine] Make cttz/ctlz knownbits tests more robust; NFCNikita Popov2018-12-161-20/+12
* Regenerate test (merges X86+X64 cases). NFCI. Simon Pilgrim2018-12-161-594/+265
* Add a description of the similar packets defined in theJason Molenda2018-12-161-3/+18
* [X86] Remove truncation handling from EmitTest. Replace it with a DAG combine.Craig Topper2018-12-163-55/+111
* [X86] Autogenerate complete checks. NFCCraig Topper2018-12-161-7/+36
* Clarify a few minor details.Jason Molenda2018-12-161-7/+8
* Revert "[InstCombine] Regenerate test checks; NFC"Nikita Popov2018-12-161-166/+117
* [InstCombine] Regenerate test checks; NFCNikita Popov2018-12-161-117/+166
* [InstCombined] Add more tests for cttz/ctlz + icmp; NFCNikita Popov2018-12-161-11/+144
* [InstCombine] Add additional saturating add/sub + icmp tests; NFCNikita Popov2018-12-161-12/+133
* Thread safety analysis: Avoid intermediate copies [NFC]Aaron Puchert2018-12-161-21/+31
* [InstCombine] regenerate test checks; NFCSanjay Patel2018-12-162-448/+439
* [InstCombine] add tests for vector widening transforms (PR40032); NFCSanjay Patel2018-12-161-0/+32
* [test] [support] Use socket()+bind() to create unix sockets portablyMichal Gorny2018-12-161-2/+8
* [x86] increment/decrement constant vector with min/max in vsetcc lowering (PR...Sanjay Patel2018-12-164-58/+72
* [DAGCombiner] allow hoisting vector bitwise logic ahead of truncatesSanjay Patel2018-12-1612-211/+147
* Update the list of platforms & archsSylvestre Ledru2018-12-161-2/+2
* Use backquotes to avoid a sphinx unexpected error:Sylvestre Ledru2018-12-161-1/+1
* Thread safety analysis: Allow scoped releasing of capabilitiesAaron Puchert2018-12-162-39/+177
* Document the usage of BOOTSTRAP_XXX with stage2 buildsSylvestre Ledru2018-12-161-0/+9
* [SelectionDAG] Add FSHL/FSHR support to computeKnownBitsSimon Pilgrim2018-12-163-16/+41
* [X86] Add computeKnownBits tests for funnel shift intrinsicsSimon Pilgrim2018-12-161-0/+43
* Improve the comment in previousKamil Rytarowski2018-12-161-2/+2
* Expand TSan sysroot workaround to NetBSDKamil Rytarowski2018-12-161-5/+6
* [test] [ctime] Ignore -Wformat-zero-length warningsMichal Gorny2018-12-161-0/+4
* [regex] Use distinct __regex_word on NetBSDMichal Gorny2018-12-161-0/+4
* [gn build] Merge r349167Nico Weber2018-12-161-0/+1
* [gn build] Add build files for obj2yaml, yaml2obj, and lib/ObjectYAMLNico Weber2018-12-164-0/+58
* [gn build] Add build files for llvm-as, llvm-dis, llvm-dwarfdump, llvm-mc, Fi...Nico Weber2018-12-168-0/+79
* Fix a lit test failure after MallocChecker changesKristof Umann2018-12-161-1/+1
* [X86] Autogenerate complete checks. NFCCraig Topper2018-12-151-29/+39
* [X86] Begin cleaning up combineOr -> SHLD/SHRD. NFCI.Simon Pilgrim2018-12-151-5/+5
* [X86] Lower to SHLD/SHRD on slow machines for optsizeSimon Pilgrim2018-12-153-81/+31
* [X86] Add optsize SHLD/SHRD testsSimon Pilgrim2018-12-152-41/+131
* [analyzer][MallocChecker] Improve warning messages on double-delete errorsKristof Umann2018-12-156-19/+27
* Update the vFile:open: description to note that the flagsJason Molenda2018-12-152-1/+5
OpenPOWER on IntegriCloud