platform/upstream/llvm.git
2012-11-15 Dmitri GribenkoComment to XML conversion test: correct filename.
2012-11-15 Jordan Rose[analyzer] SATestBuild.py: correctly add -j option...
2012-11-15 Dmitri GribenkoSplit annotate-comments.cpp into a fragile (that uses...
2012-11-15 Daniel Dunbartests: Mark the /dev/fd test as requiring Darwin until...
2012-11-15 Jyotsna VermaFix typo.
2012-11-15 Sebastian Popautoconf: isl depends on gmp include files
2012-11-15 Akira Hatanaka[mips] Add predicate HasFPIdx for floating-point indexe...
2012-11-15 Joel JonesAdd description of how to build docs
2012-11-15 Argyrios Kyrtzidis[utils/ClangDataFormat.py] For invalid source locations...
2012-11-15 Adhemerval... PowerPC: Lowering floor intrinsic for Altivec
2012-11-15 Daniel Dunbartests: Check that we can output to /dev/fd filesystem.
2012-11-15 Daniel DunbarPathV2: Fix a possible infinite loop.
2012-11-15 Jordan Rose[analyzer] Fix a use-after-free introduced in r168019.
2012-11-15 Daniel Dunbartests: Add a test for reading from named pipes.
2012-11-15 Akira HatanakaAdd assertions in MipsLongBranch which check the size...
2012-11-15 Douglas GregorIf an excluded header does not exist, just ignore it
2012-11-15 Jakub StaszakReturn 0 instead of false.
2012-11-15 Greg Clayton<rdar://problem/12125010>
2012-11-15 Ulrich WeigandUse std::stable_sort instead of std::sort when sorting...
2012-11-15 Evan ChengClarify my code ownership
2012-11-15 Sergei LarinAdd myself as owner of VLIW Instruction Scheduling...
2012-11-15 Jim InghamExplain how to use "expr -u" as the lldb equivalent...
2012-11-15 Jordan Rose[analyzer] Report leaks at the closing brace of a funct...
2012-11-15 Jordan Rose[analyzer] StreamChecker: Remove now-unnecessary check...
2012-11-15 Jordan Rose[analyzer] MacOSKeychainAPIChecker: Remove now-unnecess...
2012-11-15 Jordan Rose[analyzer] MallocChecker: Remove now-unnecessary check...
2012-11-15 Jordan Rose[analyzer] Mark symbol values as dead in the environment.
2012-11-15 Anton KorobeynikovAdd ARM EABI to my list of responsibilities.
2012-11-15 Jakub StaszakSimplify code.
2012-11-15 Fariborz Jahanianblock extended signatur option. Change previous option
2012-11-15 Argyrios Kyrtzidis[modules] Use a memory buffer directly as input for...
2012-11-15 Argyrios Kyrtzidis[modules] Setup the import location of a module file...
2012-11-15 Dmitry Vyukovtsan: remove unused parameter
2012-11-15 Dmitry Vyukovtsan: switch to 4 shadow cells by default (since that...
2012-11-15 Andrew Trickmisspell
2012-11-15 Andrew Trickwhitespace
2012-11-15 Dmitri GribenkoComment to XML conversion: convert some tests to use...
2012-11-15 Dmitri GribenkoRemove unused diagnostics from TableGen files.
2012-11-15 Chad Rosier[reg scavenger] Fix the isUsed/isAliasUsed functions...
2012-11-15 Greg Clayton<rdar://problem/11782181>
2012-11-15 Howard HinnantRemove aborts under __dynamic_cast which were under...
2012-11-15 Sergei LarinFix indeterminism in MI scheduler DAG construction.
2012-11-15 Dmitry Vyukovtsan: eevn better handling of signals
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Dmitri GribenkoFileCheck: remove useless 'continue' at the end of...
2012-11-15 Benjamin KramerSimplify code. No functionality change.
2012-11-15 Alexander Potapenko[ASan] Revert r168040 and r168043 and take a cleaner...
2012-11-15 Benjamin KramerDo not cache a pointer to ExprEvalContexts.back().
2012-11-15 Alexander Potapenko[ASan] Minor fix: return to the last byte of the fake...
2012-11-15 Duncan SandsDo not handle void types in DataLayout. Patch by Patri...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Alexander Potapenko[ASan] Poison the leftmost shadow byte with a special...
2012-11-15 Alexey Samsonov[UBSan] Add support for building ubsan runtime library...
2012-11-15 Alexey Samsonov[UBSan] Add support for building ubsan runtime library...
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-15 Guy BenyeiAdd support for SPIR64 target - the 64bit counterpart...
2012-11-15 Duncan SandsFix a crash observed by Shuxin Yang. The issue here...
2012-11-15 Alexander Potapenko[ASan] Add the "lea $imm(%rip),%rax" instruction to...
2012-11-15 Nick LewyckyTeach the uninitialized field warning about anonymous...
2012-11-15 Craig TopperRevert changing FNEG of v4f32 to Expand. It's legal.
2012-11-15 Craig TopperMake FNEG and FABS of v4f32 Expand.
2012-11-15 Craig TopperMake a bunch of floating point operations on vectors...
2012-11-15 Lang HamesMake -ffp-contract a codegen option, rather than a...
2012-11-15 Craig TopperAdd missing documentation for llvm.exp2, llvm.log10...
2012-11-15 Craig TopperAdd llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint...
2012-11-15 Nick LewyckyRevert r167567, restoring the ability of clang to run...
2012-11-15 Richard TrieuFix an off-by-one error by switching < to <= in -Wtauto...
2012-11-15 Daniel JasperDo not use data recursion in ASTMatchFinder.
2012-11-15 Andrew TrickFix an obvious merge bug in -join-globalcopies (disabled).
2012-11-15 Jordan Rose[analyzer] Fix test case broken by previous commit.
2012-11-15 Jordan Rose[analyzer] Make sure calls in synthesized functions...
2012-11-15 Sean CallananIn cases where the Objective-C ivar symbols are strippe...
2012-11-15 Argyrios Kyrtzidis[PCH] Reading expressions from attributes should be...
2012-11-15 Eli FriedmanFix a trivial bool-related bug I spotted while skimming...
2012-11-15 Tanya LattnerAdd link to cfe-users mailing list.
2012-11-15 Eric ChristopherAdd some release notes that say we removed the CellSPU...
2012-11-15 NAKAMURA TakumiInstCombineAndOrXor.cpp: Escape bracket in doxygen...
2012-11-15 Richard SmithPer [basic.lookup.classref]p3, in an expression of...
2012-11-15 Eli FriedmanFix DiagnoseBitwisePrecedence so it doesn't cast "...
2012-11-15 Jakub StaszakUse LLVM_DELETED_FUNCTION.
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-11-15 Fariborz Jahanianobjective-C blocks: make cc1 flag -encode-extended...
2012-11-14 Jakub StaszakRemove unneeded #includes.
2012-11-14 Eli FriedmanMake template diffing handle integral expressions of...
2012-11-14 Richard SmithAdd -cc1 option -fno-diagnostics-use-presumed-location...
2012-11-14 Argyrios Kyrtzidis[utils/ClangDataFormat.py] Add data formatter for Strin...
2012-11-14 Argyrios Kyrtzidis[utils/ClangDataFormat.py] In the summary of SourceLoca...
2012-11-14 NAKAMURA TakumiNVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
2012-11-14 Enrico Granata<rdar://problem/12408181> Test case to make sure this...
2012-11-14 Bill SchmidtThis patch is in preparation for adding medium code...
2012-11-14 Sean Silvadocs: Improve typographical correctness.
2012-11-14 Fariborz Jahanianobjective-C blocks: under cc1 flag -encode-extended...
2012-11-14 Sean Silvadocs: Sphinxify TestSuiteMakefileGuide
2012-11-14 Jordan Rose[analyzer] Fix test in previous commit.
2012-11-14 Jordan Rose[analyzer] Add a test case for printing a path note...
2012-11-14 Richard TrieuImprove -Wtautological-constant-out-of-range-compare...
2012-11-14 Jakub StaszakUse reserve() to avoid vector reallocation.
2012-11-14 Douglas GregorTeach the AST importer to merge enumerator constants...
2012-11-14 Jakub StaszakMake sure to not get AVX code on an AVX-capable host...
2012-11-14 NAKAMURA Takumitest/CodeGen/Hexagon/postinc-load.ll: Suppress it for...
next