platform/upstream/llvm.git
2012-09-24 Argyrios Kyrtzidis[libclang] Bring CXCursor_AsmStmt back as an alias...
2012-09-24 Dmitri GribenkoInclude 'long long' extension warning in the LongLong...
2012-09-24 Dmitri GribenkoChange the wording of the extension warning from
2012-09-24 Jim InghamRemove a couple of debugging printf's from the testsuite.
2012-09-24 Anna Zaks[analyzer] Really turn on dynamic-bifurcation on by...
2012-09-24 Anna Zaks[analyzer] Remove unused.
2012-09-24 Anna Zaks[analyzer]Prevent infinite recursion(assume->checker...
2012-09-24 Richard OsborneAdd missing : in CHECK line.
2012-09-24 Richard OsborneAdd missing check for presence of target data.
2012-09-24 Marshall ClowUpdating email address
2012-09-24 Marshall ClowUpdating email address
2012-09-24 Alexey Samsonov[TSan] one more attempt to fix sleep_sync test: call...
2012-09-24 Alexey Samsonov[TSan] Provide replacements for operators new/delete...
2012-09-24 Alexey Samsonov[ASan] Apply some ASan-relevant pieces of patch by...
2012-09-24 Alexander PotapenkoUse an explicit target to test that source fortificatio...
2012-09-24 Dmitri GribenkoSmall cleanup of literal semantic analysis: hiding...
2012-09-24 Alexey Samsonov[TSan] increase sleep time in test to ensure correct...
2012-09-24 Chandler CarruthUpdate the Clang tests which run with a full optimizati...
2012-09-24 Chandler CarruthEnable the new SROA pass by default.
2012-09-24 Chandler CarruthAddress one of the original FIXMEs for the new SROA...
2012-09-24 NAKAMURA Takumiunittests/AST/StmtPrinterTest.cpp: Suppress a LP64...
2012-09-23 Dmitri GribenkoAs a followup for r164303, add some tests for printing...
2012-09-23 Anton KorobeynikovEmit dtors into proper section while compiling in vcpp...
2012-09-23 Chandler CarruthSwitch to a signed representation for the dynamic offse...
2012-09-23 Nick LewyckyDon't do actual work inside an assert statement. Fixes...
2012-09-23 Rafael EspindolaImplement ToolChain::IsUnwindTablesDefault to reduce...
2012-09-23 Michael LiaoRevise test to avoid using of 'grep'
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-22 Rafael EspindolaOn Hexagon getArchName() never returns x86_64, simplify...
2012-09-22 Rafael EspindolaUse pipes.
2012-09-22 Rafael EspindolaUse FileCheck.
2012-09-22 Dmitri GribenkoComment sema: warn when comment has \deprecated but...
2012-09-22 Dmitri GribenkoRemove superfluous \namespace command.
2012-09-22 Michael LiaoEnhance test case of atomic16 to verify inst encoding...
2012-09-22 Dmitri GribenkoFix cindex.py compatibility with older libclang.so
2012-09-22 Rafael EspindolaUse FileCheck.
2012-09-22 Rafael EspindolaFix pr13749. There is still a lot of code using getArch...
2012-09-22 NAKAMURA TakumiARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunuse...
2012-09-22 NAKAMURA TakumiWhitespace.
2012-09-22 Tim NorthoverFix edge cases of ARM shift operands in arith instructions.
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-09-22 Abramo BagnaraAvoid multiple atomic builtin declaration.
2012-09-22 Michael LiaoFix 16-bit atomic inst encoding and keep pseudo-inst...
2012-09-22 Michael LiaoFix typo in r164357
2012-09-22 Andrew TrickMachine Model (-schedmodel only). Added SchedAliases.
2012-09-22 Argyrios KyrtzidisWhen importing a FunctionProtoType::ExtProtoInfo, its...
2012-09-22 Jordan Rose[analyzer] Suppress bugs whose paths go through the...
2012-09-22 Jordan Rose[analyzer] Track a null value back through FindLastStor...
2012-09-22 Jordan Rose[analyzer] Always allow BugReporterVisitors to see...
2012-09-22 Jordan Rose[analyzer] Allow a BugReport to be marked "invalid...
2012-09-22 Jordan Rose[analyzer] Look through OpaqueValueExprs when tracking...
2012-09-22 Jordan Rose[analyzer] Better path notes for null pointers passed...
2012-09-22 Jordan RoseUse llvm::getOrdinalSuffix to print ordinal numbers...
2012-09-22 Jordan Rose[analyzer] Check that an ObjCIvarRefExpr's base is...
2012-09-22 Jordan Rose[analyzer] Check that a member expr is valid even when...
2012-09-22 Jordan RoseAdd llvm::getOrdinalSuffix to get the appropriate ...
2012-09-22 Jordan RoseCasting: assert that pointer arguments to isa<> are...
2012-09-22 Jordan RoseDenseMap: assert that we have found a bucket before...
2012-09-22 Richard SmithFix bug which sometimes resulted in further diagnostics...
2012-09-22 Jim InghamMissed a few places where I didn't delete the obsolete...
2012-09-22 Akira HatanakaMIPS DSP: Add immediate leaves.
2012-09-22 Akira HatanakaMIPS DSP: Add predicates and instruction template.
2012-09-22 Jim InghamFix all the test case breakages caused by folks writing...
2012-09-22 Jim InghamChange the new breakpoint creation output (primarily...
2012-09-21 Akira HatanakaAdd MIPS DSP register classes. Set actions of DSP vecto...
2012-09-21 Akira HatanakaSelectionDAG node enums for MIPS DSP nodes.
2012-09-21 Akira HatanakaAdd MIPS accumulator and DSP control registers.
2012-09-21 Akira HatanakaAdd flags and feature bits for mips dsp.
2012-09-21 Chandler CarruthFix a case where the new SROA pass failed to zap dead...
2012-09-21 Eric ChristopherAdd an --enable-backtraces option to configure to determine
2012-09-21 Dan GohmanAdd an MDBuilder utility for creating !tbaa.struct...
2012-09-21 Michael J.... [CMake] Respect LLVM_BUILD_RUNTIME.
2012-09-21 Michael J.... [CMake][tsan] Compile .S files for tsan as C instead...
2012-09-21 Chad Rosier[ms-inline asm] Use mnemonicIsValid() in a helpful...
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 Eric ChristopherHave the DbgVariable "isArtificial" and "isObjectPointe...
2012-09-21 Eric ChristopherMark the passed in "self" for a block as an object...
2012-09-21 Argyrios KyrtzidisFix build errors.
2012-09-21 Argyrios Kyrtzidis[AST importer] Do a correct import of a FunctionProtoTy...
2012-09-21 Chad RosierAdd comment.
2012-09-21 Chad RosierAdd comment.
2012-09-21 Bob WilsonFix installheaders target to do what it did prior to...
2012-09-21 Fariborz Jahanianobjective-C: when diagnosing deprecated/unavailable...
2012-09-21 Rafael EspindolaCall CGM.SetLLVMFunctionAttributesForDefinition on...
2012-09-21 Simon AtanasyanAdd four new command line options for MIPS CPU selection:
2012-09-21 Douglas GregorFix a typo in the PCH internals documentation
2012-09-21 Evan ChengFix a significant recent(?) regression. StackSlotColori...
2012-09-21 Sean Silvadocs: Fix long-standing typo in yaml2obj.rst.
2012-09-21 Chad RosierWhitespace.
2012-09-21 Howard HinnantRename class __lambda to __lambda_node to avoid clash...
2012-09-21 Howard HinnantTweak use of dlopen to be a little more correct and...
2012-09-21 Enrico GranataInitial commit of a new testsuite feature: test categories.
2012-09-21 Dan GohmanSay "bytes" instead of "address units", since that...
2012-09-21 Ted KremenekExperiment in BodyFarm of structuring AST creation...
2012-09-21 Ted KremenekCreate helper method in BodyFarm for creating simple...
2012-09-21 Ted KremenekAdd helper method in BodyFarm to create unary dereferences.
2012-09-21 Dan GohmanDocument the new !tbaa.struct metadata.
2012-09-21 Ted KremenekAdd helper method to BodyFarm for creating lvalue-to...
2012-09-21 Ted KremenekAdd helper method to BodyFarm for creatinging integral...
2012-09-21 David BlaikieAdd missing 'to' and rephrase an explanation of GCC...
next