summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-05-12[mips][mips64r6] Add d?div, d?mod, d?divu, d?moduDaniel Sanders2-8/+32
2014-05-12[mips][mips64r6] Added mul/mulu/muh/muhuDaniel Sanders5-9/+115
2014-05-12Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola3-30/+0
2014-05-12Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola1-9/+9
2014-05-12Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola1-6/+6
2014-05-12Silencing an MSVC warning about not all control paths returning a value (even...Aaron Ballman1-0/+1
2014-05-12ARM64: remove dead validation code from the AsmParser.Tim Northover1-198/+0
2014-05-12ARM64: merge "extend" and "shift" addressing-mode enums.Tim Northover6-330/+241
2014-05-12Move EH/Debug frame handling to the object streamer.Rafael Espindola2-19/+23
2014-05-12Remove always true argument and unused field.Rafael Espindola2-20/+6
2014-05-12Remove always true argument and field.Rafael Espindola1-10/+7
2014-05-12Remove always true argument.Rafael Espindola2-4/+4
2014-05-12Remove an always true argument.Rafael Espindola4-6/+6
2014-05-12Remove write only field.Rafael Espindola1-8/+0
2014-05-12Remove now empty method.Rafael Espindola1-5/+0
2014-05-12Remove the always true UseCFI member.Rafael Espindola1-90/+1
2014-05-12X86: Make sure that we have SSE4.1 before we generate insertps nodes.Benjamin Kramer1-1/+1
2014-05-12Remove the useCFI constructor argument to MCAsmStreamer.Rafael Espindola1-5/+4
2014-05-12[mips] Marked up instructions added in MIPS32 and tested that IAS for -mcpu=m...Daniel Sanders1-8/+8
2014-05-12Remove MCUseCFI from TargetMachine.Rafael Espindola1-1/+0
2014-05-12[mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...Daniel Sanders6-9/+23
2014-05-12[mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64Daniel Sanders7-25/+17
2014-05-12[mips] Fold FeatureSEInReg into FeatureMips32r2Daniel Sanders7-26/+20
2014-05-12[mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2Daniel Sanders7-23/+14
2014-05-12[mips] Replace FeatureFPIdx with FeatureMips4_32r2Daniel Sanders6-31/+40
2014-05-12[ARM64] Add proper bounds checking/diagnostics to logical shiftsBradley Smith3-22/+43
2014-05-12ARM: Implement big endian bit-conversion for NEON typeChristian Pirker3-56/+142
2014-05-12X86ISelLowering.cpp:LowerINTRINSIC_W_CHAIN(): Prune impossible "default:" [-W...NAKAMURA Takumi1-3/+0
2014-05-12Fix type of shuffle obtained from reordering with binary operationSerge Pavlov1-1/+1
2014-05-12[ARM64] Add diagnostics for bitfield extract/insert instructionsBradley Smith1-19/+54
2014-05-12[ARM64] Correct more bounds checks/diagnostics for arithmetic shift operandsBradley Smith2-10/+18
2014-05-12[ARM64] Move register/register MOV handling into tablegen and improve diagnos...Bradley Smith4-54/+26
2014-05-12Fixed compilation issueElena Demikhovsky1-0/+1
2014-05-12AVX-512: changes in intrinsicsElena Demikhovsky4-192/+231
2014-05-12CodeGen: add parenthesis around complex expressionSaleem Abdulrasool1-5/+5
2014-05-12Fix reordering of shuffles and binary operationsSerge Pavlov1-0/+1
2014-05-11Fix return before elseMatt Arsenault1-18/+18
2014-05-11[PowerPC] Add global named register supportHal Finkel2-0/+27
2014-05-11Pass the value type to TLI::getRegisterByNameHal Finkel9-10/+14
2014-05-11Add 'override' to getRegisterByName in *ISelLowering.hHal Finkel4-4/+4
2014-05-11DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2-17/+35
2014-05-11DwarfUnit: Make explicit a limitation/bug in enumeration constant emission.David Blaikie1-4/+9
2014-05-11[PowerPC] On PPC32, 128-bit shifts might be runtime callsHal Finkel1-0/+8
2014-05-11DwarfUnit: Pick a winner between isTypeSigned and isUnsignedDIType.David Blaikie2-24/+17
2014-05-11DwarfUnit: Factor out calling isUnsignedDIType into a utility function so eac...David Blaikie2-9/+12
2014-05-11DwarfUnit: Share common constant value emission between APInts of small (<= 6...David Blaikie2-40/+17
2014-05-11DebugInfo: Simplify constant value emission.David Blaikie1-41/+11
2014-05-11SLPVectorizer: Instead of just performing CSE on dead blocks ignore them comp...Benjamin Kramer1-8/+13
2014-05-11Reorder shuffle and binary operation.Serge Pavlov7-10/+175
2014-05-11Fixed a bug when lowering build_vector (PR19694)Filipe Cabecinhas1-3/+8