cmake: link release builds statically against run-time library on windows (use /MT...
[oota-llvm.git] / lib /
2013-11-13 David BlaikieDIEHash: Move header include to be first in the impleme...
2013-11-13 Richard Sandiford[SystemZ] Add the general form of BCR
2013-11-13 Benjamin KramerMove Delinearization pass into an anonymous namespace.
2013-11-13 Benjamin KramerMake sure LLVMLoadLibraryPermanently gets an extern...
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-13 Rafael EspindolaDon't call doFinalization from verifyFunction.
2013-11-13 Vladimir MedicFix bug in .gpword directive parsing.
2013-11-13 Zoran JovanovicSupport for microMIPS trap instruction with immediate...
2013-11-13 Alexey SamsonovFix -Wdelete-non-virtual-dtor warnings by making Sample...
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.
2013-11-13 Robert LyttonXCore target: implement exception handling
2013-11-13 Vladimir MedicThis patch fixes a bug in floating point operands parsi...
2013-11-13 NAKAMURA TakumiMips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>
2013-11-13 Reed KotlerAllow the code which returns the length for inline...
2013-11-13 Matt ArsenaultR600: Fix selection failure on EXTLOAD
2013-11-13 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-13 Nadav RotemUpdate the docs to match the function name.
2013-11-13 Aaron BallmanReplacing HUGE_VALF with llvm::huge_valf in order to...
2013-11-12 Rafael EspindolaRemove always true flag.
2013-11-12 Andrew TrickCleanup the stackmap operand folding code and fix a...
2013-11-12 Sebastian Popdelinearization of arrays
2013-11-12 Nadav RotemFold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2))...
2013-11-12 Nadav RotemFoldBranchToCommonDest merges branches into a single...
2013-11-12 Akira Hatanaka[mips] Fix a bug in function CC_MipsO32_FP64. The secon...
2013-11-12 Eric ChristopherAdd a FIXME for 32-bit q modifiers.
2013-11-12 Justin BognerProtect user-supplied runtime library functions in LTO
2013-11-12 Tim NorthoverARM: diagnose invalid system LDM/STM
2013-11-12 Akira Hatanaka[mips] Revert part of r194510 that was accidentally...
2013-11-12 Akira Hatanaka[mips] Fix and re-enable a test case that has been...
2013-11-12 Rafael EspindolaCorruptly merge constants with explicit and implicit...
2013-11-12 Chad Rosier[AArch64] Implemented AdvSIMD scalar x indexed element...
2013-11-12 Roman DivackyExpand rotate instructions on sparcv9 as well.
2013-11-12 Andrew TrickSimplify operand folding when rematerializing a load.
2013-11-12 Vincent LejeuneR600: Reenable llvm.R600.load.input/interp.input for...
2013-11-12 Daniel Sanders[mips][msa] Enable inlinse assembly for MSA.
2013-11-12 Benjamin KramerSimplifyCFG: Use existing constant folding logic when...
2013-11-12 Daniel Sanders[mips][msa] Fix buildbot failures caused by an unused...
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bclr, and bclri...
2013-11-12 Bradley Smith[ARM] Add support for FP_HP_extension build attribute
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bset, bseti...
2013-11-12 Robert LyttonXCore target: fix bug in aligning 'byval i8*' on the...
2013-11-12 Robert LyttonAdd XCore support for ATOMIC_FENCE.
2013-11-12 Robert LyttonXCore target: return error for unsupported alignment
2013-11-12 Wan XiaofeiChange data structure to memorize computed result in...
2013-11-12 Shuxin YangCorrect a glitch in r194424 which may invalidate iterator.
2013-11-12 Yuchen Wullvm-cov: Added call to update run/program counts.
2013-11-12 Matt ArsenaultR600/SI: Change formatting of printed registers.
2013-11-12 Reed KotlerChange the default branch instruction to be the 16...
2013-11-12 Reid KlecknerExtract a bc attr parsing helper that returns Attribute...
2013-11-11 Lang HamesLower X86::MORESTACK_RET and X86::MORESTACK_RET_RESTORE...
2013-11-11 Andrew TrickFix the recently added anyregcc convention to handle...
2013-11-11 Andrew TrickPrint new JavaScript calling conventions symbolically.
2013-11-11 Vincent LejeuneR600: Use function inputs to represent data stored...
2013-11-11 Shuxin Yang Fix PR17952.
2013-11-11 Akira Hatanaka[mips] Partially revert r193641. Stack alignment should...
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: allow overidding the spill weight...
2013-11-11 Artyom Skrobov[ARM] Add support for MVFR2 which is new in ARMv8
2013-11-11 Andrew KaylorFixing a problem with iterator validity in RuntimeDyldI...
2013-11-11 Justin Holewinski[NVPTX] Properly handle bitcast ConstantExpr when check...
2013-11-11 Justin Holewinski[NVPTX] Fix logic error in loading vector parameters...
2013-11-11 Chad Rosier[AArch64] The shift right/left and insert immediate...
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: give a better describing name to...
2013-11-11 Eric ChristopherUnify the adding of enumerators with the construction...
2013-11-11 Eric ChristopherFormatting.
2013-11-11 Eric Christopher80-col.
2013-11-11 Eric ChristopherJust pass the DIComposite type by value instead of...
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-11 Daniel SandersVector forms of SHL, SRA, and SRL can be constant folde...
2013-11-11 Renato GolinMove debug message in vectorizer
2013-11-11 Hal FinkelAdd PPC option for full register names in asm
2013-11-11 Benjamin KramerSimplify code. No functionality change.
2013-11-11 Evgeniy Stepanov[msan] Propagate origin for insertvalue, extractvalue.
2013-11-11 Justin Holewinski[NVPTX] Blacklist TailDuplicate pass
2013-11-11 Tim NorthoverAArch64: refactor vector list creation to be more uniform
2013-11-10 Arnaud A. de Grand... CalculateSpillWeights does not need to be a pass
2013-11-10 Bill WendlingRevert "Resurrect r191017 " GVN proceeds in the presenc...
2013-11-10 Matt ArsenaultUse type form of getIntPtrType.
2013-11-10 Nadav RotemSimplifyCFG has a heuristics for out-of-order processor...
2013-11-10 Matt ArsenaultUse size function instead of manually calculating it.
2013-11-10 Matt ArsenaultTeach MergeFunctions about address spaces
2013-11-10 David MajnemerIR: Refactor GEP range checks, reuse them for other...
2013-11-10 Matt ArsenaultMake method static
2013-11-10 Matt ArsenaultFix missing C++ mode comment
2013-11-10 Reed KotlerMostly finish up constant islands port for Mips for...
2013-11-09 Benjamin KramerRemove some unnecessary temporary strings.
2013-11-09 Logan Chien[arm] Refine ARMBuildAttrs.h.
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-09 Lang HamesRe-apply r194300 with fixes for warnings.
2013-11-09 Akira Hatanaka[mips] Make sure there is a chain edge dependency betwe...
2013-11-09 Nick LewyckyRevert r194300 which broke the build.
2013-11-09 Juergen Ributzka[Stackmap] Materialize the jump address within the...
2013-11-09 Adrian PrantlRevert "Move copying of global initializers below the...
2013-11-09 Lang HamesRewrite the PBQP graph data structure.
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-08 Pedro Artigasincrease the accuracy of register pressure computation...
2013-11-08 Jim GrosbachX86: Assembly files with .cfi_cfa_def shouldn't hit...
2013-11-08 Lang HamesFix some minor issues with r194282 to get the tree...
2013-11-08 Lang HamesAdd a method to get the object-file appropriate stack...
2013-11-08 Hal FinkelRemove dead code from LoopUnswitch
next