platform/upstream/llvm.git
2012-10-05 Jason MolendaSymbols::LocateMacOSXFilesUsingDebugSymbols() - perform...
2012-10-05 Abramo BagnaraAdded forgotten break.
2012-10-05 Jason Molendatypeo
2012-10-05 Jason Molendatypeo
2012-10-05 Jason MolendaUpdate the intro paragraph of text describing the table...
2012-10-05 Jason MolendaSwap the columns in the lldb & gdb command comparison...
2012-10-05 Sean Silvadocs: Add HowToSetUpLLVMStyleRTTI.rst.
2012-10-05 Sean Silvatblgen: Use appropriate LLVM-style RTTI functions.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-10-05 Sean Silvatblgen: Put dyn_cast<> infrastructure in place for...
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-05 Evan ChengFollow up to r165072. Try a different approach: only...
2012-10-05 Richard SmithWorkaround for libstdc++4.6 <atomic> bug: make comment...
2012-10-05 Chandler CarruthTeach the new SROA a new trick. Now we zap any memcpy...
2012-10-05 Chandler CarruthLift the speculation visitor above all the helpers...
2012-10-05 David BlaikieImplement -Wshift-op-parentheses for: a << b + c
2012-10-05 Bill WendlingUse -object_path_lto when linking executables if buildi...
2012-10-05 Argyrios Kyrtzidis[libclang] Now that we have a CXModule object, pass...
2012-10-05 Argyrios Kyrtzidis[libclang] Introduce new C functions that provide infor...
2012-10-05 Argyrios Kyrtzidis[Modules] Introduce Module::TopHeaders which is a set...
2012-10-05 Argyrios Kyrtzidis[preprocessing record] Have PPEntityID be independent...
2012-10-05 Argyrios Kyrtzidis[libclang] Introduce CXCursor_ModuleImportDecl cursor...
2012-10-04 Chad RosierTest case for r165275.
2012-10-04 Chad Rosier[ms-inline asm] Add support for parsing [Intel dialect...
2012-10-04 Enrico Granata<rdar://problem/12099999> renaming SBStream::Printf...
2012-10-04 Richard SmithIf we flow off the end of a value-returning function:
2012-10-04 Enrico GranataA tweak to the previous commit to ensure that we don...
2012-10-04 Enrico Granata<rdar://problem/12413390> Fixing an issue where synthet...
2012-10-04 Micah VillmowRename the Target specific passes in the DataLayout...
2012-10-04 Jason MolendaRan the sources through the compiler with -Wshadow...
2012-10-04 Sean CallananRemoved a directive to delete the test subdirectories
2012-10-04 Nadav RotemWhen merging connsecutive stores, use vectors to store...
2012-10-04 Sean CallananMade the i386 ABI mark EBP as non-volatile,
2012-10-04 Richard Smithlibstdc++-4.6 needs the same common_type fix as libstdc...
2012-10-04 Jim InghamClangASTContext::GetIndexOfChildWithName - increment...
2012-10-04 Richard SmithEgriegious hack to support libstdc++4.6's broken <atomi...
2012-10-04 Micah VillmowResubmit the copying of TargetData to DataLayout withou...
2012-10-04 Sean CallananFixed an assertion in the SymbolFile resulting
2012-10-04 Enrico Granata<rdar://problem/12424824> Making sure that we correctly...
2012-10-04 Abramo BagnaraFixed FunctionTypeLoc source range.
2012-10-04 Abramo BagnaraFixed instantiated operators source range.
2012-10-04 Abramo BagnaraFixed friend decl source range.
2012-10-04 Abramo BagnaraFixed ParamDecl source range for implicit typed k&r...
2012-10-04 Preston GurdThis patch corrects commit 165126 by using an integer...
2012-10-04 Jim GrosbachARM: locate user-defined text sections next to default...
2012-10-04 Micah VillmowBacking out my changes, something screwed up from my...
2012-10-04 Enrico Granata<rdar://problem/12424824> Making sure that we correctly...
2012-10-04 Micah VillmowRename TargetData to DataLayout in DataLayout.cpp....
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-04 Micah VillmowCreate the DataLayout class, as a direct copy of Target...
2012-10-04 Bill SchmidtFix the CodeGen/ppc64-varargs-struct.c test case to...
2012-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests
2012-10-04 Bill SchmidtAdd a test case for r156143, which enabled general...
2012-10-04 Micah VillmowAccidently checked in the files, only wanted to copy...
2012-10-04 Micah Villmow(no commit message)
2012-10-04 Micah Villmow(no commit message)
2012-10-04 Michael LiaoAdd register encoding support in X86 backend
2012-10-04 Benjamin KramerDriver: Link crtfastmath.o if it's available and -ffast...
2012-10-04 Jakub StaszakFix doxygen comment to match parameters' names.
2012-10-04 Jakub StaszakAdd a comment to the commit r165187.
2012-10-04 Will Schmidt- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td...
2012-10-04 Jakob Stoklund... Get MCSchedModel directly from the subtarget.
2012-10-04 Jakob Stoklund... Switch MachineTraceMetrics to the new TargetSchedModel...
2012-10-04 Michael HanFix scope location when parsing GNU attributes.
2012-10-04 Will Schmidttest commit / whitespace
2012-10-04 Benjamin KramerSimplifyCFG: Enhance the "remove CFG edge that leads...
2012-10-04 Preston GurdRevert 165129
2012-10-04 Dmitry Vyukovtsan for Go: support mallocs before __tsan_init() ...
2012-10-04 Duncan SandsIn my recent change to avoid use of underaligned memory...
2012-10-04 Alexander PotapenkoAvoid calling __asan_init from memcpy(), memmove()...
2012-10-04 Duncan SandsThe alignment of an sret parameter is known: it must...
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-10-04 Duncan SandsFix wrong name in comment.
2012-10-04 Chandler CarruthFix PR13969, a mini-phase-ordering issue with the new...
2012-10-04 Alexey Samsonov[ASan] don't build 64-bit runtime on 32-bit Linux platforms
2012-10-04 Duncan SandsThe memcpy optimizer was happily doing call slot forwar...
2012-10-04 Chandler CarruthTeach the integer-promotion rewrite strategy to be...
2012-10-04 Dmitry Vyukovtsan: add atomic_fetch_sub() and atomic_signal_fence...
2012-10-04 Benjamin KramerPrefer StringRef::startswith to the strncmp/strlen...
2012-10-04 Logan ChienFix typo in comments.
2012-10-04 Axel NaumannFix r165005: The lexical DeclContext is not the right...
2012-10-04 Kostya Serebryany[asan] properly report mmap failure
2012-10-04 Bill WendlingUse method to query if there are attributes.
2012-10-04 Bill WendlingAdd method to query for NoCapture attribute.
2012-10-04 Bill WendlingUse method to query for NoAlias attribute.
2012-10-04 Bill WendlingUse attribute query methods.
2012-10-04 Bill WendlingUse method to query for attributes.
2012-10-04 Bill WendlingAdd method to query for 'NoAlias' attribute on call...
2012-10-04 Bill WendlingUse method to query for attributes.
2012-10-04 Bill WendlingQuery for attributes via the correct method call.
2012-10-04 Bill WendlingUse new accessor methods to query for attributes.
2012-10-04 Kostya Serebryany[tsan] add 3 internal flags for fine-grain control...
2012-10-04 Craig TopperRemove template from function that is only used with...
2012-10-04 Nick LewyckyAdd missing comment for mangling.
2012-10-04 Lang HamesFix reg mask slot test, and preserve LiveIntervals...
2012-10-04 Sean Silvadocs: Fix typo on front page
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Sean Silvadocs: Sphinxify GoldPlugin document.
2012-10-04 Lang HamesFail early with a clear assert if an operation with...
next