platform/upstream/llvm.git
2012-09-29 Bob WilsonAdd Clang support for iOS6.
2012-09-29 Bob WilsonAdd ARM VFPv4 feature and enable it by default for...
2012-09-29 Bob WilsonAdd armv7s and some other arm variants supported by...
2012-09-29 Bob WilsonAdd an FMA intrinsic for ARM Neon.
2012-09-29 Bob WilsonAdd compiler-rt support for Swift.
2012-09-29 Bob WilsonAdd support for iOS6.
2012-09-29 Bob WilsonWhitespace.
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-29 Bob WilsonWhitespace.
2012-09-29 Benjamin KramerShrink TargetAlignElem a bit, we do a lot of searches...
2012-09-29 Daniel JasperFix refersToDeclaration()-matcher and add missing test...
2012-09-29 Dmitri GribenkoMove the 'find macro by spelling' infrastructure to...
2012-09-29 Chandler CarruthFix a somewhat surprising miscompile where code relying...
2012-09-29 Duncan SandsSpeculatively revert commit 164885 (nadav) in the hope...
2012-09-29 Dmitri GribenkoComment XML schema: correct indentation.
2012-09-29 Jason MolendaAdd the RelocateOrLoadKernel and LoadKernel methods...
2012-09-29 Craig TopperTidy up to match coding standards. Remove 'else' after...
2012-09-29 Craig TopperReplace a couple if/elses around similar calls with...
2012-09-29 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-29 Jason MolendaAdd support for debugging KASLR kernels via kdp (the...
2012-09-29 Craig TopperRemove more LLVM_DELETED_FUNCTIONs from destructors...
2012-09-29 NAKAMURA Takumiclang/test/CodeGen/tbaa-struct.cpp: Fix. Be aware of...
2012-09-29 Sean CallananNow in the presence of an Objective-C version 2
2012-09-29 Jordan RoseRevert "[analyzer] Create a temporary region for rvalue...
2012-09-29 Jordan RoseRevert "[analyzer] Create a temp region when a method...
2012-09-29 Jordan RoseRevert "[analyzer] Handle inlined constructors for...
2012-09-29 Argyrios KyrtzidisFor PPCallbacks::InclusionDirective() add a parameter...
2012-09-29 Argyrios KyrtzidisIn the Module class, add a reference to the correspondi...
2012-09-29 Argyrios KyrtzidisAdd an assertion to make sure the implicitly imported...
2012-09-29 Enrico Granata<rdar://problem/12378910> Fix a bunch of other places...
2012-09-29 Enrico Granata<rdar://problem/12378910> Fixing a potential crasher...
2012-09-29 Anna Zaks[analyzer] Do not visit ObjCMethodDecl twice in the...
2012-09-29 Anna Zaks[analyzer] Re-implement IvarInvalidationChecker so...
2012-09-29 Evan ChengAdd test case for r164850.
2012-09-28 Evan ChengDo not delete BBs if their addresses are taken. rdar...
2012-09-28 Enrico GranataImplementing plugins that provide commands.
2012-09-28 Richard SmithPR13941: Mark all virtual functions as unnamed_addr...
2012-09-28 Howard HinnantSet up code under _LIBCXX_DYNAMIC_FALLBACK which is...
2012-09-28 Jordan RoseUse a custom DenseMapInfo for WeakObjectProfileTy.
2012-09-28 Fariborz Jahanian[Doc parsing] Add availability information to generated...
2012-09-28 Bill WendlingDon't use bit-wise operations to query for inclusion...
2012-09-28 Jordan RoseFix buildbots by not using a template from another...
2012-09-28 Alexander KornienkoCompatibility macro detection for the -Wimplicit-fallth...
2012-09-28 Jordan Rose-Wreceiver-is-weak: rephrase warning text and add a...
2012-09-28 Jordan RosePull ScopeInfo implementation into its own file.
2012-09-28 Jordan Rose-Warc-repeated-use-of-weak: check ivars and variables...
2012-09-28 Jordan RoseAdd a warning (off by default) for repeated use of...
2012-09-28 Dan GohmanAdd basic support for adding !tbaa.struct metadata...
2012-09-28 Greg Clayton<rdar://problem/12398225>
2012-09-28 Richard SmithWhen processing an InitListExpr and skipping the initia...
2012-09-28 Evan ChengGlobalDCE should be run at -O2 / -Os to eliminate unuse...
2012-09-28 Akira HatanakaMIPS DSP: add operands to make sure instruction strings...
2012-09-28 Bill WendlingRemove unused methods.
2012-09-28 Sean Silvadocs: dedent list on index.rst
2012-09-28 Michael J.... Fix -Wcovered-switch-default warning.
2012-09-28 Akira HatanakaMIPS DSP: other miscellaneous instructions.
2012-09-28 Sean CallananFixed a bug where if something went wrong while
2012-09-28 Richard TrieuUpdate template type diffing to handle qualifiers....
2012-09-28 Manman RenTestcase for r164835
2012-09-28 Richard SmithAllow __builtin_bswap32/64 in constant expressions...
2012-09-28 Akira HatanakaMIPS DSP: ADDUH.QB instruction sub-class.
2012-09-28 Richard TrieuClean up part of template type diffing. Moved repeated...
2012-09-28 Fariborz JahanianModern objcective-C translator. When doing rewriting...
2012-09-28 Manman RenX86: when replacing SUB with TEST in ISelDAGToDAG,...
2012-09-28 Howard HinnantImprove the diagnostic messages on dynamic_cast.
2012-09-28 Howard HinnantDue to a mistake on my own part, I need to burn some...
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-28 Jordan Rose[analyzer] Handle inlined constructors for rvalue tempo...
2012-09-28 Jordan Rose[analyzer] Create a temp region when a method is called...
2012-09-28 Jordan Rose[analyzer] Create a temporary region for rvalue structs...
2012-09-28 Benjamin KramerAvoid malloc thrashing in the uninitialized value analysis.
2012-09-28 Benjamin KramerPackedVector: Make the BitVector implementation configu...
2012-09-28 Filipe CabecinhasFix a bug introduced in an earlier revision: actually...
2012-09-28 Daniel JasperSet Diag.ErrorOccurred even if a DiagnosticConsumer...
2012-09-28 Benjamin KramerProvide malloc-free sentinels for the SparseBitVector...
2012-09-28 Dmitri GribenkoReplace the use of strncpy() and sprintf() with std...
2012-09-28 Alexey Samsonov[ASan] Fix unit test headers. Add an option to change...
2012-09-28 Alexey Samsonov[ASan] use llvm-symbolizer (in offline mode) in ASan...
2012-09-28 Benjamin KramerCorrelatedPropagation: BasicBlock::removePredecessor...
2012-09-28 Benjamin KramerMake backtraces work again with both the configure...
2012-09-28 Evgeniy Stepanov[asan] Change defaults for Android target.
2012-09-28 Benjamin KramerGlobalOpt: non-constexpr bitcasts or GEPs can occur...
2012-09-28 Nick LewyckySurprisingly, we missed a trivial case here. Fix that!
2012-09-28 Craig TopperRemove a LLVM_DELETED_FUNCTION from destructor to fix...
2012-09-28 Jason MolendaRecognize the eax/ebp/eip etc version of x86 register
2012-09-28 Reed Kotler1. Add load/store words from the stack
2012-09-28 Jason MolendaFix the extra space char being emitted in this message...
2012-09-28 Howard HinnantTwo changes: 1) I still didn't have the ABI correct...
2012-09-27 Sean CallananImproved the runtime reading to also get data
2012-09-27 Jakob Stoklund... Remove <def,read-undef> flags from partial redefinitions.
2012-09-27 Greg ClaytonWrapped up the work I am going to do for now for the...
2012-09-27 Micah VillmowFix more crlf issues.
2012-09-27 Eli FriedmanFix a regression from r164656.
2012-09-27 Anna Zaks[analyzer] Address Jordan's code review for r164790.
2012-09-27 Anna Zaks[analyzer] IvarInvalidation: track synthesized ivars...
2012-09-27 Jason MolendaPatch from Dan Malea to get the Bourne shells scripts...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strncpy_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strcpy_chk simpl...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memmove_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memcpy_chk simpl...
next