platform/upstream/llvm.git
2013-06-24 Michael Gottesman[APFloat] Added support for parsing float strings which...
2013-06-24 Michael Gottesman[APFloat] Added make{Zero,Inf} methods and implemented...
2013-06-24 Michael Gottesman[APFloat] Removed a assert from significandParts()...
2013-06-24 Michael Gottesman[APFloat] Rename macro convolve => PackCategoriesIntoKe...
2013-06-24 Andrew TrickAdd -mcpu to some unit tests that only fail on certain...
2013-06-24 Chandler CarruthThe profile library must come before the C library...
2013-06-24 Amaury de la... ARM: check predicate bits for thumb instructions
2013-06-24 Amaury de la... ARM: rGPR is meant to be unpredictable, not undefined
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-06-24 Sergey Matveev[lsan] Fix android build.
2013-06-24 Amaury de la... ARM: fix thumb1 nop decoding
2013-06-24 Amaury de la... ARM: fix IT decoding
2013-06-24 Amaury de la... ARM: enable decoding of pc-relative PLD/PLI
2013-06-24 Sergey MatveevRevert to C-style callbacks for iteration over allocato...
2013-06-24 Tobias GrosserUpdate CLooG such that the isl test cases are really...
2013-06-24 Chandler CarruthAdd a flag to defer vectorization into a phase after...
2013-06-24 Chandler CarruthFilter out dragonegg when checked out into a projects...
2013-06-24 Richard SmithAvoid adding entries to the DeclContext lookup table...
2013-06-24 David BlaikieDebugInfo: ensure negative enumerators are emitted...
2013-06-24 David BlaikieDebugInfo: enumerator values returned as int64 as they...
2013-06-24 David BlaikieDebugInfo: Merge a bad debug info enum test into a...
2013-06-24 David BlaikieDebugInfo: add some testing from an overly broad end...
2013-06-24 Dmitri GribenkoFix typo in assertion message. Reported by Shriramana...
2013-06-24 Arnold SchwaighoferRevert "LoopVectorize: Use the dependence test utility...
2013-06-24 Richard SmithSlightly improve cross-module merging for function...
2013-06-24 Dmitri GribenkoComment parsing: allow "\param ..." to describe variadi...
2013-06-24 Michael Gottesman[APFloat] Removed out of date comment from isNormal().
2013-06-24 Michael Gottesman[APFloat] Rename llvm::exponent_t => llvm::APFloat...
2013-06-24 Arnold SchwaighoferLoopVectorize: Use the dependence test utility class
2013-06-24 Arnold SchwaighoferLoopVectorize: Add utility class for checking dependenc...
2013-06-24 Arnold SchwaighoferLoopVectorize: Add utility class for building sets...
2013-06-24 Shankar Easwaran[lld] rename member variable name.
2013-06-24 Nadav RotemSLP Vectorizer: Add support for vectorizing parts of...
2013-06-24 Andrew TrickFix tail merging to assign the (more) correct BasicBloc...
2013-06-24 Richard SmithWhen setting the external visible declarations for...
2013-06-24 Richard SmithAdd -ast-dump-lookups switch to -cc1 to dump DeclContex...
2013-06-24 Dmitri GribenkoMove comment on Sema::isFunctionPointerVarDecl() to...
2013-06-23 Dmitri GribenkoDocumentation parsing: recognize \relates, \related...
2013-06-23 Dmitri GribenkoArrayRef'ize Sema::CodeCompleteConstructorInitializer
2013-06-23 Nadav RotemSLP Vectorizer: Fix a bug in the code that does CSE...
2013-06-23 Howard HinnantImplement full support for non-pointer pointers in...
2013-06-23 Howard HinnantI'd no sooner made the last commit when Matthew Dempsky...
2013-06-23 Nadav RotemSLP Vectorizer: Erase instructions outside the vectoriz...
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-23 Howard HinnantAfter a private conversation with Arthur O'Dwyer, and...
2013-06-23 Tim NorthoverAArch64: fix overzealous NEXTing for Windows testing.
2013-06-23 Chandler CarruthFix the addition of Clang's profile runtime library...
2013-06-23 Chandler CarruthThe makefile build system had two lists of the 32-bit...
2013-06-23 Andrew TrickAdd MI-Sched support for x86 macro fusion.
2013-06-23 Chandler CarruthSlightly loosen the test as there are other linker...
2013-06-23 Chandler CarruthAdd and tighten up tests for cross compiling tool selec...
2013-06-23 Stephen LinAdd null check (resolves PR16423)
2013-06-23 Nadav RotemSLP Vectorizer: Implement a simple CSE optimization...
2013-06-23 Tobias GrosserFix my own formatting mistakes
2013-06-23 Tobias GrosserScopInfo: Clarify may-write and must-write accesses
2013-06-23 David MajnemerAST: Clean up FriendObjectKind related decls
2013-06-23 Howard HinnantFilter out '`' in mangled strings and reject them as...
2013-06-23 Tobias GrosserIntegrate latest clang-format changes
2013-06-22 Rui Ueyama[PECOFF] Moves a utility function to Atoms.cpp to remov...
2013-06-22 Dmitri GribenkoComment parsing: followup to r184610: allow multiple...
2013-06-22 Rui UeyamaFix unused field warning.
2013-06-22 Richard SmithFix assert if an attempt is made to explicitly instanti...
2013-06-22 Rui Ueyama[PECOFF] Removed unnecessary namespace qualifier.
2013-06-22 Richard SmithAdd dumping support for DeclContext's StoredDeclsMap.
2013-06-22 Nadav RotemSLP Vectorizer: Implement multi-block slp-vectorization.
2013-06-22 Reed KotlerReplace with a shorter test case produced by Doug Gillmore.
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-22 Benjamin KramerRevert "FunctionAttrs: Merge attributes once instead...
2013-06-22 Benjamin KramerRemove duplicated case.
2013-06-22 Alexey SamsonovAdd cmake rules for building LSan common on Mac OS
2013-06-22 Benjamin KramerFunctionAttrs: Merge attributes once instead of doing...
2013-06-22 Howard HinnantImplement full support for non-pointer types in custom...
2013-06-22 Larisse VoufoInstantiation bug fix extension (cf. r184503) -- minor...
2013-06-22 Benjamin KramerRelocVisitor: Add another PPC64 relocation that occurs...
2013-06-22 Chandler CarruthReword and reformat some of the "Multiarch" code in...
2013-06-22 David MajnemerRevert r184401 which reverted r183462.
2013-06-22 Rafael EspindolaCreate the file with the right permissions instead...
2013-06-22 Richard TrieuExtend -Wnon-pod-varargs to check calls made from membe...
2013-06-22 Greg ClaytonAdded a regex that can be specified to avoid showing...
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
2013-06-22 Sean Silva[yaml2obj][ELF] Narrow parameter.
2013-06-22 Alexander KornienkoFixed typo.
2013-06-22 Sean Silva[yaml2obj][ELF] Don't special case writing these.
2013-06-22 Sean Silva[yaml2obj][ELF] Make this "type switch" actually readable.
2013-06-22 Jim InghamRemember to update the m_thread_list_real after you...
2013-06-22 Sean Silva[yaml2obj][ELF] Align section contents in the output.
2013-06-22 Andrew TrickPrevent LiveRangeEdit from deleting bundled instructions.
2013-06-22 Jim InghamAdd some useful logging for tracking thread matching...
2013-06-22 Anna Zaks[analyzer] Use output form collections’ count to decide...
2013-06-22 Anna Zaks[CFG] Set the “loop target” (back edge) for VisitObjCFo...
2013-06-22 Richard TrieuExtend -Wnon-pod-varargs to more cases, such as functio...
2013-06-22 Enrico GranataTest suite support for setting arguments through the...
2013-06-22 David BlaikieDebugInfo: Random tidying up/simplification
2013-06-22 Enrico Granatamake command history test case run silently regardless...
2013-06-21 David BlaikieProvide suggested no-arg calls for overloaded member...
2013-06-21 Sean Silva[docs] `-fno-sanitize=` is accepted too.
2013-06-21 Fariborz Jahanian[document parsing]: Allow multiple adjacent \return...
2013-06-21 Benjamin KramerReapply documentation changes from r184584.
next