Revert r229185, "Raising minimum required Visual Studio version to 2013."
[oota-llvm.git] / lib /
2015-02-14 Reid KlecknerUnify the two EH personality classification routines...
2015-02-14 Duncan P. N. Exon... Analysis: Canonicalize access to function attributes...
2015-02-14 Eric ChristopherUse the template method to grab the target specific...
2015-02-14 Philip Reames[InstCombine] When canonicalizing gep indices, prefer...
2015-02-13 Chris BienemanFixing broken bots.
2015-02-13 Philip ReamesMinor tweak to MDA
2015-02-13 Chris BienemanNFC. Moving the RegisteredOptionCategories global into...
2015-02-13 Chris BienemanNFC. clang-format wants to change this from two lines...
2015-02-13 Chris BienemanNFC. More code cleanup making LookupOption a member...
2015-02-13 Eric ChristopherThe base pointer save offset can be computed at initial...
2015-02-13 Eric ChristopherMove the target machine variable so that it's initializ...
2015-02-13 Eric ChristopherStash the TargetMachine on the subtarget so we can...
2015-02-13 Eric ChristopherPPC LinkageSize can be computed at initialization time...
2015-02-13 Reid KlecknerTriple: Make setEnvironment not override the object...
2015-02-13 Sanjay Patel[SSE/AVX] Use multiclasses to reduce the mass of scalar...
2015-02-13 Sanjay Patelfix typos; NFC
2015-02-13 Richard SmithClean up some inappropriate choices of type in the...
2015-02-13 Tom StellardR600/SI: Refactor SOP1 classes
2015-02-13 Tom StellardR600/SI: Lowercase register names
2015-02-13 Tom StellardR600/SI: Remove some unused TableGen classes
2015-02-13 Vasileios Kalintiris[mips] Refactor and simplify MipsSEDAGToDAGISel::select...
2015-02-13 Vasileios Kalintiris[mips] Use isa<> instead of dyn_cast<> with unused...
2015-02-13 Matt ArsenaultR600/SI: Remove handling of fpimm
2015-02-13 Matt ArsenaultR600/SI: Allow f64 inline immediates in i64 operands
2015-02-13 Zachary TurnerFix -Wunused-variable warning.
2015-02-13 Zachary Turnerllvm-pdbdump: Improve printing of functions and signatures.
2015-02-13 Jozef Kolek[mips][microMIPS] Delay slot filler: Replace the microM...
2015-02-13 Andrea Di Biagio[InstCombine] Fix regression introduced at r227197.
2015-02-13 Andrea Di Biagio[CodeGenPrepare] Removed duplicate logic. SimplifyCFG...
2015-02-13 Arnaud A. de Grand... [PBQP] Conservativelly allocatable nodes can be spilled...
2015-02-13 James Molloy[SimplifyCFG] Be more aggressive
2015-02-13 Toma Tabacu[mips] Improve support for the .set at/noat assembler...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-02-13 Craig Topper[X86] Fix XOP vpcom intrinsic autoupgrade to map 'true...
2015-02-13 Zachary Turnerllvm-pdbdump: Add more comprehensive dumping of symbol...
2015-02-13 Mehdi AminiInstCombine: cleanup redundant dyn_cast<> (NFC)
2015-02-13 Craig TopperFix a typo in a comment. NFC
2015-02-13 Craig Topper[X86] Remove int_x86_sse2_psll_dq_bs and int_x86_sse2_p...
2015-02-13 Chandler Carruth[unroll] Concede defeat and disable the unroll analyzer...
2015-02-13 Michael Liao[InstCombine] Fix a bug when combining `icmp` from...
2015-02-13 Chandler Carruth[unroll] Merge the simplification and DCE estimation...
2015-02-13 Chandler Carruth[unroll] Remove pointless dyn_cast<>s to Instruction...
2015-02-13 Chandler Carruth[unroll] Don't check the loop set for whether an instru...
2015-02-13 Chandler Carruth[unroll] Change the other worklist in the unroll analyz...
2015-02-13 Chandler Carruth[unroll] Replace a boolean, for loop, condition, and...
2015-02-13 Chandler Carruth[unroll] Directly query for dead instructions.
2015-02-13 Chandler Carruth[unroll] Replace a linear time check for no uses with...
2015-02-13 Chandler Carruth[unroll] Rather than an operand set, use a setvector...
2015-02-13 Chandler Carruth[unroll] Extract the code to enqueue operansd for the...
2015-02-13 Chandler Carruth[unroll] Use a small set to de-duplicate operands prior...
2015-02-13 Chandler Carruth[unroll] Make the unroll cost analysis terminate determ...
2015-02-13 Duncan P. N. Exon... IR: Drop never-used defaults for DIBuilder::createTempl...
2015-02-13 Matt ArsenaultR600/SI: Remove unnecessary check for fpimm
2015-02-13 Chandler Carruth[unroll] Make range based for loops a bit more explicit...
2015-02-13 Chandler Carruth[IC] Fix a bug with the instcombine canonicalizing...
2015-02-13 Chandler Carruth[unroll] Avoid the "Insn" abbreviation of Instruction...
2015-02-13 Chandler Carruth[unroll] Tidy up the integer we use to accumululate...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDImportedEntity
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Zachary TurnerImprove llvm-pdbdump output display.
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-13 Duncan P. N. Exon... IR: Add MDExpression::ExprOperand
2015-02-13 Duncan P. N. Exon... Support: Add dwarf::getOperationEncoding()
2015-02-13 Duncan P. N. Exon... Support: Rewrite LocationAtom and OperationEncodingStri...
2015-02-13 Akira Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
2015-02-13 Eric ChristopherPPCFrameLowering's FramePointerOffset can be computed...
2015-02-13 Eric ChristopherThe TOC save offset can be computed at compile time...
2015-02-13 Eric ChristopherThe return save offset can be computed at initializatio...
2015-02-13 Chandler Carruth[unroll] Don't use a map from pointer to bool. Use...
2015-02-13 Michael ZolotukhinPrevent division by 0.
2015-02-13 Chandler Carruth[unroll] Update the new analysis logic from r228265...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-02-12 David MajnemerX86: Don't crash if we can't decode the pshufb mask
2015-02-12 Rafael EspindolaLearn that __DATA,__objc_classrefs is not atomized...
2015-02-12 Olivier SallenaveChange max interleave factor to 12 for POWER7 and POWER8.
2015-02-12 Hal Finkel[SDAG] Don't try to use FP_EXTEND/FP_ROUND for int...
2015-02-12 Duncan P. N. Exon... IR: Stop abusing DW_TAG_base_type for compile unit...
2015-02-12 Rafael EspindolaRemove mostly unused setters.
2015-02-12 Zachary TurnerAdd concrete type overloads to PDBSymbol::findChildren().
2015-02-12 Reed KotlerAdd bulk of returning of values to Mips fast-isel
next