summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-11-18[InstCombine] refactor optimizeIntToFloatBitCast() ; NFCISanjay Patel1-38/+29
2015-11-17[X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle decode comments.Simon Pilgrim1-20/+23
2015-11-17[PGO] Move value profile data definitions out of IndexedInstrProfXinliang David Li3-11/+7
2015-11-17Fix null dereference committed in r253277David Blaikie1-2/+3
2015-11-17dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...David Blaikie1-1/+5
2015-11-17[X86][AVX512] Added support for AVX512 UNPCK shuffle decode comments.Simon Pilgrim1-88/+32
2015-11-17[llvm-profdata] Improve error messaging when merging mismatched profile dataNathan Slingerland1-3/+3
2015-11-17[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunctionReid Kleckner9-168/+99
2015-11-17dwarfdump: Reference the appropriate line table segment when dumping dwp filesDavid Blaikie2-6/+10
2015-11-17[EH] Keep filter clauses for types that have been caught.Andrew Kaylor1-4/+18
2015-11-17[RuntimeDyld] Fix resolving R_PPC64_REL24 relocationsUlrich Weigand1-3/+3
2015-11-17Switch lto codegen to using diagnostic handlers.Yunzhong Gao1-28/+44
2015-11-17Specify explicit storage type for AllocType. NFC.George Burgess IV1-1/+1
2015-11-17Vector of pointers in function attributes calculationElena Demikhovsky1-1/+1
2015-11-17SamplePGO - Move debug/dump function bodies out of header files. NFC.Diego Novillo1-0/+43
2015-11-17StringRef-ify some Option APIsDavid Blaikie1-26/+25
2015-11-17fix typos; NFCSanjay Patel1-2/+2
2015-11-17use local variables; NFCISanjay Patel1-7/+7
2015-11-17[ARM] Don't pessimize i32 vselect.Charlie Turner1-3/+0
2015-11-17function names start with a lower case letter; NFCSanjay Patel1-20/+20
2015-11-17[Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica1-16/+15
2015-11-17[AArch64] Promote f16 SELECT_CC CC operands when op is legal.Ahmed Bougacha1-1/+7
2015-11-17[JIT/Memory] Fix up semantic of setExecutable().Davide Italiano1-4/+1
2015-11-17Lower statepoints with multi-def targets.Pat Gavlin1-7/+11
2015-11-17Use TargetRegisterInfo for printing MachineOperand register commentsDan Gohman1-7/+15
2015-11-17Typo.Chad Rosier1-1/+1
2015-11-17[ARM] Default to ARMv4t in favour of adding Other to ARMArchBradley Smith2-2/+2
2015-11-17[ARM] Match VABDL from log2 shuffles.Charlie Turner1-0/+23
2015-11-17[mips][microMIPS] Implement EXTP, EXTPDP, EXTPDPV, EXTPV, EXTR[_RS].W, EXTR_S...Zlatko Buljan3-12/+102
2015-11-17[ARM] Properly initialize ARMArch in the ARM subtargetBradley Smith2-3/+3
2015-11-17[mips][microMIPS] Implement SUBQ[_S].PH, SUBQ_S.W, SUBQH[_R].PH, SUBQH[_R].W,...Zlatko Buljan2-13/+39
2015-11-17[Assembler] Make fatal assembler errors non-fatalOliver Stannard11-123/+219
2015-11-17[Assembler] Allow non-fatal errors after parsingOliver Stannard2-6/+18
2015-11-17[mips][microMIPS] Implement PRECEQ.W.PHL, PRECEQ.W.PHR, PRECEQU.PH.QBL, PRECE...Zlatko Buljan2-10/+52
2015-11-17Fix typos in comments.Jay Foad1-1/+1
2015-11-17[AliasAnalysis] CatchPad and CatchRet can modify escaped memoryDavid Majnemer1-0/+26
2015-11-17Fix a typo in BasicAliasAnalysisDavid Majnemer1-1/+1
2015-11-17Fix unaligned memory read issue exposed by ubsanXinliang David Li1-10/+10
2015-11-17Drop prelink support.Rafael Espindola11-116/+34
2015-11-17Assume lane masks are always preciseMatthias Braun2-48/+17
2015-11-17Fix indentationDavid Blaikie1-1/+1
2015-11-17dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie3-19/+93
2015-11-17[WebAssembly] Fix printing of global operandsDerek Schuff1-4/+4
2015-11-17[PRE] Preserve !invariant.load metadataPhilip Reames1-0/+2
2015-11-16[X86][SSE] Merged BLEND shuffle decode comments. NFC.Simon Pilgrim1-48/+8
2015-11-16[X86][SSE] Merged ALIGNR/SLLDQ/SRLDQ shuffle decode comments. NFC.Simon Pilgrim1-30/+4
2015-11-16[X86][SSE] Merged SHUF/PERM shuffle decode comments. NFC.Simon Pilgrim1-79/+14
2015-11-16[X86][SSE] Merged UNPCK shuffle decode comments. NFC.Simon Pilgrim1-193/+75
2015-11-16use range-based for loop; NFCISanjay Patel1-2/+2
2015-11-16Add isInteger() to APFloat.Stephen Canon1-0/+9