platform/upstream/llvm.git
2013-03-11 Alexander Potapenko[ASan] Try to use a small (512 bytes) stack-local buffe...
2013-03-11 Alexander Potapenko[ASan] don't call strerr from functions that map memory...
2013-03-11 Kostya Serebryany[sanitizer] make SizeClassAllocator64::GetBlockBegin...
2013-03-11 NAKAMURA TakumiSuppress atomic(32|64).ll as XFAIL on win32 codegen...
2013-03-11 NAKAMURA TakumiR600MachineScheduler.cpp: Fix use cases of dbgs()....
2013-03-11 Lang HamesRemove date from test case file name. The PR number...
2013-03-11 Shankar Easwaran[ELF] Set values for bss_start and end symbols properly...
2013-03-10 Nick LewyckyCorrect this error message, and most importantly make...
2013-03-10 Nick LewyckyUse LLVMBool instead of 'bool' in the C API. Based...
2013-03-10 Jason MolendaXcode seems to want these lines added to the project...
2013-03-10 Hal FinkelBBVectorize: Fixup debugging statements
2013-03-10 Sylvestre LedruMatch the new declaration of clang::ASTContext::getFunc...
2013-03-10 Anton YartsevPR15480: fixed second parameter types of vec_lde, vec_l...
2013-03-10 Benjamin KramerDriver: do not strip file extensions when printing...
2013-03-10 Jakub StaszakCleanup #includes.
2013-03-10 Guy BenyeiFix indirect byval passing of records in address spaced...
2013-03-10 Jakub StaszakRemove unneeded #include.
2013-03-10 Jakub StaszakAdd some constantness in MachinePostDominators.h.
2013-03-10 Jakub StaszakRemove unneeded #includes. Use forward declarations...
2013-03-10 Jakub StaszakRemove unneeded #includes. Use forward declarations...
2013-03-10 Richard Smithwww tweaks to embiggen up our near-complete C++11 and...
2013-03-09 Richard SmithWhen lexing in C11 mode, accept unicode character and...
2013-03-09 Richard SmithHandle _Pragma on a u8, u, or U string literal per...
2013-03-09 Craig TopperRemove an unused member variable from HelpPrinter....
2013-03-09 Lang HamesDon't glue users to extract_subreg when selecting the...
2013-03-09 Jakub StaszakRemove unneeded cast.
2013-03-09 Benjamin KramerRemove a source of nondeterminism from the LoopVectorizer.
2013-03-09 Benjamin KramerRemove unused diagnostic.
2013-03-09 Benjamin KramerFix test case.
2013-03-09 Benjamin KramerTest case hygiene.
2013-03-09 Jakub StaszakRemove unneeded const_cast.
2013-03-09 Jakub StaszakUse forward declaration instead of #include.
2013-03-09 Arnold SchwaighoferLoopVectorizer: Ignore all dbg intrinisic
2013-03-09 Arnold SchwaighoferLoopVectorizer: Ignore dbg.value instructions
2013-03-09 Benjamin KramerMake helper function static.
2013-03-09 Benjamin KramerTLI: Microoptimize calls to strlen+memcmp to strncmp.
2013-03-09 Jakub StaszakSimplify code. No functionality change.
2013-03-09 Nick LewyckyUse the correct index variable. This is the meat of...
2013-03-09 Nick LewyckyCommit the right files for r176762. Sigh.
2013-03-09 Nick LewyckyWe need a shndx if the number of sections breaks SHN_LO...
2013-03-09 Jason MolendaRemove use of the ARMDisassembler framework from
2013-03-09 Jason MolendaAlso remove actual link against the ARMDisassembler...
2013-03-09 Jason MolendaWe don't need to specify the VALID_ARCHS in the xcode...
2013-03-09 Edwin VaneAdding -final-syntax-check to cpp11-migrate user docs
2013-03-09 Edwin VaneSplitting cpp11-migrate transform docs into sub-pages
2013-03-09 Anna Zaks[analyzer] Make Suppress IDC checker aware that it...
2013-03-09 Anna Zaks[analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
2013-03-09 Anna Zaks[analyzer] Add test case for reference to null pointer...
2013-03-09 Greg ClaytonRemove my print statements I was using for debugging.
2013-03-09 Greg Clayton<rdar://problem/13384282>
2013-03-09 Nick LewyckyFix bug introduced in r176616 when making function...
2013-03-09 Sean CallananMade LLDB work with the latest Clang. Also fixed
2013-03-09 Michael J.... [Driver][GNU] Accept and ignore more options.
2013-03-09 Michael J.... Fix (possible) MSVC miscompile in debug mode.
2013-03-09 Michael J.... [Writer][ELF] Use correct data types for sizes. Fixes...
2013-03-09 Nick LewyckyDon't emit the extra checksum into the .gcda file if...
2013-03-09 Nick LewyckyDon't emit the extra checksum into the .gcda file if...
2013-03-09 Jordan Rose[analyzer] Be more consistent about Objective-C methods...
2013-03-09 John McCallAdjust the special non-C++ enum block return type inference
2013-03-09 John McCallAdd TagDecl::hasNameForLinkage(), which is true if...
2013-03-09 Jim InghamFix a reversed test for "for_expression" in creating...
2013-03-09 Jason MolendaFix assert in RegisterValue::SetBytes if we're trying to
2013-03-08 Fariborz JahanianDocumentation parsing. Some refactoring and code
2013-03-08 Sean CallananRemoved One Definition Rule warnings because they're
2013-03-08 Jordan Rose[analyzer] Look for lvalue nodes when tracking a null...
2013-03-08 Jordan Rose[analyzer] Don't rely on finding the correct return...
2013-03-08 Edwin VaneAdding user documentation for UseAuto transform
2013-03-08 Jakob Stoklund... Remove wrong and unnecessary assertion.
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-08 Argyrios Kyrtzidis[libclang] Change clang_findReferencesInFile and clang_...
2013-03-08 Douglas Gregor<rdar://problem/13170740> Be a little more careful...
2013-03-08 Jan Wen VoungMove clang tests that depend on llvm/ADT/Statistic...
2013-03-08 Eli BenderskyClean up out-of-date comments and some stray whitespace
2013-03-08 Jordan RoseSema: Preserve attributes on parameters in instantiated...
2013-03-08 Douglas Gregor<rdar://problem/13094134> Don't try to wire up typedef...
2013-03-08 Jordan RoseArrayRef-ize ASTContext::getFunctionType and Sema:...
2013-03-08 Greg Clayton<rdar://problem/13361742>
2013-03-08 Shankar Easwaran[ELF] Create baseclass for all ELF writers
2013-03-08 Douglas Gregor<rdar://problem/13140795> Transform the scope type...
2013-03-08 Michael IlsemanEarly exit from getAllocationData() and isFreeCall...
2013-03-08 David BlaikieAssert to bounds check MDNode::getOperand.
2013-03-08 Michael IlsemanRemove trailing whitespace
2013-03-08 Sean CallananOptionValueFileSpec shouldn't be doing argument
2013-03-08 Enrico GranataDump the measurements directly instead of getting their...
2013-03-08 Argyrios Kyrtzidis[PCH] When complaining that a header from the PCH was...
2013-03-08 Argyrios Kyrtzidis[libclang] Modify clang_findReferencesInFile and clang_...
2013-03-08 Enrico GranataInitial checkin of a new project: LLDB Performance...
2013-03-08 Sean CallananAdded very lightweight, statically-allocated
2013-03-08 Edwin VaneRemoving 'modindex' from clang-tools-extra doc index
2013-03-08 Edwin VaneFixing Doxygen warnings in cpp11-migrate
2013-03-08 Howard HinnantParsing floating point numbers with very long precision...
2013-03-08 Manuel KlimekFixes breaking of string literals.
2013-03-08 Edwin VaneTurned no_xform into a pass from expected failure.
2013-03-08 Jakob Stoklund... No really, don't use end().
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2013-03-08 Jakob Stoklund... Rewrite the physreg part of findLastUseBefore().
2013-03-08 Jakob Stoklund... Avoid creating a SlotIndex from the end() iterator.
2013-03-08 Benjamin KramerRemove unused variable.
2013-03-08 Benjamin KramerRemove default from fully covered switch.
2013-03-08 Benjamin KramerForce cpu in test.
next