summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor default constructor SFINAE in pair and tuple.Eric Fiselier2019-09-303-44/+29
* [ConstantFolding] Fold constant calls to log2()Evandro Menezes2019-09-302-6/+13
* [InstCombine] Expand the simplification of log()Evandro Menezes2019-09-302-69/+181
* [DAGCombiner] Update MatchRotate so that it returns an SDValue. NFCAmaury Sechet2019-09-301-22/+21
* Fix failure caused by r373247Erich Keane2019-09-301-1/+5
* [NFC] Fix tests, second tryDavid Bolvansky2019-09-301-4/+4
* [OPENMP50]Mark declare variant attribute as inheritable.Alexey Bataev2019-09-302-1/+11
* [NFCI] Updated broken testDavid Bolvansky2019-09-301-0/+4
* ELF: Don't merge SHF_LINK_ORDER sections for different output sections in rel...Peter Collingbourne2019-09-302-18/+78
* [LegacyPassManager] Deprecate the BasicBlockPass/Manager.Alina Sbirlea2019-09-304-61/+70
* build: serialise `LLVM_ENABLE_UNWIND_TABLES` into LLVMConfigSaleem Abdulrasool2019-09-301-0/+2
* [Diagnostics] Warn if enumeration type mismatch in conditional expressionDavid Bolvansky2019-09-302-0/+67
* [FunctionAttrs] Added noalias for memccpy/mempcpy argumentsDavid Bolvansky2019-09-302-4/+13
* Try to update Windows unit test for API change.Adrian Prantl2019-09-301-21/+18
* [InstCombine][NFC] visitShl(): call SimplifyQuery::getWithInstruction() onceRoman Lebedev2019-09-301-10/+9
* [NFC][InstCombine] Redundant-left-shift-input-masking: add some more undef testsRoman Lebedev2019-09-305-0/+115
* Teach CallGraph to look into Generic Lambdas.Erich Keane2019-09-306-8/+49
* [X86] Mask off upper bits of splat element in LowerBUILD_VECTORvXi1 when form...Craig Topper2019-09-303-6/+34
* [X86] Address post-commit review from code I accidentally commited in r373136.Craig Topper2019-09-301-3/+6
* Fix build warning for r373240.Yuanfang Chen2019-09-301-1/+2
* [OPENMP50]Do not emit warning for the function with the currentlyAlexey Bataev2019-09-303-4/+13
* Revert "[MC] Emit unused undefined symbol even if its binding is not set"Nico Weber2019-09-305-37/+9
* [PGO] Don't group COMDAT variables for compiler generated profile variables i...Rong Xu2019-09-306-20/+11
* [NewPM] Port MachineModuleInfo to the new pass manager.Yuanfang Chen2019-09-3020-105/+192
* [msan] Intercept __getrlimit.Evgeniy Stepanov2019-09-302-7/+33
* Fix buildbot failure from r373217 (don't match metadata id exactly)Teresa Johnson2019-09-301-1/+1
* [MCA] Use references to LSUnitBase in class Scheduler and add helper methods ...Andrea Di Biagio2019-09-303-10/+12
* [LegacyPassManager] Attempt to fix BasicBlockManagerAlina Sbirlea2019-09-302-0/+21
* [X86] Add ANY_EXTEND to switch in ReplaceNodeResults, but just fall back to d...Craig Topper2019-09-302-0/+31
* [test] Make TestBasicEntryValuesX86_64 run on Linux as well as DarwinVedant Kumar2019-09-301-1/+5
* [AArch64][SVE] Implement punpk[hi|lo] intrinsicsKerry McLaughlin2019-09-305-4/+95
* [EarlyCSE] Pass preserves AA.Alina Sbirlea2019-09-301-0/+1
* [InstCombine] fold negate disguised as select+mulSanjay Patel2019-09-302-8/+31
* [lldb][NFC] Updating test to reflect made by D67966Shafik Yaghmour2019-09-301-1/+1
* Fix doc for t inline asm constraints for ARM/ThumbPablo Barrio2019-09-301-12/+12
* [AArch64][GlobalISel] Support lowering variadic musttail callsJessica Paquette2019-09-303-11/+314
* [mips] Fix code indentation. NFCSimon Atanasyan2019-09-301-3/+3
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-3016-131/+87
* Add tests for rotate with demanded bits. NFCAmaury Sechet2019-09-301-0/+54
* [InstCombine] add tests for negate disguised as mul; NFCSanjay Patel2019-09-301-0/+74
* [AMDGPU] SIFoldOperands should not fold register acrocc the EXEC definitionAlexander Timofeev2019-09-303-167/+207
* [SSP] [3/3] cmpxchg and addrspacecast instructions can nowPaul Robinson2019-09-302-2/+186
* [SSP] [2/3] Refactor an if/dyn_cast chain to switch on opcode. NFCPaul Robinson2019-09-301-15/+24
* [Clang] Use -main-file-name for source filename if not setTeresa Johnson2019-09-303-3/+18
* [SSP] [1/3] Revert "StackProtector: Use PointerMayBeCaptured"Paul Robinson2019-09-306-148/+43
* Fix breakage of sphinx builders. Sorry for leaving this broken over theKevin P. Neal2019-09-301-3/+0
* Support MemoryLocation::UnknownSize in TargetLowering::IntrinsicInfoTamas Berghammer2019-09-303-3/+3
* Correct function declarations; NFC.Aaron Ballman2019-09-302-4/+6
* [FileCheck] Remove implementation types from APIThomas Preud'homme2019-09-304-34/+37
* [OPENMP] Fix comment, NFC.Alexey Bataev2019-09-301-1/+1
OpenPOWER on IntegriCloud