aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-01Target/R600: Fix CMake build to add missing files.NAKAMURA Takumi
2013-04-01Mips direct object exception handling regressionJack Carter
2013-04-01R600: Add support for native control flowVincent Lejeune
2013-04-01R600/SI: Share code recording ShaderTypeAttribute between generationsVincent Lejeune
2013-04-01R600: Emit CF_ALU and use true kcache register.Vincent Lejeune
2013-04-01Fix top-comment header and some indentationEli Bendersky
2013-04-01Fix a bad assert in PPCTargetLoweringHal Finkel
2013-04-01Correct assertion conditionShuxin Yang
2013-04-01Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel
2013-04-01Use ImmToIdxMap.count in PPCRegisterInfoHal Finkel
2013-04-01Add the PPC popcntw instructionHal Finkel
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem
2013-04-01Treat PPCISD::STFIWX like the memory opcode that it isHal Finkel
2013-04-01Remove unused typedef.Duncan Sands
2013-04-01ARM Scheduler Model: Add resources instructions, map resources in subtargetsArnold Schwaighofer
2013-04-01X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer
2013-04-01Whitespace cleanupJoe Abbey
2013-03-31R600: Emit native instructions for texVincent Lejeune
2013-03-31There is no longer any need to silence this compiler warning as the warning hasDuncan Sands
2013-03-31Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfoHal Finkel
2013-03-31X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.Benjamin Kramer
2013-03-31Add the PPC lfiwax instructionHal Finkel
2013-03-31Cleanup PPC(64) i32 -> float/double conversionHal Finkel
2013-03-30DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer
2013-03-30Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer
2013-03-30Put private class into an anonmyous namespace.Benjamin Kramer
2013-03-30[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski
2013-03-30[NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski
2013-03-30[NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski
2013-03-30Implement XOR reassociation. It is based on following rules:Shuxin Yang
2013-03-30[mips] Add patterns for DSP indexed load instructions.Akira Hatanaka
2013-03-30[mips] Define reg+imm load/store pattern templates.Akira Hatanaka
2013-03-30[mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka
2013-03-30Remove unused variables.Akira Hatanaka
2013-03-30[mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka
2013-03-30[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka
2013-03-30[mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.Akira Hatanaka
2013-03-30Fix indentation.Akira Hatanaka
2013-03-30[mips] Add mips-specific nodes which will be used to select multiply and divideAkira Hatanaka
2013-03-30[mips] Implement getRepRegClassFor in MipsSETargetLowering. This function isAkira Hatanaka
2013-03-30[mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromStack and storeRegToStackAkira Hatanaka
2013-03-30[mips] Expand pseudo load, store and copy instructions right beforeAkira Hatanaka
2013-03-30[mips] Define pseudo instructions for spilling and copying accumulatorAkira Hatanaka
2013-03-29Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher
2013-03-29SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat
2013-03-29Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman
2013-03-29Hexagon: Add emitFrameIndexDebugValue function to emit debug information.Jyotsna Verma
2013-03-29Use 12 as the magic number for our abbreviation data and ourEric Christopher
2013-03-29Move the construction of the skeleton compile unit after theEric Christopher