aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-24Merge 36f54002c93 for LLVM update to 339409llvm-svn.339409Stephen Hines
2018-08-24 revert to previous base llvm-svn.333878Stephen Hines
2018-08-22Handle the lack of a symbol table correctly.Stephen Hines
2018-08-21Merge changes from topic "cros_cp"Treehugger Robot
2018-08-21[llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich
2018-08-21Add definition for ELF dynamic tag DT_SYMTAB_SHNDX.Peter Collingbourne
2018-08-21llvm-readobj: fix printing number of relocations in Android packed format.Peter Collingbourne
2018-08-21Add --strip-all option back to llvm-strip.Stephen Hines
2018-08-21[llvm-objcopy] Add support for static librariesAlexander Shaposhnikov
2018-08-21[llvm-objcopy] Remove unused field from ObjectAlexander Shaposhnikov
2018-08-21[llvm-strip] Expose --strip-unneeded optionPaul Semel
2018-08-21[llvm-strip] Expose --discard-all optionAlexander Shaposhnikov
2018-08-21[llvm-strip] Add missing aliases for --strip-debugAlexander Shaposhnikov
2018-08-20Merge "Revert "[SampleFDO] Don't treat warm callsite with inline instance in ...Treehugger Robot
2018-08-14Revert "[SampleFDO] Don't treat warm callsite with inline instance in the pro...Stephen Hines
2018-08-13[MemorySSA] "Fix" lifetime intrinsic handlingGeorge Burgess IV
2018-08-13Revert "[MemorySSA] Be less aggressive with @llvm.lifetime.start"Pirama Arumuga Nainar
2018-08-09[WebAssembly] Gate i64x2 and f64x2 on -wasm-enable-unimplementedHeejin Ahn
2018-08-09[X86] Qualify one of the heuristics in combineMul to only apply to positive m...Craig Topper
2018-08-09[llvm-objcopy] NFC: Add some color to error()Jordan Rupprecht
2018-08-09ValueTracking: Start enhancing isKnownNeverNaNMatt Arsenault
2018-08-09[WebAssembly] Fix wasm backend compilation on gcc 5.4: variable name cannot m...Heejin Ahn
2018-08-09[MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner
2018-08-09[InstSimplify] move minnum/maxnum with Inf folds from instcombineSanjay Patel
2018-08-09Add owner for llvm-objcopyJake Ehrlich
2018-08-09[NFC] ConstantMerge: factor out some functionsJF Bastien
2018-08-09ConstantMerge: update MadeChange when change is madeJF Bastien
2018-08-09[LICM] Suppress a compiler warning noticed by one of the botsPhilip Reames
2018-08-09[RISC-V] Fixed alias for addi x2, x2, 0Ana Pazos
2018-08-09[LICM] hoist fences out of loops w/o memory operationsPhilip Reames
2018-08-09Fix typoStephen Kelly
2018-08-09Remove obsolete policy settingsStephen Kelly
2018-08-09[InstCombine] allow fsub+fmul FMF folds for vectorsSanjay Patel
2018-08-09Fix few g++ 8 warning with non obvious copy object operationsDavid Carlier
2018-08-09[NFC] Remove magic bool param in RAUWJF Bastien
2018-08-09[Hexagon] Map ISD::TRAP to J2_trap0(#0)Krzysztof Parzyszek
2018-08-09SCEV should forget all loops containing a deleted block.Alina Sbirlea
2018-08-09[llvm-objcopy] Add --prefix-symbols optionPaul Semel
2018-08-09[InstCombine] add vector tests for fsub+fmul; NFCSanjay Patel
2018-08-09[GlobalOpt] Don't apply fastcc if it would break inalloca invariantsReid Kleckner
2018-08-09[SelectionDAG] try harder to convert funnel shift to rotateSanjay Patel
2018-08-09[llvm-objcopy] Add --dump-sectionPaul Semel
2018-08-09extend folding fsub/fadd to fneg for FMFMichael Berg
2018-08-09[ARM] Adjust the feature set for ExynosEvandro Menezes
2018-08-09[ARM] Replace processor check with featureEvandro Menezes
2018-08-09[MC][PredicateExpander] Extend the grammar to support simple switch and retur...Andrea Di Biagio
2018-08-09[MC] Remove PhysRegSize from MCRegisterClassBjorn Pettersson
2018-08-09[InstCombine] reduce code duplication; NFCSanjay Patel
2018-08-09[TargetLowering] Add BuildSDIVPattern helper to BuildExactSDIV (NFCI).Simon Pilgrim
2018-08-09[ARM] FP16: codegen support for VTRNSjoerd Meijer