platform/upstream/llvm.git
2013-02-22 Daniel MaleaMake the lldbtest tear down routine a little less error...
2013-02-22 Bill WendlingAdd a bitmask for NoBuiltin. This should *not* be used.
2013-02-22 Enrico GranataIgnore the check for com.apple.main-thread - it is...
2013-02-22 Enrico GranataThe summary for const char* was not cascading.
2013-02-22 Jordan RosePreproceessor: fix #if skipping under -traditional...
2013-02-22 Eric ChristopherMake logic smaller.
2013-02-22 Michael GottesmanAdded a footnote to the documentation for objc_storeStr...
2013-02-22 Aaron BallmanRemoving has_getDecl (added in r175532). It cause a...
2013-02-22 Bill WendlingApply the 'nobuiltin' attribute to call sites when...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-22 Bill WendlingMake for x86 to stop it failing on ARM buildbots.
2013-02-22 Eric ChristopherGrammar.
2013-02-21 Enrico GranataIf the inferior program is compiled with libc++, you...
2013-02-21 Enrico Granata<rdar://problem/13265017>
2013-02-21 Jordan Rose[analyzer] Make sure a temporary object region matches...
2013-02-21 Matt KopecFix clang warnings related to python macro redefinition...
2013-02-21 Andrew KaylorChange to JITDefault code model for ELF targets
2013-02-21 John McCallIgnore visibility from enclosing template arguments
2013-02-21 David BlaikieSimplify code to use castAs rather than getAs + assert.
2013-02-21 David BlaikieFix copy/paste to refer to the relevant type (ProgramPo...
2013-02-21 NAKAMURA Takumiclang/test/Driver/qa_override.c: Appease gcc-driver.
2013-02-21 Richard SmithFix typo 'with with' in diagnostic.
2013-02-21 Daniel MaleaFix TestPublicAPIHeaders test on machines that have...
2013-02-21 Cameron ZwarichStop relying on physical register kill flags in isKille...
2013-02-21 Eli BenderskyPreviously, parsing capability of the .debug_frame...
2013-02-21 David BlaikieLimit cast machinery to preserve const and not accept...
2013-02-21 Renato GolinAllow GlobalValues to vectorize with AliasAnalysis
2013-02-21 David BlaikieAdd back implicitly dropped const.
2013-02-21 Daniel MaleaUpdate INSTALL.txt to mention LLDB builds on Linux...
2013-02-21 Eric ChristopherFix formatting and tabs in file.
2013-02-21 Eric ChristopherDon't pass -split-dwarf= to the backend unless we're...
2013-02-21 Eric ChristopherRemove the SplitDebug action and replace with a set...
2013-02-21 David BlaikieReplace ProgramPoint llvm::cast support to be well...
2013-02-21 Enrico GranataPrevious commit was bogus (testing)
2013-02-21 Enrico Granata(no commit message)
2013-02-21 Lang HamesRe-apply r175688, with the changes suggested by Jakob...
2013-02-21 Daniel MaleaMark test as expected-to-fail with GCC because some...
2013-02-21 Ted KremenekRemove superfluous null pointer check. The pointer...
2013-02-21 Sean CallananHardening in case a thread's frames are missing.
2013-02-21 Dmitri GribenkoAST dumping: dump template instantiations only once
2013-02-21 Chad RosierRemove dead code and whitespace.
2013-02-21 Daniel JasperRemove accidentally introduced no-op line.
2013-02-21 Ted KremenekTeach serialized diagnostics about notes without locations.
2013-02-21 Daniel MaleaSkip another two test cases on Linux that are affected...
2013-02-21 Daniel JasperConsistently put {} onto the same line for empty functions.
2013-02-21 Pedro ArtigasClear the whole table including the tombstones, since...
2013-02-21 Daniel MaleaFix CommandObjectMultiword to initialize all members...
2013-02-21 Daniel MaleaUpdate CMake lists of sources to include files added...
2013-02-21 David BlaikieReplace CFGElement llvm::cast support to be well-defined.
2013-02-21 Daniel MaleaAdding CMake build system to LLDB. Some known issues...
2013-02-21 Sean CallananFixed a case where a stack frame could lose track
2013-02-21 Fariborz JahanianPatch for debug info of qualified-id types is 'id'
2013-02-21 Enrico GranataCleanup of the NSString data formatter
2013-02-21 Benjamin KramerTry to fix the test for cmake builds, where clang is...
2013-02-21 Ted Kremenek[scan-build] Add quotes around clang executable name...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-21 Enrico Granata<rdar://problem/4529976>
2013-02-21 Bill WendlingDon't assert on empty attributes.
2013-02-21 Bill WendlingTry to get buildbots to pass these tests.
2013-02-21 Anshuman DasguptaHexagon: Expand cttz, ctlz, and ctpop for now.
2013-02-21 Jakob Stoklund... Make RAFast::UsedInInstr indexed by register units.
2013-02-21 Ted Kremenek[scan-build] fix xcode version parsing to handle dot...
2013-02-21 Chad Rosier[driver] Handle the processing of the QA_OVERRIDE_GCC3_...
2013-02-21 Jordan RosePreprocessor: preserve whitespace in -traditional-cpp...
2013-02-21 Chad Rosier[driver] Add a dump method for ArgList.
2013-02-21 Jim InghamMark the command as failed if parsing fails.
2013-02-21 Evan ChengRadar numbers don't belong in source code.
2013-02-21 Howard HinnantConstrain bind operator()() to not exist if the call...
2013-02-21 Bill SchmidtTrivial cleanup
2013-02-21 Paul Redmondadd missing space which prevented the llvm.loop code...
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2013-02-21 Alexander Potapenko[ASan] temporarily disable alloc_dealloc_mismatch on...
2013-02-21 Lang HamesRevert r175688 - It broke a test case (see PR15320).
2013-02-21 Alexander Potapenko[ASan] Make sure operator new/delete and friends are...
2013-02-21 Eli BenderskygetX86SubSuperRegister has a special mode with High...
2013-02-21 Han Ming Ong<rdar://problem/13259230>
2013-02-21 Alexander Potapenko[ASan] Declare CreateThread as extern "C" to fix the...
2013-02-21 Benjamin KramerDAGCombiner: Make the post-legalize vector op optimizat...
2013-02-21 Christian KonigR600/SI: inline V_ADD|SUB_F32 patterns
2013-02-21 Christian KonigR600/SI: replace IMPLICIT_DEF with SIOperand.ZERO
2013-02-21 Christian KonigR600/SI: replace SI_V_CNDLT with a pattern
2013-02-21 Christian KonigR600/SI: use patterns for clamp, fabs, fneg
2013-02-21 Christian KonigR600/SI: add all the other missing asm operands v2
2013-02-21 Christian KonigR600/SI: add the missing M*BUF|IMG asm operands
2013-02-21 Christian KonigR600/SI: add the missing S_* asm operands
2013-02-21 Christian KonigR600/SI: rework VOP3 classes
2013-02-21 Christian KonigR600/SI: simplify VOPC_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP2_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP1_* patterns v2
2013-02-21 Christian KonigR600/SI: add constant for inline zero operand
2013-02-21 Christian KonigR600/SI: cleanup SIInstrInfo.td and SIInstrFormat.td
2013-02-21 Alexander Potapenko[ASan] Revert the incorrect macro on Linux.
2013-02-21 Edwin VaneFixing a "multiple rules generate X" warning from ninja
2013-02-21 Alexander Potapenko[ASan] Put several function prototypes back under ...
2013-02-21 Tom StellardR600: Fix for Unigine when MachineSched is enabled
2013-02-21 Daniel JasperAllow breaking between type and name in for loops.
2013-02-21 Alexander Potapenko[ASan] Refactoring: nuke the redundant function declara...
2013-02-21 Bill SchmidtCode review cleanup for r175697
2013-02-21 Evgeniy StepanovAdd MSan to the list of targets in Makefile-based builds.
2013-02-21 Evgeniy Stepanov[sanitizer] Add MSan to Makefile-based build rules.
next