platform/upstream/llvm.git
2014-05-22 Alexey SamsonovUnify the name of compiler-rt builtins library on Linux.
2014-05-22 Richard SmithIf a class template specialization from one module...
2014-05-22 Hans WennborgDon't warn about undefined inline functions if they...
2014-05-22 Alexander KornienkoUpdate the code according to the changes in r209468.
2014-05-22 Nick Kledzik[mach-o] Fix so that mach-o semantic errors return...
2014-05-22 Alexander KornienkoRemove limits on the number of fix-it hints and ranges...
2014-05-22 Eric ChristopherUpdate some AliasAnalysis pass docs for getAdjustedAnal...
2014-05-22 Abramo BagnaraImproved location for non-constant initializers diagnos...
2014-05-22 Matt ArsenaultForgot to add updated datalayout test
2014-05-22 Matt ArsenaultUpdate R600 datalayout
2014-05-22 Matt ArsenaultR600: Add definition for flat address space ID.
2014-05-22 Matt ArsenaultR600: Try to convert BFE back to standard bit ops when...
2014-05-22 Matt ArsenaultR600: Add dag combine for BFE
2014-05-22 Matt ArsenaultR600: Implement ComputeNumSignBitsForTargetNode for BFE
2014-05-22 Matt ArsenaultR600: Implement computeMaskedBitsForTargetNode for BFE
2014-05-22 Matt ArsenaultR600: Expand mul24 for GPUs without it
2014-05-22 Matt ArsenaultR600: Expand mad24 for GPUs without it
2014-05-22 Matt ArsenaultR600: Add intrinsics for mad24
2014-05-22 Eric ChristopherReturn false if we're not going to do anything.
2014-05-22 Matt ArsenaultR600/SI: Move instruction pattern to instruction definition
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Todd FialaAdded gdbremote protocol test for $p and returned data...
2014-05-22 Andrea Di Biagio[X86] Improve the lowering of BITCAST from MVT::f64...
2014-05-22 Alexander KornienkoAdd clang-tidy -line-filter option to filter findings...
2014-05-22 Hans WennborgAn inline function redeclaration does not drop the...
2014-05-22 Timur IskhodzhanovQuick-fix a copy-and-paste mistake in one of the ASan...
2014-05-22 Daniel Jasperclang-format: Add basic test for -style=none.
2014-05-22 Daniel Jasperclang-format: Introduce DisableFormat that prevents...
2014-05-22 Kostya Serebryany[asan] relax the test for long double
2014-05-22 Timur Iskhodzhanov[ASan/Win] Make sure the list of wrappers exported...
2014-05-22 Tim NorthoverARM64: remove '#' from annotation of add/sub immediate
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-22 Timur Iskhodzhanov[ASan/Win] Thread more library functions from the DLL...
2014-05-22 Daniel Jasperclang-format: Don't use Allman brace breaking for ObjC...
2014-05-22 Timur Iskhodzhanov[ASan/Win] Add more tests for operator new[]
2014-05-22 Daniel Jasperclang-format: Fix corner case in AllowShortBlocksOnASin...
2014-05-22 Tim NorthoverMachO: look for nearby tools on all MachO platforms.
2014-05-22 Tim NorthoverSegmented stacks: omit __morestack call when there...
2014-05-22 Tim NorthoverRevert "TMP"
2014-05-22 Tim NorthoverMachO: perform ARM ABI detection even for non-Darwin...
2014-05-22 Tim NorthoverTMP
2014-05-22 Rafael EspindolaUse stack protector strong by default on OpenBSD.
2014-05-22 Daniel Jasperclang-format: Fix braced list detection.
2014-05-22 Tim NorthoverARM64: these work too
2014-05-22 Tim NorthoverYes they do
2014-05-22 Daniel Jasperclang-format: Fix incorrect braced init identification.
2014-05-22 Timur Iskhodzhanov[ASan/Win] Use the new function interception approach...
2014-05-22 Tim NorthoverARM64: model pre/post-indexed operations properly.
2014-05-22 Tim NorthoverARM64: separate load/store operands to simplify assembler
2014-05-22 Daniel Sanders[mips] Make unalignedload.ll test stricter and easier...
2014-05-22 Daniel Sanders[mips] Change lwl and lwr in inlineasm_constraint.ll...
2014-05-22 Daniel Jasperclang-format: Store pointers to seen formatting states.
2014-05-22 Daniel Sanders[mips] Use addiu in inline assembly tests since addi...
2014-05-22 Bradley SmithExtend sys::getHostCPUFeatures to work on AArch64 platforms
2014-05-22 Daniel Sanders[mips][mips64r6] addi is not available on MIPS32r6...
2014-05-22 Daniel Sanders[mips][mips64r6] Test that paired single instructions...
2014-05-22 Daniel Jasperclang-format: Fix vim-integration for empty files.
2014-05-22 Timur Iskhodzhanov[ASan/Win] Don't use INTERCEPTOR_ATTRIBUTE for operator...
2014-05-22 Daniel Sanders[mips][mips64r6] Add b[on]vc
2014-05-22 Timur Iskhodzhanov[ASan/Win] Add a comment about DCL-using-static vs...
2014-05-22 Daniel Jasperclang-format: [JS] Understand line breaks in concatenat...
2014-05-22 Daniel Jasperclang-format: Correctly identify multiplications in...
2014-05-22 Alexander MusmanThis patch adds a helper class (CGLoopInfo) for marking...
2014-05-22 Daniel Jasperclang-format: Correctly calculate line lenghts for...
2014-05-22 Tim NorthoverARM64: assert if we see i64 -> i64 extend in the DAG.
2014-05-22 Tim NorthoverAArch64/ARM64: enable more AArch64 tests.
2014-05-22 Justin BognerFrontend: Propagate ASTReaderListener API in ChainedAST...
2014-05-22 Saleem AbdulrasoolMC: initialise MCAsmParser variable
2014-05-22 Craig Topper[C++11] Use 'nullptr'. Serialization edition.
2014-05-22 Eric ChristopherRemove unused variable.
2014-05-22 Saleem AbdulrasoolARM: introduce llvm.arm.undefined intrinsic
2014-05-22 Craig Topper[C++11] Use 'nullptr'. Frontend edition.
2014-05-22 Matt ArsenaultR600/SI: Match fp_to_uint / uint_to_fp for f64
2014-05-22 Saleem AbdulrasoolMC: formalise some assertions into proper errors
2014-05-22 Eric ChristopherOverride runOnMachineFunction for ARMISelDAGToDAG so...
2014-05-22 Nick Kledzik[mach-o] Remove MachOFormat.hpp, everything now uses...
2014-05-22 Eric ChristopherOverride runOnMachineFunction for X86ISelDAGToDAG so...
2014-05-22 Nick Kledzik[mach-o] Use lit.local.cfg to enable mach-o test cases...
2014-05-22 Eric ChristopherAvoid using subtarget features when adding X86 specific...
2014-05-22 Eric ChristopherRemove extra local variable.
2014-05-22 Eric ChristopherRename createGlobalBaseRegPass -> createX86GlobalBaseRe...
2014-05-22 Nick Kledzik[mach-o] parse literal sections into atoms
2014-05-22 Richard TrieuAdd hasSameType overload to ASTContext for Type pointer...
2014-05-22 Eric ChristopherFix typo.
2014-05-22 Eric ChristopherAvoid using subtarget features when initializing the...
2014-05-22 Eric ChristopherReset the subtarget for DAGToDAG on every iteration...
2014-05-22 Eric ChristopherReset the subtarget for DAGToDAG on every iteration...
2014-05-22 Eric ChristopherSort includes.
2014-05-22 David BlaikieDebugInfo: Simplify dead variable collection slightly.
2014-05-22 Andrew TrickFix a bug in SCEV's backedge taken count computation...
2014-05-22 Rui UeyamaSimplify nullptr check.
2014-05-22 Eli BenderskySimilar to bitcast, treat addrspacecast as a foldable...
2014-05-21 Eric ChristopherFix compilation issues.
2014-05-21 Jason MolendaChange ProcessKDP::DoReadMemory() to break up large...
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Eric ChristopherGroup the scheduling functions together.
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 Saleem AbdulrasoolMC: correct IMAGE_REL_ARM_MOV32T relocation emission
2014-05-21 Saleem AbdulrasoolMC: introduce ability to restrict recorded relocations
2014-05-21 David BlaikieDebugInfo: Use the SPMap to find the parent CU of inlin...
next