platform/upstream/llvm.git
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...
2012-09-21 DeLesley HutchinsThread-safety analysis: better handling of unreachable...
2012-09-21 Ted KremenekRe-enable faux-bodies by default.
2012-09-21 Ted KremenekUse helper method to create DeclRefExprs in BodyFarm...
2012-09-21 Ted KremenekAdd some structuring comments. No functionality change.
2012-09-21 Chad RosierUpdate comment.
2012-09-21 David BlaikieDocument "do not use defaults in covered switch-over...
2012-09-21 Benjamin KramerLoopIdiom: Give up when the loop is not in canonical...
2012-09-21 Rafael EspindolaUse MapVectors to make the order we mark virtual functi...
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Greg ClaytonFull KDP process control with per CPU resume and step.
2012-09-21 Benjamin KramerInstCombine: Make sure we use the pre-zext type when...
2012-09-21 Tobias GrosserBailout if libpluto finds no schedule
2012-09-21 Bill WendlingUpdate for encapsulating the "construct*AlignmentFromIn...
2012-09-21 Bill WendlingEncapsulate the "construct*AlignmentFromInt" functions.
2012-09-21 Michael LiaoFix a typo in r164357
2012-09-21 Dmitri GribenkoClarify comment.
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-21 Benjamin KramerBitcodeReader: Correctly insert blockaddress constant...
2012-09-21 NAKAMURA TakumiRevert r164364, "Flip "faux-bodies" in the analyzer...
2012-09-21 Alexey Samsonov[Sanitizer] llvm-symbolizer: enable accessing symbol...
2012-09-21 Hans WennborgMake warnings about uninitialized fields include the...
2012-09-21 Alexey SamsonovFix SymbolRef::getAddress implementation for ELF. The...
2012-09-21 Ted KremenekFlip "faux-bodies" in the analyzer on by default to...
2012-09-21 Ted KremenekSimplify getRuntimeDefinition() back to taking no argum...
2012-09-21 NAKAMURA Takumillvm/test/CodeGen/X86/pr5145.ll: Tweak expressions...
2012-09-21 Andrew TrickCortex-A9 latency fixes (w/ -schedmodel only).
2012-09-21 Craig TopperDoxygen-ify a comment.
2012-09-21 David BlaikiePR13890: Warn on abstract final classes.
2012-09-21 Michael LiaoAdd missing i8 max/min/umax/umin support
2012-09-21 Michael LiaoRevise td of X86 atomic instructions
2012-09-21 Sean Silvadocs: Fix Sphinx warning over Atomics.rst.
2012-09-21 Sean Silvadocs: Fix Sphinx warning over yaml2obj.rst.
2012-09-21 NAKAMURA TakumiMips16FrameLowering.cpp: Remove unused TII introduced...
2012-09-21 Sean CallananFixed an oddity in the Objective-C class descriptors
2012-09-21 Greg Clayton<rdar://problem/9959501>
2012-09-21 Argyrios Kyrtzidis[PCH] After deserializing a DeclContext, if it has...
2012-09-21 NAKAMURA Takumillvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos...
2012-09-21 Akira HatanakaProperly save and restore RA and Mips16 callee save...
2012-09-21 Ted KremenekAdd faux-body support for dispatch_once().
2012-09-21 Chad RosierTestcase does not need to be this strict.
2012-09-21 Chad RosierAdd newline.
next